From c579f7c4efe8b27511bf3236f476de95af266123 Mon Sep 17 00:00:00 2001 From: Paul Abumov Date: Tue, 12 Nov 2024 15:54:32 -0500 Subject: [PATCH] Removed deprecated mephisto-task and mephisto-worker-addons libs --- .../workflows/cypress-end-to-end-tests.yml | 230 +- .github/workflows/version-sync.yml | 2 +- CONTRIBUTING.md | 2 +- docs/README.md | 2 +- docs/legacy/upgrade_to_v1/guide.md | 3 +- docs/web/docs/explanations/architect_api.md | 4 +- .../task_creation/developing_frontends.md | 16 +- .../worker_quality/using_onboarding.mdx | 2 +- .../web/docs/guides/tutorials/custom_react.md | 2 +- docs/web/docs/reference/overview.md | 6 +- .../abstractions/architects/router.html | 4 +- .../architects/router/build_router.html | 8 +- .../flask/mephisto_flask_blueprint.html | 44 +- .../blueprints/static_html_task.html | 4 +- docs/web/static/python_api/search.js | 2 +- .../webapp/link_mephisto_task.sh | 2 +- .../webapp/package-lock.json | 7660 +++----------- examples/parlai_chat_task_demo/README.md | 13 +- .../conf/example__local__inhouse.yaml | 27 + examples/parlai_chat_task_demo/run_task.py | 8 +- .../run_task__local__inhouse.py | 64 + .../parlai_chat_task_demo/webapp/package.json | 1 - .../webapp/webpack.config.js | 5 +- .../elementary_remote_procedure/README.md | 2 +- .../webapp/link_mephisto_task.sh | 2 +- .../webapp/package-lock.json | 355 +- .../mnist/webapp/link_mephisto_task.sh | 2 +- .../mnist/webapp/package.json | 1 - .../toxicity_detection/README.md | 2 +- .../webapp/link_mephisto_task.sh} | 3 +- examples/static_react_task/README.md | 2 +- .../webapp/link_mephisto_task.sh | 2 +- .../webapp/package-lock.json | 9113 +++-------------- .../static_react_task/webapp/package.json | 3 +- examples/static_react_task/webapp/src/app.jsx | 2 +- .../webapp/webpack.config.js | 5 + .../webapp/link_mephisto_task.sh | 7 + .../webapp/package.json | 2 +- .../webapp/link_mephisto_task.sh | 2 +- .../webapp/package-lock.json | 3067 +++--- .../abstractions/architects/router/README.md | 4 +- .../architects/router/build_router.py | 37 +- .../router/flask/mephisto_flask_blueprint.py | 56 +- .../architects/router/node/server.js | 18 +- .../parlai_chat/webapp/package.json | 3 +- .../parlai_chat/webapp/webpack.config.js | 5 +- .../blueprints/static_html_task/README.md | 4 +- .../static_html_task/source/dev/app.jsx | 2 +- .../static_html_task/source/package.json | 3 +- .../static_html_task/source/webpack.config.js | 4 + .../static_html_task/static_html_blueprint.py | 49 +- .../static_html_task_builder.py | 17 +- mephisto/data_model/task_run.py | 40 +- .../form_composer/webapp/package-lock.json | 7834 +++----------- .../video_annotator/webapp/package-lock.json | 2346 ++--- mephisto/review_app/client/package-lock.json | 8872 +++++++++------- .../scripts/form_composer/rebuild_all_apps.py | 4 +- mephisto/scripts/tests/react_apps.py | 11 +- .../tools/building_react_apps/packages.py | 38 +- package.json | 4 +- packages/bootstrap-chat/README.md | 5 +- packages/bootstrap-chat/build/bundle.js | 2 +- packages/bootstrap-chat/package.json | 2 - .../src/ConnectionIndicator.jsx | 2 +- .../src/ConnectionStatusBoundary.jsx | 2 +- .../src/composed/BaseFrontend.jsx | 2 +- .../bootstrap-chat/src/composed/ChatApp.jsx | 2 +- packages/bootstrap-chat/src/index.js | 2 +- packages/bootstrap-chat/webpack.config.js | 4 +- packages/mephisto-addons/build/bundle.js | 2 +- .../build/bundle.js.LICENSE.txt | 20 +- packages/mephisto-addons/package-lock.json | 7119 ------------- packages/mephisto-addons/package.json | 5 +- packages/mephisto-addons/webpack.config.js | 1 - packages/mephisto-core/README.md | 23 +- packages/mephisto-core/build/bundle.js | 2 +- packages/mephisto-core/package-lock.json | 8342 --------------- packages/mephisto-core/src/utils.js | 8 +- packages/mephisto-core/webpack.config.js | 2 +- packages/mephisto-task/.babelrc | 4 - packages/mephisto-task/.eslintrc | 3 - packages/mephisto-task/.gitattributes | 1 - packages/mephisto-task/README.md | 302 - packages/mephisto-task/build/bundle.js | 1 - packages/mephisto-task/package.json | 49 - packages/mephisto-task/src/MephistoContext.js | 11 - packages/mephisto-task/src/RemoteTask.js | 143 - packages/mephisto-task/src/index.js | 145 - packages/mephisto-task/src/live.js | 102 - packages/mephisto-task/src/socket_handler.jsx | 435 - packages/mephisto-task/src/utils.js | 215 - packages/mephisto-task/webpack.config.js | 58 - packages/mephisto-worker-addons/.babelrc | 3 - packages/mephisto-worker-addons/.npmignore | 4 - packages/mephisto-worker-addons/README.md | 127 - packages/mephisto-worker-addons/lib/index.js | 8 - .../lib/index.js.LICENSE.txt | 19 - packages/mephisto-worker-addons/package.json | 42 - .../src/Feedback/FeedbackTextArea.js | 79 - .../src/Feedback/Question.js | 64 - .../src/Feedback/SubmitButton.js | 55 - .../src/Feedback/index.css | 224 - .../src/Feedback/index.js | 163 - .../mephisto-worker-addons/src/Functions.js | 338 - .../mephisto-worker-addons/src/InfoIcon.js | 41 - .../mephisto-worker-addons/src/Reducers.js | 102 - .../src/Tips/CloseIcon.js | 34 - .../src/Tips/InfoIcon.js | 41 - .../src/Tips/TaskTips.js | 33 - .../src/Tips/UserSubmission.js | 121 - .../mephisto-worker-addons/src/Tips/index.css | 296 - .../mephisto-worker-addons/src/Tips/index.js | 125 - packages/mephisto-worker-addons/src/index.jsx | 9 - .../mephisto-worker-addons/webpack.config.js | 57 - scripts/check_npm_package_versions.py | 29 +- ...mephisto_task.py => sync_mephisto_core.py} | 52 +- scripts/sync_package_version.sh | 11 +- yarn.lock | 1463 ++- 118 files changed, 14478 insertions(+), 46112 deletions(-) create mode 100644 examples/parlai_chat_task_demo/hydra_configs/conf/example__local__inhouse.yaml create mode 100644 examples/parlai_chat_task_demo/run_task__local__inhouse.py rename examples/{static_react_task_with_worker_opinion/webapp/link_packages.sh => remote_procedure/toxicity_detection/webapp/link_mephisto_task.sh} (77%) create mode 100644 examples/static_react_task_with_worker_opinion/webapp/link_mephisto_task.sh delete mode 100644 packages/mephisto-addons/package-lock.json delete mode 100644 packages/mephisto-core/package-lock.json delete mode 100644 packages/mephisto-task/.babelrc delete mode 100644 packages/mephisto-task/.eslintrc delete mode 100644 packages/mephisto-task/.gitattributes delete mode 100644 packages/mephisto-task/README.md delete mode 100644 packages/mephisto-task/build/bundle.js delete mode 100644 packages/mephisto-task/package.json delete mode 100644 packages/mephisto-task/src/MephistoContext.js delete mode 100644 packages/mephisto-task/src/RemoteTask.js delete mode 100644 packages/mephisto-task/src/index.js delete mode 100644 packages/mephisto-task/src/live.js delete mode 100644 packages/mephisto-task/src/socket_handler.jsx delete mode 100644 packages/mephisto-task/src/utils.js delete mode 100644 packages/mephisto-task/webpack.config.js delete mode 100644 packages/mephisto-worker-addons/.babelrc delete mode 100644 packages/mephisto-worker-addons/.npmignore delete mode 100644 packages/mephisto-worker-addons/README.md delete mode 100644 packages/mephisto-worker-addons/lib/index.js delete mode 100644 packages/mephisto-worker-addons/lib/index.js.LICENSE.txt delete mode 100644 packages/mephisto-worker-addons/package.json delete mode 100644 packages/mephisto-worker-addons/src/Feedback/FeedbackTextArea.js delete mode 100644 packages/mephisto-worker-addons/src/Feedback/Question.js delete mode 100644 packages/mephisto-worker-addons/src/Feedback/SubmitButton.js delete mode 100644 packages/mephisto-worker-addons/src/Feedback/index.css delete mode 100644 packages/mephisto-worker-addons/src/Feedback/index.js delete mode 100644 packages/mephisto-worker-addons/src/Functions.js delete mode 100644 packages/mephisto-worker-addons/src/InfoIcon.js delete mode 100644 packages/mephisto-worker-addons/src/Reducers.js delete mode 100644 packages/mephisto-worker-addons/src/Tips/CloseIcon.js delete mode 100644 packages/mephisto-worker-addons/src/Tips/InfoIcon.js delete mode 100644 packages/mephisto-worker-addons/src/Tips/TaskTips.js delete mode 100644 packages/mephisto-worker-addons/src/Tips/UserSubmission.js delete mode 100644 packages/mephisto-worker-addons/src/Tips/index.css delete mode 100644 packages/mephisto-worker-addons/src/Tips/index.js delete mode 100644 packages/mephisto-worker-addons/src/index.jsx delete mode 100644 packages/mephisto-worker-addons/webpack.config.js rename scripts/{sync_mephisto_task.py => sync_mephisto_core.py} (63%) diff --git a/.github/workflows/cypress-end-to-end-tests.yml b/.github/workflows/cypress-end-to-end-tests.yml index a511fcf89..4a5233a07 100644 --- a/.github/workflows/cypress-end-to-end-tests.yml +++ b/.github/workflows/cypress-end-to-end-tests.yml @@ -18,15 +18,14 @@ jobs: simple_static_task: ${{ steps.filter.outputs.simple_static_task }} static_react_task: ${{ steps.filter.outputs.static_react_task }} static_react_task_with_worker_opinion: ${{ steps.filter.outputs.static_react_task_with_worker_opinion }} + elementary_remote_procedure: ${{ steps.filter.outputs.elementary_remote_procedure }} + interactive_image_generation: ${{ steps.filter.outputs.interactive_image_generation }} mnist: ${{ steps.filter.outputs.mnist }} - template: ${{ steps.filter.outputs.template }} toxicity_detection: ${{ steps.filter.outputs.toxicity_detection }} abstractions: ${{ steps.filter.outputs.abstractions }} data_model: ${{ steps.filter.outputs.data_model }} operations: ${{ steps.filter.outputs.operations }} tools: ${{ steps.filter.outputs.tools }} - mephisto-task: ${{ steps.filter.outputs.mephisto-task }} - mephisto-worker-addons: ${{ steps.filter.outputs.mephisto-worker-addons }} mephisto-core: ${{ steps.filter.outputs.mephisto-core }} mephisto-addons: ${{ steps.filter.outputs.mephisto-addons }} steps: @@ -44,16 +43,22 @@ jobs: id: filter with: filters: | + video_annotator_demo: + - 'examples/video_annotator_demo/**' + form_composer_demo: + - 'examples/form_composer_demo/**' simple_static_task: - 'examples/simple_static_task/**' static_react_task: - 'examples/static_react_task/**' static_react_task_with_worker_opinion: - 'examples/static_react_task_with_worker_opinion/**' + elementary_remote_procedure: + - 'examples/remote_procedure/elementary_remote_procedure/**' + interactive_image_generation: + - 'examples/remote_procedure/interactive_image_generation/**' mnist: - 'examples/remote_procedure/mnist/**' - template: - - 'examples/remote_procedure/template/**' toxicity_detection: - 'examples/remote_procedure/toxicity_detection/**' abstractions: @@ -64,19 +69,122 @@ jobs: - 'mephisto/operations/**' tools: - 'mephisto/tools/**' - mephisto-task: - - 'packages/mephisto-task/src/**' - mephisto-worker-addons: - - 'packages/mephisto-worker-addons/src/**' mephisto-core: - 'packages/mephisto-core/src/**' mephisto-addons: - 'packages/mephisto-addons/src/**' +# TODO: Add tests and enable +# form_composer_demo: +# needs: changes +# if: ${{ (needs.changes.outputs.form_composer_demo == 'true') || (needs.changes.outputs.mephisto-core == 'true') || (needs.changes.outputs.mephisto-addons == 'true') || (needs.changes.outputs.abstractions == 'true') || (needs.changes.outputs.data_model == 'true') || (needs.changes.outputs.operations == 'true') || (needs.changes.outputs.tools == 'true')}} +# runs-on: ubuntu-latest +# steps: +# - name: 🔀 Checking out repo +# uses: actions/checkout@v2 +# +# - name: 🐍 Installing python +# uses: actions/setup-python@v5 +# with: +# python-version: 3.8 +# +# - name: 🪨 Setup Node +# uses: actions/setup-node@v4 +# with: +# node-version: 16.16.0 +# +# - name: 🤖 Install Mephisto +# run: pip install -e . +# +# - name: 🖋 Create data directory +# run: mkdir -p ~/mephisto/data +# +# - name: 📂 Set the data directory +# run: mephisto config core.main_data_directory ~/mephisto/data +# +# - name: 📦 Setting up mephisto-core package +# run: | +# cd packages/mephisto-core +# yarn install +# yarn build +# npm link +# +# - name: 📦 Setting up mephisto-addons package +# run: | +# cd packages/mephisto-addons +# yarn install +# yarn build +# npm link +# +# - name: ⌛️ Running cypress tests +# uses: cypress-io/github-action@v6.7.1 +# with: +# build: npm i -D cypress@11 +# install: false +# browser: chrome +# project: ./examples/form_composer_demo/webapp +# config-file: ./cypress.config.js +# start: python examples/form_composer_demo/run_task.py mephisto.task.post_install_script=link_mephisto_task.sh +# wait-on: "http://localhost:3000/?worker_id=x&assignment_id=1" +# headless: true +# +# video_annotator_demo: +# needs: changes +# if: ${{ (needs.changes.outputs.video_annotator_demo == 'true') || (needs.changes.outputs.mephisto-core == 'true') || (needs.changes.outputs.mephisto-addons == 'true') || (needs.changes.outputs.abstractions == 'true') || (needs.changes.outputs.data_model == 'true') || (needs.changes.outputs.operations == 'true') || (needs.changes.outputs.tools == 'true')}} +# runs-on: ubuntu-latest +# steps: +# - name: 🔀 Checking out repo +# uses: actions/checkout@v2 +# +# - name: 🐍 Installing python +# uses: actions/setup-python@v5 +# with: +# python-version: 3.8 +# +# - name: 🪨 Setup Node +# uses: actions/setup-node@v4 +# with: +# node-version: 16.16.0 +# +# - name: 🤖 Install Mephisto +# run: pip install -e . +# +# - name: 🖋 Create data directory +# run: mkdir -p ~/mephisto/data +# +# - name: 📂 Set the data directory +# run: mephisto config core.main_data_directory ~/mephisto/data +# +# - name: 📦 Setting up mephisto-core package +# run: | +# cd packages/mephisto-core +# yarn install +# yarn build +# npm link +# +# - name: 📦 Setting up mephisto-addons package +# run: | +# cd packages/mephisto-addons +# yarn install +# yarn build +# npm link +# +# - name: ⌛️ Running cypress tests +# uses: cypress-io/github-action@v6.7.1 +# with: +# build: npm i -D cypress@11 +# install: false +# browser: chrome +# project: ./examples/video_annotator_demo/webapp +# config-file: ./cypress.config.js +# start: python examples/video_annotator_demo/run_task.py mephisto.task.post_install_script=link_mephisto_task.sh +# wait-on: "http://localhost:3000/?worker_id=x&assignment_id=1" +# headless: true + # Learn more about this test here: https://github.com/facebookresearch/Mephisto/pull/881 simple_static_task: needs: changes - if: ${{ (needs.changes.outputs.simple_static_task == 'true') || (needs.changes.outputs.mephisto-task == 'true') || (needs.changes.outputs.abstractions == 'true') || (needs.changes.outputs.data_model == 'true') || (needs.changes.outputs.operations == 'true') || (needs.changes.outputs.tools == 'true')}} + if: ${{ (needs.changes.outputs.simple_static_task == 'true') || (needs.changes.outputs.mephisto-core == 'true') || (needs.changes.outputs.abstractions == 'true') || (needs.changes.outputs.data_model == 'true') || (needs.changes.outputs.operations == 'true') || (needs.changes.outputs.tools == 'true')}} runs-on: ubuntu-latest steps: - name: 🔀 Checking out repo @@ -101,9 +209,9 @@ jobs: - name: 📂 Set the data directory run: mephisto config core.main_data_directory ~/mephisto/data - - name: 📦 Setting up mephisto-task package + - name: 📦 Setting up mephisto-core package run: | - cd packages/mephisto-task + cd packages/mephisto-core yarn install yarn build npm link @@ -123,7 +231,7 @@ jobs: # Learn more about this test here: https://github.com/facebookresearch/Mephisto/pull/795 static-react-task: needs: changes - if: ${{ (needs.changes.outputs.static_react_task == 'true') || (needs.changes.outputs.mephisto-task == 'true') || (needs.changes.outputs.abstractions == 'true') || (needs.changes.outputs.data_model == 'true') || (needs.changes.outputs.operations == 'true') || (needs.changes.outputs.tools == 'true')}} + if: ${{ (needs.changes.outputs.static_react_task == 'true') || (needs.changes.outputs.mephisto-core == 'true') || (needs.changes.outputs.abstractions == 'true') || (needs.changes.outputs.data_model == 'true') || (needs.changes.outputs.operations == 'true') || (needs.changes.outputs.tools == 'true')}} runs-on: ubuntu-latest steps: - name: 🔀 Checking out repo @@ -148,9 +256,9 @@ jobs: - name: 📂 Set the data directory run: mephisto config core.main_data_directory ~/mephisto/data - - name: 📦 Setting up mephisto-task package + - name: 📦 Setting up mephisto-core package run: | - cd packages/mephisto-task + cd packages/mephisto-core yarn install yarn build npm link @@ -168,9 +276,9 @@ jobs: headless: true # Learn more about the remote_procedure_tests here: https://github.com/facebookresearch/Mephisto/pull/800 - remote_procedure_template: + remote_procedure_elementary_remote_procedure: needs: changes - if: ${{ (needs.changes.outputs.template == 'true') || (needs.changes.outputs.mephisto-task == 'true') || (needs.changes.outputs.abstractions == 'true') || (needs.changes.outputs.data_model == 'true') || (needs.changes.outputs.operations == 'true') || (needs.changes.outputs.tools == 'true')}} + if: ${{ (needs.changes.outputs.elementary_remote_procedure == 'true') || (needs.changes.outputs.mephisto-core == 'true') || (needs.changes.outputs.abstractions == 'true') || (needs.changes.outputs.data_model == 'true') || (needs.changes.outputs.operations == 'true') || (needs.changes.outputs.tools == 'true')}} runs-on: ubuntu-latest steps: - name: 🔀 Checking out repo @@ -195,9 +303,9 @@ jobs: - name: 📂 Set the data directory run: mephisto config core.main_data_directory ~/mephisto/data - - name: 📦 Setting up mephisto-task package + - name: 📦 Setting up mephisto-core package run: | - cd packages/mephisto-task + cd packages/mephisto-core yarn install yarn build npm link @@ -208,15 +316,69 @@ jobs: build: npm i -D cypress@11 install: false browser: chrome - project: ./examples/remote_procedure/template/webapp + project: ./examples/remote_procedure/elementary_remote_procedure/webapp config-file: ./cypress.config.js - start: python examples/remote_procedure/template/run_task.py mephisto.task.post_install_script=link_mephisto_task.sh + start: python examples/remote_procedure/elementary_remote_procedure/run_task.py mephisto.task.post_install_script=link_mephisto_task.sh wait-on: "http://localhost:3000/?worker_id=x&assignment_id=1" headless: true +# TODO: Add tests and enable +# remote_procedure_interactive_image_generation: +# needs: changes +# if: ${{ (needs.changes.outputs.interactive_image_generation == 'true') || (needs.changes.outputs.mephisto-core == 'true') || (needs.changes.outputs.mephisto-addons == 'true') || (needs.changes.outputs.abstractions == 'true') || (needs.changes.outputs.data_model == 'true') || (needs.changes.outputs.operations == 'true') || (needs.changes.outputs.tools == 'true')}} +# runs-on: ubuntu-latest +# steps: +# - name: 🔀 Checking out repo +# uses: actions/checkout@v2 +# +# - name: 🐍 Installing python +# uses: actions/setup-python@v5 +# with: +# python-version: 3.8 +# +# - name: 🪨 Setup Node +# uses: actions/setup-node@v4 +# with: +# node-version: 16.16.0 +# +# - name: 🤖 Install Mephisto +# run: pip install -e . +# +# - name: 🖋 Create data directory +# run: mkdir -p ~/mephisto/data +# +# - name: 📂 Set the data directory +# run: mephisto config core.main_data_directory ~/mephisto/data +# +# - name: 📦 Setting up mephisto-core package +# run: | +# cd packages/mephisto-core +# yarn install +# yarn build +# npm link +# +# - name: 📦 Setting up mephisto-addons package +# run: | +# cd packages/mephisto-addons +# yarn install +# yarn build +# npm link +# +# - name: ⌛️ Running cypress tests +# uses: cypress-io/github-action@v6.7.1 +# with: +# build: npm i -D cypress@11 +# install: false +# browser: chrome +# project: ./examples/remote_procedure/interactive_image_generation/webapp +# config-file: ./cypress.config.js +# start: python examples/remote_procedure/interactive_image_generation/run_task.py mephisto.task.post_install_script=link_mephisto_task.sh +# wait-on: "http://localhost:3000/?worker_id=x&assignment_id=1" +# headless: true + remote_procedure_mnist: needs: changes - if: ${{ (needs.changes.outputs.mnist == 'true') || (needs.changes.outputs.mephisto-task == 'true') }} + if: ${{ (needs.changes.outputs.mnist == 'true') || (needs.changes.outputs.mephisto-core == 'true') }} runs-on: ubuntu-latest steps: - name: 🔀 Checking out repo @@ -243,9 +405,9 @@ jobs: - name: 📂 Set the data directory run: mephisto config core.main_data_directory ~/mephisto/data - - name: 📦 Setting up mephisto-task package + - name: 📦 Setting up mephisto-core package run: | - cd packages/mephisto-task + cd packages/mephisto-core yarn install yarn build npm link @@ -264,7 +426,7 @@ jobs: remote_procedure_toxicity_detection: needs: changes - if: ${{ (needs.changes.outputs.toxicity_detection == 'true') || (needs.changes.outputs.mephisto-task == 'true') }} + if: ${{ (needs.changes.outputs.toxicity_detection == 'true') || (needs.changes.outputs.mephisto-core == 'true') }} runs-on: ubuntu-latest steps: - name: 🔀 Checking out repo @@ -291,9 +453,9 @@ jobs: - name: 📂 Set the data directory run: mephisto config core.main_data_directory ~/mephisto/data - - name: 📦 Setting up mephisto-task package + - name: 📦 Setting up mephisto-core package run: | - cd packages/mephisto-task + cd packages/mephisto-core yarn install yarn build npm link @@ -313,7 +475,7 @@ jobs: # Learn more about this test here: https://github.com/facebookresearch/Mephisto/pull/833 static_react_task_with_worker_opinion: needs: changes - if: ${{ (needs.changes.outputs.static_react_task_with_worker_opinion == 'true') || (needs.changes.outputs.mephisto-task == 'true') || (needs.changes.outputs.mephisto-addons == 'true') || (needs.changes.outputs.abstractions == 'true') || (needs.changes.outputs.data_model == 'true') || (needs.changes.outputs.operations == 'true') || (needs.changes.outputs.tools == 'true')}} + if: ${{ (needs.changes.outputs.static_react_task_with_worker_opinion == 'true') || (needs.changes.outputs.mephisto-core == 'true') || (needs.changes.outputs.mephisto-addons == 'true') || (needs.changes.outputs.abstractions == 'true') || (needs.changes.outputs.data_model == 'true') || (needs.changes.outputs.operations == 'true') || (needs.changes.outputs.tools == 'true')}} runs-on: ubuntu-latest steps: - name: 🔀 Checking out repo @@ -339,16 +501,16 @@ jobs: - name: 📂 Set the data directory run: mephisto config core.main_data_directory ~/mephisto/data - - name: 📦 Setting up mephisto-task package + - name: 📦 Setting up mephisto-core package run: | - cd packages/mephisto-task + cd packages/mephisto-core yarn install yarn build npm link - - name: 📦 Setting up mephisto-worker-addons package + - name: 📦 Setting up mephisto-addons package run: | - cd packages/mephisto-worker-addons + cd packages/mephisto-addons yarn install yarn build npm link @@ -362,7 +524,7 @@ jobs: project: ./examples/static_react_task_with_worker_opinion/webapp config-file: ./cypress.config.js spec: ./examples/static_react_task_with_worker_opinion/webapp/cypress/e2e/pre_submission_tests/* - start: python examples/static_react_task_with_worker_opinion/run_task.py mephisto.task.force_rebuild=true mephisto.task.post_install_script=link_packages.sh + start: python examples/static_react_task_with_worker_opinion/run_task.py mephisto.task.force_rebuild=true mephisto.task.post_install_script=link_mephisto_task.sh wait-on: "http://localhost:3000/?worker_id=x&assignment_id=1" headless: true @@ -436,7 +598,7 @@ jobs: project: ./examples/static_react_task_with_worker_opinion/webapp config-file: cypress.config.js spec: ./examples/static_react_task_with_worker_opinion/webapp/cypress/e2e/post_submission_tests/* - start: python examples/static_react_task_with_worker_opinion/run_task.py mephisto.task.post_install_script=link_packages.sh mephisto.task.force_rebuild=true + start: python examples/static_react_task_with_worker_opinion/run_task.py mephisto.task.post_install_script=link_mephisto_task.sh mephisto.task.force_rebuild=true wait-on: "http://localhost:3000/?worker_id=x&assignment_id=1" browser: chrome headless: true diff --git a/.github/workflows/version-sync.yml b/.github/workflows/version-sync.yml index 57762aa03..b38a94900 100644 --- a/.github/workflows/version-sync.yml +++ b/.github/workflows/version-sync.yml @@ -16,4 +16,4 @@ jobs: - name: Install Mephisto run: pip install -e . - name: Run version sync script - run: python scripts/sync_mephisto_task.py check + run: python scripts/sync_mephisto_core.py check diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2b72fe2d5..7f8945d72 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,7 +47,7 @@ There is a way to fix this: * Make sure to reset the baseUrl back to default("/") if contributing to the repo as the GitHub action will fail otherwise. ## Local Package Development -If you are modifying either the `mephisto-task` or `mephisto-worker-addons` packages you probably want to see your changes propagate to the task that you are working on. +If you are modifying either the `mephisto-core` or `mephisto-addons` packages you probably want to see your changes propagate to the task that you are working on. The easiest way to do this is to run a task by doing: ```bash diff --git a/docs/README.md b/docs/README.md index d6cd95dba..fbae4f834 100644 --- a/docs/README.md +++ b/docs/README.md @@ -15,7 +15,7 @@ - Are you interested in a simple task with barebones HTML files? Reference the **[simple static task](/examples/static_static_task/)**. - Are you interested in building a rich frontend? Learn about how you can create a **[simple React task](/examples/static_react_task/)**. - - Reference the docs for the **[`mephisto-task` helper package](/packages/mephisto-task/README.md)** for interfacing with the Mephisto server. + - Reference the docs for the **[`mephisto-core` helper package](/packages/mephisto-core/README.md)** for interfacing with the Mephisto server. - You may also want to use components offered in the **[`annotation-toolkit` component library](/packages/annotation-toolkit/README.md)** to get up-and-running quick. The components of the library can be **[demoed in the storybook](https://annotation-toolkit-storybook.vercel.app/)**. - Are you interested in dialogue-based tasks using the ParlAI framework? You may want to check out the **[example ParlAI demo task](/examples/parlai_chat_task_demo/)**. For UI customizations, we heavily use the **[`bootstrap-chat` helper package](/packages/bootstrap-chat/)**, so you may want to reference the documentation for that as well. diff --git a/docs/legacy/upgrade_to_v1/guide.md b/docs/legacy/upgrade_to_v1/guide.md index 99de45a26..97dcc2a5a 100644 --- a/docs/legacy/upgrade_to_v1/guide.md +++ b/docs/legacy/upgrade_to_v1/guide.md @@ -14,10 +14,9 @@ sidebar_position: 1 - Or if you set up Mephisto using the pip wheel: `pip install Mephisto -U` 2. Ensure that your front-end code is using the latest packages, by running the following **in your task's webapp folder**. ```bash - npm install --save mephisto-task@2 npm install --save bootstrap-chat@2 # if applicable ``` -3. For webapps using `mephisto-task`: Migrate any usage of `sendMessage` in your front-end code to `sendLiveUpdate`. +3. For webapps using `mephisto-core`: Migrate any usage of `sendMessage` in your front-end code to `sendLiveUpdate`. 4. [Migrate your run scripts](../run_scripts) to use the newly introduced syntax, aimed to reduce boilerplate. diff --git a/docs/web/docs/explanations/architect_api.md b/docs/web/docs/explanations/architect_api.md index 82fb39a50..ad98a2fd7 100644 --- a/docs/web/docs/explanations/architect_api.md +++ b/docs/web/docs/explanations/architect_api.md @@ -106,13 +106,13 @@ While this is the "Architect API" most of the responsibilities for the architect The primary responsiblity of the router is to take incoming packets from client connections and direct them to the core Mephisto `ClientIOHandler` and to do the reverse as well. All packets will have a core `agent_id` field denoting either the sender or receiver of the packet, depending on the packet type. The only exception is the `PACKET_TYPE_ALIVE`, which is directed to the router and allows for any registration of an incoming connection. -Secondarily, the router is responsible for converting RESTful `POST` requests from `mephisto-task` into socket messages, and relaying the response as a standard `POST` response. This behavior is _only_ for the `PACKET_TYPE_REGISTER_AGENT`, and `PACKET_TYPE_SUBMIT_ONBOARDING` packets, and both of them will be serviced by `PACKET_TYPE_AGENT_DETAILS` responses. For these it should be listening to `POST` requests at `/register_worker`, `/submit_onboarding`, and `/submit_task`. `POST` requests to `/log_error` should result in forwarding a `PACKET_TYPE_ERROR`. +Secondarily, the router is responsible for converting RESTful `POST` requests from `mephisto-core` into socket messages, and relaying the response as a standard `POST` response. This behavior is _only_ for the `PACKET_TYPE_REGISTER_AGENT`, and `PACKET_TYPE_SUBMIT_ONBOARDING` packets, and both of them will be serviced by `PACKET_TYPE_AGENT_DETAILS` responses. For these it should be listening to `POST` requests at `/register_worker`, `/submit_onboarding`, and `/submit_task`. `POST` requests to `/log_error` should result in forwarding a `PACKET_TYPE_ERROR`. Third, the router is responsible for maintaining track of agent status, and acting as a cache for this information after disconnects. This allows for a worker to return to a task and have updated information about what has transpired, even when the main Mephisto server has cleaned up the related `TaskRunner` and live `Agent`. Fourth, the router is responsible for serving the static `task_config.json` file, which allows the frontend to load certain details about the full task before going through any registration handshakes. -### `mephisto-task` responsibilities. +### `mephisto-core` responsibilities. The `useMephistoTask` hook is responsible for allowing a worker to connect to a task and submit the relevant data. For this, it only needs to make `POST` requests related to the `PACKET_TYPE_SUBMIT_*` and `PACKET_TYPE_REGISTER_AGENT` events. The former should be triggered on `handleSubmit`, while the latter should trigger immediately on load. diff --git a/docs/web/docs/guides/how_to_use/task_creation/developing_frontends.md b/docs/web/docs/guides/how_to_use/task_creation/developing_frontends.md index 8e148d768..9aca640f0 100644 --- a/docs/web/docs/guides/how_to_use/task_creation/developing_frontends.md +++ b/docs/web/docs/guides/how_to_use/task_creation/developing_frontends.md @@ -9,23 +9,17 @@ sidebar_position: 1 # Developing and debugging frontends -## The `mephisto-task` package +## The `mephisto-core` package -We provide the `mephisto-task` package for use in your front-end React tasks. +We provide the `mephisto-core` package for use in your front-end React tasks. -To install, add it to your npm project as such: - -``` -npm install mephisto-task -``` - -The `mephisto-task` project surfaces three React hooks depending on your use case: +The `mephisto-core` project surfaces three React hooks depending on your use case: 1. `useMephistoTask` - Used for static tasks where one-time initial data is enough to power the task. See the example task in `/examples/static_react_task/` for an example project using this hook. 2. `useMephistoLiveTask` - Used for multi-turn, socket-based tasks, such as a dialogue task. See the example task in `/examples/parlai_chat_task_demo/` for an example project using this hook. 3. `useMephistoRemoteProcedureTask` - Used for static tasks that require access to some remote function on the back-end, for example invoking a back-end model for model-assisted annotation. See the example task in `/examples/remote_procedure/mnist/` for an example project using this hook. -Complete documentation for each of the hooks can be found in the [associated README for the `mephisto-task` package](https://github.com/facebookresearch/Mephisto/tree/main/packages/mephisto-task). +Complete documentation for each of the hooks can be found in the [associated README for the `mephisto-core` package](https://github.com/facebookresearch/Mephisto/tree/main/packages/mephisto-core). ## Reusable UI component libraries @@ -54,7 +48,7 @@ Currently, we have beta functionality for error handling. We provide a few ways For #1 above, auto-logging can be enabled for React apps by importing the `` component and wiring it up as such: ```jsx -import { ErrorBoundary } from "mephisto-task"; +import { ErrorBoundary } from "mephisto-core"; ... const { handleFatalError, /* ... */ } = useMephistoTask(); ... diff --git a/docs/web/docs/guides/how_to_use/worker_quality/using_onboarding.mdx b/docs/web/docs/guides/how_to_use/worker_quality/using_onboarding.mdx index 185fbadac..76d263546 100644 --- a/docs/web/docs/guides/how_to_use/worker_quality/using_onboarding.mdx +++ b/docs/web/docs/guides/how_to_use/worker_quality/using_onboarding.mdx @@ -80,7 +80,7 @@ Unlike Screening and Gold units, Onboarding expects that you set up a custom fro You want to provide workers with an in-depth exploration of your task up-front (though you can always re-use onboarding components in your main task as reference materials). -The handleSubmit method of `mephisto-task` is used to send onboarding data from frontend to backend. +The handleSubmit method of `mephisto-core` is used to send onboarding data from frontend to backend. For more info on how to build out onboarding frontends, check out our [tutorial](../../../tutorials/worker_controls). **Note:** We've observed that some workers may share out the answers for onboarding tasks, diff --git a/docs/web/docs/guides/tutorials/custom_react.md b/docs/web/docs/guides/tutorials/custom_react.md index 9e5f1147e..b7451f1ca 100644 --- a/docs/web/docs/guides/tutorials/custom_react.md +++ b/docs/web/docs/guides/tutorials/custom_react.md @@ -152,7 +152,7 @@ function MainApp() { isOnboarding, } = useMephistoTask(); ``` -Any Mephisto frontend task relies on either the `useMephistoTask` or `useMephistoLiveTask` hooks to get underlying state about the worker and the task. For now it's only important to note that we pull `initialTaskData` from Mephisto, as well as a `handleSubmit` function. (More details on usage of these hooks is available [here](https://github.com/facebookresearch/Mephisto/tree/main/packages/mephisto-task).) +Any Mephisto frontend task relies on either the `useMephistoTask` or `useMephistoLiveTask` hooks to get underlying state about the worker and the task. For now it's only important to note that we pull `initialTaskData` from Mephisto, as well as a `handleSubmit` function. (More details on usage of these hooks is available [here](https://github.com/facebookresearch/Mephisto/tree/main/packages/mephisto-core).) ```javascript if (blockedReason !== null) { return ... diff --git a/docs/web/docs/reference/overview.md b/docs/web/docs/reference/overview.md index 9987cf960..a60227797 100644 --- a/docs/web/docs/reference/overview.md +++ b/docs/web/docs/reference/overview.md @@ -17,9 +17,9 @@ Other sections of the documentation may soon be auto-generated. In the meanwhile, you may find reference documentation in the following locations: -- [`mephisto-task`](https://github.com/facebookresearch/Mephisto/tree/main/packages/mephisto-task) - This package provides two hooks to faciliate React-based front-end development for Mephisto tasks. Use `useMephistoTask` for simple, static tasks or `useMephistoLiveTask` for multi-turn, socket-based tasks. -- [`mephisto-worker-addons`](https://github.com/facebookresearch/Mephisto/tree/main/packages/mephisto-worker-addons) - This package provides the tips and feedback components to allow for collection of tips and feedback from workers. -- [`bootstrap-chat`](https://github.com/facebookresearch/Mephisto/tree/main/packages/bootstrap-chat)A set of UI components based on Bootstrap v3 for facilitating chat-based tasks for Mephisto. +- [`mephisto-core`](https://github.com/facebookresearch/Mephisto/tree/main/packages/mephisto-core) - This package provides two hooks to faciliate React-based front-end development for Mephisto tasks. Use `useMephistoTask` for simple, static tasks or `useMephistoLiveTask` for multi-turn, socket-based tasks. +- [`mephisto-addons`](https://github.com/facebookresearch/Mephisto/tree/main/packages/mephisto-addons) - A bunch of UI components to make Tasks more customizable. +- [`bootstrap-chat`](https://github.com/facebookresearch/Mephisto/tree/main/packages/bootstrap-chat) - A set of UI components based on Bootstrap v3 for facilitating chat-based tasks for Mephisto. - [`annotation-toolkit` and `@annotated`](https://github.com/facebookresearch/Mephisto/tree/main/packages/annotation-toolkit) - This package helps users to build out review & annotation tooling for their research tasks. `annotation-toolkit` has been deprecated in favor of `@annotated`. - [`cra-template-mephisto-review`](https://github.com/facebookresearch/Mephisto/tree/main/packages/cra-template-mephisto-review) - A customizable base template for creating data exploration interfaces with first-class support for the `mephisto review` command. - [`mephisto-review-hook`](https://github.com/facebookresearch/Mephisto/tree/main/packages/mephisto-review-hook) - TODO diff --git a/docs/web/static/python_api/mephisto/abstractions/architects/router.html b/docs/web/static/python_api/mephisto/abstractions/architects/router.html index 61702f38c..a7a05fc14 100644 --- a/docs/web/static/python_api/mephisto/abstractions/architects/router.html +++ b/docs/web/static/python_api/mephisto/abstractions/architects/router.html @@ -72,7 +72,7 @@

router

-

This directory contains all of the Mephisto code regarding setting up and deploying and endpoint that can handle interfacing with the mephisto-task package. As of now there are two implementations, a node server in deploy and a Flask server in flask. Each of these can be extended upon such that you can deploy your own server (with whatever logic you may need) but still have mephisto routing functionality.

+

This directory contains all of the Mephisto code regarding setting up and deploying and endpoint that can handle interfacing with the mephisto-core package. As of now there are two implementations, a node server in deploy and a Flask server in flask. Each of these can be extended upon such that you can deploy your own server (with whatever logic you may need) but still have mephisto routing functionality.

build_router.py

@@ -294,4 +294,4 @@

Routing implementation } }); - \ No newline at end of file + diff --git a/docs/web/static/python_api/mephisto/abstractions/architects/router/build_router.html b/docs/web/static/python_api/mephisto/abstractions/architects/router/build_router.html index 1e7f31378..66dd2b3dc 100644 --- a/docs/web/static/python_api/mephisto/abstractions/architects/router/build_router.html +++ b/docs/web/static/python_api/mephisto/abstractions/architects/router/build_router.html @@ -97,7 +97,7 @@

FLASK_SERVER_SOURCE_ROOT = os.path.join(ROUTER_ROOT_DIR, "flask") CROWD_SOURCE_PATH = "static/wrap_crowd_source.js" TASK_CONFIG_PATH = "static/task_config.json" -CURR_MEPHISTO_TASK_VERSION = "2.0.0" +CURR_MEPHISTO_CORE_PACKAGE_VERSION = "1.5.1" def can_build(build_dir: str, task_run: "TaskRun") -> bool: @@ -179,7 +179,7 @@

blueprint = task_run.get_blueprint() with open(local_task_config_path, "w+") as task_fp: frontend_args = blueprint.get_frontend_args() - frontend_args["mephisto_task_version"] = CURR_MEPHISTO_TASK_VERSION + frontend_args["mephisto_core_version"] = CURR_MEPHISTO_CORE_PACKAGE_VERSION json.dump(frontend_args, task_fp) # Consolidate task files as defined by the task @@ -365,7 +365,7 @@

blueprint = task_run.get_blueprint() with open(local_task_config_path, "w+") as task_fp: frontend_args = blueprint.get_frontend_args() - frontend_args["mephisto_task_version"] = CURR_MEPHISTO_TASK_VERSION + frontend_args["mephisto_core_version"] = CURR_MEPHISTO_CORE_PACKAGE_VERSION json.dump(frontend_args, task_fp) # Consolidate task files as defined by the task @@ -565,4 +565,4 @@

} }); - \ No newline at end of file + diff --git a/docs/web/static/python_api/mephisto/abstractions/architects/router/flask/mephisto_flask_blueprint.html b/docs/web/static/python_api/mephisto/abstractions/architects/router/flask/mephisto_flask_blueprint.html index afd88352c..f878d1ed4 100644 --- a/docs/web/static/python_api/mephisto/abstractions/architects/router/flask/mephisto_flask_blueprint.html +++ b/docs/web/static/python_api/mephisto/abstractions/architects/router/flask/mephisto_flask_blueprint.html @@ -182,7 +182,7 @@

# Constants -CURR_MEPHISTO_TASK_VERSION = "2.0.0" +CURR_MEPHISTO_CORE_PACKAGE_VERSION = "1.5.1" PACKET_TYPE_ALIVE = "alive" PACKET_TYPE_SUBMIT_ONBOARDING = "submit_onboarding" @@ -238,7 +238,7 @@

def js_time(python_time: float) -> int: - """Convert python time to js time, as the mephisto-task package expects""" + """Convert python time to js time, as the mephisto-core package expects""" return int(python_time * 1000) @@ -294,7 +294,7 @@

class MephistoRouter(WebSocketApplication): """ Base implementation of a websocket server that handles - all of the socket based IO for mephisto-task + all of the socket based IO for mephisto-core """ def __init__(self, *args, **kwargs): @@ -660,8 +660,8 @@

@mephisto_router.route("/task_config.json") def get_task_config(res): args = request.args - mephisto_task_version = args.get("mephisto_task_version") - if mephisto_task_version != CURR_MEPHISTO_TASK_VERSION: + mephisto_core_version = args.get("mephisto_core_version") + if mephisto_core_version != CURR_MEPHISTO_CORE_PACKAGE_VERSION: _handle_forward( { "packet_type": PACKET_TYPE_ERROR, @@ -669,12 +669,12 @@

"data": { "error_type": "version-mismatch", "text": ( - "Package `mephisto-task` version mismatch. Expected " - f"version {CURR_MEPHISTO_TASK_VERSION} but frontend is " - f"currently using {mephisto_task_version}. This may " + "Package `mephisto-core` version mismatch. Expected " + f"version {CURR_MEPHISTO_CORE_PACKAGE_VERSION} but frontend is " + f"currently using {mephisto_core_version}. This may " "cause unexpected errors, be sure to update your " - "`mephisto-task` dependency with `npm install " - f"mephisto-task@{CURR_MEPHISTO_TASK_VERSION} --save`. " + "`mephisto-core` dependency with `npm install " + f"mephisto-core@{CURR_MEPHISTO_CORE_PACKAGE_VERSION} --save`. " "If this warning still persists or the version isn't found, " "please open an issue at " "https://github.com/facebookresearch/Mephisto/issues" @@ -756,13 +756,13 @@

View Source
def js_time(python_time: float) -> int:
-    """Convert python time to js time, as the mephisto-task package expects"""
+    """Convert python time to js time, as the mephisto-core package expects"""
     return int(python_time * 1000)
 
-

Convert python time to js time, as the mephisto-task package expects

+

Convert python time to js time, as the mephisto-core package expects

@@ -952,7 +952,7 @@

class MephistoRouter(WebSocketApplication):
     """
     Base implementation of a websocket server that handles
-    all of the socket based IO for mephisto-task
+    all of the socket based IO for mephisto-core
     """
 
     def __init__(self, *args, **kwargs):
@@ -1180,7 +1180,7 @@ 

Base implementation of a websocket server that handles -all of the socket based IO for mephisto-task

+all of the socket based IO for mephisto-core

@@ -1667,8 +1667,8 @@

Inherited Members
@mephisto_router.route("/task_config.json")
 def get_task_config(res):
     args = request.args
-    mephisto_task_version = args.get("mephisto_task_version")
-    if mephisto_task_version != CURR_MEPHISTO_TASK_VERSION:
+    mephisto_core_version = args.get("mephisto_core_version")
+    if mephisto_core_version != CURR_MEPHISTO_CORE_PACKAGE_VERSION:
         _handle_forward(
             {
                 "packet_type": PACKET_TYPE_ERROR,
@@ -1676,12 +1676,12 @@ 
Inherited Members
"data": { "error_type": "version-mismatch", "text": ( - "Package `mephisto-task` version mismatch. Expected " - f"version {CURR_MEPHISTO_TASK_VERSION} but frontend is " - f"currently using {mephisto_task_version}. This may " + "Package `mephisto-core` version mismatch. Expected " + f"version {CURR_MEPHISTO_CORE_PACKAGE_VERSION} but frontend is " + f"currently using {mephisto_core_version}. This may " "cause unexpected errors, be sure to update your " - "`mephisto-task` dependency with `npm install " - f"mephisto-task@{CURR_MEPHISTO_TASK_VERSION} --save`. " + "`mephisto-core` dependency with `npm install " + f"mephisto-core@{CURR_MEPHISTO_CORE_PACKAGE_VERSION} --save`. " "If this warning still persists or the version isn't found, " "please open an issue at " "https://github.com/facebookresearch/Mephisto/issues" @@ -1935,4 +1935,4 @@
Inherited Members
} }); - \ No newline at end of file + diff --git a/docs/web/static/python_api/mephisto/abstractions/blueprints/static_html_task.html b/docs/web/static/python_api/mephisto/abstractions/blueprints/static_html_task.html index 479322f2d..874710f0e 100644 --- a/docs/web/static/python_api/mephisto/abstractions/blueprints/static_html_task.html +++ b/docs/web/static/python_api/mephisto/abstractions/blueprints/static_html_task.html @@ -84,7 +84,7 @@

Implementation Details

app.jsx

-

The app.jsx file contains most of the logic to ensure we can render HTML, including being able to attach and execute the arbitrary scripts that are included or linked in the given HTML file. It creates a react application using the mephisto-task package, and creates an empty form with a submit button. It then populates the inner form using two primary methods:

+

The app.jsx file contains most of the logic to ensure we can render HTML, including being able to attach and execute the arbitrary scripts that are included or linked in the given HTML file. It creates a react application using the mephisto-core package, and creates an empty form with a submit button. It then populates the inner form using two primary methods:

  • handleUpdatingRemainingScripts: This method walks through the list of scripts that are given in the attached HTML, either loading the external script and putting it into the head, or directly evaluating the content of local scripts. As the page has already loaded by the time we are loading in the remaining scripts, this all must be injected in an asynchronous manner. _Ultimately_ this isn't incredibly safe if you don't trust the attached scripts.
  • @@ -320,4 +320,4 @@

    StaticHTMLTaskBuilder

    } }); - \ No newline at end of file + diff --git a/docs/web/static/python_api/search.js b/docs/web/static/python_api/search.js index a84a49154..f436d935e 100644 --- a/docs/web/static/python_api/search.js +++ b/docs/web/static/python_api/search.js @@ -6,7 +6,7 @@ window.pdocSearch = (function(){ /** elasticlunr - http://weixsong.github.io * Copyright (C) 2017 Oliver Nightingale * Copyright (C) 2017 Wei Song * MIT Licensed */!function(){function e(e){if(null===e||"object"!=typeof e)return e;var t=e.constructor();for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);return t}var t=function(e){var n=new t.Index;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),e&&e.call(n,n),n};t.version="0.9.5",lunr=t,t.utils={},t.utils.warn=function(e){return function(t){e.console&&console.warn&&console.warn(t)}}(this),t.utils.toString=function(e){return void 0===e||null===e?"":e.toString()},t.EventEmitter=function(){this.events={}},t.EventEmitter.prototype.addListener=function(){var e=Array.prototype.slice.call(arguments),t=e.pop(),n=e;if("function"!=typeof t)throw new TypeError("last argument must be a function");n.forEach(function(e){this.hasHandler(e)||(this.events[e]=[]),this.events[e].push(t)},this)},t.EventEmitter.prototype.removeListener=function(e,t){if(this.hasHandler(e)){var n=this.events[e].indexOf(t);-1!==n&&(this.events[e].splice(n,1),0==this.events[e].length&&delete this.events[e])}},t.EventEmitter.prototype.emit=function(e){if(this.hasHandler(e)){var t=Array.prototype.slice.call(arguments,1);this.events[e].forEach(function(e){e.apply(void 0,t)},this)}},t.EventEmitter.prototype.hasHandler=function(e){return e in this.events},t.tokenizer=function(e){if(!arguments.length||null===e||void 0===e)return[];if(Array.isArray(e)){var n=e.filter(function(e){return null===e||void 0===e?!1:!0});n=n.map(function(e){return t.utils.toString(e).toLowerCase()});var i=[];return n.forEach(function(e){var n=e.split(t.tokenizer.seperator);i=i.concat(n)},this),i}return e.toString().trim().toLowerCase().split(t.tokenizer.seperator)},t.tokenizer.defaultSeperator=/[\s\-]+/,t.tokenizer.seperator=t.tokenizer.defaultSeperator,t.tokenizer.setSeperator=function(e){null!==e&&void 0!==e&&"object"==typeof e&&(t.tokenizer.seperator=e)},t.tokenizer.resetSeperator=function(){t.tokenizer.seperator=t.tokenizer.defaultSeperator},t.tokenizer.getSeperator=function(){return t.tokenizer.seperator},t.Pipeline=function(){this._queue=[]},t.Pipeline.registeredFunctions={},t.Pipeline.registerFunction=function(e,n){n in t.Pipeline.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[n]=e},t.Pipeline.getRegisteredFunction=function(e){return e in t.Pipeline.registeredFunctions!=!0?null:t.Pipeline.registeredFunctions[e]},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn("Function is not registered with pipeline. This may cause problems when serialising the index.\n",e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(e){var i=t.Pipeline.getRegisteredFunction(e);if(!i)throw new Error("Cannot load un-registered function: "+e);n.add(i)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(e){t.Pipeline.warnIfFunctionNotRegistered(e),this._queue.push(e)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var i=this._queue.indexOf(e);if(-1===i)throw new Error("Cannot find existingFn");this._queue.splice(i+1,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var i=this._queue.indexOf(e);if(-1===i)throw new Error("Cannot find existingFn");this._queue.splice(i,0,n)},t.Pipeline.prototype.remove=function(e){var t=this._queue.indexOf(e);-1!==t&&this._queue.splice(t,1)},t.Pipeline.prototype.run=function(e){for(var t=[],n=e.length,i=this._queue.length,o=0;n>o;o++){for(var r=e[o],s=0;i>s&&(r=this._queue[s](r,o,e),void 0!==r&&null!==r);s++);void 0!==r&&null!==r&&t.push(r)}return t},t.Pipeline.prototype.reset=function(){this._queue=[]},t.Pipeline.prototype.get=function(){return this._queue},t.Pipeline.prototype.toJSON=function(){return this._queue.map(function(e){return t.Pipeline.warnIfFunctionNotRegistered(e),e.label})},t.Index=function(){this._fields=[],this._ref="id",this.pipeline=new t.Pipeline,this.documentStore=new t.DocumentStore,this.index={},this.eventEmitter=new t.EventEmitter,this._idfCache={},this.on("add","remove","update",function(){this._idfCache={}}.bind(this))},t.Index.prototype.on=function(){var e=Array.prototype.slice.call(arguments);return this.eventEmitter.addListener.apply(this.eventEmitter,e)},t.Index.prototype.off=function(e,t){return this.eventEmitter.removeListener(e,t)},t.Index.load=function(e){e.version!==t.version&&t.utils.warn("version mismatch: current "+t.version+" importing "+e.version);var n=new this;n._fields=e.fields,n._ref=e.ref,n.documentStore=t.DocumentStore.load(e.documentStore),n.pipeline=t.Pipeline.load(e.pipeline),n.index={};for(var i in e.index)n.index[i]=t.InvertedIndex.load(e.index[i]);return n},t.Index.prototype.addField=function(e){return this._fields.push(e),this.index[e]=new t.InvertedIndex,this},t.Index.prototype.setRef=function(e){return this._ref=e,this},t.Index.prototype.saveDocument=function(e){return this.documentStore=new t.DocumentStore(e),this},t.Index.prototype.addDoc=function(e,n){if(e){var n=void 0===n?!0:n,i=e[this._ref];this.documentStore.addDoc(i,e),this._fields.forEach(function(n){var o=this.pipeline.run(t.tokenizer(e[n]));this.documentStore.addFieldLength(i,n,o.length);var r={};o.forEach(function(e){e in r?r[e]+=1:r[e]=1},this);for(var s in r){var u=r[s];u=Math.sqrt(u),this.index[n].addToken(s,{ref:i,tf:u})}},this),n&&this.eventEmitter.emit("add",e,this)}},t.Index.prototype.removeDocByRef=function(e){if(e&&this.documentStore.isDocStored()!==!1&&this.documentStore.hasDoc(e)){var t=this.documentStore.getDoc(e);this.removeDoc(t,!1)}},t.Index.prototype.removeDoc=function(e,n){if(e){var n=void 0===n?!0:n,i=e[this._ref];this.documentStore.hasDoc(i)&&(this.documentStore.removeDoc(i),this._fields.forEach(function(n){var o=this.pipeline.run(t.tokenizer(e[n]));o.forEach(function(e){this.index[n].removeToken(e,i)},this)},this),n&&this.eventEmitter.emit("remove",e,this))}},t.Index.prototype.updateDoc=function(e,t){var t=void 0===t?!0:t;this.removeDocByRef(e[this._ref],!1),this.addDoc(e,!1),t&&this.eventEmitter.emit("update",e,this)},t.Index.prototype.idf=function(e,t){var n="@"+t+"/"+e;if(Object.prototype.hasOwnProperty.call(this._idfCache,n))return this._idfCache[n];var i=this.index[t].getDocFreq(e),o=1+Math.log(this.documentStore.length/(i+1));return this._idfCache[n]=o,o},t.Index.prototype.getFields=function(){return this._fields.slice()},t.Index.prototype.search=function(e,n){if(!e)return[];e="string"==typeof e?{any:e}:JSON.parse(JSON.stringify(e));var i=null;null!=n&&(i=JSON.stringify(n));for(var o=new t.Configuration(i,this.getFields()).get(),r={},s=Object.keys(e),u=0;u0&&t.push(e);for(var i in n)"docs"!==i&&"df"!==i&&this.expandToken(e+i,t,n[i]);return t},t.InvertedIndex.prototype.toJSON=function(){return{root:this.root}},t.Configuration=function(e,n){var e=e||"";if(void 0==n||null==n)throw new Error("fields should not be null");this.config={};var i;try{i=JSON.parse(e),this.buildUserConfig(i,n)}catch(o){t.utils.warn("user configuration parse failed, will use default configuration"),this.buildDefaultConfig(n)}},t.Configuration.prototype.buildDefaultConfig=function(e){this.reset(),e.forEach(function(e){this.config[e]={boost:1,bool:"OR",expand:!1}},this)},t.Configuration.prototype.buildUserConfig=function(e,n){var i="OR",o=!1;if(this.reset(),"bool"in e&&(i=e.bool||i),"expand"in e&&(o=e.expand||o),"fields"in e)for(var r in e.fields)if(n.indexOf(r)>-1){var s=e.fields[r],u=o;void 0!=s.expand&&(u=s.expand),this.config[r]={boost:s.boost||0===s.boost?s.boost:1,bool:s.bool||i,expand:u}}else t.utils.warn("field name in user configuration not found in index instance fields");else this.addAllFields2UserConfig(i,o,n)},t.Configuration.prototype.addAllFields2UserConfig=function(e,t,n){n.forEach(function(n){this.config[n]={boost:1,bool:e,expand:t}},this)},t.Configuration.prototype.get=function(){return this.config},t.Configuration.prototype.reset=function(){this.config={}},lunr.SortedSet=function(){this.length=0,this.elements=[]},lunr.SortedSet.load=function(e){var t=new this;return t.elements=e,t.length=e.length,t},lunr.SortedSet.prototype.add=function(){var e,t;for(e=0;e1;){if(r===e)return o;e>r&&(t=o),r>e&&(n=o),i=n-t,o=t+Math.floor(i/2),r=this.elements[o]}return r===e?o:-1},lunr.SortedSet.prototype.locationFor=function(e){for(var t=0,n=this.elements.length,i=n-t,o=t+Math.floor(i/2),r=this.elements[o];i>1;)e>r&&(t=o),r>e&&(n=o),i=n-t,o=t+Math.floor(i/2),r=this.elements[o];return r>e?o:e>r?o+1:void 0},lunr.SortedSet.prototype.intersect=function(e){for(var t=new lunr.SortedSet,n=0,i=0,o=this.length,r=e.length,s=this.elements,u=e.elements;;){if(n>o-1||i>r-1)break;s[n]!==u[i]?s[n]u[i]&&i++:(t.add(s[n]),n++,i++)}return t},lunr.SortedSet.prototype.clone=function(){var e=new lunr.SortedSet;return e.elements=this.toArray(),e.length=e.elements.length,e},lunr.SortedSet.prototype.union=function(e){var t,n,i;this.length>=e.length?(t=this,n=e):(t=e,n=this),i=t.clone();for(var o=0,r=n.toArray();oMephisto

\n\n

This is the main package directory, containing all of the core workings of Mephisto. They roughly follow the divisions noted in the abstractions overview doc. The breakdown is as following:

\n\n
    \n
  • abstractions: Contains the interface classes for the core abstractions in Mephisto, as well as implementations of those interfaces. These are the Architects, Blueprints, Crowd Providers, and Databases.
  • \n
  • client: Contains user interfaces for using Mephisto at a very high level. Primarily comprised of the python code for the cli and the web views.
  • \n
  • data_model: Contains the data model components as described in the architecture document. These are the relevant data structures that build upon the underlying MephistoDB, and are utilized throughout the Mephisto codebase.
  • \n
  • operations: Contains low-level operational code that performs more complex functionality on top of the Mephisto data model.
  • \n
  • scripts: Contains commonly executed convenience scripts for Mephisto users.
  • \n
  • tools: Contains helper methods and modules that allow for lower-level access to the Mephisto data model than the clients provide. Useful for creating custom workflows and scripts that are built on Mephisto.
  • \n
\n"}, "mephisto.abstractions": {"fullname": "mephisto.abstractions", "modulename": "mephisto.abstractions", "type": "module", "doc": "

Mephisto Core Abstractions

\n\n

This directory contains the interfaces for the four core Mephisto abstractions (as well as subcomponents of those abstractions). Those abstractions are discussed at a high level in the architecture overvierw doc.

\n\n

Specific implementations can be made to extend the Mephisto data model to work with new crowd providers, new task types, and new backend server architectures. These four primary abstractions are summarized below, but other sections go more in-depth.

\n\n

Architect

\n\n

An Architect is an abstraction that allows Mephisto to manage setup and maintenance of task servers for you. When launching a task, Mephisto uses an Architect to build required server files, launch that server, deploy the task files, and then later shut it down when the task is complete. More details are found in the abstractions/architects folder, along with the existing Architects.

\n\n

Architects also require a Channel to allow the ClientIOHandler to communicate with the server, and are expected to define their own or select a compatible one from the ones already present.

\n\n

Blueprint

\n\n

A Blueprint is the essential formula for running a task on Mephisto. It accepts some number of parameters and input data, and that should be sufficient content to be able to display a frontend to the crowdworker, process their responses, and then save them somewhere. It comprises of extensions of the AgentState (data storage), TaskRunner (actual steps to complete the task), and TaskBuilder (resources to display a frontend) classes. More details are provided in the abstractions/blueprints folder, where all the existing Blueprints live.

\n\n

CrowdProvider

\n\n

A CrowdProvider is a wrapper around any of the required functionality that Mephisto will need to utilize to accept work from workers on a specific service. Ultimately it comprises of an extension of each of Worker, Agent, Unit, and Requester. More details can be found in the abstractions/providers folder, where all of the existing CrowdProviders live.

\n\n

MephistoDB

\n\n

The MephistoDB is an abstraction around the storage for the Mephisto data model, such that it could be possible to create alternate methods for storing and loading the kind of data that mephisto requires without breaking functionality.

\n"}, "mephisto.abstractions.architect": {"fullname": "mephisto.abstractions.architect", "modulename": "mephisto.abstractions.architect", "type": "module", "doc": "

\n"}, "mephisto.abstractions.architect.ArchitectArgs": {"fullname": "mephisto.abstractions.architect.ArchitectArgs", "modulename": "mephisto.abstractions.architect", "qualname": "ArchitectArgs", "type": "class", "doc": "

Base class for arguments to configure architects

\n"}, "mephisto.abstractions.architect.ArchitectArgs.__init__": {"fullname": "mephisto.abstractions.architect.ArchitectArgs.__init__", "modulename": "mephisto.abstractions.architect", "qualname": "ArchitectArgs.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n _architect_type: str = '???',\n server_type: str = 'node',\n server_source_path: str = '???'\n)", "funcdef": "def"}, "mephisto.abstractions.architect.ArchitectArgs.server_type": {"fullname": "mephisto.abstractions.architect.ArchitectArgs.server_type", "modulename": "mephisto.abstractions.architect", "qualname": "ArchitectArgs.server_type", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = 'node'"}, "mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"fullname": "mephisto.abstractions.architect.ArchitectArgs.server_source_path", "modulename": "mephisto.abstractions.architect", "qualname": "ArchitectArgs.server_source_path", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.architect.Architect": {"fullname": "mephisto.abstractions.architect.Architect", "modulename": "mephisto.abstractions.architect", "qualname": "Architect", "type": "class", "doc": "

Provides methods for setting up a server somewhere and deploying tasks\nonto that server.

\n", "bases": "abc.ABC"}, "mephisto.abstractions.architect.Architect.__init__": {"fullname": "mephisto.abstractions.architect.Architect.__init__", "modulename": "mephisto.abstractions.architect", "qualname": "Architect.__init__", "type": "function", "doc": "

Initialize this architect with whatever options are provided given\nArgsClass. Parse whatever additional options may be required\nfor the specific task_run.

\n\n

Also set up any required database/memory into the MephistoDB so that\nthis data can be stored long-term.

\n", "signature": "(\n self,\n db: mephisto.abstractions.database.MephistoDB,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState,\n task_run: mephisto.data_model.task_run.TaskRun,\n build_dir_root: str\n)", "funcdef": "def"}, "mephisto.abstractions.architect.Architect.ArgsClass": {"fullname": "mephisto.abstractions.architect.Architect.ArgsClass", "modulename": "mephisto.abstractions.architect", "qualname": "Architect.ArgsClass", "type": "class", "doc": "

Base class for arguments to configure architects

\n"}, "mephisto.abstractions.architect.Architect.assert_task_args": {"fullname": "mephisto.abstractions.architect.Architect.assert_task_args", "modulename": "mephisto.abstractions.architect", "qualname": "Architect.assert_task_args", "type": "function", "doc": "

Assert that the provided arguments are valid. Should\nfail if a task launched with these arguments would\nnot work.

\n\n

This should include throwing an exception if the architect\nneeds login details or something similar given the\narguments passed in.

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.architect.Architect.get_channels": {"fullname": "mephisto.abstractions.architect.Architect.get_channels", "modulename": "mephisto.abstractions.architect", "qualname": "Architect.get_channels", "type": "function", "doc": "

Return a list of all relevant channels that the ClientIOHandler\nwill need to register to in order to function

\n", "signature": "(\n self,\n on_channel_open: Callable[[str], NoneType],\n on_catastrophic_disconnect: Callable[[str], NoneType],\n on_message: collections.abc.Callable[str, mephisto.data_model.packet.Packet, NoneType]\n) -> list[mephisto.abstractions._subcomponents.channel.Channel]", "funcdef": "def"}, "mephisto.abstractions.architect.Architect.download_file": {"fullname": "mephisto.abstractions.architect.Architect.download_file", "modulename": "mephisto.abstractions.architect", "qualname": "Architect.download_file", "type": "function", "doc": "

Save the file that is noted as stored on the server to\nthe desired save location.

\n", "signature": "(self, filename: str, save_dir: str) -> None", "funcdef": "def"}, "mephisto.abstractions.architect.Architect.prepare": {"fullname": "mephisto.abstractions.architect.Architect.prepare", "modulename": "mephisto.abstractions.architect", "qualname": "Architect.prepare", "type": "function", "doc": "

Produce the server files that will be deployed to the server

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.abstractions.architect.Architect.deploy": {"fullname": "mephisto.abstractions.architect.Architect.deploy", "modulename": "mephisto.abstractions.architect", "qualname": "Architect.deploy", "type": "function", "doc": "

Launch the server, and push the task files to the server. Return\nthe server URL

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.abstractions.architect.Architect.cleanup": {"fullname": "mephisto.abstractions.architect.Architect.cleanup", "modulename": "mephisto.abstractions.architect", "qualname": "Architect.cleanup", "type": "function", "doc": "

Remove any files that were used for the deployment process that\nno longer need to be kept track of now that the task has\nbeen launched.

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.architect.Architect.shutdown": {"fullname": "mephisto.abstractions.architect.Architect.shutdown", "modulename": "mephisto.abstractions.architect", "qualname": "Architect.shutdown", "type": "function", "doc": "

Shut down the server launched by this Surveyor, as stored\nin the db.

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.architects": {"fullname": "mephisto.abstractions.architects", "modulename": "mephisto.abstractions.architects", "type": "module", "doc": "

architects

\n\n

This folder contains all of the current official Architect implementations.

\n\n

Architect's contain the logic surrounding deploying a server that workers will be able to access. In many cases Mephisto is being run on compute clusters that aren't directly addressable, or in different configurations between collaborators. Mephisto should be able to run a task from start to finish regardless of the server configuration a user would like to use, and Architect's provide this capability.

\n\n

Architect

\n\n

The Architect class is responsible for providing Mephisto with lifecycle functions for preparing, deploying, and shutting down a given server. It's also responsible with providing access to the user via a Channel, which defines an interface of callbacks for incoming messages and a function for outgoing messages. It should define the following things in order to operate properly:

\n\n
    \n
  • ArgsClass: A dataclass that implements ArchitectArgs, specifying all of the configuration arguments that the Architect uses in order to properly initialize.
  • \n
  • get_channels: A method that will return a list of initialized Channel's that the ClientIOHandler will need to communicate with to manage running a task. Returns a list to handle cases where an Architect is communicating with multiple servers in a distributed setup.
  • \n
  • prepare: Prepare any files that will be used in the deploy process. Should return the location of the prepared server files.
  • \n
  • deploy: Launch the server (if necessary) and deploy the prepared task files such that the server will be able to serve them. Return the server URL for this task, such that Mephisto can point workers to it.
  • \n
  • cleanup: Clean up any files that were used in the deploy process that aren't necessarily useful for later
  • \n
  • shutdown: Shut down the server (if necessary) or otherwise take the specific task url expected to point to this Mephisto task run offline.
  • \n
  • download_file: Save the file that is stored on the server with a given filename to the local save directory provided. Only required by Architect's that aren't able to pass a file through the Channel directly.
  • \n
\n\n

Lifecycle

\n\n

During initialization, Mephisto calls assert_task_args and expects the ArchitectClass to be able to pass through any arguments specified by the ArgsClass, raising an exception if there are any configuration problems. After this point, Mephisto will initialize the Architect with the validated config.

\n\n

Initially Mephisto will call prepare to give the Architect a chance to collect any relevant files required to run the server. It will give the Blueprint a chance to add additional files to this folder before the deploy.

\n\n

Next, Mephisto will call deploy and then get_channels. This should ensure that there is an external server, and that Mephisto has a way to communicate with it through a Channel. Only after this is met, it will publish tasks to the crowd provider.

\n\n

Once the task is done, or if it is cancelled or an error occurs, Mephisto will call shutdown, which is the signal for the Architect to clean up both local resources and remote resources related to this task.

\n\n

Implementations

\n\n

LocalArchitect

\n\n

The LocalArchitect implementation works by running a node server on the local machine at the given port in a background process. It communicates over websockets with the WebsocketChannel, and requires that there's a directory where node is actively running in. The particular node server is the baseline router implementation available in the router/node folder.

\n\n

HerokuArchitect

\n\n

The HerokuArchitect implementation works by getting access to the heroku cli, preparing a directory of what to deploy on that server, and then pushing it along. It communicates over the WebsocketChannel. This also relies on the node server implementation available in the router/node folder.

\n\n

You can specify Heroku configuration variables in hydra using your config file:

\n\n
#@package _global_\nmephisto:\n  architect:\n    heroku_config_args:\n      ONE_ARGUMENT: something\n      ANOTHER_ARGUMENT: something else\n
\n\n

MockArchitect

\n\n

The MockArchitect is an Architect used primarily for testing. To test Mephisto lifecycle, you can choose should_run_server=False, which just leads to the lifecycle functions marking if they've been called. Setting should_run_server=True can be used to automatically test certain flows, as it launches a Tornado server for which every packet and action sent through it can be scripted.

\n\n

Discussions

\n\n

Currently the abstraction around prepare and deploy should be a little more rigid, defining the kinds of files that tasks should be able to deploy, where to expect to find them, etc. At the moment, this API is somewhat unclear, and while this is okay with the current set of Architect's, future ones may not be as clear on this capability.

\n\n

It's unclear if cleanup should be called immediately when the server is deployed (freeing space) or only after a task has been fully reviewed and archived following the review flow. It's possible that the deciding factor should be based on if the Blueprint is even registered to use the review flow at all.

\n"}, "mephisto.abstractions.architects.channels": {"fullname": "mephisto.abstractions.architects.channels", "modulename": "mephisto.abstractions.architects.channels", "type": "module", "doc": "

\n"}, "mephisto.abstractions.architects.channels.websocket_channel": {"fullname": "mephisto.abstractions.architects.channels.websocket_channel", "modulename": "mephisto.abstractions.architects.channels.websocket_channel", "type": "module", "doc": "

\n"}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"fullname": "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel", "modulename": "mephisto.abstractions.architects.channels.websocket_channel", "qualname": "WebsocketChannel", "type": "class", "doc": "

Channel for communicating with a server via websockets.

\n", "bases": "mephisto.abstractions._subcomponents.channel.Channel"}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"fullname": "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__", "modulename": "mephisto.abstractions.architects.channels.websocket_channel", "qualname": "WebsocketChannel.__init__", "type": "function", "doc": "

Create a channel by the given name, and initialize any resources that\nwill later be required during the open call.

\n\n

Requires a socket_url to connect with.

\n", "signature": "(\n self,\n channel_id: str,\n on_channel_open: Callable[[str], NoneType],\n on_catastrophic_disconnect: Callable[[str], NoneType],\n on_message: Callable[[str, mephisto.data_model.packet.Packet], NoneType],\n socket_url: str\n)", "funcdef": "def"}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"fullname": "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed", "modulename": "mephisto.abstractions.architects.channels.websocket_channel", "qualname": "WebsocketChannel.is_closed", "type": "function", "doc": "

Return whether or not this connection has been explicitly closed\nby the ClientIOHandler or another source.

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"fullname": "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close", "modulename": "mephisto.abstractions.architects.channels.websocket_channel", "qualname": "WebsocketChannel.close", "type": "function", "doc": "

Close this channel, and ensure that all threads and surrounding\nresources are cleaned up

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"fullname": "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive", "modulename": "mephisto.abstractions.architects.channels.websocket_channel", "qualname": "WebsocketChannel.is_alive", "type": "function", "doc": "

Return if this channel is actively able to send/recieve messages.

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"fullname": "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open", "modulename": "mephisto.abstractions.architects.channels.websocket_channel", "qualname": "WebsocketChannel.open", "type": "function", "doc": "

Set up a socket handling thread.

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"fullname": "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send", "modulename": "mephisto.abstractions.architects.channels.websocket_channel", "qualname": "WebsocketChannel.enqueue_send", "type": "function", "doc": "

Send the packet given to the intended recipient.\nReturn True on success and False on failure.

\n", "signature": "(self, packet: mephisto.data_model.packet.Packet) -> bool", "funcdef": "def"}, "mephisto.abstractions.architects.ec2": {"fullname": "mephisto.abstractions.architects.ec2", "modulename": "mephisto.abstractions.architects.ec2", "type": "module", "doc": "

\n"}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources": {"fullname": "mephisto.abstractions.architects.ec2.cleanup_ec2_resources", "modulename": "mephisto.abstractions.architects.ec2.cleanup_ec2_resources", "type": "module", "doc": "

\n"}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources.main": {"fullname": "mephisto.abstractions.architects.ec2.cleanup_ec2_resources.main", "modulename": "mephisto.abstractions.architects.ec2.cleanup_ec2_resources", "qualname": "main", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name": {"fullname": "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name", "modulename": "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name", "type": "module", "doc": "

\n"}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name.main": {"fullname": "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name.main", "modulename": "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name", "qualname": "main", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_architect": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "type": "module", "doc": "

\n"}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "url_safe_string", "type": "function", "doc": "

Produces a domain string that is safe for use\nin ec2 resources

\n", "signature": "(in_string: str) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2ArchitectArgs", "type": "class", "doc": "

Additional arguments for configuring a heroku architect

\n", "bases": "mephisto.abstractions.architect.ArchitectArgs"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2ArchitectArgs.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n _architect_type: str = 'ec2',\n server_type: str = 'node',\n server_source_path: str = '???',\n instance_type: str = 't2.micro',\n subdomain: str = '${mephisto.task.task_name}',\n profile_name: str = '???'\n)", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2ArchitectArgs.instance_type", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = 't2.micro'"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2ArchitectArgs.subdomain", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '${mephisto.task.task_name}'"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2ArchitectArgs.profile_name", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2Architect", "type": "class", "doc": "

Sets up a server on heroku and deploys the task on that server

\n", "bases": "mephisto.abstractions.architect.Architect"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2Architect.__init__", "type": "function", "doc": "

Create an architect with all required parameters for launch loaded

\n", "signature": "(\n self,\n db: mephisto.abstractions.database.MephistoDB,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState,\n task_run: mephisto.data_model.task_run.TaskRun,\n build_dir_root: str\n)", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2Architect.ArgsClass", "type": "class", "doc": "

Additional arguments for configuring a heroku architect

\n", "bases": "mephisto.abstractions.architect.ArchitectArgs"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2Architect.ARCHITECT_TYPE", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = 'ec2'"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2Architect.get_channels", "type": "function", "doc": "

Return a list of all relevant channels that the ClientIOHandler\nwill need to register to in order to function

\n", "signature": "(\n self,\n on_channel_open: Callable[[str], NoneType],\n on_catastrophic_disconnect: Callable[[str], NoneType],\n on_message: collections.abc.Callable[str, mephisto.data_model.packet.Packet, NoneType]\n) -> list[mephisto.abstractions._subcomponents.channel.Channel]", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2Architect.download_file", "type": "function", "doc": "

Download the file from local storage

\n", "signature": "(self, target_filename: str, save_dir: str) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2Architect.check_domain_unused_locally", "type": "function", "doc": "

Checks to see if we have an active local record for the given subdomain

\n", "signature": "(self, subdomain: str)", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2Architect.assert_task_args", "type": "function", "doc": "

Assert that the given profile is already ready, that a fallback exists\nand that all the configuration is ready

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2Architect.server_is_running", "type": "function", "doc": "

Utility function to check if the given heroku app (by app-name) is\nstill running

\n", "signature": "(self) -> bool", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2Architect.build_is_clean", "type": "function", "doc": "

Utility function to see if the build has been cleaned up

\n", "signature": "(self) -> bool", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2Architect.prepare", "type": "function", "doc": "

Produce the server files that will be deployed to the server

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2Architect.deploy", "type": "function", "doc": "

Launch the server, and push the task files to the server. Return\nthe server URL

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2Architect.cleanup", "type": "function", "doc": "

Remove any files that were used for the deployment process that\nno longer need to be kept track of now that the task has\nbeen launched.

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2Architect.shutdown", "type": "function", "doc": "

Shut down the server launched by this Architect, as stored\nin the db.

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "type": "module", "doc": "

\n"}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "get_owner_tag", "type": "function", "doc": "

Creates a tag with the user's username\nas the owner for the given resource

\n", "signature": "() -> Dict[str, str]", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "check_aws_credentials", "type": "function", "doc": "

\n", "signature": "(profile_name: str) -> bool", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "setup_ec2_credentials", "type": "function", "doc": "

\n", "signature": "(\n profile_name: str,\n register_args: Union[omegaconf.dictconfig.DictConfig, NoneType] = None\n) -> bool", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "get_domain_if_available", "type": "function", "doc": "

Attempt to register the given domain with Route53, return\nTrue if registration is successful, False otherwise.

\n\n

Details on valid domains can be found here:\nhttps://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html

\n\n

Pricing is available on amazon

\n", "signature": "(session: boto3.session.Session, domain_name: str) -> bool", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "find_hosted_zone", "type": "function", "doc": "

search for a hosted zone with the given name, return its id\nif found and None otherwise

\n", "signature": "(\n session: boto3.session.Session,\n domain_name: str\n) -> Union[str, NoneType]", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "create_hosted_zone", "type": "function", "doc": "

Given a domain name, tries to create a hosted zone\nfor that domain. Returns the hosted zone id

\n", "signature": "(session: boto3.session.Session, domain_name: str) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "find_certificate_arn", "type": "function", "doc": "

Finds the certificate for the given domain if it exists, and returns\nthe certification arn.

\n", "signature": "(\n session: boto3.session.Session,\n domain_name: str\n) -> Union[str, NoneType]", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "get_certificate", "type": "function", "doc": "

Gets the certificate for the given domain name, and returns\nthe dns validation name and target and cert arn ('Name' and 'Value', 'arn')

\n", "signature": "(session: boto3.session.Session, domain_name: str) -> Dict[str, str]", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "register_zone_records", "type": "function", "doc": "

Creates the required zone records for this mephisto hosted zone. Requires\nthe load balancer target, and the ACM certificate addresses

\n\n

Returns the change id

\n", "signature": "(\n session: boto3.session.Session,\n zone_id: str,\n domain_name: str,\n load_balancer_arn: str,\n acm_valid_name: str,\n acm_valid_target: str\n) -> int", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "create_mephisto_vpc", "type": "function", "doc": "

Create the required vpc with two subnets, an associated\ninternet gateway, and routing tables.

\n\n

Currently sets up using US-east for both subnets

\n", "signature": "(session: boto3.session.Session) -> Dict[str, str]", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "create_security_group", "type": "function", "doc": "

Create a security group with public access\nfor 80 and 443, but only access from ssh_ip (comma-separated) for 22

\n", "signature": "(session: boto3.session.Session, vpc_id: str, ssh_ip: str) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "create_key_pair", "type": "function", "doc": "

creates a key pair by the given name, and writes it to file

\n", "signature": "(\n session: boto3.session.Session,\n key_name: str,\n key_pair_dir: str = '/Users/jju/mephisto/mephisto/abstractions/architects/ec2/keypairs'\n) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "create_instance", "type": "function", "doc": "

Create an instance, return the instance id, allocation id, and association id

\n", "signature": "(\n session: boto3.session.Session,\n key_pair_name: str,\n security_group_id: str,\n subnet_id: str,\n instance_name: str,\n volume_size: int = 8,\n instance_type: str = 'm2.micro'\n) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "create_target_group", "type": "function", "doc": "

Create a target group for the given instance

\n", "signature": "(\n session: boto3.session.Session,\n vpc_id: str,\n instance_id: str,\n group_name='mephisto-fallback'\n) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "rule_is_new", "type": "function", "doc": "

Check to see if a rule already exists with the given subdomain

\n", "signature": "(\n session: boto3.session.Session,\n subdomain: str,\n listener_arn: str\n) -> bool", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "register_instance_to_listener", "type": "function", "doc": "

Creates a rule for this specific redirect case,\nand returns the target group id and rule arn

\n", "signature": "(\n session: boto3.session.Session,\n instance_id: str,\n vpc_id: str,\n listener_arn: str,\n domain: str\n) -> Tuple[str, str]", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "create_load_balancer", "type": "function", "doc": "

Creates a load balancer and returns the balancer's arn

\n", "signature": "(\n session: boto3.session.Session,\n subnet_ids: List[str],\n security_group_id: str,\n vpc_id: str\n) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "configure_base_balancer", "type": "function", "doc": "

Configure the default rules for this load balancer. Return the id\nof the listener to add rules to for redirecting to specified target groups

\n", "signature": "(\n session: boto3.session.Session,\n balancer_arn: str,\n certificate_arn: str,\n target_group_arn: str\n) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "get_instance_address", "type": "function", "doc": "

Create a temporary publicly accessible IP for the given instance.\nReturn the IP address, the allocation id, and the association id.

\n", "signature": "(\n session: boto3.session.Session,\n instance_id: str\n) -> Tuple[str, str, str]", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "detete_instance_address", "type": "function", "doc": "

Removes the public ip described by the given allocation and association ids

\n", "signature": "(\n session: boto3.session.Session,\n allocation_id: str,\n association_id: str\n) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "try_server_push", "type": "function", "doc": "

Try to execute the server push provided in subprocess args

\n", "signature": "(subprocess_args: List[str], retries=5, sleep_time=10.0)", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "deploy_fallback_server", "type": "function", "doc": "

Deploy the fallback server to the given instance,\nreturn True if successful

\n", "signature": "(\n session: boto3.session.Session,\n instance_id: str,\n key_pair: str,\n log_access_pass: str\n) -> bool", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "deploy_to_routing_server", "type": "function", "doc": "

\n", "signature": "(\n session: boto3.session.Session,\n instance_id: str,\n key_pair: str,\n push_directory: str\n) -> bool", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "delete_rule", "type": "function", "doc": "

Remove the given rule and the target group for this rule

\n", "signature": "(\n session: boto3.session.Session,\n rule_arn: str,\n target_group_arn: str\n) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "delete_instance", "type": "function", "doc": "

Remove the given instance and the associated elastic ip

\n", "signature": "(session: boto3.session.Session, instance_id: str) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "remove_instance_and_cleanup", "type": "function", "doc": "

Cleanup for a launched server, removing the redirect rule\nclearing the target group, and then shutting down the instance.

\n", "signature": "(session: boto3.session.Session, server_name: str) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "delete_listener", "type": "function", "doc": "

\n", "signature": "(session: boto3.session.Session, listener_arn: str) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "cleanup_fallback_server", "type": "function", "doc": "

Cleans up all of the resources for the given iam profile,\nassuming that the details are stored in the given\nserver_details_file.

\n\n

Optionally includes deleting the hosted zone, which remains\nan option due to the DNS changes required

\n", "signature": "(\n iam_profile: str,\n delete_hosted_zone: bool = False,\n server_details_file: str = '/Users/jju/mephisto/mephisto/abstractions/architects/ec2/servers/fallback.json'\n) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers": {"fullname": "mephisto.abstractions.architects.ec2.prepare_ec2_servers", "modulename": "mephisto.abstractions.architects.ec2.prepare_ec2_servers", "type": "module", "doc": "

\n"}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"fullname": "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details", "modulename": "mephisto.abstractions.architects.ec2.prepare_ec2_servers", "qualname": "update_details", "type": "function", "doc": "

Overwrite the contents of the open file with the given data.

\n", "signature": "(open_file, new_data: Dict[str, Any])", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"fullname": "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback", "modulename": "mephisto.abstractions.architects.ec2.prepare_ec2_servers", "qualname": "launch_ec2_fallback", "type": "function", "doc": "

This function is used to set up a mephisto\nvpc and fallback server for the AWS setup. At the moment\nit requires that you already have a domain registered,\nand it is up to you to delegate the domain to the\namazon nameservers created by this function. This\nfunction will request the ssl certificate from amazon

\n\n

At the moment, it only works on the us-east region.\nFeel free to open a PR to extend this functionality\nif you need another region!

\n", "signature": "(\n iam_profile: str,\n domain_name: str,\n ssh_ip_block: str,\n access_logs_key: str,\n key_pair_name: str = 'mephisto-server-key',\n server_details_file: str = '/Users/jju/mephisto/mephisto/abstractions/architects/ec2/servers/fallback.json',\n instance_type: str = 't2.nano'\n) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.main": {"fullname": "mephisto.abstractions.architects.ec2.prepare_ec2_servers.main", "modulename": "mephisto.abstractions.architects.ec2.prepare_ec2_servers", "qualname": "main", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.abstractions.architects.heroku_architect": {"fullname": "mephisto.abstractions.architects.heroku_architect", "modulename": "mephisto.abstractions.architects.heroku_architect", "type": "module", "doc": "

\n"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitectArgs", "type": "class", "doc": "

Additional arguments for configuring a heroku architect

\n", "bases": "mephisto.abstractions.architect.ArchitectArgs"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitectArgs.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n _architect_type: str = 'heroku',\n server_type: str = 'node',\n server_source_path: str = '???',\n use_hobby: bool = False,\n heroku_team: Union[str, NoneType] = '???',\n heroku_app_name: Union[str, NoneType] = '???',\n heroku_config_args: Dict[str, str] = \n)", "funcdef": "def"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitectArgs.use_hobby", "type": "variable", "doc": "

\n", "annotation": ": bool", "default_value": " = False"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitectArgs.heroku_team", "type": "variable", "doc": "

\n", "annotation": ": Union[str, NoneType]", "default_value": " = '???'"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitectArgs.heroku_app_name", "type": "variable", "doc": "

\n", "annotation": ": Union[str, NoneType]", "default_value": " = '???'"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitect", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitect", "type": "class", "doc": "

Sets up a server on heroku and deploys the task on that server

\n", "bases": "mephisto.abstractions.architect.Architect"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitect.__init__", "type": "function", "doc": "

Ensure heroku credentials are setup, then prepare the necessary files\nfor launching for this task.

\n\n

All necessary paths should be built in the init or stored in the database\nsuch that a re-init on the same task run can pull the server information.

\n\n

This means that we can shutdown a server that is still running after a\ncatastrophic failure.

\n", "signature": "(\n self,\n db: mephisto.abstractions.database.MephistoDB,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState,\n task_run: mephisto.data_model.task_run.TaskRun,\n build_dir_root: str\n)", "funcdef": "def"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitect.ArgsClass", "type": "class", "doc": "

Additional arguments for configuring a heroku architect

\n", "bases": "mephisto.abstractions.architect.ArchitectArgs"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitect.ARCHITECT_TYPE", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = 'heroku'"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitect.get_channels", "type": "function", "doc": "

Return a list of all relevant channels that the ClientIOHandler\nwill need to register to in order to function

\n", "signature": "(\n self,\n on_channel_open: Callable[[str], NoneType],\n on_catastrophic_disconnect: Callable[[str], NoneType],\n on_message: collections.abc.Callable[str, mephisto.data_model.packet.Packet, NoneType]\n) -> list[mephisto.abstractions._subcomponents.channel.Channel]", "funcdef": "def"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitect.download_file", "type": "function", "doc": "

Heroku architects need to download the file

\n", "signature": "(self, target_filename: str, save_dir: str) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitect.assert_task_args", "type": "function", "doc": "

Assert that the provided arguments are valid. Should\nfail if a task launched with these arguments would\nnot work.

\n\n

This should include throwing an exception if the architect\nneeds login details or something similar given the\narguments passed in.

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitect.get_heroku_client_path", "type": "function", "doc": "

Get the path to the heroku executable client, download a new one if it\ndoesnt exist.

\n", "signature": "() -> str", "funcdef": "def"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitect.get_user_identifier", "type": "function", "doc": "

Get heroku credentials for the current logged-in user

\n", "signature": "() -> Tuple[str, str]", "funcdef": "def"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitect.server_is_running", "type": "function", "doc": "

Utility function to check if the given heroku app (by app-name) is\nstill running

\n", "signature": "(self) -> bool", "funcdef": "def"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitect.build_is_clean", "type": "function", "doc": "

Utility function to see if the build has been cleaned up

\n", "signature": "(self) -> bool", "funcdef": "def"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitect.prepare", "type": "function", "doc": "

Produce the server files that will be deployed to the server

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitect.deploy", "type": "function", "doc": "

Launch the server, and push the task files to the server. Return\nthe server URL

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitect.cleanup", "type": "function", "doc": "

Remove any files that were used for the deployment process that\nno longer need to be kept track of now that the task has\nbeen launched.

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitect.shutdown", "type": "function", "doc": "

Shut down the server launched by this Architect, as stored\nin the db.

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.local_architect": {"fullname": "mephisto.abstractions.architects.local_architect", "modulename": "mephisto.abstractions.architects.local_architect", "type": "module", "doc": "

\n"}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"fullname": "mephisto.abstractions.architects.local_architect.LocalArchitectArgs", "modulename": "mephisto.abstractions.architects.local_architect", "qualname": "LocalArchitectArgs", "type": "class", "doc": "

Additional arguments for configuring a local architect

\n", "bases": "mephisto.abstractions.architect.ArchitectArgs"}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"fullname": "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__", "modulename": "mephisto.abstractions.architects.local_architect", "qualname": "LocalArchitectArgs.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n _architect_type: str = 'local',\n server_type: str = 'node',\n server_source_path: str = '???',\n hostname: str = 'localhost',\n port: str = '3000'\n)", "funcdef": "def"}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname": {"fullname": "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname", "modulename": "mephisto.abstractions.architects.local_architect", "qualname": "LocalArchitectArgs.hostname", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = 'localhost'"}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port": {"fullname": "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port", "modulename": "mephisto.abstractions.architects.local_architect", "qualname": "LocalArchitectArgs.port", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '3000'"}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"fullname": "mephisto.abstractions.architects.local_architect.LocalArchitect", "modulename": "mephisto.abstractions.architects.local_architect", "qualname": "LocalArchitect", "type": "class", "doc": "

Provides methods for setting up a server locally and deploying tasks\nonto that server.

\n", "bases": "mephisto.abstractions.architect.Architect"}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"fullname": "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__", "modulename": "mephisto.abstractions.architects.local_architect", "qualname": "LocalArchitect.__init__", "type": "function", "doc": "

Create an architect for use in testing

\n", "signature": "(\n self,\n db: mephisto.abstractions.database.MephistoDB,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState,\n task_run: mephisto.data_model.task_run.TaskRun,\n build_dir_root: str\n)", "funcdef": "def"}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"fullname": "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass", "modulename": "mephisto.abstractions.architects.local_architect", "qualname": "LocalArchitect.ArgsClass", "type": "class", "doc": "

Additional arguments for configuring a local architect

\n", "bases": "mephisto.abstractions.architect.ArchitectArgs"}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"fullname": "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE", "modulename": "mephisto.abstractions.architects.local_architect", "qualname": "LocalArchitect.ARCHITECT_TYPE", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = 'local'"}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"fullname": "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels", "modulename": "mephisto.abstractions.architects.local_architect", "qualname": "LocalArchitect.get_channels", "type": "function", "doc": "

Return a list of all relevant channels that the ClientIOHandler\nwill need to register to in order to function

\n", "signature": "(\n self,\n on_channel_open: Callable[[str], NoneType],\n on_catastrophic_disconnect: Callable[[str], NoneType],\n on_message: collections.abc.Callable[str, mephisto.data_model.packet.Packet, NoneType]\n) -> list[mephisto.abstractions._subcomponents.channel.Channel]", "funcdef": "def"}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"fullname": "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file", "modulename": "mephisto.abstractions.architects.local_architect", "qualname": "LocalArchitect.download_file", "type": "function", "doc": "

Local architects can just move from the local directory

\n", "signature": "(self, target_filename: str, save_dir: str) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"fullname": "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare", "modulename": "mephisto.abstractions.architects.local_architect", "qualname": "LocalArchitect.prepare", "type": "function", "doc": "

Mark the preparation call

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"fullname": "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy", "modulename": "mephisto.abstractions.architects.local_architect", "qualname": "LocalArchitect.deploy", "type": "function", "doc": "

Deploy the server from a local folder for this task

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"fullname": "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup", "modulename": "mephisto.abstractions.architects.local_architect", "qualname": "LocalArchitect.cleanup", "type": "function", "doc": "

Cleanup the built directory

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"fullname": "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown", "modulename": "mephisto.abstractions.architects.local_architect", "qualname": "LocalArchitect.shutdown", "type": "function", "doc": "

Find the server process, shut it down, then remove the build directory

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect": {"fullname": "mephisto.abstractions.architects.mock_architect", "modulename": "mephisto.abstractions.architects.mock_architect", "type": "module", "doc": "

\n"}, "mephisto.abstractions.architects.mock_architect.get_rand_id": {"fullname": "mephisto.abstractions.architects.mock_architect.get_rand_id", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "get_rand_id", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"fullname": "mephisto.abstractions.architects.mock_architect.MockArchitectArgs", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockArchitectArgs", "type": "class", "doc": "

Additional arguments for configuring a mock architect

\n", "bases": "mephisto.abstractions.architect.ArchitectArgs"}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"fullname": "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockArchitectArgs.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n _architect_type: str = 'mock',\n server_type: str = 'node',\n server_source_path: str = '???',\n should_run_server: bool = False,\n port: str = '3000'\n)", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"fullname": "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockArchitectArgs.should_run_server", "type": "variable", "doc": "

\n", "annotation": ": bool", "default_value": " = False"}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port": {"fullname": "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockArchitectArgs.port", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '3000'"}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"fullname": "mephisto.abstractions.architects.mock_architect.SocketHandler", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "SocketHandler", "type": "class", "doc": "

Subclass this class to create a basic WebSocket handler.

\n\n

Override on_message to handle incoming messages, and use\nwrite_message to send messages to the client. You can also\noverride open and on_close to handle opened and closed\nconnections.

\n\n

Custom upgrade response headers can be sent by overriding\n~tornado.web.RequestHandler.set_default_headers or\n~tornado.web.RequestHandler.prepare.

\n\n

See http://dev.w3.org/html5/websockets/ for details on the\nJavaScript interface. The protocol is specified at\nhttp://tools.ietf.org/html/rfc6455.

\n\n

Here is an example WebSocket handler that echos back all received messages\nback to the client:

\n\n

.. testcode::

\n\n

class EchoWebSocket(tornado.websocket.WebSocketHandler):\n def open(self):\n print(\"WebSocket opened\")

\n\n
  def on_message(self, message):\n      self.write_message(u\"You said: \" + message)\n\n  def on_close(self):\n      print(\"WebSocket closed\")\n
\n\n

.. testoutput::\n :hide:

\n\n

WebSockets are not standard HTTP connections. The \"handshake\" is\nHTTP, but after the handshake, the protocol is\nmessage-based. Consequently, most of the Tornado HTTP facilities\nare not available in handlers of this type. The only communication\nmethods available to you are write_message(), ping(), and\nclose(). Likewise, your request handler class should implement\nopen() method rather than get() or post().

\n\n

If you map the handler above to /websocket in your application, you can\ninvoke it in JavaScript with::

\n\n

var ws = new WebSocket(\"ws://localhost:8888/websocket\");\n ws.onopen = function() {\n ws.send(\"Hello, world\");\n };\n ws.onmessage = function (evt) {\n alert(evt.data);\n };

\n\n

This script pops up an alert box that says \"You said: Hello, world\".

\n\n

Web browsers allow any site to open a websocket connection to any other,\ninstead of using the same-origin policy that governs other network\naccess from javascript. This can be surprising and is a potential\nsecurity hole, so since Tornado 4.0 WebSocketHandler requires\napplications that wish to receive cross-origin websockets to opt in\nby overriding the ~WebSocketHandler.check_origin method (see that\nmethod's docs for details). Failure to do so is the most likely\ncause of 403 errors when making a websocket connection.

\n\n

When using a secure websocket connection (wss://) with a self-signed\ncertificate, the connection from a browser may fail because it wants\nto show the \"accept this certificate\" dialog but has nowhere to show it.\nYou must first visit a regular HTML page using the same certificate\nto accept it before the websocket connection will succeed.

\n\n

If the application setting websocket_ping_interval has a non-zero\nvalue, a ping will be sent periodically, and the connection will be\nclosed if a response is not received before the websocket_ping_timeout.

\n\n

Messages larger than the websocket_max_message_size application setting\n(default 10MiB) will not be accepted.

\n\n

.. versionchanged:: 4.5\n Added websocket_ping_interval, websocket_ping_timeout, and\n websocket_max_message_size.

\n", "bases": "tornado.websocket.WebSocketHandler"}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"fullname": "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "SocketHandler.__init__", "type": "function", "doc": "

\n", "signature": "(self, *args, **kwargs)", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"fullname": "mephisto.abstractions.architects.mock_architect.SocketHandler.open", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "SocketHandler.open", "type": "function", "doc": "

Opens a websocket and assigns a random UUID that is stored in the class-level\nsubs variable.

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"fullname": "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "SocketHandler.on_close", "type": "function", "doc": "

Runs when a socket is closed.

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"fullname": "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "SocketHandler.on_message", "type": "function", "doc": "

Callback that runs when a new message is received from a client See the\nchat_service README for the resultant message structure.\nArgs:\n message_text: A stringified JSON object with a text or attachment key.\n text should contain a string message and attachment is a dict.\n See WebsocketAgent.put_data for more information about the\n attachment dict structure.

\n", "signature": "(self, message_text)", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"fullname": "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "SocketHandler.check_origin", "type": "function", "doc": "

Override to enable support for allowing alternate origins.

\n\n

The origin argument is the value of the Origin HTTP\nheader, the url responsible for initiating this request. This\nmethod is not called for clients that do not send this header;\nsuch requests are always allowed (because all browsers that\nimplement WebSockets support this header, and non-browser\nclients do not have the same cross-site security concerns).

\n\n

Should return True to accept the request or False to\nreject it. By default, rejects all requests with an origin on\na host other than this one.

\n\n

This is a security protection against cross site scripting attacks on\nbrowsers, since WebSockets are allowed to bypass the usual same-origin\npolicies and don't use CORS headers.

\n\n

.. warning::

\n\n

This is an important security measure; don't disable it\n without understanding the security implications. In\n particular, if your authentication is cookie-based, you\n must either restrict the origins allowed by\n check_origin() or implement your own XSRF-like\n protection for websocket connections. See these\n <https://www.christian-schneider.net/CrossSiteWebSocketHijacking.html>_\n articles\n <https://devcenter.heroku.com/articles/websocket-security>_\n for more.

\n\n

To accept all cross-origin traffic (which was the default prior to\nTornado 4.0), simply override this method to always return True::

\n\n
def check_origin(self, origin):\n    return True\n
\n\n

To allow connections from any subdomain of your site, you might\ndo something like::

\n\n
def check_origin(self, origin):\n    parsed_origin = urllib.parse.urlparse(origin)\n    return parsed_origin.netloc.endswith(\".mydomain.com\")\n
\n\n

.. versionadded:: 4.0

\n", "signature": "(self, origin)", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.AliveHandler": {"fullname": "mephisto.abstractions.architects.mock_architect.AliveHandler", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "AliveHandler", "type": "class", "doc": "

Simple handler for is_alive

\n", "bases": "tornado.web.RequestHandler"}, "mephisto.abstractions.architects.mock_architect.AliveHandler.get": {"fullname": "mephisto.abstractions.architects.mock_architect.AliveHandler.get", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "AliveHandler.get", "type": "function", "doc": "

\n", "signature": "(self, eids)", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockServer": {"fullname": "mephisto.abstractions.architects.mock_architect.MockServer", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockServer", "type": "class", "doc": "

Tornado-based server that with hooks for sending specific\nmessages through socket connections and such

\n", "bases": "tornado.web.Application"}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"fullname": "mephisto.abstractions.architects.mock_architect.MockServer.__init__", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockServer.__init__", "type": "function", "doc": "

\n", "signature": "(self, port)", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"fullname": "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockServer.send_agent_act", "type": "function", "doc": "

Send a packet from the given agent with\nthe given content

\n", "signature": "(self, agent_id, act_content)", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"fullname": "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockServer.register_mock_agent", "type": "function", "doc": "

Send a packet asking to register a mock agent.

\n", "signature": "(self, worker_name, agent_details)", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"fullname": "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockServer.submit_mock_unit", "type": "function", "doc": "

Send a packet asking to submit data.

\n", "signature": "(self, agent_id, submit_data)", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"fullname": "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockServer.register_mock_agent_after_onboarding", "type": "function", "doc": "

Send a packet asking to register a mock agent.

\n", "signature": "(self, worker_id, agent_id, onboard_data)", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"fullname": "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockServer.disconnect_mock_agent", "type": "function", "doc": "

Mark a mock agent as disconnected.

\n", "signature": "(self, agent_id)", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"fullname": "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockServer.launch_mock", "type": "function", "doc": "

Start the primary loop for this application

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"fullname": "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockServer.shutdown_mock", "type": "function", "doc": "

Defined to shutown the tornado application.

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"fullname": "mephisto.abstractions.architects.mock_architect.MockArchitect", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockArchitect", "type": "class", "doc": "

The MockArchitect runs a mock server on the localhost so that\nwe can send special packets and assert connections have been made

\n", "bases": "mephisto.abstractions.architect.Architect"}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"fullname": "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockArchitect.__init__", "type": "function", "doc": "

Create an architect for use in testing

\n", "signature": "(\n self,\n db: mephisto.abstractions.database.MephistoDB,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState,\n task_run: mephisto.data_model.task_run.TaskRun,\n build_dir_root: str\n)", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"fullname": "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockArchitect.ArgsClass", "type": "class", "doc": "

Additional arguments for configuring a mock architect

\n", "bases": "mephisto.abstractions.architect.ArchitectArgs"}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"fullname": "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockArchitect.ARCHITECT_TYPE", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = 'mock'"}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"fullname": "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockArchitect.get_channels", "type": "function", "doc": "

Return a list of all relevant channels that the ClientIOHandler\nwill need to register to in order to function

\n", "signature": "(\n self,\n on_channel_open: Callable[[str], NoneType],\n on_catastrophic_disconnect: Callable[[str], NoneType],\n on_message: collections.abc.Callable[str, mephisto.data_model.packet.Packet, NoneType]\n) -> list[mephisto.abstractions._subcomponents.channel.Channel]", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"fullname": "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockArchitect.download_file", "type": "function", "doc": "

Mock architects can just pretend to write a file

\n", "signature": "(self, target_filename: str, save_dir: str) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"fullname": "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockArchitect.prepare", "type": "function", "doc": "

Mark the preparation call

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"fullname": "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockArchitect.deploy", "type": "function", "doc": "

Mock a deploy or deploy a mock server, depending on settings

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"fullname": "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockArchitect.cleanup", "type": "function", "doc": "

Mark the cleanup call

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"fullname": "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockArchitect.shutdown", "type": "function", "doc": "

Mark the shutdown call

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.router": {"fullname": "mephisto.abstractions.architects.router", "modulename": "mephisto.abstractions.architects.router", "type": "module", "doc": "

router

\n\n

This directory contains all of the Mephisto code regarding setting up and deploying and endpoint that can handle interfacing with the mephisto-task package. As of now there are two implementations, a node server in deploy and a Flask server in flask. Each of these can be extended upon such that you can deploy your own server (with whatever logic you may need) but still have mephisto routing functionality.

\n\n

build_router.py

\n\n

This file contains code to be able to initialize the required build files for a server, assuming that they're set up properly. With the routers available in this directory, they should work out-of-the-box, but more configuration. If you want to specify your own build, you should start from the given servers, then provide the architect.server_source_root and architect.server_type arguments as appropriate with your server directory and the kind of server you're running.

\n\n

Router Types

\n\n

node

\n\n

This folder contains a node-based server that meets the specification for being a Mephisto Router. Additional files are served via /static/ and uploaded files from the user are temporarily available from /tmp/.

\n\n

flask

\n\n

This folder contains a Flask Blueprint (not to be confused with a Mephisto Blueprint) in mephisto_flask_blueprint.py. It also has example usage of this within the app.py file. The app.py file is what we actually deploy by default, and the contents demonstrate some important usage requirements for deploying a Mephisto router within an arbitrary Flask app.

\n\n

Key notes: you'll need to import the blueprint and the websocket server, and register the app alongside the websocket server. You'll also need to use monkey.patch_all() to ensure that the threading of the websockets and the main Flask server are able to interleave.

\n\n

Routing implementation, functionality, and gotchas

\n\n

In short, the Mephisto protocol for routing requests from clients down to the Mephisto main server is somewhat complicated. There are a number of endpoints that need to retain the behavior that's captured in the comments of the Flask implementation's mephisto_flask_blueprint.py file. These should be enumerated further here.

\n\n

TODO Document the requirements for a Mephisto Router to be running properly, including keeping track of local agent states, converting HTTP POST requests to websocket messages, and the heartbeat protocols.

\n"}, "mephisto.abstractions.architects.router.build_router": {"fullname": "mephisto.abstractions.architects.router.build_router", "modulename": "mephisto.abstractions.architects.router.build_router", "type": "module", "doc": "

\n"}, "mephisto.abstractions.architects.router.build_router.can_build": {"fullname": "mephisto.abstractions.architects.router.build_router.can_build", "modulename": "mephisto.abstractions.architects.router.build_router", "qualname": "can_build", "type": "function", "doc": "

Determine if the build dir is properly formatted for\nbeing able to have the router built within. This is a\nvalidation step that should be run before build_router.

\n", "signature": "(\n build_dir: str,\n task_run: mephisto.data_model.task_run.TaskRun\n) -> bool", "funcdef": "def"}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"fullname": "mephisto.abstractions.architects.router.build_router.install_router_files", "modulename": "mephisto.abstractions.architects.router.build_router", "qualname": "install_router_files", "type": "function", "doc": "

Create a new build including the node_modules

\n", "signature": "() -> None", "funcdef": "def"}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"fullname": "mephisto.abstractions.architects.router.build_router.build_node_router", "modulename": "mephisto.abstractions.architects.router.build_router", "qualname": "build_node_router", "type": "function", "doc": "

Build requirements for the NPM router

\n", "signature": "(\n build_dir: str,\n task_run: mephisto.data_model.task_run.TaskRun\n) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"fullname": "mephisto.abstractions.architects.router.build_router.build_flask_router", "modulename": "mephisto.abstractions.architects.router.build_router", "qualname": "build_flask_router", "type": "function", "doc": "

\n", "signature": "(\n build_dir: str,\n task_run: mephisto.data_model.task_run.TaskRun\n) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.router.build_router.build_router": {"fullname": "mephisto.abstractions.architects.router.build_router.build_router", "modulename": "mephisto.abstractions.architects.router.build_router", "qualname": "build_router", "type": "function", "doc": "

Copy expected files from the router source into the build dir,\nusing existing files in the build dir as replacements for the\ndefaults if available

\n", "signature": "(\n build_dir: str,\n task_run: mephisto.data_model.task_run.TaskRun,\n version: str = 'node',\n server_source_path: Union[str, NoneType] = None\n) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask": {"fullname": "mephisto.abstractions.architects.router.flask", "modulename": "mephisto.abstractions.architects.router.flask", "type": "module", "doc": "

\n"}, "mephisto.abstractions.architects.router.flask.app": {"fullname": "mephisto.abstractions.architects.router.flask.app", "modulename": "mephisto.abstractions.architects.router.flask.app", "type": "module", "doc": "

\n"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "type": "module", "doc": "

\n"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "debug_log", "type": "function", "doc": "

Log only if debugging is enabled

\n\n

Explicitly does not use the regular Mephisto logging framework as we\nmay want to deploy this on a server that doesn't have Mephisto installed,\nand we can keep package size low this way.

\n", "signature": "(*args)", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "js_time", "type": "function", "doc": "

Convert python time to js time, as the mephisto-task package expects

\n", "signature": "(python_time: float) -> int", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "LocalAgentState", "type": "class", "doc": "

Keeps track of a connected agent over their lifecycle interacting with the router

\n"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "LocalAgentState.__init__", "type": "function", "doc": "

Initialize an object to track the lifecycle of a connection

\n", "signature": "(self, agent_id: str)", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "MephistoRouterState", "type": "class", "doc": "

\n"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "MephistoRouterState.__init__", "type": "function", "doc": "

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "mephisto_router_app", "type": "variable", "doc": "

\n", "annotation": ": Union[mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter, NoneType]", "default_value": " = None"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "mephisto_router_state", "type": "variable", "doc": "

\n", "annotation": ": Union[mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState, NoneType]", "default_value": " = None"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "register_router_application", "type": "function", "doc": "

Register a routing application with the global state,\nsuch that HTTP requests can access it and so that\nall websocket routers share the same state.

\n\n

Returns the global router state

\n", "signature": "(\n router: mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter\n) -> mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "MephistoRouter", "type": "class", "doc": "

Base implementation of a websocket server that handles\nall of the socket based IO for mephisto-task

\n", "bases": "geventwebsocket.resource.WebSocketApplication"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "MephistoRouter.__init__", "type": "function", "doc": "

Initialize with the gloabl state of MephistoRouters

\n", "signature": "(self, *args, **kwargs)", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "MephistoRouter.on_open", "type": "function", "doc": "

Initialize a new client connection, and give them a uuid to refer to

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "MephistoRouter.on_message", "type": "function", "doc": "

Determine the type of message, and then handle via the correct handler

\n", "signature": "(self, message: str) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "MephistoRouter.on_close", "type": "function", "doc": "

Mark a socket dead for a LocalAgentState, give time to reconnect

\n", "signature": "(self, reason: Any) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "MephistoRouter.make_agent_request", "type": "function", "doc": "

Make a request to the core Mephisto server, and then await the response

\n", "signature": "(\n self,\n request_packet: Dict[str, Any]\n) -> Union[Dict[str, Any], NoneType]", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.request_agent": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.request_agent", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "request_agent", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "submit_onboarding", "type": "function", "doc": "

Parse onboarding as if it were a request sent from the\nactive agent, rather than coming as a request from the router.

\n", "signature": "()", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "submit_task", "type": "function", "doc": "

Parse task submission as if it were an act

\n", "signature": "()", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.log_error": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.log_error", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "log_error", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.is_alive": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.is_alive", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "is_alive", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_timestamp": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_timestamp", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "get_timestamp", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.download_file": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.download_file", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "download_file", "type": "function", "doc": "

\n", "signature": "(filename)", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.show_index": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.show_index", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "show_index", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "get_task_config", "type": "function", "doc": "

\n", "signature": "(res)", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_static": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_static", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "get_static", "type": "function", "doc": "

\n", "signature": "(res)", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "add_header", "type": "function", "doc": "

Add headers to prevent caching, as this server may be used in local\ndevelopment or with the same address but different contents

\n", "signature": "(r)", "funcdef": "def"}, "mephisto.abstractions.blueprint": {"fullname": "mephisto.abstractions.blueprint", "modulename": "mephisto.abstractions.blueprint", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprint.BlueprintArgs": {"fullname": "mephisto.abstractions.blueprint.BlueprintArgs", "modulename": "mephisto.abstractions.blueprint", "qualname": "BlueprintArgs", "type": "class", "doc": "

BlueprintArgs(_blueprint_type: str = '???', block_qualification: str = '???')

\n"}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"fullname": "mephisto.abstractions.blueprint.BlueprintArgs.__init__", "modulename": "mephisto.abstractions.blueprint", "qualname": "BlueprintArgs.__init__", "type": "function", "doc": "

\n", "signature": "(self, _blueprint_type: str = '???', block_qualification: str = '???')", "funcdef": "def"}, "mephisto.abstractions.blueprint.BlueprintArgs.block_qualification": {"fullname": "mephisto.abstractions.blueprint.BlueprintArgs.block_qualification", "modulename": "mephisto.abstractions.blueprint", "qualname": "BlueprintArgs.block_qualification", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprint.SharedTaskState": {"fullname": "mephisto.abstractions.blueprint.SharedTaskState", "modulename": "mephisto.abstractions.blueprint", "qualname": "SharedTaskState", "type": "class", "doc": "

Base class for specifying additional state that can't just\nbe passed as Hydra args, like functions and objects

\n"}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"fullname": "mephisto.abstractions.blueprint.SharedTaskState.__init__", "modulename": "mephisto.abstractions.blueprint", "qualname": "SharedTaskState.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n task_config: Dict[str, Any] = ,\n qualifications: List[Any] = ,\n worker_can_do_unit: collections.abc.Callable[mephisto.data_model.worker.Worker, mephisto.data_model.unit.Unit, bool] = ,\n on_unit_submitted: collections.abc.Callable[mephisto.data_model.unit.Unit, NoneType] = \n)", "funcdef": "def"}, "mephisto.abstractions.blueprint.BlueprintMixin": {"fullname": "mephisto.abstractions.blueprint.BlueprintMixin", "modulename": "mephisto.abstractions.blueprint", "qualname": "BlueprintMixin", "type": "class", "doc": "

Base class for compositional mixins for blueprints

\n\n

We expect mixins that subclass other mixins to handle subinitialization\nwork, such that only the highest class needs to be called.

\n", "bases": "abc.ABC"}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"fullname": "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins", "modulename": "mephisto.abstractions.blueprint", "qualname": "BlueprintMixin.extract_unique_mixins", "type": "function", "doc": "

Return the unique mixin classes that are used in the given blueprint class

\n", "signature": "(blueprint_class: type[mephisto.abstractions.blueprint.Blueprint])", "funcdef": "def"}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"fullname": "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config", "modulename": "mephisto.abstractions.blueprint", "qualname": "BlueprintMixin.init_mixin_config", "type": "function", "doc": "

Method to initialize any required attributes to make this mixin function

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"fullname": "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args", "modulename": "mephisto.abstractions.blueprint", "qualname": "BlueprintMixin.assert_mixin_args", "type": "function", "doc": "

Method to validate the incoming args and throw if something won't work

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"fullname": "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications", "modulename": "mephisto.abstractions.blueprint", "qualname": "BlueprintMixin.get_mixin_qualifications", "type": "function", "doc": "

Method to provide any required qualifications to make this mixin function

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n) -> List[Dict[str, Any]]", "funcdef": "def"}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"fullname": "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state", "modulename": "mephisto.abstractions.blueprint", "qualname": "BlueprintMixin.mixin_args_and_state", "type": "function", "doc": "

Magic utility decorator that can be used to inject mixin configurations\n(BlueprintArgs and SharedTaskState) without the user needing to define new\nclasses for these. Should only be used by tasks that aren't already specifying\nnew versions of these, which should just inherit otherwise.

\n\n

Usage:\n @register_mephisto_abstraction()\n @ABlueprintMixin.mixin_args_and_state\n class MyBlueprint(ABlueprintMixin, Blueprint):\n pass

\n", "signature": "(\n mixin_cls: type[mephisto.abstractions.blueprint.BlueprintMixin],\n target_cls: type[mephisto.abstractions.blueprint.Blueprint]\n)", "funcdef": "def"}, "mephisto.abstractions.blueprint.Blueprint": {"fullname": "mephisto.abstractions.blueprint.Blueprint", "modulename": "mephisto.abstractions.blueprint", "qualname": "Blueprint", "type": "class", "doc": "

Configuration class for the various parts of building, launching,\nand running a task of a specific task. Provides utility functions\nfor managing between the three main components, which are separated\ninto separate classes in acknowledgement that some tasks may have\nparticularly complicated processes for them

\n", "bases": "abc.ABC"}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"fullname": "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass", "modulename": "mephisto.abstractions.blueprint", "qualname": "Blueprint.OnboardingAgentStateClass", "type": "class", "doc": "

Class for holding state information about work by an Agent on a Unit, currently\nstored as current task work into a json file.

\n\n

Specific state implementations will need to be created for different Task Types,\nas different tasks store and load differing data.

\n", "bases": "abc.ABC"}, "mephisto.abstractions.blueprint.Blueprint.ArgsClass": {"fullname": "mephisto.abstractions.blueprint.Blueprint.ArgsClass", "modulename": "mephisto.abstractions.blueprint", "qualname": "Blueprint.ArgsClass", "type": "class", "doc": "

BlueprintArgs(_blueprint_type: str = '???', block_qualification: str = '???')

\n"}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"fullname": "mephisto.abstractions.blueprint.Blueprint.SharedStateClass", "modulename": "mephisto.abstractions.blueprint", "qualname": "Blueprint.SharedStateClass", "type": "class", "doc": "

Base class for specifying additional state that can't just\nbe passed as Hydra args, like functions and objects

\n"}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"fullname": "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications", "modulename": "mephisto.abstractions.blueprint", "qualname": "Blueprint.get_required_qualifications", "type": "function", "doc": "

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"fullname": "mephisto.abstractions.blueprint.Blueprint.assert_task_args", "modulename": "mephisto.abstractions.blueprint", "qualname": "Blueprint.assert_task_args", "type": "function", "doc": "

Assert that the provided arguments are valid. Should\nfail if a task launched with these arguments would\nnot work

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"fullname": "mephisto.abstractions.blueprint.Blueprint.get_frontend_args", "modulename": "mephisto.abstractions.blueprint", "qualname": "Blueprint.get_frontend_args", "type": "function", "doc": "

Specifies what options should be fowarded\nto the client for use by the task's frontend

\n", "signature": "(self) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"fullname": "mephisto.abstractions.blueprint.Blueprint.get_initialization_data", "modulename": "mephisto.abstractions.blueprint", "qualname": "Blueprint.get_initialization_data", "type": "function", "doc": "

Get all of the data used to initialize tasks from this blueprint.\nCan either be a simple iterable if all the assignments can\nbe processed at once, or a Generator if the number\nof tasks is unknown or changes based on something running\nconcurrently with the job.

\n", "signature": "(\n self\n) -> collections.abc.Iterable[mephisto.data_model.assignment.InitializationData]", "funcdef": "def"}, "mephisto.abstractions.blueprints": {"fullname": "mephisto.abstractions.blueprints", "modulename": "mephisto.abstractions.blueprints", "type": "module", "doc": "

Blueprints

\n\n

Overview

\n\n

Blueprints serve to package tasks (and groups of similar tasks) into a reusable format. They can be used to work through piloting tasks, collecting data, testing different formats, etc. They're also used by the architecture to simplify the data accumulation and review processes. The StaticBlueprint is a good starting example of how to implement a blueprint.

\n\n

Implementation Details

\n\n

AgentState

\n\n

The agent state is responsible for defining the data that is important to store for a specific Unit, as well as methods for writing that locally to disk. To abstract this, it must implement the following methods:

\n\n
    \n
  • set_init_state(data): given data provided by the get_init_data_for_agent method, initialize this agent state to whatever starting state is relevant for this Unit.
  • \n
  • get_init_state(): Return the initial state to be sent to the agent for use in the frontend.
  • \n
  • load_data(): Load data that is saved to file to re-initialize the state for this AgentState. Generally data should be stored in self.agent.get_data_dir(), however any storage solution will work as long as it remains consistent.
  • \n
  • get_data(): Return the stored data for this task in the format containing everything the frontend needs to render and run the task.
  • \n
  • get_parsed_data(): Return the stored data for this task in the format that is relevant for review or packaging the data.
  • \n
  • save_data(): Save data to a file such that it can be re-initialized later. Generally data should be stored in self.agent.get_data_dir(), however any storage solution will work as long as it remains consistent, and load_data() will be able to find it.
  • \n
  • update_data(): Update the local state stored in this AgentState given the data sent from the frontend. Given your frontend is what packages data to send, this is entirely customizable by the task creator.
  • \n
\n\n

TaskBuilder

\n\n

TaskBuilders exist to abstract away the portion of building a frontend to however one would want to, allowing Mephisto users to design tasks however they'd like. They also can take build options to customize what ends up built. They must implement the following:

\n\n
    \n
  • build_in_dir(build_dir): Take any important source files and put them into the given build dir. This directory will be deployed to the frontend and will become the static target for completing the task.
  • \n
  • get_extra_options(): Return the specific task options that are relevant to customize the frontend when build_in_dir is called.
  • \n
\n\n

TaskRunner

\n\n

The TaskRunner component of a blueprint is responsible for actually stepping Agents through the task when it is live. It is, in short, able to set up task control. A TaskRunner needs to implement the following:

\n\n
    \n
  • get_init_data_for_agent: Provide initial data for an assignment. If this agent is reconnecting (and as such attached to an existing task), update that task to point to the new agent (as the old agent object will no longer receive data from the frontend).
  • \n
  • run_assignment: Handle setup for any resources required to get this assignment running. It will be launched in a background thread, and should be tolerant to being interrupted by cleanup_assignment.
  • \n
  • cleanup_assignment: Send any signals to the required thread for the given assignment to tell it to terminate, then clean up any resources that were set within it.
  • \n
  • get_data_for_assignment (optional): Get the data that an assignment is going to use when run. By default, this pulls from assignment.get_assignment_data() however if a task has a special storage mechanism or data type, the assignment data can be fetched here.
  • \n
\n\n

SharedTaskState

\n\n

A blueprint is able to create a container that handles any shared data that is initialized during a task or modified between tasks, or for function hooks that are used across a run. The following hooks are already provided in the base:

\n\n
    \n
  • validate_onboarding: A function that takes in an onboarding agent's AgentState.get_data() call, and should always return a boolean of if that state represents a successful onboarding completion.
  • \n
  • worker_can_do_unit: A function that takes in a Worker and a Unit, and should return a boolean representing if the worker is eligible to work on that particular unit.
  • \n
  • on_unit_submitted: A function that takes in a Unit after a TaskRunner ends, and is able to do any automatic post-processing operations on that unit that a Mephisto user may want.
  • \n
\n\n

Blueprint Mixins

\n\n

Blueprints sometimes share some component functionality that may be useful across a multitude of tasks. We capture these in mixins. Mephisto is able to recognize certain mixins in order to complete additional operations, however custom mixins may help cut down on boiler plate in common run_task.py scripts. As your tasks mature, we suggest utilizing blueprint mixins to share common workflows and design patterns you observe.

\n\n

OnboardingRequired

\n\n

This mixin allows for blueprints that require people to complete an onboarding task _before_ they're even able to start on their first task. Usually this is useful for providing task context, and then quizzing workers to see if they understand what's provided. Tasks using this mixin will activate onboarding mode for new Workers whenever the mephisto.blueprint.onboarding_qualification hydra argument is provided.

\n\n

ScreenTaskRequired

\n\n

This mixin allows for blueprints that require people to complete a _test_ version of the real task the first time a worker does the task. This allows you to validate workers on a run of the real task, either on your actual data (when providing SharedTaskState.screening_data_factory=False) or on test data that you may more easily validate using (when providing a generator to SharedTaskState.screening_data_factory). The tasks should be the same as your standard task, just able to be easily validated. You do pay for screening tasks, and as such we ask you set mephisto.blueprint.max_screening_units to put a cap on how many screening units you want to launch.

\n\n

Implementations

\n\n

StaticBlueprint

\n\n

The StaticBlueprint class allows a replication of the interface that MTurk provides, being able to take a snippet of HTML and a .csv file and deploy tasks that fill templates of the HTML with values from the .csv.

\n\n

You can also specify the task data in a .json file, or by passing the data array or a generator to SharedStaticTaskState.static_task_data.

\n\n

MockBlueprint

\n\n

The MockBlueprint exists to test other parts of the Mephisto architecture, and doesn't actually provide a real task.

\n"}, "mephisto.abstractions.blueprints.abstract": {"fullname": "mephisto.abstractions.blueprints.abstract", "modulename": "mephisto.abstractions.blueprints.abstract", "type": "module", "doc": "

Abstract blueprints

\n\n

The blueprints present in this folder provide a set of common underlying blueprint infrastructure, but are incomplete in some form or other. They are not registered as blueprints because they aren't intended to be launched, but rather to be extended upon.

\n"}, "mephisto.abstractions.blueprints.abstract.static_task": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task", "modulename": "mephisto.abstractions.blueprints.abstract.static_task", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder", "qualname": "EmptyStaticTaskBuilder", "type": "class", "doc": "

Abstract class for a task builder for static tasks

\n", "bases": "mephisto.abstractions._subcomponents.task_builder.TaskBuilder"}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder", "qualname": "EmptyStaticTaskBuilder.build_in_dir", "type": "function", "doc": "

Build the frontend if it doesn't exist, then copy into the server directory

\n", "signature": "(self, build_dir: str)", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state", "qualname": "StaticAgentState", "type": "class", "doc": "

Agent state for static tasks.

\n", "bases": "mephisto.abstractions._subcomponents.agent_state.AgentState"}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state", "qualname": "StaticAgentState.__init__", "type": "function", "doc": "

Static agent states should store\ninput dict -> output dict pairs to disc

\n", "signature": "(self, agent: mephisto.data_model.agent.Agent)", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state", "qualname": "StaticAgentState.set_init_state", "type": "function", "doc": "

Set the initial state for this agent

\n", "signature": "(self, data: Any) -> bool", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state", "qualname": "StaticAgentState.get_init_state", "type": "function", "doc": "

Return the initial state for this agent,\nNone if no such state exists

\n", "signature": "(self) -> Union[Dict[str, Any], NoneType]", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state", "qualname": "StaticAgentState.load_data", "type": "function", "doc": "

Load data for this agent from disk

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state", "qualname": "StaticAgentState.get_data", "type": "function", "doc": "

Return dict of this agent's state

\n", "signature": "(self) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state", "qualname": "StaticAgentState.save_data", "type": "function", "doc": "

Save static agent data to disk

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state", "qualname": "StaticAgentState.update_data", "type": "function", "doc": "

Process the incoming data packet, and handle updating the state

\n", "signature": "(self, live_update: Dict[str, Any]) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state", "qualname": "StaticAgentState.update_submit", "type": "function", "doc": "

Move the submitted output to the local dict

\n", "signature": "(self, submission_data: Dict[str, Any]) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state", "qualname": "StaticAgentState.get_task_start", "type": "function", "doc": "

Extract out and return the start time recorded for this task.

\n", "signature": "(self) -> Union[float, NoneType]", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state", "qualname": "StaticAgentState.get_task_end", "type": "function", "doc": "

Extract out and return the end time recorded for this task.

\n", "signature": "(self) -> Union[float, NoneType]", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "SharedStaticTaskState", "type": "class", "doc": "

SharedStaticTaskState(task_config: Dict[str, Any] = , qualifications: List[Any] = , worker_can_do_unit: Callable[[ForwardRef('Worker'), ForwardRef('Unit')], bool] = , on_unit_submitted: Callable[[ForwardRef('Unit')], NoneType] = , onboarding_data: Dict[str, Any] = , validate_onboarding: Callable[[Any], bool] = , static_task_data: Iterable[Any] = )

\n", "bases": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState, mephisto.abstractions.blueprint.SharedTaskState"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "SharedStaticTaskState.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n task_config: Dict[str, Any] = ,\n qualifications: List[Any] = ,\n worker_can_do_unit: collections.abc.Callable[mephisto.data_model.worker.Worker, mephisto.data_model.unit.Unit, bool] = ,\n on_unit_submitted: collections.abc.Callable[mephisto.data_model.unit.Unit, NoneType] = ,\n onboarding_data: Dict[str, Any] = ,\n validate_onboarding: Callable[[Any], bool] = ,\n static_task_data: Iterable[Any] = \n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprintArgs", "type": "class", "doc": "

StaticBlueprintArgs(_blueprint_type: str = 'abstract_static', block_qualification: str = '???', onboarding_qualification: str = '???', _group: str = 'StaticBlueprint', units_per_assignment: int = 1, extra_source_dir: str = '???', data_json: str = '???', data_jsonl: str = '???', data_csv: str = '???')

\n", "bases": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs, mephisto.abstractions.blueprint.BlueprintArgs"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprintArgs.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n _blueprint_type: str = 'abstract_static',\n block_qualification: str = '???',\n onboarding_qualification: str = '???',\n _group: str = 'StaticBlueprint',\n units_per_assignment: int = 1,\n extra_source_dir: str = '???',\n data_json: str = '???',\n data_jsonl: str = '???',\n data_csv: str = '???'\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprintArgs.units_per_assignment", "type": "variable", "doc": "

\n", "annotation": ": int", "default_value": " = 1"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprintArgs.extra_source_dir", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprintArgs.data_json", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprintArgs.data_jsonl", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprintArgs.data_csv", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprint", "type": "class", "doc": "

Abstract blueprint for a task that runs without any extensive backend.\nThese are generally one-off tasks sending data to the frontend and then\nawaiting a response.

\n", "bases": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired, mephisto.abstractions.blueprint.Blueprint"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprint.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprint.AgentStateClass", "type": "class", "doc": "

Agent state for static tasks.

\n", "bases": "mephisto.abstractions._subcomponents.agent_state.AgentState"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprint.OnboardingAgentStateClass", "type": "class", "doc": "

Agent state for static tasks.

\n", "bases": "mephisto.abstractions._subcomponents.agent_state.AgentState"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprint.TaskBuilderClass", "type": "class", "doc": "

Abstract class for a task builder for static tasks

\n", "bases": "mephisto.abstractions._subcomponents.task_builder.TaskBuilder"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprint.TaskRunnerClass", "type": "class", "doc": "

Task runner for a static task

\n\n

Static tasks always assume single unit assignments,\nas only one person can work on them at a time

\n", "bases": "mephisto.abstractions._subcomponents.task_runner.TaskRunner"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprint.ArgsClass", "type": "class", "doc": "

StaticBlueprintArgs(_blueprint_type: str = 'abstract_static', block_qualification: str = '???', onboarding_qualification: str = '???', _group: str = 'StaticBlueprint', units_per_assignment: int = 1, extra_source_dir: str = '???', data_json: str = '???', data_jsonl: str = '???', data_csv: str = '???')

\n", "bases": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs, mephisto.abstractions.blueprint.BlueprintArgs"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprint.SharedStateClass", "type": "class", "doc": "

SharedStaticTaskState(task_config: Dict[str, Any] = , qualifications: List[Any] = , worker_can_do_unit: Callable[[ForwardRef('Worker'), ForwardRef('Unit')], bool] = , on_unit_submitted: Callable[[ForwardRef('Unit')], NoneType] = , onboarding_data: Dict[str, Any] = , validate_onboarding: Callable[[Any], bool] = , static_task_data: Iterable[Any] = )

\n", "bases": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState, mephisto.abstractions.blueprint.SharedTaskState"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprint.assert_task_args", "type": "function", "doc": "

Ensure that the data can be properly loaded

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprint.get_initialization_data", "type": "function", "doc": "

Return the InitializationData retrieved from the specified stream

\n", "signature": "(\n self\n) -> collections.abc.Iterable[mephisto.data_model.assignment.InitializationData]", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner", "qualname": "StaticTaskRunner", "type": "class", "doc": "

Task runner for a static task

\n\n

Static tasks always assume single unit assignments,\nas only one person can work on them at a time

\n", "bases": "mephisto.abstractions._subcomponents.task_runner.TaskRunner"}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner", "qualname": "StaticTaskRunner.__init__", "type": "function", "doc": "

Get the correct TaskRunner for this task run

\n", "signature": "(\n cls,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner", "qualname": "StaticTaskRunner.get_init_data_for_agent", "type": "function", "doc": "

Return the data for an agent already assigned to a particular unit

\n", "signature": "(self, agent: mephisto.data_model.agent.Agent) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner", "qualname": "StaticTaskRunner.run_onboarding", "type": "function", "doc": "

Static onboarding flows exactly like a regular task, waiting for\nthe submit to come through

\n", "signature": "(self, agent: mephisto.data_model.agent.OnboardingAgent)", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner", "qualname": "StaticTaskRunner.cleanup_onboarding", "type": "function", "doc": "

Nothing to clean up in a static onboarding

\n", "signature": "(self, agent: mephisto.data_model.agent.OnboardingAgent)", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner", "qualname": "StaticTaskRunner.run_unit", "type": "function", "doc": "

Static runners will get the task data, send it to the user, then\nwait for the agent to act (the data to be completed)

\n", "signature": "(\n self,\n unit: mephisto.data_model.unit.Unit,\n agent: mephisto.data_model.agent.Agent\n) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner", "qualname": "StaticTaskRunner.cleanup_unit", "type": "function", "doc": "

There is currently no cleanup associated with killing an incomplete task

\n", "signature": "(self, unit: mephisto.data_model.unit.Unit) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins": {"fullname": "mephisto.abstractions.blueprints.mixins", "modulename": "mephisto.abstractions.blueprints.mixins", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.mixins.onboarding_required": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "qualname": "OnboardingRequiredArgs", "type": "class", "doc": "

OnboardingRequiredArgs(onboarding_qualification: str = '???')

\n"}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "qualname": "OnboardingRequiredArgs.__init__", "type": "function", "doc": "

\n", "signature": "(self, onboarding_qualification: str = '???')", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "qualname": "OnboardingRequiredArgs.onboarding_qualification", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "qualname": "OnboardingSharedState", "type": "class", "doc": "

OnboardingSharedState(onboarding_data: Dict[str, Any] = , validate_onboarding: Callable[[Any], bool] = )

\n"}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "qualname": "OnboardingSharedState.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n onboarding_data: Dict[str, Any] = ,\n validate_onboarding: Callable[[Any], bool] = \n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "qualname": "OnboardingRequired", "type": "class", "doc": "

Compositional class for blueprints that may have an onboarding step

\n", "bases": "mephisto.abstractions.blueprint.BlueprintMixin"}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "qualname": "OnboardingRequired.__init__", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "qualname": "OnboardingRequired.ArgsMixin", "type": "class", "doc": "

OnboardingRequiredArgs(onboarding_qualification: str = '???')

\n"}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "qualname": "OnboardingRequired.SharedStateMixin", "type": "class", "doc": "

OnboardingSharedState(onboarding_data: Dict[str, Any] = , validate_onboarding: Callable[[Any], bool] = )

\n"}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "qualname": "OnboardingRequired.init_mixin_config", "type": "function", "doc": "

Method to initialize any required attributes to make this mixin function

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "qualname": "OnboardingRequired.assert_mixin_args", "type": "function", "doc": "

Method to validate the incoming args and throw if something won't work

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "qualname": "OnboardingRequired.get_mixin_qualifications", "type": "function", "doc": "

Method to provide any required qualifications to make this mixin function

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n) -> List[Dict[str, Any]]", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "qualname": "OnboardingRequired.get_failed_qual", "type": "function", "doc": "

Returns the wrapper for a qualification to represent failing an onboarding

\n", "signature": "(qual_name: str) -> str", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "qualname": "OnboardingRequired.init_onboarding_config", "type": "function", "doc": "

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "qualname": "OnboardingRequired.get_onboarding_data", "type": "function", "doc": "

If the onboarding task on the frontend requires any specialized data, the blueprint\nshould provide it for the user.

\n\n

As onboarding qualifies a worker for all tasks from this blueprint, this should\ngenerally be static data that can later be evaluated against.

\n", "signature": "(self, worker_id: str) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "qualname": "OnboardingRequired.validate_onboarding", "type": "function", "doc": "

Check the incoming onboarding data and evaluate if the worker\nhas passed the qualification or not. Return True if the worker\nhas qualified.

\n\n

By default we use the validate_onboarding provided in a run_task,\nand all onboarding tasks should allow run_task to specify additional\nor entirely override what's provided in a blueprint.

\n", "signature": "(\n self,\n worker: mephisto.data_model.worker.Worker,\n onboarding_agent: mephisto.data_model.agent.OnboardingAgent\n) -> bool", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.screen_task_required": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequiredArgs", "type": "class", "doc": "

ScreenTaskRequiredArgs(passed_qualification_name: str = '???', max_screening_units: int = '???', use_screening_task: bool = False)

\n"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequiredArgs.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n passed_qualification_name: str = '???',\n max_screening_units: int = '???',\n use_screening_task: bool = False\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequiredArgs.passed_qualification_name", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequiredArgs.max_screening_units", "type": "variable", "doc": "

\n", "annotation": ": int", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequiredArgs.use_screening_task", "type": "variable", "doc": "

\n", "annotation": ": bool", "default_value": " = False"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.blank_generator": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.blank_generator", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "blank_generator", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskSharedState", "type": "class", "doc": "

ScreenTaskSharedState(screening_data_factory: Tuple[bool, Generator[Dict[str, Any], NoneType, NoneType]] = )

\n"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskSharedState.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n screening_data_factory: Tuple[bool, Generator[Dict[str, Any], NoneType, NoneType]] = \n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequired", "type": "class", "doc": "

Compositional class for blueprints that may have a first task to\nqualify workers who have never attempted the task before

\n", "bases": "mephisto.abstractions.blueprint.BlueprintMixin"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequired.__init__", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequired.ArgsMixin", "type": "class", "doc": "

ScreenTaskRequiredArgs(passed_qualification_name: str = '???', max_screening_units: int = '???', use_screening_task: bool = False)

\n"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequired.SharedStateMixin", "type": "class", "doc": "

ScreenTaskSharedState(screening_data_factory: Tuple[bool, Generator[Dict[str, Any], NoneType, NoneType]] = )

\n"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequired.init_mixin_config", "type": "function", "doc": "

Method to initialize any required attributes to make this mixin function

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequired.init_screening_config", "type": "function", "doc": "

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState\n) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequired.assert_mixin_args", "type": "function", "doc": "

Method to validate the incoming args and throw if something won't work

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequired.worker_needs_screening", "type": "function", "doc": "

Workers that are able to access the task (not blocked) but are not passed need qualification

\n", "signature": "(self, worker: mephisto.data_model.worker.Worker) -> bool", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequired.should_generate_unit", "type": "function", "doc": "

\n", "signature": "(self) -> bool", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequired.get_screening_unit_data", "type": "function", "doc": "

\n", "signature": "(self) -> Union[Dict[str, Any], NoneType]", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequired.create_validation_function", "type": "function", "doc": "

Takes in a validator function to determine if validation units are\npassable, and returns a on_unit_submitted function to be used\nin the SharedTaskState

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n screen_unit: collections.abc.Callable[mephisto.data_model.unit.Unit, bool]\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequired.get_mixin_qualifications", "type": "function", "doc": "

Creates the relevant task qualifications for this task

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnitArgs", "type": "class", "doc": "

UseGoldUnitArgs(gold_qualification_base: str = '???', use_golds: bool = False, min_golds: int = 1, max_incorrect_golds: int = 0)

\n"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnitArgs.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n gold_qualification_base: str = '???',\n use_golds: bool = False,\n min_golds: int = 1,\n max_incorrect_golds: int = 0\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnitArgs.gold_qualification_base", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnitArgs.use_golds", "type": "variable", "doc": "

\n", "annotation": ": bool", "default_value": " = False"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnitArgs.min_golds", "type": "variable", "doc": "

\n", "annotation": ": int", "default_value": " = 1"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnitArgs.max_incorrect_golds", "type": "variable", "doc": "

\n", "annotation": ": int", "default_value": " = 0"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "get_gold_factory", "type": "function", "doc": "

Returns a gold factory that can be used to distribute golds to workers\nUsage of golds only persists within a single TaskRun, so golds may repeat\non future task runs.

\n", "signature": "(\n golds: List[Dict[str, Any]]\n) -> collections.abc.Callable[mephisto.data_model.worker.Worker, typing.Dict[str, typing.Any]]", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "worker_needs_gold", "type": "function", "doc": "

Return a bool of whether or not a worker needs to be shown a gold unit in the current slot.\nGenerally we show a lot of of golds to begin with, (up until min_golds), and then scale down.

\n", "signature": "(\n units_completed: int,\n num_correct: int,\n num_incorrect: int,\n min_golds: int\n) -> bool", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "worker_qualifies", "type": "function", "doc": "

Return a bool of whether or not a worker is qualified to continue working on these tasks.

\n", "signature": "(\n units_completed: int,\n num_correct: int,\n num_incorrect: int,\n max_incorrect_golds: int\n) -> bool", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "GoldUnitSharedState", "type": "class", "doc": "

GoldUnitSharedState(get_gold_for_worker: Callable[[ForwardRef('Worker')], Dict[str, Any]] = , worker_needs_gold: Callable[[int, int, int, int], bool] = , worker_qualifies: Callable[[int, int, int, int], bool] = )

\n"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "GoldUnitSharedState.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n get_gold_for_worker: collections.abc.Callable[mephisto.data_model.worker.Worker, typing.Dict[str, typing.Any]] = ,\n worker_needs_gold: Callable[[int, int, int, int], bool] = ,\n worker_qualifies: Callable[[int, int, int, int], bool] = \n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnit", "type": "class", "doc": "

Compositional class for blueprints that want to inject gold units\ninto worker queues.

\n\n

TODO(#97) add support for adding gold subunits

\n", "bases": "mephisto.abstractions.blueprint.BlueprintMixin"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnit.__init__", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnit.ArgsMixin", "type": "class", "doc": "

UseGoldUnitArgs(gold_qualification_base: str = '???', use_golds: bool = False, min_golds: int = 1, max_incorrect_golds: int = 0)

\n"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnit.SharedStateMixin", "type": "class", "doc": "

GoldUnitSharedState(get_gold_for_worker: Callable[[ForwardRef('Worker')], Dict[str, Any]] = , worker_needs_gold: Callable[[int, int, int, int], bool] = , worker_qualifies: Callable[[int, int, int, int], bool] = )

\n"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnit.init_mixin_config", "type": "function", "doc": "

Method to initialize any required attributes to make this mixin function

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnit.init_gold_config", "type": "function", "doc": "

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState\n) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnit.assert_mixin_args", "type": "function", "doc": "

Method to validate the incoming args and throw if something won't work

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnit.get_current_qual_or_default", "type": "function", "doc": "

Return the qualification of this name for the worker, or the default value

\n", "signature": "(\n worker: mephisto.data_model.worker.Worker,\n qual_name: str,\n default_val: Any = 0\n) -> Any", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnit.get_completion_stats_for_worker", "type": "function", "doc": "

Return the correct and incorrect gold counts, as well as the total count for a worker

\n", "signature": "(\n self,\n worker: mephisto.data_model.worker.Worker\n) -> Tuple[int, int, int]", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnit.should_produce_gold_for_worker", "type": "function", "doc": "

Workers that can access the task should be evaluated to do a gold

\n", "signature": "(self, worker: mephisto.data_model.worker.Worker) -> bool", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnit.update_qualified_status", "type": "function", "doc": "

Workers qualification status may change after failing a unit

\n", "signature": "(self, worker: mephisto.data_model.worker.Worker) -> bool", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnit.get_gold_unit_data_for_worker", "type": "function", "doc": "

\n", "signature": "(\n self,\n worker: mephisto.data_model.worker.Worker\n) -> Union[Dict[str, Any], NoneType]", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnit.create_validation_function", "type": "function", "doc": "

Takes in a validator function to determine if validation units are\npassable, and returns a on_unit_submitted function to be used\nin the SharedTaskState

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n screen_unit: collections.abc.Callable[mephisto.data_model.unit.Unit, bool]\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnit.get_mixin_qualifications", "type": "function", "doc": "

Creates the relevant task qualifications for this task

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock": {"fullname": "mephisto.abstractions.blueprints.mock", "modulename": "mephisto.abstractions.blueprints.mock", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.mock.mock_agent_state": {"fullname": "mephisto.abstractions.blueprints.mock.mock_agent_state", "modulename": "mephisto.abstractions.blueprints.mock.mock_agent_state", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"fullname": "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState", "modulename": "mephisto.abstractions.blueprints.mock.mock_agent_state", "qualname": "MockAgentState", "type": "class", "doc": "

Mock agent state that is to be used for testing

\n", "bases": "mephisto.abstractions._subcomponents.agent_state.AgentState"}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"fullname": "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__", "modulename": "mephisto.abstractions.blueprints.mock.mock_agent_state", "qualname": "MockAgentState.__init__", "type": "function", "doc": "

Mock agent states keep everything in local memory

\n", "signature": "(self, agent: mephisto.data_model.agent.Agent)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"fullname": "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state", "modulename": "mephisto.abstractions.blueprints.mock.mock_agent_state", "qualname": "MockAgentState.set_init_state", "type": "function", "doc": "

Set the initial state for this agent

\n", "signature": "(self, data: Any) -> bool", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"fullname": "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state", "modulename": "mephisto.abstractions.blueprints.mock.mock_agent_state", "qualname": "MockAgentState.get_init_state", "type": "function", "doc": "

Return the initial state for this agent,\nNone if no such state exists

\n", "signature": "(self) -> Union[Dict[str, Any], NoneType]", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"fullname": "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data", "modulename": "mephisto.abstractions.blueprints.mock.mock_agent_state", "qualname": "MockAgentState.load_data", "type": "function", "doc": "

Mock agent states have no data stored

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"fullname": "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data", "modulename": "mephisto.abstractions.blueprints.mock.mock_agent_state", "qualname": "MockAgentState.get_data", "type": "function", "doc": "

Return dict of this agent's state

\n", "signature": "(self) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"fullname": "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data", "modulename": "mephisto.abstractions.blueprints.mock.mock_agent_state", "qualname": "MockAgentState.save_data", "type": "function", "doc": "

Mock agents don't save data (yet)

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"fullname": "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data", "modulename": "mephisto.abstractions.blueprints.mock.mock_agent_state", "qualname": "MockAgentState.update_data", "type": "function", "doc": "

Put new data into this mock state

\n", "signature": "(self, live_update: Dict[str, Any]) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"fullname": "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit", "modulename": "mephisto.abstractions.blueprints.mock.mock_agent_state", "qualname": "MockAgentState.update_submit", "type": "function", "doc": "

Move the submitted data into the live state

\n", "signature": "(self, submitted_data: Dict[str, Any]) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_blueprint": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprintArgs", "type": "class", "doc": "

MockBlueprintArgs(passed_qualification_name: str = '???', max_screening_units: int = '???', use_screening_task: bool = False, onboarding_qualification: str = '???', _blueprint_type: str = 'mock', block_qualification: str = '???', num_assignments: int = '???', use_onboarding: bool = False, timeout_time: int = 0, is_concurrent: bool = True)

\n", "bases": "mephisto.abstractions.blueprint.BlueprintArgs, mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs, mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprintArgs.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n passed_qualification_name: str = '???',\n max_screening_units: int = '???',\n use_screening_task: bool = False,\n onboarding_qualification: str = '???',\n _blueprint_type: str = 'mock',\n block_qualification: str = '???',\n num_assignments: int = '???',\n use_onboarding: bool = False,\n timeout_time: int = 0,\n is_concurrent: bool = True\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprintArgs.num_assignments", "type": "variable", "doc": "

\n", "annotation": ": int", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprintArgs.use_onboarding", "type": "variable", "doc": "

\n", "annotation": ": bool", "default_value": " = False"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprintArgs.timeout_time", "type": "variable", "doc": "

\n", "annotation": ": int", "default_value": " = 0"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprintArgs.is_concurrent", "type": "variable", "doc": "

\n", "annotation": ": bool", "default_value": " = True"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockSharedState", "type": "class", "doc": "

MockSharedState(screening_data_factory: Tuple[bool, Generator[Dict[str, Any], NoneType, NoneType]] = , onboarding_data: Dict[str, Any] = , validate_onboarding: Callable[[Any], bool] = , task_config: Dict[str, Any] = , qualifications: List[Any] = , worker_can_do_unit: Callable[[ForwardRef('Worker'), ForwardRef('Unit')], bool] = , on_unit_submitted: Callable[[ForwardRef('Unit')], NoneType] = )

\n", "bases": "mephisto.abstractions.blueprint.SharedTaskState, mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState, mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockSharedState.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n screening_data_factory: Tuple[bool, Generator[Dict[str, Any], NoneType, NoneType]] = ,\n onboarding_data: Dict[str, Any] = ,\n validate_onboarding: Callable[[Any], bool] = ,\n task_config: Dict[str, Any] = ,\n qualifications: List[Any] = ,\n worker_can_do_unit: collections.abc.Callable[mephisto.data_model.worker.Worker, mephisto.data_model.unit.Unit, bool] = ,\n on_unit_submitted: collections.abc.Callable[mephisto.data_model.unit.Unit, NoneType] = \n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprint", "type": "class", "doc": "

Mock of a task type, for use in testing

\n", "bases": "mephisto.abstractions.blueprint.Blueprint, mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired, mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprint.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprint.AgentStateClass", "type": "class", "doc": "

Mock agent state that is to be used for testing

\n", "bases": "mephisto.abstractions._subcomponents.agent_state.AgentState"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprint.OnboardingAgentStateClass", "type": "class", "doc": "

Mock agent state that is to be used for testing

\n", "bases": "mephisto.abstractions._subcomponents.agent_state.AgentState"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprint.TaskBuilderClass", "type": "class", "doc": "

Builder for a mock task, for use in testing

\n", "bases": "mephisto.abstractions._subcomponents.task_builder.TaskBuilder"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprint.TaskRunnerClass", "type": "class", "doc": "

Mock of a task runner, for use in testing

\n", "bases": "mephisto.abstractions._subcomponents.task_runner.TaskRunner"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprint.ArgsClass", "type": "class", "doc": "

MockBlueprintArgs(passed_qualification_name: str = '???', max_screening_units: int = '???', use_screening_task: bool = False, onboarding_qualification: str = '???', _blueprint_type: str = 'mock', block_qualification: str = '???', num_assignments: int = '???', use_onboarding: bool = False, timeout_time: int = 0, is_concurrent: bool = True)

\n", "bases": "mephisto.abstractions.blueprint.BlueprintArgs, mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs, mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprint.SharedStateClass", "type": "class", "doc": "

MockSharedState(screening_data_factory: Tuple[bool, Generator[Dict[str, Any], NoneType, NoneType]] = , onboarding_data: Dict[str, Any] = , validate_onboarding: Callable[[Any], bool] = , task_config: Dict[str, Any] = , qualifications: List[Any] = , worker_can_do_unit: Callable[[ForwardRef('Worker'), ForwardRef('Unit')], bool] = , on_unit_submitted: Callable[[ForwardRef('Unit')], NoneType] = )

\n", "bases": "mephisto.abstractions.blueprint.SharedTaskState, mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState, mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprint.BLUEPRINT_TYPE", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = 'mock'"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprint.ArgsMixin", "type": "class", "doc": "

OnboardingRequiredArgs(onboarding_qualification: str = '???')

\n"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprint.SharedStateMixin", "type": "class", "doc": "

OnboardingSharedState(onboarding_data: Dict[str, Any] = , validate_onboarding: Callable[[Any], bool] = )

\n"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprint.get_initialization_data", "type": "function", "doc": "

Return the number of empty assignments specified in --num-assignments

\n", "signature": "(self) -> Iterable[mephisto.data_model.assignment.InitializationData]", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprint.validate_onboarding", "type": "function", "doc": "

Onboarding validation for MockBlueprints just returns the 'should_pass' field

\n", "signature": "(\n self,\n worker: mephisto.data_model.worker.Worker,\n onboarding_agent: mephisto.data_model.agent.OnboardingAgent\n) -> bool", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_task_builder": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_builder", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_builder", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_builder", "qualname": "MockTaskBuilder", "type": "class", "doc": "

Builder for a mock task, for use in testing

\n", "bases": "mephisto.abstractions._subcomponents.task_builder.TaskBuilder"}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_builder", "qualname": "MockTaskBuilder.BUILT_FILE", "type": "variable", "doc": "

\n", "default_value": " = 'done.built'"}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_builder", "qualname": "MockTaskBuilder.BUILT_MESSAGE", "type": "variable", "doc": "

\n", "default_value": " = 'built!'"}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_builder", "qualname": "MockTaskBuilder.build_in_dir", "type": "function", "doc": "

Mock tasks don't really build anything (yet)

\n", "signature": "(self, build_dir: str)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_task_runner": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_runner", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_runner", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_runner", "qualname": "MockTaskRunner", "type": "class", "doc": "

Mock of a task runner, for use in testing

\n", "bases": "mephisto.abstractions._subcomponents.task_runner.TaskRunner"}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_runner", "qualname": "MockTaskRunner.__init__", "type": "function", "doc": "

Get the correct TaskRunner for this task run

\n", "signature": "(\n cls,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_runner", "qualname": "MockTaskRunner.get_mock_assignment_data", "type": "function", "doc": "

\n", "signature": "() -> mephisto.data_model.assignment.InitializationData", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_runner", "qualname": "MockTaskRunner.get_data_for_assignment", "type": "function", "doc": "

Mock tasks have no data unless given during testing

\n", "signature": "(\n assignment: mephisto.data_model.assignment.Assignment\n) -> mephisto.data_model.assignment.InitializationData", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_runner", "qualname": "MockTaskRunner.get_init_data_for_agent", "type": "function", "doc": "

Return the data for an agent already assigned to a particular unit

\n", "signature": "(self, agent: mephisto.data_model.agent.Agent) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_runner", "qualname": "MockTaskRunner.run_onboarding", "type": "function", "doc": "

Mock runners simply wait for an act to come in with whether\nor not onboarding is complete

\n", "signature": "(self, onboarding_agent: mephisto.data_model.agent.OnboardingAgent)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_runner", "qualname": "MockTaskRunner.run_unit", "type": "function", "doc": "

Mock runners will pass the agents for the given assignment\nall of the required messages to finish a task.

\n", "signature": "(\n self,\n unit: mephisto.data_model.unit.Unit,\n agent: mephisto.data_model.agent.Agent\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_runner", "qualname": "MockTaskRunner.run_assignment", "type": "function", "doc": "

Mock runners will pass the agents for the given assignment\nall of the required messages to finish a task.

\n", "signature": "(\n self,\n assignment: mephisto.data_model.assignment.Assignment,\n agents: list[mephisto.data_model.agent.Agent]\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_runner", "qualname": "MockTaskRunner.cleanup_assignment", "type": "function", "doc": "

No cleanup required yet for ending mock runs

\n", "signature": "(self, assignment: mephisto.data_model.assignment.Assignment)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_runner", "qualname": "MockTaskRunner.cleanup_unit", "type": "function", "doc": "

No cleanup required yet for ending mock runs

\n", "signature": "(self, unit: mephisto.data_model.unit.Unit)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_runner", "qualname": "MockTaskRunner.cleanup_onboarding", "type": "function", "doc": "

No cleanup required yet for ending onboarding in mocks

\n", "signature": "(self, onboarding_agent: mephisto.data_model.agent.OnboardingAgent)", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat": {"fullname": "mephisto.abstractions.blueprints.parlai_chat", "modulename": "mephisto.abstractions.blueprints.parlai_chat", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state", "qualname": "ParlAIChatAgentState", "type": "class", "doc": "

Holds information about ParlAI-style chat. Data is stored in json files\ncontaining every act from the ParlAI world.

\n", "bases": "mephisto.abstractions._subcomponents.agent_state.AgentState"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state", "qualname": "ParlAIChatAgentState.__init__", "type": "function", "doc": "

Create an AgentState to track the state of an agent's work on a Unit

\n\n

Initialize with an existing file if it exists.

\n", "signature": "(self, agent: mephisto.data_model.agent.Agent)", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state", "qualname": "ParlAIChatAgentState.set_init_state", "type": "function", "doc": "

Set the initial state for this agent

\n", "signature": "(self, data: Any) -> bool", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state", "qualname": "ParlAIChatAgentState.get_init_state", "type": "function", "doc": "

Return the initial state for this agent,\nNone if no such state exists

\n", "signature": "(self) -> Union[Dict[str, Any], NoneType]", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state", "qualname": "ParlAIChatAgentState.load_data", "type": "function", "doc": "

Load stored data from a file to this object

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state", "qualname": "ParlAIChatAgentState.get_data", "type": "function", "doc": "

Return dict with the messages of this agent

\n", "signature": "(self) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state", "qualname": "ParlAIChatAgentState.get_parsed_data", "type": "function", "doc": "

Return properly parsed data from this task

\n", "signature": "(self) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state", "qualname": "ParlAIChatAgentState.get_task_start", "type": "function", "doc": "

Return the start time for this task, the timestamp of the very first message.

\n", "signature": "(self) -> float", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state", "qualname": "ParlAIChatAgentState.get_task_end", "type": "function", "doc": "

Return the end time for this task, the timestamp of the very final message.

\n", "signature": "(self) -> float", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state", "qualname": "ParlAIChatAgentState.save_data", "type": "function", "doc": "

Save all messages from this agent to

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state", "qualname": "ParlAIChatAgentState.update_data", "type": "function", "doc": "

Append the incoming packet as well as its arrival time

\n", "signature": "(self, live_update: Dict[str, Any]) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state", "qualname": "ParlAIChatAgentState.update_submit", "type": "function", "doc": "

Append any final submission to this state

\n", "signature": "(self, submitted_data: Dict[str, Any]) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "SharedParlAITaskState", "type": "class", "doc": "

SharedParlAITaskState(task_config: Dict[str, Any] = , qualifications: List[Any] = , worker_can_do_unit: Callable[[ForwardRef('Worker'), ForwardRef('Unit')], bool] = , on_unit_submitted: Callable[[ForwardRef('Unit')], NoneType] = , onboarding_data: Dict[str, Any] = , validate_onboarding: Callable[[Any], bool] = , frontend_task_opts: Dict[str, Any] = , world_opt: Dict[str, Any] = , onboarding_world_opt: Dict[str, Any] = , world_module: Union[Any, NoneType] = None)

\n", "bases": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState, mephisto.abstractions.blueprint.SharedTaskState"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "SharedParlAITaskState.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n task_config: Dict[str, Any] = ,\n qualifications: List[Any] = ,\n worker_can_do_unit: collections.abc.Callable[mephisto.data_model.worker.Worker, mephisto.data_model.unit.Unit, bool] = ,\n on_unit_submitted: collections.abc.Callable[mephisto.data_model.unit.Unit, NoneType] = ,\n onboarding_data: Dict[str, Any] = ,\n validate_onboarding: Callable[[Any], bool] = ,\n frontend_task_opts: Dict[str, Any] = ,\n world_opt: Dict[str, Any] = ,\n onboarding_world_opt: Dict[str, Any] = ,\n world_module: Union[Any, NoneType] = None\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "SharedParlAITaskState.world_module", "type": "variable", "doc": "

\n", "annotation": ": Union[Any, NoneType]", "default_value": " = None"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprintArgs", "type": "class", "doc": "

ParlAIChatBlueprintArgs(_blueprint_type: str = 'parlai_chat', block_qualification: str = '???', onboarding_qualification: str = '???', _group: str = 'ParlAIChatBlueprint', world_file: str = '???', preview_source: str = '???', task_description_file: str = '???', custom_source_bundle: str = '???', custom_source_dir: str = '???', extra_source_dir: str = '???', context_csv: str = '???', context_jsonl: str = '???', num_conversations: int = '???')

\n", "bases": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs, mephisto.abstractions.blueprint.BlueprintArgs"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprintArgs.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n _blueprint_type: str = 'parlai_chat',\n block_qualification: str = '???',\n onboarding_qualification: str = '???',\n _group: str = 'ParlAIChatBlueprint',\n world_file: str = '???',\n preview_source: str = '???',\n task_description_file: str = '???',\n custom_source_bundle: str = '???',\n custom_source_dir: str = '???',\n extra_source_dir: str = '???',\n context_csv: str = '???',\n context_jsonl: str = '???',\n num_conversations: int = '???'\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprintArgs.world_file", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprintArgs.preview_source", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprintArgs.task_description_file", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprintArgs.custom_source_bundle", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprintArgs.custom_source_dir", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprintArgs.extra_source_dir", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprintArgs.context_csv", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprintArgs.context_jsonl", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprintArgs.num_conversations", "type": "variable", "doc": "

\n", "annotation": ": int", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprint", "type": "class", "doc": "

Blueprint for a task that runs a parlai chat

\n", "bases": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired, mephisto.abstractions.blueprint.Blueprint"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprint.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprint.AgentStateClass", "type": "class", "doc": "

Holds information about ParlAI-style chat. Data is stored in json files\ncontaining every act from the ParlAI world.

\n", "bases": "mephisto.abstractions._subcomponents.agent_state.AgentState"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprint.OnboardingAgentStateClass", "type": "class", "doc": "

Holds information about ParlAI-style chat. Data is stored in json files\ncontaining every act from the ParlAI world.

\n", "bases": "mephisto.abstractions._subcomponents.agent_state.AgentState"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprint.TaskBuilderClass", "type": "class", "doc": "

Builder for a parlai chat task, pulls the appropriate html,\nbuilds the frontend (if a build doesn't already exist),\nthen puts the file into the server directory

\n", "bases": "mephisto.abstractions._subcomponents.task_builder.TaskBuilder"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprint.TaskRunnerClass", "type": "class", "doc": "

Task runner for a parlai chat task

\n", "bases": "mephisto.abstractions._subcomponents.task_runner.TaskRunner"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprint.ArgsClass", "type": "class", "doc": "

ParlAIChatBlueprintArgs(_blueprint_type: str = 'parlai_chat', block_qualification: str = '???', onboarding_qualification: str = '???', _group: str = 'ParlAIChatBlueprint', world_file: str = '???', preview_source: str = '???', task_description_file: str = '???', custom_source_bundle: str = '???', custom_source_dir: str = '???', extra_source_dir: str = '???', context_csv: str = '???', context_jsonl: str = '???', num_conversations: int = '???')

\n", "bases": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs, mephisto.abstractions.blueprint.BlueprintArgs"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprint.SharedStateClass", "type": "class", "doc": "

SharedParlAITaskState(task_config: Dict[str, Any] = , qualifications: List[Any] = , worker_can_do_unit: Callable[[ForwardRef('Worker'), ForwardRef('Unit')], bool] = , on_unit_submitted: Callable[[ForwardRef('Unit')], NoneType] = , onboarding_data: Dict[str, Any] = , validate_onboarding: Callable[[Any], bool] = , frontend_task_opts: Dict[str, Any] = , world_opt: Dict[str, Any] = , onboarding_world_opt: Dict[str, Any] = , world_module: Union[Any, NoneType] = None)

\n", "bases": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState, mephisto.abstractions.blueprint.SharedTaskState"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprint.BLUEPRINT_TYPE", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = 'parlai_chat'"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprint.assert_task_args", "type": "function", "doc": "

Ensure that arguments are properly configured to launch this task

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprint.get_frontend_args", "type": "function", "doc": "

Specifies what options within a task_config should be fowarded\nto the client for use by the task's frontend

\n", "signature": "(self) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprint.get_initialization_data", "type": "function", "doc": "

Return the InitializationData retrieved from the specified stream

\n", "signature": "(\n self\n) -> collections.abc.Iterable[mephisto.data_model.assignment.InitializationData]", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprint.validate_onboarding", "type": "function", "doc": "

Check the incoming onboarding data and evaluate if the worker\nhas passed the qualification or not. Return True if the worker\nhas qualified.

\n\n

By default we use the validate_onboarding provided in a run_task,\nand all onboarding tasks should allow run_task to specify additional\nor entirely override what's provided in a blueprint.

\n", "signature": "(\n self,\n worker: mephisto.data_model.worker.Worker,\n onboarding_agent: mephisto.data_model.agent.OnboardingAgent\n) -> bool", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder", "qualname": "ParlAIChatTaskBuilder", "type": "class", "doc": "

Builder for a parlai chat task, pulls the appropriate html,\nbuilds the frontend (if a build doesn't already exist),\nthen puts the file into the server directory

\n", "bases": "mephisto.abstractions._subcomponents.task_builder.TaskBuilder"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder", "qualname": "ParlAIChatTaskBuilder.BUILT_FILE", "type": "variable", "doc": "

\n", "default_value": " = 'done.built'"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder", "qualname": "ParlAIChatTaskBuilder.BUILT_MESSAGE", "type": "variable", "doc": "

\n", "default_value": " = 'built!'"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder", "qualname": "ParlAIChatTaskBuilder.rebuild_core", "type": "function", "doc": "

Rebuild the frontend for this task

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder", "qualname": "ParlAIChatTaskBuilder.build_custom_bundle", "type": "function", "doc": "

Locate all of the custom files used for a custom build, create\na prebuild directory containing all of them, then build the\ncustom source.

\n\n

Check dates to only go through this build process when files have changes

\n", "signature": "(self, custom_src_dir)", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder", "qualname": "ParlAIChatTaskBuilder.build_in_dir", "type": "function", "doc": "

Build the frontend if it doesn't exist, then copy into the server directory

\n", "signature": "(self, build_dir: str)", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "qualname": "MephistoAgentWrapper", "type": "class", "doc": "

Class that wraps a mephisto agent to be used as an\nagent in ParlAI worlds

\n", "bases": "parlai.core.agents.Agent"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "qualname": "MephistoAgentWrapper.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n agent: Union[mephisto.data_model.agent.Agent, mephisto.data_model.agent.OnboardingAgent]\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "qualname": "MephistoAgentWrapper.id", "type": "variable", "doc": "

Alias for agent_id

\n"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "qualname": "MephistoAgentWrapper.agent_id", "type": "variable", "doc": "

Agent IDs in ParlAI are used to identify the speaker,\nand often are a label like \"teacher\"

\n"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "qualname": "MephistoAgentWrapper.act", "type": "function", "doc": "

ParlAI Agents send an act dict, we must convert this

\n", "signature": "(self, timeout=None)", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "qualname": "MephistoAgentWrapper.observe", "type": "function", "doc": "

We can simply add a message id if not already provided to these

\n", "signature": "(self, act)", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "qualname": "ParlAIChatTaskRunner", "type": "class", "doc": "

Task runner for a parlai chat task

\n", "bases": "mephisto.abstractions._subcomponents.task_runner.TaskRunner"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "qualname": "ParlAIChatTaskRunner.__init__", "type": "function", "doc": "

Get the correct TaskRunner for this task run

\n", "signature": "(\n cls,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "qualname": "ParlAIChatTaskRunner.get_init_data_for_agent", "type": "function", "doc": "

Return the data for an agent already assigned to a particular unit

\n", "signature": "(self, agent: mephisto.data_model.agent.Agent) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "qualname": "ParlAIChatTaskRunner.get_world_id", "type": "function", "doc": "

Get a world id specific to the given world type

\n", "signature": "(self, world_type: str, extra_id: str) -> str", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "qualname": "ParlAIChatTaskRunner.run_onboarding", "type": "function", "doc": "

ParlAI Onboarding will initialize an onboarding\nworld, then run it to completion if possible

\n", "signature": "(self, agent: mephisto.data_model.agent.OnboardingAgent) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "qualname": "ParlAIChatTaskRunner.cleanup_onboarding", "type": "function", "doc": "

Shutdown the world

\n", "signature": "(self, agent: mephisto.data_model.agent.OnboardingAgent) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "qualname": "ParlAIChatTaskRunner.run_assignment", "type": "function", "doc": "

ParlAI runners will initialize a task world, then run them to completion\nif possible

\n", "signature": "(\n self,\n assignment: mephisto.data_model.assignment.Assignment,\n agents: list[mephisto.data_model.agent.Agent]\n) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "qualname": "ParlAIChatTaskRunner.cleanup_assignment", "type": "function", "doc": "

Handle cleanup for a specific assignment

\n", "signature": "(self, assignment: mephisto.data_model.assignment.Assignment) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "qualname": "ParlAIChatTaskRunner.run_unit", "type": "function", "doc": "

ParlAI runners will initialize a task world, then run them to completion\nif possible

\n", "signature": "(\n self,\n unit: mephisto.data_model.unit.Unit,\n agent: mephisto.data_model.agent.Agent\n) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "qualname": "ParlAIChatTaskRunner.cleanup_unit", "type": "function", "doc": "

Handle cleanup for a specific unit

\n", "signature": "(self, unit: mephisto.data_model.unit.Unit) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed", "qualname": "ParlAIAgent", "type": "class", "doc": "

\n"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed", "qualname": "ParlAIAgent.__init__", "type": "function", "doc": "

\n", "signature": "(self, *args, **kwargs)", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed", "qualname": "Message", "type": "class", "doc": "

\n"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed", "qualname": "Message.__init__", "type": "function", "doc": "

\n", "signature": "(self, *args, **kwargs)", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure": {"fullname": "mephisto.abstractions.blueprints.remote_procedure", "modulename": "mephisto.abstractions.blueprints.remote_procedure", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "qualname": "RemoteRequest", "type": "class", "doc": "

RemoteRequest(uuid: str, target: str, args_json: Union[str, NoneType], response_json: Union[str, NoneType], timestamp: float)

\n"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "qualname": "RemoteRequest.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n uuid: str,\n target: str,\n args_json: Union[str, NoneType],\n response_json: Union[str, NoneType],\n timestamp: float\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "qualname": "RemoteRequest.to_dict", "type": "function", "doc": "

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "qualname": "RemoteProcedureAgentState", "type": "class", "doc": "

Holds information about tasks with live interactions in a remote query model.

\n", "bases": "mephisto.abstractions._subcomponents.agent_state.AgentState"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "qualname": "RemoteProcedureAgentState.__init__", "type": "function", "doc": "

Create an agent state that keeps track of incoming actions from the frontend client\nInitialize with an existing file if it exists.

\n", "signature": "(self, agent: mephisto.data_model.agent.Agent)", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "qualname": "RemoteProcedureAgentState.set_init_state", "type": "function", "doc": "

Set the initial state for this agent

\n", "signature": "(self, data: Any) -> bool", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "qualname": "RemoteProcedureAgentState.get_init_state", "type": "function", "doc": "

Return the initial state for this agent,\nNone if no such state exists

\n", "signature": "(self) -> Union[Dict[str, Any], NoneType]", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "qualname": "RemoteProcedureAgentState.load_data", "type": "function", "doc": "

Load stored data from a file to this object

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "qualname": "RemoteProcedureAgentState.get_data", "type": "function", "doc": "

Return dict with the messages of this agent

\n", "signature": "(self) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "qualname": "RemoteProcedureAgentState.get_parsed_data", "type": "function", "doc": "

Return the formatted content

\n", "signature": "(self) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "qualname": "RemoteProcedureAgentState.get_task_start", "type": "function", "doc": "

Return the start time for this task

\n", "signature": "(self) -> float", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "qualname": "RemoteProcedureAgentState.get_task_end", "type": "function", "doc": "

Return the end time for this task

\n", "signature": "(self) -> float", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "qualname": "RemoteProcedureAgentState.save_data", "type": "function", "doc": "

Save all messages from this agent to

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "qualname": "RemoteProcedureAgentState.update_data", "type": "function", "doc": "

Append the incoming packet as well as who it came from

\n", "signature": "(self, live_update: Dict[str, Any]) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "qualname": "RemoteProcedureAgentState.update_submit", "type": "function", "doc": "

Append any final submission to this state

\n", "signature": "(self, submitted_data: Dict[str, Any]) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "SharedRemoteProcedureTaskState", "type": "class", "doc": "

SharedRemoteProcedureTaskState(task_config: Dict[str, Any] = , qualifications: List[Any] = , worker_can_do_unit: Callable[[ForwardRef('Worker'), ForwardRef('Unit')], bool] = , on_unit_submitted: Callable[[ForwardRef('Unit')], NoneType] = , onboarding_data: Dict[str, Any] = , validate_onboarding: Callable[[Any], bool] = , function_registry: Union[Mapping[str, Callable[[str, Dict[str, Any], ForwardRef('RemoteProcedureAgentState')], Union[Dict[str, Any], NoneType]]], NoneType] = None, static_task_data: Iterable[Any] = )

\n", "bases": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState, mephisto.abstractions.blueprint.SharedTaskState"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "SharedRemoteProcedureTaskState.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n task_config: Dict[str, Any] = ,\n qualifications: List[Any] = ,\n worker_can_do_unit: collections.abc.Callable[mephisto.data_model.worker.Worker, mephisto.data_model.unit.Unit, bool] = ,\n on_unit_submitted: collections.abc.Callable[mephisto.data_model.unit.Unit, NoneType] = ,\n onboarding_data: Dict[str, Any] = ,\n validate_onboarding: Callable[[Any], bool] = ,\n function_registry: Union[collections.abc.Mapping[str, collections.abc.Callable[str, Dict[str, Any], mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState, Union[Dict[str, Any], NoneType]]], NoneType] = None,\n static_task_data: Iterable[Any] = \n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "SharedRemoteProcedureTaskState.function_registry", "type": "variable", "doc": "

\n", "annotation": ": Union[collections.abc.Mapping[str, collections.abc.Callable[str, Dict[str, Any], mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState, Union[Dict[str, Any], NoneType]]], NoneType]", "default_value": " = None"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "RemoteProcedureBlueprintArgs", "type": "class", "doc": "

RemoteProcedureBlueprintArgs(_blueprint_type: str = 'remote_procedure', block_qualification: str = '???', onboarding_qualification: str = '???', _group: str = 'RemoteProcedureBlueprintArgs', task_source: str = '???', link_task_source: bool = False, units_per_assignment: int = 1)

\n", "bases": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs, mephisto.abstractions.blueprint.BlueprintArgs"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "RemoteProcedureBlueprintArgs.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n _blueprint_type: str = 'remote_procedure',\n block_qualification: str = '???',\n onboarding_qualification: str = '???',\n _group: str = 'RemoteProcedureBlueprintArgs',\n task_source: str = '???',\n link_task_source: bool = False,\n units_per_assignment: int = 1\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "RemoteProcedureBlueprintArgs.task_source", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "RemoteProcedureBlueprintArgs.link_task_source", "type": "variable", "doc": "

\n", "annotation": ": bool", "default_value": " = False"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "RemoteProcedureBlueprintArgs.units_per_assignment", "type": "variable", "doc": "

\n", "annotation": ": int", "default_value": " = 1"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "RemoteProcedureBlueprint", "type": "class", "doc": "

Blueprint for a task that runs a parlai chat

\n", "bases": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired, mephisto.abstractions.blueprint.Blueprint"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "RemoteProcedureBlueprint.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "RemoteProcedureBlueprint.AgentStateClass", "type": "class", "doc": "

Holds information about tasks with live interactions in a remote query model.

\n", "bases": "mephisto.abstractions._subcomponents.agent_state.AgentState"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "RemoteProcedureBlueprint.OnboardingAgentStateClass", "type": "class", "doc": "

Holds information about tasks with live interactions in a remote query model.

\n", "bases": "mephisto.abstractions._subcomponents.agent_state.AgentState"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "RemoteProcedureBlueprint.TaskBuilderClass", "type": "class", "doc": "

Builder for a \"static task\" that has access to remote queries.\nAt the moment, simply a StaticReactTaskBuilder, as we will be using static react tasks\nin the same way.

\n", "bases": "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "RemoteProcedureBlueprint.TaskRunnerClass", "type": "class", "doc": "

Task runner for a task with live remote queries on the local machine

\n\n

TODO this is pretty gross, and would be better as a series of worker

\n\n

threads that handle commands, as the functions all have direct access

\n\n

to the full worker state.

\n", "bases": "mephisto.abstractions._subcomponents.task_runner.TaskRunner"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "RemoteProcedureBlueprint.ArgsClass", "type": "class", "doc": "

RemoteProcedureBlueprintArgs(_blueprint_type: str = 'remote_procedure', block_qualification: str = '???', onboarding_qualification: str = '???', _group: str = 'RemoteProcedureBlueprintArgs', task_source: str = '???', link_task_source: bool = False, units_per_assignment: int = 1)

\n", "bases": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs, mephisto.abstractions.blueprint.BlueprintArgs"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "RemoteProcedureBlueprint.SharedStateClass", "type": "class", "doc": "

SharedRemoteProcedureTaskState(task_config: Dict[str, Any] = , qualifications: List[Any] = , worker_can_do_unit: Callable[[ForwardRef('Worker'), ForwardRef('Unit')], bool] = , on_unit_submitted: Callable[[ForwardRef('Unit')], NoneType] = , onboarding_data: Dict[str, Any] = , validate_onboarding: Callable[[Any], bool] = , function_registry: Union[Mapping[str, Callable[[str, Dict[str, Any], ForwardRef('RemoteProcedureAgentState')], Union[Dict[str, Any], NoneType]]], NoneType] = None, static_task_data: Iterable[Any] = )

\n", "bases": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState, mephisto.abstractions.blueprint.SharedTaskState"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "RemoteProcedureBlueprint.BLUEPRINT_TYPE", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = 'remote_procedure'"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "RemoteProcedureBlueprint.assert_task_args", "type": "function", "doc": "

Ensure that arguments are properly configured to launch this task

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "RemoteProcedureBlueprint.get_initialization_data", "type": "function", "doc": "

Return the InitializationData retrieved from the specified stream

\n", "signature": "(\n self\n) -> collections.abc.Iterable[mephisto.data_model.assignment.InitializationData]", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder", "qualname": "RemoteProcedureTaskBuilder", "type": "class", "doc": "

Builder for a \"static task\" that has access to remote queries.\nAt the moment, simply a StaticReactTaskBuilder, as we will be using static react tasks\nin the same way.

\n", "bases": "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner", "qualname": "RemoteProcedureTaskRunner", "type": "class", "doc": "

Task runner for a task with live remote queries on the local machine

\n\n

TODO this is pretty gross, and would be better as a series of worker

\n\n

threads that handle commands, as the functions all have direct access

\n\n

to the full worker state.

\n", "bases": "mephisto.abstractions._subcomponents.task_runner.TaskRunner"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner", "qualname": "RemoteProcedureTaskRunner.__init__", "type": "function", "doc": "

Get the correct TaskRunner for this task run

\n", "signature": "(\n cls,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner", "qualname": "RemoteProcedureTaskRunner.get_init_data_for_agent", "type": "function", "doc": "

Return the data for an agent already assigned to a particular unit

\n", "signature": "(self, agent: mephisto.data_model.agent.Agent) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner", "qualname": "RemoteProcedureTaskRunner.run_onboarding", "type": "function", "doc": "

Running onboarding with access to remote queries

\n", "signature": "(self, agent: mephisto.data_model.agent.OnboardingAgent) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner", "qualname": "RemoteProcedureTaskRunner.cleanup_onboarding", "type": "function", "doc": "

Shutdown onboarding resources

\n", "signature": "(self, agent: mephisto.data_model.agent.OnboardingAgent) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner", "qualname": "RemoteProcedureTaskRunner.run_unit", "type": "function", "doc": "

Running a task with access to remote queries

\n", "signature": "(\n self,\n unit: mephisto.data_model.unit.Unit,\n agent: mephisto.data_model.agent.Agent\n) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner", "qualname": "RemoteProcedureTaskRunner.cleanup_unit", "type": "function", "doc": "

Handle cleanup for a specific unit

\n", "signature": "(self, unit: mephisto.data_model.unit.Unit) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.static_html_task": {"fullname": "mephisto.abstractions.blueprints.static_html_task", "modulename": "mephisto.abstractions.blueprints.static_html_task", "type": "module", "doc": "

StaticHTMLBlueprint

\n\n

Overview

\n\n

The StaticHTMLBlueprint exists to create a simple transition stand-in to allow users of other platforms (which generally push for customization with HTML) to begin using Mephisto with minimal changes. This generally exists in the form of specifying a templated HTML file and providing assignment data that fills the templates.

\n\n

There are no plans to extend the StaticHTMLBlueprint, or provide other HTML support, as we believe this to be more an onboarding ramp rather than a fully fleshed out feature. The React-based codebase contains better features and cleaner, reusable modules, and as such our focus is on tasks in that area.

\n\n

Usage

\n\n

An example usage case is available here. General usage for this Blueprint type can be summed up as copying that directory structure, providing your own templated HTML in the server_files, and then providng the data.csv or other data to post those templates to workers. More in-depth descriptions can be seen there.

\n\n

Implementation Details

\n\n

At a high level, this is a deeper implementation of the abstract StaticArchitect, which contains all of the logic for deploying arbitrary tasks where the worker is given some content, and we ask for one response, as a complete Unit. This module adds the logic to ensure that the frontend where the worker is given content is able to render arbitrary HTML.

\n\n

app.jsx

\n\n

The app.jsx file contains most of the logic to ensure we can render HTML, including being able to attach and execute the arbitrary scripts that are included or linked in the given HTML file. It creates a react application using the mephisto-task package, and creates an empty form with a submit button. It then populates the inner form using two primary methods:

\n\n
    \n
  • handleUpdatingRemainingScripts: This method walks through the list of scripts that are given in the attached HTML, either loading the external script and putting it into the head, or directly evaluating the content of local scripts. As the page has already loaded by the time we are loading in the remaining scripts, this all must be injected in an asynchronous manner. _Ultimately_ this isn't incredibly safe if you don't trust the attached scripts.
  • \n
  • interpolateHtml: This method injects the values for the specific task into their template variable slots. These template variables are specified in the InitializationData for an assignment, and populate fields as noted in the Template Variables section below.
  • \n
\n\n

Upon submit, the data in the form (as marked by the name fields of any inputs) will be sent to the backend and stored in the agent_data.json file.

\n\n

Template Variables

\n\n

You can provide template variables when running your task, generally in the form of template variables that are given names. When you specify these (either via .csv or directly providing a parsed array of dicts for this data), any named variable my_special_variable will be filled into the frontend in all locations containing ${my_special_variable}.

\n\n

Mephisto-specific Template Variables

\n\n

As of now, we also make available the following variables to the HTML via templating:

\n\n
    \n
  • ${mephisto_agent_id}: The agent ID that Mephisto has associated with the current worker and task.
  • \n
  • ${provider_worker_id}: The worker id that the provider uses locally to identify the worker.
  • \n
\n\n

StaticHTMLBlueprint

\n\n

The Blueprint here extends on the abstract StaticBlueprint, adding HTML-specific requirements to outline the task that ends up visualized. The added arguments are as follows:

\n\n
    \n
  • task_source: The path to the (templated) HTML that should be displayed for the task.
  • \n
  • preview_source: The path to the HTML that should be displayed while previewing a task.
  • \n
  • onboarding_source: The path to the HTML that should be displayed during onboarding.
  • \n
\n\n

Providing an onboarding_source requires also providing an onboarding_qualification in order to trigger onboarding for your task. You should also specify a validate_onboarding in your SharedTaskState to ensure that the onboarding is completed properly.

\n\n

StaticHTMLTaskBuilder

\n\n

This TaskBuilder class primarily seeks to copy the source files as linked in the StaticHTMLBlueprint and include them in what gets deployed on the server. As these are primarily static files, the builder is fairly straightforward. Regardless of the files that are provided, the onboarding html ends up at onboarding.html on the server and the preview html ends up on the server at preview.html. The task html retains its name, as this is specified as the html arg parsed on the frontend.

\n"}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint", "qualname": "StaticHTMLBlueprintArgs", "type": "class", "doc": "

Adds required options for StaticBlueprints.\ntask_source points to the file intending to be deployed for this task\ndata_csv has the data to be deployed for this task.

\n", "bases": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs"}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint", "qualname": "StaticHTMLBlueprintArgs.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n _blueprint_type: str = 'static_task',\n block_qualification: str = '???',\n onboarding_qualification: str = '???',\n _group: str = 'StaticBlueprint',\n units_per_assignment: int = 1,\n extra_source_dir: str = '???',\n data_json: str = '???',\n data_jsonl: str = '???',\n data_csv: str = '???',\n task_source: str = '???',\n preview_source: Union[str, NoneType] = '???',\n onboarding_source: Union[str, NoneType] = '???'\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint", "qualname": "StaticHTMLBlueprintArgs.task_source", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint", "qualname": "StaticHTMLBlueprintArgs.preview_source", "type": "variable", "doc": "

\n", "annotation": ": Union[str, NoneType]", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint", "qualname": "StaticHTMLBlueprintArgs.onboarding_source", "type": "variable", "doc": "

\n", "annotation": ": Union[str, NoneType]", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint", "qualname": "StaticHTMLBlueprint", "type": "class", "doc": "

Blueprint for a task that runs off of a built react javascript bundle

\n", "bases": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint"}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint", "qualname": "StaticHTMLBlueprint.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint", "qualname": "StaticHTMLBlueprint.TaskBuilderClass", "type": "class", "doc": "

Builder for a static task, pulls the appropriate html,\nbuilds the frontend (if a build doesn't already exist),\nthen puts the file into the server directory

\n", "bases": "mephisto.abstractions._subcomponents.task_builder.TaskBuilder"}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint", "qualname": "StaticHTMLBlueprint.ArgsClass", "type": "class", "doc": "

Adds required options for StaticBlueprints.\ntask_source points to the file intending to be deployed for this task\ndata_csv has the data to be deployed for this task.

\n", "bases": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs"}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint", "qualname": "StaticHTMLBlueprint.BLUEPRINT_TYPE", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = 'static_task'"}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint", "qualname": "StaticHTMLBlueprint.assert_task_args", "type": "function", "doc": "

Ensure that the data can be properly loaded

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder", "qualname": "StaticHTMLTaskBuilder", "type": "class", "doc": "

Builder for a static task, pulls the appropriate html,\nbuilds the frontend (if a build doesn't already exist),\nthen puts the file into the server directory

\n", "bases": "mephisto.abstractions._subcomponents.task_builder.TaskBuilder"}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder", "qualname": "StaticHTMLTaskBuilder.BUILT_FILE", "type": "variable", "doc": "

\n", "default_value": " = 'done.built'"}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder", "qualname": "StaticHTMLTaskBuilder.BUILT_MESSAGE", "type": "variable", "doc": "

\n", "default_value": " = 'built!'"}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder", "qualname": "StaticHTMLTaskBuilder.rebuild_core", "type": "function", "doc": "

Rebuild the frontend for this task

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder", "qualname": "StaticHTMLTaskBuilder.build_in_dir", "type": "function", "doc": "

Build the frontend if it doesn't exist, then copy into the server directory

\n", "signature": "(self, build_dir: str)", "funcdef": "def"}, "mephisto.abstractions.blueprints.static_react_task": {"fullname": "mephisto.abstractions.blueprints.static_react_task", "modulename": "mephisto.abstractions.blueprints.static_react_task", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint": {"fullname": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint", "modulename": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"fullname": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs", "modulename": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint", "qualname": "StaticReactBlueprintArgs", "type": "class", "doc": "

StaticReactBlueprint: Tasks launched from static blueprints need\na prebuilt javascript bundle containing the task. We suggest building\nwith our provided useMephistoTask hook.

\n", "bases": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs"}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"fullname": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__", "modulename": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint", "qualname": "StaticReactBlueprintArgs.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n _blueprint_type: str = 'static_react_task',\n block_qualification: str = '???',\n onboarding_qualification: str = '???',\n _group: str = 'StaticReactBlueprint',\n units_per_assignment: int = 1,\n extra_source_dir: str = '???',\n data_json: str = '???',\n data_jsonl: str = '???',\n data_csv: str = '???',\n task_source: str = '???',\n link_task_source: bool = False\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"fullname": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source", "modulename": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint", "qualname": "StaticReactBlueprintArgs.task_source", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"fullname": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source", "modulename": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint", "qualname": "StaticReactBlueprintArgs.link_task_source", "type": "variable", "doc": "

\n", "annotation": ": bool", "default_value": " = False"}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"fullname": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint", "modulename": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint", "qualname": "StaticReactBlueprint", "type": "class", "doc": "

Blueprint for a task that runs off of a built react javascript bundle

\n", "bases": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint"}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"fullname": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__", "modulename": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint", "qualname": "StaticReactBlueprint.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"fullname": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass", "modulename": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint", "qualname": "StaticReactBlueprint.TaskBuilderClass", "type": "class", "doc": "

Builder for a static task, puts required files into\nthe server directory for deployment.

\n", "bases": "mephisto.abstractions._subcomponents.task_builder.TaskBuilder"}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"fullname": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass", "modulename": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint", "qualname": "StaticReactBlueprint.ArgsClass", "type": "class", "doc": "

StaticReactBlueprint: Tasks launched from static blueprints need\na prebuilt javascript bundle containing the task. We suggest building\nwith our provided useMephistoTask hook.

\n", "bases": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs"}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"fullname": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE", "modulename": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint", "qualname": "StaticReactBlueprint.BLUEPRINT_TYPE", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = 'static_react_task'"}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"fullname": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args", "modulename": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint", "qualname": "StaticReactBlueprint.assert_task_args", "type": "function", "doc": "

Ensure that static requirements are fulfilled, and source file exists

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder": {"fullname": "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder", "modulename": "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"fullname": "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder", "modulename": "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder", "qualname": "StaticReactTaskBuilder", "type": "class", "doc": "

Builder for a static task, puts required files into\nthe server directory for deployment.

\n", "bases": "mephisto.abstractions._subcomponents.task_builder.TaskBuilder"}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"fullname": "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE", "modulename": "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder", "qualname": "StaticReactTaskBuilder.BUILT_FILE", "type": "variable", "doc": "

\n", "default_value": " = 'done.built'"}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"fullname": "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE", "modulename": "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder", "qualname": "StaticReactTaskBuilder.BUILT_MESSAGE", "type": "variable", "doc": "

\n", "default_value": " = 'built!'"}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"fullname": "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir", "modulename": "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder", "qualname": "StaticReactTaskBuilder.build_in_dir", "type": "function", "doc": "

Build the frontend if it doesn't exist, then copy into the server directory

\n", "signature": "(self, build_dir: str)", "funcdef": "def"}, "mephisto.abstractions.crowd_provider": {"fullname": "mephisto.abstractions.crowd_provider", "modulename": "mephisto.abstractions.crowd_provider", "type": "module", "doc": "

\n"}, "mephisto.abstractions.crowd_provider.ProviderArgs": {"fullname": "mephisto.abstractions.crowd_provider.ProviderArgs", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "ProviderArgs", "type": "class", "doc": "

Base class for arguments to configure Crowd Providers

\n"}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"fullname": "mephisto.abstractions.crowd_provider.ProviderArgs.__init__", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "ProviderArgs.__init__", "type": "function", "doc": "

\n", "signature": "(self, _provider_type: str = '???', requester_name: str = '???')", "funcdef": "def"}, "mephisto.abstractions.crowd_provider.ProviderArgs.requester_name": {"fullname": "mephisto.abstractions.crowd_provider.ProviderArgs.requester_name", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "ProviderArgs.requester_name", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"fullname": "mephisto.abstractions.crowd_provider.CrowdProvider", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "CrowdProvider", "type": "class", "doc": "

Base class that defines the required functionality for\nthe mephisto system to be able to interface with an\nexternal crowdsourcing vendor.

\n\n

Implementing the methods within, as well as supplying\nwrapped Unit, Requester, Worker, and Agent classes\nshould ensure support for a vendor.

\n", "bases": "abc.ABC"}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"fullname": "mephisto.abstractions.crowd_provider.CrowdProvider.__init__", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "CrowdProvider.__init__", "type": "function", "doc": "

Crowd provider classes should keep as much of their state\nas possible in their non-python datastore. This way\nthe system can work even after shutdowns, and the\nstate of the system can be managed or observed from\nother processes.

\n\n

In order to set up a datastore, init should check to see\nif one is already set (using get_datastore_for_provider)\nand use that one if available, otherwise make a new one\nand register it with the database.

\n", "signature": "(self, db: mephisto.abstractions.database.MephistoDB)", "funcdef": "def"}, "mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE": {"fullname": "mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "CrowdProvider.PROVIDER_TYPE", "type": "variable", "doc": "

\n", "default_value": " = '__PROVIDER_BASE_CLASS__'"}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"fullname": "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "CrowdProvider.UnitClass", "type": "class", "doc": "

This class tracks the status of an individual worker's contribution to a\nhigher level assignment. It is the smallest 'unit' of work to complete\nthe assignment, and this class is only responsible for checking\nthe status of that work itself being done.

\n\n

It should be extended for usage with a specific crowd provider

\n", "bases": "mephisto.data_model._db_backed_meta.MephistoDataModelComponentMixin"}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"fullname": "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "CrowdProvider.RequesterClass", "type": "class", "doc": "

High level class representing a requester on some kind of crowd provider. Sets some default\ninitializations, but mostly should be extended by the specific requesters for crowd providers\nwith whatever implementation details are required to get those to work.

\n", "bases": "mephisto.data_model._db_backed_meta.MephistoDataModelComponentMixin"}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"fullname": "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "CrowdProvider.WorkerClass", "type": "class", "doc": "

This class represents an individual - namely a person. It maintains components of ongoing identity for a user.

\n", "bases": "mephisto.data_model._db_backed_meta.MephistoDataModelComponentMixin"}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"fullname": "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "CrowdProvider.AgentClass", "type": "class", "doc": "

This class encompasses a worker as they are working on an individual assignment.\nIt maintains details for the current task at hand such as start and end time,\nconnection status, etc.

\n", "bases": "mephisto.data_model._db_backed_meta.MephistoDataModelComponentMixin"}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"fullname": "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "CrowdProvider.ArgsClass", "type": "class", "doc": "

Base class for arguments to configure Crowd Providers

\n"}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"fullname": "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "CrowdProvider.is_sandbox", "type": "function", "doc": "

Determine if the given crowd provider is a sandbox provider

\n", "signature": "(cls) -> bool", "funcdef": "def"}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"fullname": "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "CrowdProvider.assert_task_args", "type": "function", "doc": "

Assert that the provided arguments are valid. Should\nfail if a task launched with these arguments would\nnot work

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"fullname": "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "CrowdProvider.get_wrapper_js_path", "type": "function", "doc": "

Return the path to the wrap_crowd_source.js file for this\nprovider to be deployed to the server

\n", "signature": "(cls)", "funcdef": "def"}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"fullname": "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "CrowdProvider.initialize_provider_datastore", "type": "function", "doc": "

Do whatever is required to initialize this provider insofar\nas setting up local or external state is required to ensure\nthat this vendor is usable.

\n\n

Local data storage should be put into the given root path.

\n\n

This method should return the local data storage component that\nis required to do any object initialization, as it will be available\nfrom the MephistoDB in a db.get_provider_datastore(PROVIDER_TYPE).

\n", "signature": "(self, storage_path: str) -> Any", "funcdef": "def"}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"fullname": "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "CrowdProvider.setup_resources_for_task_run", "type": "function", "doc": "

Setup any required resources for managing any additional resources\nsurrounding a specific task run.

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState,\n server_url: str\n) -> None", "funcdef": "def"}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"fullname": "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "CrowdProvider.cleanup_resources_from_task_run", "type": "function", "doc": "

Destroy any resources set up specifically for this task run

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n server_url: str\n) -> None", "funcdef": "def"}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"fullname": "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "CrowdProvider.cleanup_qualification", "type": "function", "doc": "

Remove the linked qualification from the crowdprovider if it exists

\n", "signature": "(self, qualification_name: str) -> None", "funcdef": "def"}, "mephisto.abstractions.database": {"fullname": "mephisto.abstractions.database", "modulename": "mephisto.abstractions.database", "type": "module", "doc": "

\n"}, "mephisto.abstractions.database.MephistoDBException": {"fullname": "mephisto.abstractions.database.MephistoDBException", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDBException", "type": "class", "doc": "

Common base class for all non-exit exceptions.

\n", "bases": "builtins.Exception"}, "mephisto.abstractions.database.EntryAlreadyExistsException": {"fullname": "mephisto.abstractions.database.EntryAlreadyExistsException", "modulename": "mephisto.abstractions.database", "qualname": "EntryAlreadyExistsException", "type": "class", "doc": "

Common base class for all non-exit exceptions.

\n", "bases": "MephistoDBException"}, "mephisto.abstractions.database.EntryDoesNotExistException": {"fullname": "mephisto.abstractions.database.EntryDoesNotExistException", "modulename": "mephisto.abstractions.database", "qualname": "EntryDoesNotExistException", "type": "class", "doc": "

Common base class for all non-exit exceptions.

\n", "bases": "MephistoDBException"}, "mephisto.abstractions.database.MephistoDB": {"fullname": "mephisto.abstractions.database.MephistoDB", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB", "type": "class", "doc": "

Provides the interface for all queries that are necessary for the Mephisto\narchitecture to run as expected. All other databases should implement\nthese methods to be used as the database that backs Mephisto.

\n\n

By default, we use a LocalMesphistoDB located at mephisto/data/database.db

\n", "bases": "abc.ABC"}, "mephisto.abstractions.database.MephistoDB.__init__": {"fullname": "mephisto.abstractions.database.MephistoDB.__init__", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.__init__", "type": "function", "doc": "

Ensure the database is set up and ready to handle data

\n", "signature": "(self, database_path=None)", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"fullname": "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.get_db_path_for_provider", "type": "function", "doc": "

Get the path to store data for a specific provider in

\n", "signature": "(self, provider_type) -> str", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"fullname": "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.has_datastore_for_provider", "type": "function", "doc": "

Determine if a datastore has been registered for the given provider

\n", "signature": "(self, provider_type: str) -> bool", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"fullname": "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.get_datastore_for_provider", "type": "function", "doc": "

Get the provider datastore registered with this db

\n", "signature": "(self, provider_type: str) -> Any", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"fullname": "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.set_datastore_for_provider", "type": "function", "doc": "

Set the provider datastore registered with this db

\n", "signature": "(self, provider_type: str, datastore: Any) -> None", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"fullname": "mephisto.abstractions.database.MephistoDB.optimized_load", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.optimized_load", "type": "function", "doc": "

Load the given class in an optimized fashion, if this DB has a more\nefficient way of storing and managing the data

\n", "signature": "(\n self,\n target_cls,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None\n)", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.cache_result": {"fullname": "mephisto.abstractions.database.MephistoDB.cache_result", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.cache_result", "type": "function", "doc": "

Opportunity to store the result class from a load

\n", "signature": "(self, target_cls, value) -> None", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.shutdown": {"fullname": "mephisto.abstractions.database.MephistoDB.shutdown", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.shutdown", "type": "function", "doc": "

Do whatever is required to close this database's resources

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.init_tables": {"fullname": "mephisto.abstractions.database.MephistoDB.init_tables", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.init_tables", "type": "function", "doc": "

Initialize any tables that may be required to run this database. If this is an expensive\noperation, check to see if they already exist before trying to initialize

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.new_project": {"fullname": "mephisto.abstractions.database.MephistoDB.new_project", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.new_project", "type": "function", "doc": "

Create a new project with the given project name. Raise EntryAlreadyExistsException if a project\nwith this name has already been created.

\n\n

Project names are permanent, as changing directories later is painful.

\n", "signature": "(self, project_name: str) -> str", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.get_project": {"fullname": "mephisto.abstractions.database.MephistoDB.get_project", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.get_project", "type": "function", "doc": "

Return project's fields by the given project_id, raise EntryDoesNotExistException if no id exists\nin projects

\n\n

See Project for the expected returned mapping's fields

\n", "signature": "(self, project_id: str) -> Mapping[str, Any]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.find_projects": {"fullname": "mephisto.abstractions.database.MephistoDB.find_projects", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.find_projects", "type": "function", "doc": "

Try to find any project that matches the above. When called with no arguments,\nreturn all projects.

\n", "signature": "(\n self,\n project_name: Union[str, NoneType] = None\n) -> List[mephisto.data_model.project.Project]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.new_task": {"fullname": "mephisto.abstractions.database.MephistoDB.new_task", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.new_task", "type": "function", "doc": "

Create a new task with the given task name. Raise EntryAlreadyExistsException if a task\nwith this name has already been created.

\n", "signature": "(\n self,\n task_name: str,\n task_type: str,\n project_id: Union[str, NoneType] = None\n) -> str", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.get_task": {"fullname": "mephisto.abstractions.database.MephistoDB.get_task", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.get_task", "type": "function", "doc": "

Return task's fields by task_id, raise EntryDoesNotExistException if no id exists\nin tasks

\n\n

See Task for the expected fields for the returned mapping

\n", "signature": "(self, task_id: str) -> Mapping[str, Any]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"fullname": "mephisto.abstractions.database.MephistoDB.find_tasks", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.find_tasks", "type": "function", "doc": "

Try to find any task that matches the above. When called with no arguments,\nreturn all tasks.

\n", "signature": "(\n self,\n task_name: Union[str, NoneType] = None,\n project_id: Union[str, NoneType] = None\n) -> List[mephisto.data_model.task.Task]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.update_task": {"fullname": "mephisto.abstractions.database.MephistoDB.update_task", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.update_task", "type": "function", "doc": "

Update the given task with the given parameters if possible, raise appropriate exception otherwise.

\n\n

Should only be runable if no runs have been created for this task

\n", "signature": "(\n self,\n task_id: str,\n task_name: Union[str, NoneType] = None,\n project_id: Union[str, NoneType] = None\n) -> None", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"fullname": "mephisto.abstractions.database.MephistoDB.new_task_run", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.new_task_run", "type": "function", "doc": "

Create a new task_run for the given task.

\n\n

Once a run is created, it should no longer be altered. The assignments and\nsubassignments depend on the data set up within, as the launched task\ncannot be replaced and the requester can not be swapped mid-run.

\n", "signature": "(\n self,\n task_id: str,\n requester_id: str,\n init_params: str,\n provider_type: str,\n task_type: str,\n sandbox: bool = True\n) -> str", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"fullname": "mephisto.abstractions.database.MephistoDB.get_task_run", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.get_task_run", "type": "function", "doc": "

Return the given task_run's fields by task_run_id, raise EntryDoesNotExistException if no id exists\nin task_runs.

\n\n

See TaskRun for the expected fields to populate in the returned mapping

\n", "signature": "(self, task_run_id: str) -> Mapping[str, Any]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"fullname": "mephisto.abstractions.database.MephistoDB.find_task_runs", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.find_task_runs", "type": "function", "doc": "

Try to find any task_run that matches the above. When called with no arguments,\nreturn all task_runs.

\n", "signature": "(\n self,\n task_id: Union[str, NoneType] = None,\n requester_id: Union[str, NoneType] = None,\n is_completed: Union[bool, NoneType] = None\n) -> List[mephisto.data_model.task_run.TaskRun]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"fullname": "mephisto.abstractions.database.MephistoDB.update_task_run", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.update_task_run", "type": "function", "doc": "

Update a task run. At the moment, can only update completion status

\n", "signature": "(self, task_run_id: str, is_completed: bool)", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"fullname": "mephisto.abstractions.database.MephistoDB.new_assignment", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.new_assignment", "type": "function", "doc": "

Create a new assignment for the given task

\n\n

Assignments should not be edited or altered once created

\n", "signature": "(\n self,\n task_id: str,\n task_run_id: str,\n requester_id: str,\n task_type: str,\n provider_type: str,\n sandbox: bool = True\n) -> str", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"fullname": "mephisto.abstractions.database.MephistoDB.get_assignment", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.get_assignment", "type": "function", "doc": "

Return assignment's fields by assignment_id, raise EntryDoesNotExistException if\nno id exists in tasks

\n\n

See Assignment for the expected fields for the returned mapping

\n", "signature": "(self, assignment_id: str) -> Mapping[str, Any]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"fullname": "mephisto.abstractions.database.MephistoDB.find_assignments", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.find_assignments", "type": "function", "doc": "

Try to find any task that matches the above. When called with no arguments,\nreturn all tasks.

\n", "signature": "(\n self,\n task_run_id: Union[str, NoneType] = None,\n task_id: Union[str, NoneType] = None,\n requester_id: Union[str, NoneType] = None,\n task_type: Union[str, NoneType] = None,\n provider_type: Union[str, NoneType] = None,\n sandbox: Union[bool, NoneType] = None\n) -> List[mephisto.data_model.assignment.Assignment]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.new_unit": {"fullname": "mephisto.abstractions.database.MephistoDB.new_unit", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.new_unit", "type": "function", "doc": "

Create a new unit with the given index. Raises EntryAlreadyExistsException\nif there is already a unit for the given assignment with the given index.

\n", "signature": "(\n self,\n task_id: str,\n task_run_id: str,\n requester_id: str,\n assignment_id: str,\n unit_index: int,\n pay_amount: float,\n provider_type: str,\n task_type: str,\n sandbox: bool = True\n) -> str", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.get_unit": {"fullname": "mephisto.abstractions.database.MephistoDB.get_unit", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.get_unit", "type": "function", "doc": "

Return unit's fields by unit_id, raise EntryDoesNotExistException\nif no id exists in units

\n\n

See unit for the expected fields for the returned mapping

\n", "signature": "(self, unit_id: str) -> Mapping[str, Any]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.find_units": {"fullname": "mephisto.abstractions.database.MephistoDB.find_units", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.find_units", "type": "function", "doc": "

Try to find any unit that matches the above. When called with no arguments,\nreturn all units.

\n", "signature": "(\n self,\n task_id: Union[str, NoneType] = None,\n task_run_id: Union[str, NoneType] = None,\n requester_id: Union[str, NoneType] = None,\n assignment_id: Union[str, NoneType] = None,\n unit_index: Union[int, NoneType] = None,\n provider_type: Union[str, NoneType] = None,\n task_type: Union[str, NoneType] = None,\n agent_id: Union[str, NoneType] = None,\n worker_id: Union[str, NoneType] = None,\n sandbox: Union[bool, NoneType] = None,\n status: Union[str, NoneType] = None\n) -> List[mephisto.data_model.unit.Unit]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"fullname": "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.clear_unit_agent_assignment", "type": "function", "doc": "

Update the given unit by removing the agent that is assigned to it, thus updating\nthe status to assignable.

\n", "signature": "(self, unit_id: str) -> None", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.update_unit": {"fullname": "mephisto.abstractions.database.MephistoDB.update_unit", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.update_unit", "type": "function", "doc": "

Update the given task with the given parameters if possible, raise appropriate exception otherwise.

\n", "signature": "(\n self,\n unit_id: str,\n agent_id: Union[str, NoneType] = None,\n status: Union[str, NoneType] = None\n) -> None", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.new_requester": {"fullname": "mephisto.abstractions.database.MephistoDB.new_requester", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.new_requester", "type": "function", "doc": "

Create a new requester with the given name and provider type.\nRaises EntryAlreadyExistsException\nif there is already a requester with this name

\n", "signature": "(self, requester_name: str, provider_type: str) -> str", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.get_requester": {"fullname": "mephisto.abstractions.database.MephistoDB.get_requester", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.get_requester", "type": "function", "doc": "

Return requester's fields by requester_id, raise EntryDoesNotExistException\nif no id exists in requesters

\n\n

See requester for the expected fields for the returned mapping

\n", "signature": "(self, requester_id: str) -> Mapping[str, Any]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"fullname": "mephisto.abstractions.database.MephistoDB.find_requesters", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.find_requesters", "type": "function", "doc": "

Try to find any requester that matches the above. When called with no arguments,\nreturn all requesters.

\n", "signature": "(\n self,\n requester_name: Union[str, NoneType] = None,\n provider_type: Union[str, NoneType] = None\n) -> List[mephisto.data_model.requester.Requester]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.new_worker": {"fullname": "mephisto.abstractions.database.MephistoDB.new_worker", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.new_worker", "type": "function", "doc": "

Create a new worker with the given name and provider type.\nRaises EntryAlreadyExistsException\nif there is already a worker with this name

\n\n

worker_name should be the unique identifier by which the crowd provider\nis using to keep track of this worker

\n", "signature": "(self, worker_name: str, provider_type: str) -> str", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.get_worker": {"fullname": "mephisto.abstractions.database.MephistoDB.get_worker", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.get_worker", "type": "function", "doc": "

Return worker's fields by worker_id, raise EntryDoesNotExistException\nif no id exists in workers

\n\n

See worker for the expected fields for the returned mapping

\n", "signature": "(self, worker_id: str) -> Mapping[str, Any]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.find_workers": {"fullname": "mephisto.abstractions.database.MephistoDB.find_workers", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.find_workers", "type": "function", "doc": "

Try to find any worker that matches the above. When called with no arguments,\nreturn all workers.

\n", "signature": "(\n self,\n worker_name: Union[str, NoneType] = None,\n provider_type: Union[str, NoneType] = None\n) -> List[mephisto.data_model.worker.Worker]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.new_agent": {"fullname": "mephisto.abstractions.database.MephistoDB.new_agent", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.new_agent", "type": "function", "doc": "

Create a new agent for the given worker id to assign to the given unit\nRaises EntryAlreadyExistsException

\n\n

Should update the unit's status to ASSIGNED and the assigned agent to\nthis one.

\n", "signature": "(\n self,\n worker_id: str,\n unit_id: str,\n task_id: str,\n task_run_id: str,\n assignment_id: str,\n task_type: str,\n provider_type: str\n) -> str", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.get_agent": {"fullname": "mephisto.abstractions.database.MephistoDB.get_agent", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.get_agent", "type": "function", "doc": "

Return agent's fields by agent_id, raise EntryDoesNotExistException\nif no id exists in agents

\n\n

See Agent for the expected fields for the returned mapping

\n", "signature": "(self, agent_id: str) -> Mapping[str, Any]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.update_agent": {"fullname": "mephisto.abstractions.database.MephistoDB.update_agent", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.update_agent", "type": "function", "doc": "

Update the given task with the given parameters if possible, raise appropriate exception otherwise.

\n", "signature": "(self, agent_id: str, status: Union[str, NoneType] = None) -> None", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.find_agents": {"fullname": "mephisto.abstractions.database.MephistoDB.find_agents", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.find_agents", "type": "function", "doc": "

Try to find any agent that matches the above. When called with no arguments,\nreturn all agents.

\n", "signature": "(\n self,\n status: Union[str, NoneType] = None,\n unit_id: Union[str, NoneType] = None,\n worker_id: Union[str, NoneType] = None,\n task_id: Union[str, NoneType] = None,\n task_run_id: Union[str, NoneType] = None,\n assignment_id: Union[str, NoneType] = None,\n task_type: Union[str, NoneType] = None,\n provider_type: Union[str, NoneType] = None\n) -> List[mephisto.data_model.agent.Agent]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"fullname": "mephisto.abstractions.database.MephistoDB.new_onboarding_agent", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.new_onboarding_agent", "type": "function", "doc": "

Create a new agent for the given worker id to assign to the given unit\nRaises EntryAlreadyExistsException

\n\n

Should update the unit's status to ASSIGNED and the assigned agent to\nthis one.

\n", "signature": "(\n self,\n worker_id: str,\n task_id: str,\n task_run_id: str,\n task_type: str\n) -> str", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"fullname": "mephisto.abstractions.database.MephistoDB.get_onboarding_agent", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.get_onboarding_agent", "type": "function", "doc": "

Return onboarding agent's fields by onboarding_agent_id, raise\nEntryDoesNotExistException if no id exists in onboarding_agents

\n\n

See OnboardingAgent for the expected fields for the returned mapping

\n", "signature": "(self, onboarding_agent_id: str) -> Mapping[str, Any]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"fullname": "mephisto.abstractions.database.MephistoDB.update_onboarding_agent", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.update_onboarding_agent", "type": "function", "doc": "

Update the given onboarding agent with the given parameters if possible,\nraise appropriate exception otherwise.

\n", "signature": "(\n self,\n onboarding_agent_id: str,\n status: Union[str, NoneType] = None\n) -> None", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"fullname": "mephisto.abstractions.database.MephistoDB.find_onboarding_agents", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.find_onboarding_agents", "type": "function", "doc": "

Try to find any onboarding agent that matches the above. When called with no arguments,\nreturn all onboarding agents.

\n", "signature": "(\n self,\n status: Union[str, NoneType] = None,\n worker_id: Union[str, NoneType] = None,\n task_id: Union[str, NoneType] = None,\n task_run_id: Union[str, NoneType] = None,\n task_type: Union[str, NoneType] = None\n) -> List[mephisto.data_model.agent.OnboardingAgent]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"fullname": "mephisto.abstractions.database.MephistoDB.make_qualification", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.make_qualification", "type": "function", "doc": "

Make a new qualification, throws an error if a qualification by the given name\nalready exists. Return the id for the qualification.

\n", "signature": "(self, qualification_name: str) -> str", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"fullname": "mephisto.abstractions.database.MephistoDB.find_qualifications", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.find_qualifications", "type": "function", "doc": "

Find a qualification. If no name is supplied, returns all qualifications.

\n", "signature": "(\n self,\n qualification_name: Union[str, NoneType] = None\n) -> List[mephisto.data_model.qualification.Qualification]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"fullname": "mephisto.abstractions.database.MephistoDB.get_qualification", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.get_qualification", "type": "function", "doc": "

Return qualification's fields by qualification_id, raise\nEntryDoesNotExistException if no id exists in qualifications

\n\n

See Qualification for the expected fields for the returned mapping

\n", "signature": "(self, qualification_id: str) -> Mapping[str, Any]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"fullname": "mephisto.abstractions.database.MephistoDB.delete_qualification", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.delete_qualification", "type": "function", "doc": "

Remove this qualification from all workers that have it, then delete the qualification

\n", "signature": "(self, qualification_name: str) -> None", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"fullname": "mephisto.abstractions.database.MephistoDB.grant_qualification", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.grant_qualification", "type": "function", "doc": "

Grant a worker the given qualification. Update the qualification value if it\nalready exists

\n", "signature": "(self, qualification_id: str, worker_id: str, value: int = 1) -> None", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"fullname": "mephisto.abstractions.database.MephistoDB.check_granted_qualifications", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.check_granted_qualifications", "type": "function", "doc": "

Find granted qualifications that match the given specifications

\n", "signature": "(\n self,\n qualification_id: Union[str, NoneType] = None,\n worker_id: Union[str, NoneType] = None,\n value: Union[int, NoneType] = None\n) -> List[mephisto.data_model.qualification.GrantedQualification]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"fullname": "mephisto.abstractions.database.MephistoDB.get_granted_qualification", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.get_granted_qualification", "type": "function", "doc": "

Return the granted qualification in the database between the given\nworker and qualification id

\n\n

See GrantedQualification for the expected fields for the returned mapping

\n", "signature": "(self, qualification_id: str, worker_id: str) -> Mapping[str, Any]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"fullname": "mephisto.abstractions.database.MephistoDB.revoke_qualification", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.revoke_qualification", "type": "function", "doc": "

Remove the given qualification from the given worker

\n", "signature": "(self, qualification_id: str, worker_id: str) -> None", "funcdef": "def"}, "mephisto.abstractions.databases": {"fullname": "mephisto.abstractions.databases", "modulename": "mephisto.abstractions.databases", "type": "module", "doc": "

MephistoDB implementations

\n\n

This folder contains implementations of the MephistoDB abstraction. Databases can currently be configured using the mephisto.database._database_type flag.

\n\n

LocalMephistoDB

\n\n

Activated with mephisto.database._database_type=local. An implementation of the Mephisto Data Model outlined in MephistoDB. This database stores all of the information locally via SQLite. Some helper functions are included to make the implementation cleaner by abstracting away SQLite error parsing and string formatting, however it's pretty straightforward from the requirements of MephistoDB.

\n\n

SingletonMephistoDB

\n\n

This database is best used for high performance runs on a single machine, where direct access to the underlying database isn't necessary during the runtime. It makes no guarantees on the rate of writing state or status to disk, as much of it is stored locally and in caches to keep IO locks down. Using this, you'll likely be able to get up on max_num_concurrent_units to 150-300 on live tasks, and upwards from 500 on static tasks.

\n\n

At the moment this DB acts as a wrapper around the LocalMephistoDB, and trades off Mephisto memory consumption for writing time. All of the data model accesses that occur are cached into a library of singletons, so large enough tasks may have memory risks. This allows us to make clearer assertions about the synced nature of the data model members, but obviously requires active memory to do so.

\n"}, "mephisto.abstractions.databases.local_database": {"fullname": "mephisto.abstractions.databases.local_database", "modulename": "mephisto.abstractions.databases.local_database", "type": "module", "doc": "

\n"}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"fullname": "mephisto.abstractions.databases.local_database.nonesafe_int", "modulename": "mephisto.abstractions.databases.local_database", "qualname": "nonesafe_int", "type": "function", "doc": "

Cast input to an int or None

\n", "signature": "(in_string: Union[str, NoneType]) -> Union[int, NoneType]", "funcdef": "def"}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"fullname": "mephisto.abstractions.databases.local_database.assert_valid_provider", "modulename": "mephisto.abstractions.databases.local_database", "qualname": "assert_valid_provider", "type": "function", "doc": "

Throw an assertion error if the given provider type is not valid

\n", "signature": "(provider_type: str) -> None", "funcdef": "def"}, "mephisto.abstractions.databases.local_database.is_key_failure": {"fullname": "mephisto.abstractions.databases.local_database.is_key_failure", "modulename": "mephisto.abstractions.databases.local_database", "qualname": "is_key_failure", "type": "function", "doc": "

Return if the given error is representing a foreign key\nfailure, where an insertion was expecting something to\nexist already in the DB but it didn't.

\n", "signature": "(e: sqlite3.IntegrityError) -> bool", "funcdef": "def"}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"fullname": "mephisto.abstractions.databases.local_database.is_unique_failure", "modulename": "mephisto.abstractions.databases.local_database", "qualname": "is_unique_failure", "type": "function", "doc": "

Return if the given error is representing a foreign key\nfailure, where an insertion was expecting something to\nexist already in the DB but it didn't.

\n", "signature": "(e: sqlite3.IntegrityError) -> bool", "funcdef": "def"}, "mephisto.abstractions.databases.local_database.StringIDRow": {"fullname": "mephisto.abstractions.databases.local_database.StringIDRow", "modulename": "mephisto.abstractions.databases.local_database", "qualname": "StringIDRow", "type": "class", "doc": "

\n", "bases": "sqlite3.Row"}, "mephisto.abstractions.databases.local_database.StringIDRow.__init__": {"fullname": "mephisto.abstractions.databases.local_database.StringIDRow.__init__", "modulename": "mephisto.abstractions.databases.local_database", "qualname": "StringIDRow.__init__", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"fullname": "mephisto.abstractions.databases.local_database.LocalMephistoDB", "modulename": "mephisto.abstractions.databases.local_database", "qualname": "LocalMephistoDB", "type": "class", "doc": "

Local database for core Mephisto data storage, the LocalMephistoDatabase handles\ngrounding all of the python interactions with the Mephisto architecture to\nlocal files and a database.

\n", "bases": "mephisto.abstractions.database.MephistoDB"}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"fullname": "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__", "modulename": "mephisto.abstractions.databases.local_database", "qualname": "LocalMephistoDB.__init__", "type": "function", "doc": "

Ensure the database is set up and ready to handle data

\n", "signature": "(self, database_path=None)", "funcdef": "def"}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"fullname": "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown", "modulename": "mephisto.abstractions.databases.local_database", "qualname": "LocalMephistoDB.shutdown", "type": "function", "doc": "

Close all open connections

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"fullname": "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables", "modulename": "mephisto.abstractions.databases.local_database", "qualname": "LocalMephistoDB.init_tables", "type": "function", "doc": "

Run all the table creation SQL queries to ensure the expected tables exist

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.databases.local_singleton_database": {"fullname": "mephisto.abstractions.databases.local_singleton_database", "modulename": "mephisto.abstractions.databases.local_singleton_database", "type": "module", "doc": "

\n"}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"fullname": "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB", "modulename": "mephisto.abstractions.databases.local_singleton_database", "qualname": "MephistoSingletonDB", "type": "class", "doc": "

Class that creates a singleton storage for all accessed data.

\n\n

Tries to keep the data usage down with weak references, but it's\nstill subject to memory leaks.

\n\n

This is a tradeoff to have more speed for not making db queries from disk

\n", "bases": "mephisto.abstractions.databases.local_database.LocalMephistoDB"}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"fullname": "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__", "modulename": "mephisto.abstractions.databases.local_singleton_database", "qualname": "MephistoSingletonDB.__init__", "type": "function", "doc": "

Ensure the database is set up and ready to handle data

\n", "signature": "(self, database_path=None)", "funcdef": "def"}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"fullname": "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown", "modulename": "mephisto.abstractions.databases.local_singleton_database", "qualname": "MephistoSingletonDB.shutdown", "type": "function", "doc": "

Close all open connections

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"fullname": "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load", "modulename": "mephisto.abstractions.databases.local_singleton_database", "qualname": "MephistoSingletonDB.optimized_load", "type": "function", "doc": "

Load the given class in an optimized fashion, if this DB has a more\nefficient way of storing and managing the data

\n", "signature": "(\n self,\n target_cls,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None\n)", "funcdef": "def"}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"fullname": "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result", "modulename": "mephisto.abstractions.databases.local_singleton_database", "qualname": "MephistoSingletonDB.cache_result", "type": "function", "doc": "

Store the result of a load for caching reasons

\n", "signature": "(self, target_cls, value) -> None", "funcdef": "def"}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"fullname": "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit", "modulename": "mephisto.abstractions.databases.local_singleton_database", "qualname": "MephistoSingletonDB.new_unit", "type": "function", "doc": "

Create a new unit with the given index. Raises EntryAlreadyExistsException\nif there is already a unit for the given assignment with the given index.

\n", "signature": "(\n self,\n task_id: str,\n task_run_id: str,\n requester_id: str,\n assignment_id: str,\n unit_index: int,\n pay_amount: float,\n provider_type: str,\n task_type: str,\n sandbox: bool = True\n) -> str", "funcdef": "def"}, "mephisto.abstractions.providers": {"fullname": "mephisto.abstractions.providers", "modulename": "mephisto.abstractions.providers", "type": "module", "doc": "

CrowdProviders

\n\n

The providers directory is home to the existing providers for Mephisto. This file describes high level what crowd providers do, important details on existing providers, and how to create a new CrowdProvider for an existing crowdsourcing service.

\n\n

Implementation Details

\n\n

CrowdProviders in short exist to be an abstraction layer between Mephisto and wherever we're sourcing the crowdwork from. Using CrowdProviders lets Mephisto launch the same tasks all over the place using the same code. The primary abstractions that need a little bit of wrapping are the Worker, Agent, Unit, and Requester. These requirements and high level abstraction reasoning are included below, while explicit implementation requirements are provided in the \"How to make a new CrowdProvider\" section.

\n\n

Worker

\n\n

The Worker is responsible for keeping long-term track of a worker's individual identity as displayed by a crowd provider. Keeping the worker lets us report statistics about individual workers, as well as set up qualifications that might be more relevant than a provider could have preset. From the CrowdProvider perspective, different crowd providers may have different methods for identifying their workers. They may also have different methods for blocking, unblocking, qualifying, and bonusing workers. In order for Mephisto to be able to handle these actions, the <Crowd>Worker must abstract these.

\n\n

If the crowd provider is capable of assigning qualifications to a worker to prevent them from working on tasks they are not eligible for, you can implement grant_crowd_qualification and revoke_crowd_qualification to sync qualifications between the crowd provider and Mephisto. You'll also need to implement the delete_qualification method in the base <Crowd>Provider class if you want to be able to cleanup qualifications you've removed from Mephisto. Depending on the provider, setup_resources_for_task_run or <Crowd>Unit are the correct locations to actually register required qualifications for a task.

\n\n

Agent

\n\n

The Agent is responsible for keeping track of a Worker's work on a specific Unit. As such, it's used for approving, rejecting, and keeping track of status. Furthermore, it may be required that Mephisto tells a CrowdProvider that a worker has completed the task, so this must be captured as well. <Crowd>Agent handles all of these abstractions.

\n\n

Unit

\n\n

The Unit is responsible for keeping track of portions of an Assignment that need to be assigned, through the entire process of them being assigned and worked on. From a high level, they are the Assignment-side point of entry into finding work. For the purpose of abstraction, the Unit needs to be able to keep track of it's remote counterpart (whatever thing we assign the worker from the crowd provider's perspective). It also needs to be able to actually _deploy_ the task to be made available through the crowd provider, and potentially expire it when it should be taken offline. <Crowd>Unit handles these abstractions.

\n\n

Requester

\n\n

The Requester is responsible for providing the account access to be able to launch tasks. As such, any credential creation and management needs to be hidden behind the <Crowd>Requester so that Mephisto doesn't need to know the implementation details.

\n\n

Existing Providers

\n\n

The providers we currently support are listed below:

\n\n

MTurkProvider

\n\n

Provides an interface for launching tasks on MTurk and keeping track of workers and work there.

\n\n

SandboxMTurkProvider

\n\n

A specific interface for launching tasks on the MTurk sandbox

\n\n

(TODO) Can we bundle this into the MTurkProvider and make it so that providers have a TEST/SANDBOX mode bundled in? This would clarify how the testing utilities work, without needing to publish real tasks.

\n\n

LocalProvider (TODO)

\n\n

An interface that allows for launching tasks on your local machine, allowing for ip-address based workers to submit work.

\n\n

MockProvider

\n\n

An implementation of a provider that allows for robust testing by exposing all of the underlying state to a user.

\n\n

How to make a new CrowdProvider

\n\n

Both the MockProvider and MTurkProvider are strong examples of implementing a provider. Important implementation details are captured below.

\n\n

<Crowd>Provider

\n\n

The CrowdProvider implementation is mostly a place to centralize all of the components for this provider, and as such it should set UnitClass, RequesterClass, WorkerClass, and AgentClass. Beyond this it should implement the following:

\n\n
    \n
  • initialize_provider_datastore: This method should return a connection to any of the data required to keep tabs on the crowd provider. Ideally it should store important information to disk somehow (such as in a SQL database).
  • \n
  • setup_resources_for_task_run: This method is called prior to launching a task run, and should setup any kind of details with the provider that are required. For instance, this might register the task before requesting instances, find and register required qualifications, or do any other required prep work such as setting up listeners.
  • \n
\n\n

<Crowd>Worker

\n\n

The <Crowd>Worker implementation needs to handle worker interactions, generally from the perspective of a requester:

\n\n
    \n
  • bonus_worker: Provide the worker a bonus for the given reason, optionally attached to a unit. Return a tuple of False with an error reason if the operation can't be performed, and (True, \"\") otherwise.
  • \n
  • block_worker: Block the given worker, optionally based on their work on a unit, and from a specific requester. Return a tuple of False with an error reason if the operation can't be performed, and (True, \"\") otherwise.
  • \n
  • unblock_worker: Unblock the worker from a specific requester. Return a tuple of False with an error reason if the operation can't be performed, and (True, \"\") otherwise.
  • \n
  • is_blocked: Provide whether or not this worker is blocked by the given Requester.
  • \n
  • is_eligible: Determine if the worker is eligible to work on the given TaskRun.
  • \n
\n\n

<Crowd>Agent

\n\n

The <Crowd>Agent implementation needs to be able to handle the following interactions:

\n\n
    \n
  • new_from_provider_data: As different providers may give different information upon the creation of an agent (which occurs when a worker accepts a unit), this information is sent through from the server via whatever is packaged in wrap_crowd_source.js. You can then store this into the provider datastore and return an Agent.
  • \n
  • approve_work: Tell the crowd provider that this work is accepted. (If allowed)
  • \n
  • reject_work: Tell the crowd provider that this work is rejected (if allowed), with the provided feedback reason.
  • \n
  • get_status: Return the current agent's status according to the crowd provider (if this state is automatically tracked by the crowd provider, and can be queried). Defaults to whatever status updates the WorkerPool can provide.
  • \n
  • mark_done: Tell the crowd provider that the task this agent is working on is now complete (if required). Otherwise just mark it as so in the local database.
  • \n
\n\n

<Crowd>Unit

\n\n

The <Crowd>Unit implementation needs to be able to handle the following interactions:

\n\n
    \n
  • get_status: Return the status for this unit, as known by the provider.
  • \n
  • launch: Given the url of the server to point people to for this task, launch the task and make it available for crowd workers to claim.
  • \n
  • expire: Submit a request to expire the HIT, and return the time that will need to be waited in order for that request to be fulfilled (in case it is not immediate).
  • \n
\n\n

<Crowd>Requester

\n\n

The <Crowd>Requester mostly just needs to abstract the registration process, but the full list of functions are below:

\n\n
    \n
  • register: Given arguments, register this requester
  • \n
  • get_register_args: Return the arguments required to register one of these requesters.
  • \n
  • is_registered: Determine if the current credentials for a Requester are valid.
  • \n
  • get_available_budget (Optional): return the available budget for this requester.
  • \n
\n\n

(TODO) maybe refactor budget? As not all requesters have budgets? Or perhaps have a few kinds of metadata?

\n\n

wrap_crowd_source.js

\n\n

A few frontend functions are required to be sure that the backend is able to interface with frontend interactions:

\n\n
    \n
  • getWorkerName(): Return the worker name, as will be provided to as the identifier for mephisto to know who is attempting the task
  • \n
  • getAssignmentId(): Return an identifier for the specific task as represented by the provider.
  • \n
  • getAgentRegistration(): Return the data that is going to be passed to the <Crowd>Agent's new_from_provider method. Currently the worker_name field is required to also set up the <Crowd>Worker.
  • \n
  • handleSubmitToProvider(): Tell the provider that the task is done from the frontend. Often amounts to hitting some kind of submit button after populating form data.
  • \n
\n\n

This file may also contain additional logic for handling things like error handling in a crowd provider-specific manner.

\n"}, "mephisto.abstractions.providers.mock": {"fullname": "mephisto.abstractions.providers.mock", "modulename": "mephisto.abstractions.providers.mock", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mock.mock_agent": {"fullname": "mephisto.abstractions.providers.mock.mock_agent", "modulename": "mephisto.abstractions.providers.mock.mock_agent", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"fullname": "mephisto.abstractions.providers.mock.mock_agent.MockAgent", "modulename": "mephisto.abstractions.providers.mock.mock_agent", "qualname": "MockAgent", "type": "class", "doc": "

This class encompasses a worker as they are working on an individual assignment.\nIt maintains details for the current task at hand such as start and end time,\nconnection status, etc.

\n", "bases": "mephisto.data_model.agent.Agent"}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"fullname": "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__", "modulename": "mephisto.abstractions.providers.mock.mock_agent", "qualname": "MockAgent.__init__", "type": "function", "doc": "

The new method is overridden to be able to automatically generate\nthe expected Agent class without needing to specifically find it\nfor a given db_id. As such it is impossible to create a base Agent\nas you will instead be returned the correct Agent class according to\nthe crowdprovider associated with this Agent.

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"fullname": "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe", "modulename": "mephisto.abstractions.providers.mock.mock_agent", "qualname": "MockAgent.observe", "type": "function", "doc": "

Put observations into this mock agent's observation list

\n", "signature": "(self, live_update: Dict[str, Any]) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"fullname": "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update", "modulename": "mephisto.abstractions.providers.mock.mock_agent", "qualname": "MockAgent.enqueue_mock_live_update", "type": "function", "doc": "

Add a fake observation to pull off on the next act call

\n", "signature": "(self, data: Dict[str, Any]) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"fullname": "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event", "modulename": "mephisto.abstractions.providers.mock.mock_agent", "qualname": "MockAgent.enqueue_mock_submit_event", "type": "function", "doc": "

Add a final submit event to put in the queue for this agent\nto be called on completion

\n", "signature": "(self, data: Dict[str, Any]) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"fullname": "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update", "modulename": "mephisto.abstractions.providers.mock.mock_agent", "qualname": "MockAgent.get_live_update", "type": "function", "doc": "

Either take an act from this mock agent's act queue (for use\nby tests and other mock purposes) or request a regular act\n(for use in manual testing).

\n", "signature": "(self, timeout=None) -> Union[Dict[str, Any], NoneType]", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"fullname": "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work", "modulename": "mephisto.abstractions.providers.mock.mock_agent", "qualname": "MockAgent.approve_work", "type": "function", "doc": "

Approve the work done on this specific Unit

\n\n

Mock Units

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"fullname": "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work", "modulename": "mephisto.abstractions.providers.mock.mock_agent", "qualname": "MockAgent.reject_work", "type": "function", "doc": "

Reject the work done on this specific Unit

\n", "signature": "(self, reason) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"fullname": "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done", "modulename": "mephisto.abstractions.providers.mock.mock_agent", "qualname": "MockAgent.mark_done", "type": "function", "doc": "

No need to tell mock crowd provider about doneness

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"fullname": "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected", "modulename": "mephisto.abstractions.providers.mock.mock_agent", "qualname": "MockAgent.mark_disconnected", "type": "function", "doc": "

Mark this mock agent as having disconnected

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"fullname": "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit", "modulename": "mephisto.abstractions.providers.mock.mock_agent", "qualname": "MockAgent.await_submit", "type": "function", "doc": "

Check the submission status of this agent, first popping off\nand triggering a local submit if there is one on a timeout submit

\n", "signature": "(self, timeout: Union[int, NoneType] = None) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"fullname": "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new", "modulename": "mephisto.abstractions.providers.mock.mock_agent", "qualname": "MockAgent.new", "type": "function", "doc": "

Create an agent for this worker to be used for work on the given Unit.

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n worker: mephisto.data_model.worker.Worker,\n unit: mephisto.data_model.unit.Unit\n) -> mephisto.data_model.agent.Agent", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_datastore": {"fullname": "mephisto.abstractions.providers.mock.mock_datastore", "modulename": "mephisto.abstractions.providers.mock.mock_datastore", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"fullname": "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore", "modulename": "mephisto.abstractions.providers.mock.mock_datastore", "qualname": "MockDatastore", "type": "class", "doc": "

Handles storing mock results and statuses across processes for use\nin unit testing and manual experimentation.

\n"}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"fullname": "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__", "modulename": "mephisto.abstractions.providers.mock.mock_datastore", "qualname": "MockDatastore.__init__", "type": "function", "doc": "

Initialize local storage of active agents, connect to the database

\n", "signature": "(self, datastore_root: str)", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"fullname": "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables", "modulename": "mephisto.abstractions.providers.mock.mock_datastore", "qualname": "MockDatastore.init_tables", "type": "function", "doc": "

Run all the table creation SQL queries to ensure the expected tables exist

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"fullname": "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists", "modulename": "mephisto.abstractions.providers.mock.mock_datastore", "qualname": "MockDatastore.ensure_requester_exists", "type": "function", "doc": "

Create a record of this requester if it doesn't exist

\n", "signature": "(self, requester_id: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"fullname": "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered", "modulename": "mephisto.abstractions.providers.mock.mock_datastore", "qualname": "MockDatastore.set_requester_registered", "type": "function", "doc": "

Set the requester registration status for the given id

\n", "signature": "(self, requester_id: str, val: bool) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"fullname": "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered", "modulename": "mephisto.abstractions.providers.mock.mock_datastore", "qualname": "MockDatastore.get_requester_registered", "type": "function", "doc": "

Get the registration status of a requester

\n", "signature": "(self, requester_id: str) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"fullname": "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists", "modulename": "mephisto.abstractions.providers.mock.mock_datastore", "qualname": "MockDatastore.ensure_worker_exists", "type": "function", "doc": "

Create a record of this worker if it doesn't exist

\n", "signature": "(self, worker_id: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"fullname": "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked", "modulename": "mephisto.abstractions.providers.mock.mock_datastore", "qualname": "MockDatastore.set_worker_blocked", "type": "function", "doc": "

Set the worker registration status for the given id

\n", "signature": "(self, worker_id: str, val: bool) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"fullname": "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked", "modulename": "mephisto.abstractions.providers.mock.mock_datastore", "qualname": "MockDatastore.get_worker_blocked", "type": "function", "doc": "

Get the registration status of a worker

\n", "signature": "(self, worker_id: str) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"fullname": "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists", "modulename": "mephisto.abstractions.providers.mock.mock_datastore", "qualname": "MockDatastore.ensure_unit_exists", "type": "function", "doc": "

Create a record of this unit if it doesn't exist

\n", "signature": "(self, unit_id: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"fullname": "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired", "modulename": "mephisto.abstractions.providers.mock.mock_datastore", "qualname": "MockDatastore.set_unit_expired", "type": "function", "doc": "

Set the unit registration status for the given id

\n", "signature": "(self, unit_id: str, val: bool) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"fullname": "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired", "modulename": "mephisto.abstractions.providers.mock.mock_datastore", "qualname": "MockDatastore.get_unit_expired", "type": "function", "doc": "

Get the registration status of a unit

\n", "signature": "(self, unit_id: str) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_provider": {"fullname": "mephisto.abstractions.providers.mock.mock_provider", "modulename": "mephisto.abstractions.providers.mock.mock_provider", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"fullname": "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs", "modulename": "mephisto.abstractions.providers.mock.mock_provider", "qualname": "MockProviderArgs", "type": "class", "doc": "

Base class for arguments to configure Crowd Providers

\n", "bases": "mephisto.abstractions.crowd_provider.ProviderArgs"}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"fullname": "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__", "modulename": "mephisto.abstractions.providers.mock.mock_provider", "qualname": "MockProviderArgs.__init__", "type": "function", "doc": "

\n", "signature": "(self, _provider_type: str = 'mock', requester_name: str = '???')", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"fullname": "mephisto.abstractions.providers.mock.mock_provider.MockProvider", "modulename": "mephisto.abstractions.providers.mock.mock_provider", "qualname": "MockProvider", "type": "class", "doc": "

Mock implementation of a CrowdProvider that stores everything\nin a local state in the class for use in tests.

\n", "bases": "mephisto.abstractions.crowd_provider.CrowdProvider"}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"fullname": "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass", "modulename": "mephisto.abstractions.providers.mock.mock_provider", "qualname": "MockProvider.UnitClass", "type": "class", "doc": "

This class tracks the status of an individual worker's contribution to a\nhigher level assignment. It is the smallest 'unit' of work to complete\nthe assignment, and this class is only responsible for checking\nthe status of that work itself being done.

\n\n

It should be extended for usage with a specific crowd provider

\n", "bases": "mephisto.data_model.unit.Unit"}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"fullname": "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass", "modulename": "mephisto.abstractions.providers.mock.mock_provider", "qualname": "MockProvider.RequesterClass", "type": "class", "doc": "

High level class representing a requester on some kind of crowd provider. Sets some default\ninitializations, but mostly should be extended by the specific requesters for crowd providers\nwith whatever implementation details are required to get those to work.

\n", "bases": "mephisto.data_model.requester.Requester"}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"fullname": "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass", "modulename": "mephisto.abstractions.providers.mock.mock_provider", "qualname": "MockProvider.WorkerClass", "type": "class", "doc": "

This class represents an individual - namely a person. It maintains components of ongoing identity for a user.

\n", "bases": "mephisto.data_model.worker.Worker"}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"fullname": "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass", "modulename": "mephisto.abstractions.providers.mock.mock_provider", "qualname": "MockProvider.AgentClass", "type": "class", "doc": "

This class encompasses a worker as they are working on an individual assignment.\nIt maintains details for the current task at hand such as start and end time,\nconnection status, etc.

\n", "bases": "mephisto.data_model.agent.Agent"}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"fullname": "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass", "modulename": "mephisto.abstractions.providers.mock.mock_provider", "qualname": "MockProvider.ArgsClass", "type": "class", "doc": "

Base class for arguments to configure Crowd Providers

\n", "bases": "mephisto.abstractions.crowd_provider.ProviderArgs"}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.PROVIDER_TYPE": {"fullname": "mephisto.abstractions.providers.mock.mock_provider.MockProvider.PROVIDER_TYPE", "modulename": "mephisto.abstractions.providers.mock.mock_provider", "qualname": "MockProvider.PROVIDER_TYPE", "type": "variable", "doc": "

\n", "default_value": " = 'mock'"}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"fullname": "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore", "modulename": "mephisto.abstractions.providers.mock.mock_provider", "qualname": "MockProvider.initialize_provider_datastore", "type": "function", "doc": "

Mocks don't need any initialization

\n", "signature": "(self, storage_path: str) -> Any", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"fullname": "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run", "modulename": "mephisto.abstractions.providers.mock.mock_provider", "qualname": "MockProvider.setup_resources_for_task_run", "type": "function", "doc": "

Mocks don't do any initialization

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState,\n server_url: str\n) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"fullname": "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run", "modulename": "mephisto.abstractions.providers.mock.mock_provider", "qualname": "MockProvider.cleanup_resources_from_task_run", "type": "function", "doc": "

Mocks don't do any initialization

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n server_url: str\n) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"fullname": "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path", "modulename": "mephisto.abstractions.providers.mock.mock_provider", "qualname": "MockProvider.get_wrapper_js_path", "type": "function", "doc": "

Return the path to the wrap_crowd_source.js file for this\nprovider to be deployed to the server

\n", "signature": "(cls)", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_requester": {"fullname": "mephisto.abstractions.providers.mock.mock_requester", "modulename": "mephisto.abstractions.providers.mock.mock_requester", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"fullname": "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs", "modulename": "mephisto.abstractions.providers.mock.mock_requester", "qualname": "MockRequesterArgs", "type": "class", "doc": "

MockRequesterArgs(name: str = 'MOCK_REQUESTER', force_fail: bool = False)

\n", "bases": "mephisto.data_model.requester.RequesterArgs"}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"fullname": "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__", "modulename": "mephisto.abstractions.providers.mock.mock_requester", "qualname": "MockRequesterArgs.__init__", "type": "function", "doc": "

\n", "signature": "(self, name: str = 'MOCK_REQUESTER', force_fail: bool = False)", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"fullname": "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name", "modulename": "mephisto.abstractions.providers.mock.mock_requester", "qualname": "MockRequesterArgs.name", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = 'MOCK_REQUESTER'"}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"fullname": "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail", "modulename": "mephisto.abstractions.providers.mock.mock_requester", "qualname": "MockRequesterArgs.force_fail", "type": "variable", "doc": "

\n", "annotation": ": bool", "default_value": " = False"}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"fullname": "mephisto.abstractions.providers.mock.mock_requester.MockRequester", "modulename": "mephisto.abstractions.providers.mock.mock_requester", "qualname": "MockRequester", "type": "class", "doc": "

High level class representing a requester on some kind of crowd provider. Sets some default\ninitializations, but mostly should be extended by the specific requesters for crowd providers\nwith whatever implementation details are required to get those to work.

\n", "bases": "mephisto.data_model.requester.Requester"}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"fullname": "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__", "modulename": "mephisto.abstractions.providers.mock.mock_requester", "qualname": "MockRequester.__init__", "type": "function", "doc": "

The new method is overridden to be able to automatically generate\nthe expected Requester class without needing to specifically find it\nfor a given db_id. As such it is impossible to create a base Requester\nas you will instead be returned the correct Requester class according to\nthe crowdprovider associated with this Requester.

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"fullname": "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass", "modulename": "mephisto.abstractions.providers.mock.mock_requester", "qualname": "MockRequester.ArgsClass", "type": "class", "doc": "

MockRequesterArgs(name: str = 'MOCK_REQUESTER', force_fail: bool = False)

\n", "bases": "mephisto.data_model.requester.RequesterArgs"}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"fullname": "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register", "modulename": "mephisto.abstractions.providers.mock.mock_requester", "qualname": "MockRequester.register", "type": "function", "doc": "

Mock requesters don't actually register credentials

\n", "signature": "(\n self,\n args: Union[omegaconf.dictconfig.DictConfig, NoneType] = None\n) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"fullname": "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered", "modulename": "mephisto.abstractions.providers.mock.mock_requester", "qualname": "MockRequester.is_registered", "type": "function", "doc": "

Return the registration status

\n", "signature": "(self) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"fullname": "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget", "modulename": "mephisto.abstractions.providers.mock.mock_requester", "qualname": "MockRequester.get_available_budget", "type": "function", "doc": "

MockRequesters have $100000 to spend

\n", "signature": "(self) -> float", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"fullname": "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox", "modulename": "mephisto.abstractions.providers.mock.mock_requester", "qualname": "MockRequester.is_sandbox", "type": "function", "doc": "

MockRequesters are for testing only, and are thus treated as sandbox

\n", "signature": "(self) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"fullname": "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new", "modulename": "mephisto.abstractions.providers.mock.mock_requester", "qualname": "MockRequester.new", "type": "function", "doc": "

Try to create a new requester by this name, raise an exception if\nthe name already exists.

\n\n

Implementation should call _register_requester(db, requester_id) when sure the requester\ncan be successfully created to have it put into the db and return the result.

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n requester_name: str\n) -> mephisto.data_model.requester.Requester", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_unit": {"fullname": "mephisto.abstractions.providers.mock.mock_unit", "modulename": "mephisto.abstractions.providers.mock.mock_unit", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"fullname": "mephisto.abstractions.providers.mock.mock_unit.MockUnit", "modulename": "mephisto.abstractions.providers.mock.mock_unit", "qualname": "MockUnit", "type": "class", "doc": "

This class tracks the status of an individual worker's contribution to a\nhigher level assignment. It is the smallest 'unit' of work to complete\nthe assignment, and this class is only responsible for checking\nthe status of that work itself being done.

\n\n

It should be extended for usage with a specific crowd provider

\n", "bases": "mephisto.data_model.unit.Unit"}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"fullname": "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__", "modulename": "mephisto.abstractions.providers.mock.mock_unit", "qualname": "MockUnit.__init__", "type": "function", "doc": "

The new method is overridden to be able to automatically generate\nthe expected Unit class without needing to specifically find it\nfor a given db_id. As such it is impossible to create a Unit\nas you will instead be returned the correct Unit class according to\nthe crowdprovider associated with this Unit.

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"fullname": "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch", "modulename": "mephisto.abstractions.providers.mock.mock_unit", "qualname": "MockUnit.launch", "type": "function", "doc": "

Mock launches do nothing right now beyond updating state

\n", "signature": "(self, task_url: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"fullname": "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire", "modulename": "mephisto.abstractions.providers.mock.mock_unit", "qualname": "MockUnit.expire", "type": "function", "doc": "

Expiration is immediate on Mocks

\n", "signature": "(self) -> float", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"fullname": "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired", "modulename": "mephisto.abstractions.providers.mock.mock_unit", "qualname": "MockUnit.is_expired", "type": "function", "doc": "

Determine if this unit is expired as according to the vendor.

\n", "signature": "(self) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"fullname": "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new", "modulename": "mephisto.abstractions.providers.mock.mock_unit", "qualname": "MockUnit.new", "type": "function", "doc": "

Create a Unit for the given assignment

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n assignment: mephisto.data_model.assignment.Assignment,\n index: int,\n pay_amount: float\n) -> mephisto.data_model.unit.Unit", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_worker": {"fullname": "mephisto.abstractions.providers.mock.mock_worker", "modulename": "mephisto.abstractions.providers.mock.mock_worker", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"fullname": "mephisto.abstractions.providers.mock.mock_worker.MockWorker", "modulename": "mephisto.abstractions.providers.mock.mock_worker", "qualname": "MockWorker", "type": "class", "doc": "

This class represents an individual - namely a person. It maintains components of ongoing identity for a user.

\n", "bases": "mephisto.data_model.worker.Worker"}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"fullname": "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__", "modulename": "mephisto.abstractions.providers.mock.mock_worker", "qualname": "MockWorker.__init__", "type": "function", "doc": "

The new method is overridden to be able to automatically generate\nthe expected Worker class without needing to specifically find it\nfor a given db_id. As such it is impossible to create a base Worker\nas you will instead be returned the correct Worker class according to\nthe crowdprovider associated with this Worker.

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"fullname": "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker", "modulename": "mephisto.abstractions.providers.mock.mock_worker", "qualname": "MockWorker.bonus_worker", "type": "function", "doc": "

Bonus this worker for work any reason. Return success of bonus

\n", "signature": "(\n self,\n amount: float,\n reason: str,\n unit: Union[mephisto.data_model.unit.Unit, NoneType] = None\n) -> Tuple[bool, str]", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"fullname": "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker", "modulename": "mephisto.abstractions.providers.mock.mock_worker", "qualname": "MockWorker.block_worker", "type": "function", "doc": "

Block this worker for a specified reason. Return success of block

\n", "signature": "(\n self,\n reason: str,\n unit: Union[mephisto.data_model.unit.Unit, NoneType] = None,\n requester: Union[mephisto.data_model.requester.Requester, NoneType] = None\n) -> Tuple[bool, str]", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"fullname": "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker", "modulename": "mephisto.abstractions.providers.mock.mock_worker", "qualname": "MockWorker.unblock_worker", "type": "function", "doc": "

unblock a blocked worker for the specified reason. Return success of unblock

\n", "signature": "(\n self,\n reason: str,\n requester: mephisto.data_model.requester.Requester\n) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"fullname": "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked", "modulename": "mephisto.abstractions.providers.mock.mock_worker", "qualname": "MockWorker.is_blocked", "type": "function", "doc": "

Determine if a worker is blocked

\n", "signature": "(self, requester: mephisto.data_model.requester.Requester) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"fullname": "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible", "modulename": "mephisto.abstractions.providers.mock.mock_worker", "qualname": "MockWorker.is_eligible", "type": "function", "doc": "

Determine if this worker is eligible for the given task run

\n", "signature": "(self, task_run: mephisto.data_model.task_run.TaskRun) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"fullname": "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new", "modulename": "mephisto.abstractions.providers.mock.mock_worker", "qualname": "MockWorker.new", "type": "function", "doc": "

Create a new worker attached to the given identifier, assuming it doesn't already\nexist in the database.

\n\n

Implementation should return the result of _register_worker when sure the worker\ncan be successfully created to have it put into the db.

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n worker_id: str\n) -> mephisto.data_model.worker.Worker", "funcdef": "def"}, "mephisto.abstractions.providers.mock.provider_type": {"fullname": "mephisto.abstractions.providers.mock.provider_type", "modulename": "mephisto.abstractions.providers.mock.provider_type", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk": {"fullname": "mephisto.abstractions.providers.mturk", "modulename": "mephisto.abstractions.providers.mturk", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk.mturk_agent": {"fullname": "mephisto.abstractions.providers.mturk.mturk_agent", "modulename": "mephisto.abstractions.providers.mturk.mturk_agent", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"fullname": "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent", "modulename": "mephisto.abstractions.providers.mturk.mturk_agent", "qualname": "MTurkAgent", "type": "class", "doc": "

This class encompasses a worker as they are working on an individual assignment.\nIt maintains details for the current task at hand such as start and end time,\nconnection status, etc.

\n", "bases": "mephisto.data_model.agent.Agent"}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"fullname": "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__", "modulename": "mephisto.abstractions.providers.mturk.mturk_agent", "qualname": "MTurkAgent.__init__", "type": "function", "doc": "

The new method is overridden to be able to automatically generate\nthe expected Agent class without needing to specifically find it\nfor a given db_id. As such it is impossible to create a base Agent\nas you will instead be returned the correct Agent class according to\nthe crowdprovider associated with this Agent.

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE": {"fullname": "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE", "modulename": "mephisto.abstractions.providers.mturk.mturk_agent", "qualname": "MTurkAgent.PROVIDER_TYPE", "type": "variable", "doc": "

\n", "default_value": " = 'mturk'"}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"fullname": "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data", "modulename": "mephisto.abstractions.providers.mturk.mturk_agent", "qualname": "MTurkAgent.new_from_provider_data", "type": "function", "doc": "

Wrapper around the new method that allows registering additional\nbookkeeping information from a crowd provider for this agent

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n worker: mephisto.data_model.worker.Worker,\n unit: mephisto.data_model.unit.Unit,\n provider_data: Dict[str, Any]\n) -> mephisto.data_model.agent.Agent", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"fullname": "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data", "modulename": "mephisto.abstractions.providers.mturk.mturk_agent", "qualname": "MTurkAgent.attempt_to_reconcile_submitted_data", "type": "function", "doc": "

Hacky attempt to load the data directly from MTurk to handle\ndata submitted that we missed somehow. Chance of failure is\ncertainly non-zero.

\n", "signature": "(self, mturk_hit_id: str)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"fullname": "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work", "modulename": "mephisto.abstractions.providers.mturk.mturk_agent", "qualname": "MTurkAgent.approve_work", "type": "function", "doc": "

Approve the work done on this specific Unit

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"fullname": "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work", "modulename": "mephisto.abstractions.providers.mturk.mturk_agent", "qualname": "MTurkAgent.reject_work", "type": "function", "doc": "

Reject the work done on this specific Unit

\n", "signature": "(self, reason) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"fullname": "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done", "modulename": "mephisto.abstractions.providers.mturk.mturk_agent", "qualname": "MTurkAgent.mark_done", "type": "function", "doc": "

MTurk agents are marked as done on the side of MTurk, so if this agent\nis marked as done there's nothing else we need to do as the task has been\nsubmitted.

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"fullname": "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new", "modulename": "mephisto.abstractions.providers.mturk.mturk_agent", "qualname": "MTurkAgent.new", "type": "function", "doc": "

Create an agent for this worker to be used for work on the given Unit.

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n worker: mephisto.data_model.worker.Worker,\n unit: mephisto.data_model.unit.Unit\n) -> mephisto.data_model.agent.Agent", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_datastore": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "qualname": "MTurkDatastore", "type": "class", "doc": "

Handles storing multiple sessions for different requesters\nacross a single mephisto thread (locked to a MephistoDB).\nAlso creates a relevant tables for mapping between MTurk\nand mephisto.

\n"}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "qualname": "MTurkDatastore.__init__", "type": "function", "doc": "

Initialize the session storage to empty, initialize tables if needed

\n", "signature": "(self, datastore_root: str)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "qualname": "MTurkDatastore.init_tables", "type": "function", "doc": "

Run all the table creation SQL queries to ensure the expected tables exist

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "qualname": "MTurkDatastore.is_hit_mapping_in_sync", "type": "function", "doc": "

Determine if a cached value from the given compare time is still valid

\n", "signature": "(self, unit_id: str, compare_time: float)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "qualname": "MTurkDatastore.new_hit", "type": "function", "doc": "

Register a new HIT mapping in the table

\n", "signature": "(self, hit_id: str, hit_link: str, duration: int, run_id: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "qualname": "MTurkDatastore.get_unassigned_hit_ids", "type": "function", "doc": "

Return a list of all HIT ids that haven't been assigned

\n", "signature": "(self, run_id: str)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "qualname": "MTurkDatastore.register_assignment_to_hit", "type": "function", "doc": "

Register a specific assignment and hit to the given unit,\nor clear the assignment after a return

\n", "signature": "(\n self,\n hit_id: str,\n unit_id: Union[str, NoneType] = None,\n assignment_id: Union[str, NoneType] = None\n) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "qualname": "MTurkDatastore.clear_hit_from_unit", "type": "function", "doc": "

Clear the hit mapping that maps the given unit,\nif such a unit-hit map exists

\n", "signature": "(self, unit_id: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "qualname": "MTurkDatastore.get_hit_mapping", "type": "function", "doc": "

Get the mapping between Mephisto IDs and MTurk ids

\n", "signature": "(self, unit_id: str) -> sqlite3.Row", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "qualname": "MTurkDatastore.register_run", "type": "function", "doc": "

Register a new task run in the mturk table

\n", "signature": "(\n self,\n run_id: str,\n hit_type_id: str,\n hit_config_path: str,\n frame_height: int = 0\n) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "qualname": "MTurkDatastore.get_run", "type": "function", "doc": "

Get the details for a run by task_run_id

\n", "signature": "(self, run_id: str) -> sqlite3.Row", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "qualname": "MTurkDatastore.create_qualification_mapping", "type": "function", "doc": "

Create a mapping between mephisto qualification name and mturk\nqualification details in the local datastore.

\n\n

Repeat entries with the same qualification_name will be idempotent

\n", "signature": "(\n self,\n qualification_name: str,\n requester_id: str,\n mturk_qualification_name: str,\n mturk_qualification_id: str\n) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "qualname": "MTurkDatastore.get_qualification_mapping", "type": "function", "doc": "

Get the mapping between Mephisto qualifications and MTurk qualifications

\n", "signature": "(self, qualification_name: str) -> Union[sqlite3.Row, NoneType]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "qualname": "MTurkDatastore.get_session_for_requester", "type": "function", "doc": "

Either create a new session for the given requester or return\nthe existing one if it has already been created

\n", "signature": "(self, requester_name: str) -> boto3.session.Session", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "qualname": "MTurkDatastore.get_client_for_requester", "type": "function", "doc": "

Return the client for the given requester, which should allow\ndirect calls to the mturk surface

\n", "signature": "(self, requester_name: str) -> Any", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "qualname": "MTurkDatastore.get_sandbox_client_for_requester", "type": "function", "doc": "

Return the client for the given requester, which should allow\ndirect calls to the mturk surface

\n", "signature": "(self, requester_name: str) -> Any", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_provider": {"fullname": "mephisto.abstractions.providers.mturk.mturk_provider", "modulename": "mephisto.abstractions.providers.mturk.mturk_provider", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"fullname": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs", "modulename": "mephisto.abstractions.providers.mturk.mturk_provider", "qualname": "MTurkProviderArgs", "type": "class", "doc": "

Provider args for an MTurk provider

\n", "bases": "mephisto.abstractions.crowd_provider.ProviderArgs"}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"fullname": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__", "modulename": "mephisto.abstractions.providers.mturk.mturk_provider", "qualname": "MTurkProviderArgs.__init__", "type": "function", "doc": "

\n", "signature": "(self, _provider_type: str = 'mturk', requester_name: str = '???')", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"fullname": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider", "modulename": "mephisto.abstractions.providers.mturk.mturk_provider", "qualname": "MTurkProvider", "type": "class", "doc": "

Implementation of a crowdprovider that interfaces with MTurk

\n", "bases": "mephisto.abstractions.crowd_provider.CrowdProvider"}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.PROVIDER_TYPE": {"fullname": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.PROVIDER_TYPE", "modulename": "mephisto.abstractions.providers.mturk.mturk_provider", "qualname": "MTurkProvider.PROVIDER_TYPE", "type": "variable", "doc": "

\n", "default_value": " = 'mturk'"}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"fullname": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass", "modulename": "mephisto.abstractions.providers.mturk.mturk_provider", "qualname": "MTurkProvider.UnitClass", "type": "class", "doc": "

This class tracks the status of an individual worker's contribution to a\nhigher level assignment. It is the smallest 'unit' of work to complete\nthe assignment, and this class is only responsible for checking\nthe status of that work itself being done.

\n", "bases": "mephisto.data_model.unit.Unit"}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"fullname": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass", "modulename": "mephisto.abstractions.providers.mturk.mturk_provider", "qualname": "MTurkProvider.RequesterClass", "type": "class", "doc": "

Wrapper for requester behavior as provided by MTurk. Makes\nall requests directly to MTurk through boto3.

\n", "bases": "mephisto.data_model.requester.Requester"}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"fullname": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass", "modulename": "mephisto.abstractions.providers.mturk.mturk_provider", "qualname": "MTurkProvider.WorkerClass", "type": "class", "doc": "

This class represents an individual - namely a person. It maintains components of ongoing identity for a user.

\n", "bases": "mephisto.data_model.worker.Worker"}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"fullname": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass", "modulename": "mephisto.abstractions.providers.mturk.mturk_provider", "qualname": "MTurkProvider.AgentClass", "type": "class", "doc": "

This class encompasses a worker as they are working on an individual assignment.\nIt maintains details for the current task at hand such as start and end time,\nconnection status, etc.

\n", "bases": "mephisto.data_model.agent.Agent"}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"fullname": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass", "modulename": "mephisto.abstractions.providers.mturk.mturk_provider", "qualname": "MTurkProvider.ArgsClass", "type": "class", "doc": "

Provider args for an MTurk provider

\n", "bases": "mephisto.abstractions.crowd_provider.ProviderArgs"}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"fullname": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore", "modulename": "mephisto.abstractions.providers.mturk.mturk_provider", "qualname": "MTurkProvider.initialize_provider_datastore", "type": "function", "doc": "

MTurk itself is the source of truth for most data required to run\ntasks on MTurk. The datastore holds sessions to connect with\nMTurk as well as mappings between MTurk ids and Mephisto ids

\n", "signature": "(self, storage_path: str) -> Any", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"fullname": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run", "modulename": "mephisto.abstractions.providers.mturk.mturk_provider", "qualname": "MTurkProvider.setup_resources_for_task_run", "type": "function", "doc": "

Produce the HIT type for this task run.

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState,\n server_url: str\n) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"fullname": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run", "modulename": "mephisto.abstractions.providers.mturk.mturk_provider", "qualname": "MTurkProvider.cleanup_resources_from_task_run", "type": "function", "doc": "

No cleanup necessary for task type

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n server_url: str\n) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"fullname": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path", "modulename": "mephisto.abstractions.providers.mturk.mturk_provider", "qualname": "MTurkProvider.get_wrapper_js_path", "type": "function", "doc": "

Return the path to the wrap_crowd_source.js file for this\nprovider to be deployed to the server

\n", "signature": "(cls)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"fullname": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification", "modulename": "mephisto.abstractions.providers.mturk.mturk_provider", "qualname": "MTurkProvider.cleanup_qualification", "type": "function", "doc": "

Remove the qualification from the sandbox server, if it exists

\n", "signature": "(self, qualification_name: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_requester": {"fullname": "mephisto.abstractions.providers.mturk.mturk_requester", "modulename": "mephisto.abstractions.providers.mturk.mturk_requester", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"fullname": "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs", "modulename": "mephisto.abstractions.providers.mturk.mturk_requester", "qualname": "MTurkRequesterArgs", "type": "class", "doc": "

MTurkRequesterArgs(name: str = '???', _group: str = 'MTurkRequester', access_key_id: str = '???', secret_access_key: str = '???')

\n", "bases": "mephisto.data_model.requester.RequesterArgs"}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"fullname": "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__", "modulename": "mephisto.abstractions.providers.mturk.mturk_requester", "qualname": "MTurkRequesterArgs.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n name: str = '???',\n _group: str = 'MTurkRequester',\n access_key_id: str = '???',\n secret_access_key: str = '???'\n)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"fullname": "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id", "modulename": "mephisto.abstractions.providers.mturk.mturk_requester", "qualname": "MTurkRequesterArgs.access_key_id", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"fullname": "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key", "modulename": "mephisto.abstractions.providers.mturk.mturk_requester", "qualname": "MTurkRequesterArgs.secret_access_key", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"fullname": "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester", "modulename": "mephisto.abstractions.providers.mturk.mturk_requester", "qualname": "MTurkRequester", "type": "class", "doc": "

Wrapper for requester behavior as provided by MTurk. Makes\nall requests directly to MTurk through boto3.

\n", "bases": "mephisto.data_model.requester.Requester"}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"fullname": "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__", "modulename": "mephisto.abstractions.providers.mturk.mturk_requester", "qualname": "MTurkRequester.__init__", "type": "function", "doc": "

The new method is overridden to be able to automatically generate\nthe expected Requester class without needing to specifically find it\nfor a given db_id. As such it is impossible to create a base Requester\nas you will instead be returned the correct Requester class according to\nthe crowdprovider associated with this Requester.

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE": {"fullname": "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE", "modulename": "mephisto.abstractions.providers.mturk.mturk_requester", "qualname": "MTurkRequester.PROVIDER_TYPE", "type": "variable", "doc": "

\n", "default_value": " = 'mturk'"}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"fullname": "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass", "modulename": "mephisto.abstractions.providers.mturk.mturk_requester", "qualname": "MTurkRequester.ArgsClass", "type": "class", "doc": "

MTurkRequesterArgs(name: str = '???', _group: str = 'MTurkRequester', access_key_id: str = '???', secret_access_key: str = '???')

\n", "bases": "mephisto.data_model.requester.RequesterArgs"}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"fullname": "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register", "modulename": "mephisto.abstractions.providers.mturk.mturk_requester", "qualname": "MTurkRequester.register", "type": "function", "doc": "

Register this requester with the crowd provider by providing any required credentials\nor such. If no args are provided, assume the registration is already made and try\nto assert it as such.

\n", "signature": "(\n self,\n args: Union[omegaconf.dictconfig.DictConfig, NoneType] = None\n) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"fullname": "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered", "modulename": "mephisto.abstractions.providers.mturk.mturk_requester", "qualname": "MTurkRequester.is_registered", "type": "function", "doc": "

Return whether or not this requester has registered yet

\n", "signature": "(self) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"fullname": "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget", "modulename": "mephisto.abstractions.providers.mturk.mturk_requester", "qualname": "MTurkRequester.get_available_budget", "type": "function", "doc": "

Get the available budget from MTurk

\n", "signature": "(self) -> float", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"fullname": "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new", "modulename": "mephisto.abstractions.providers.mturk.mturk_requester", "qualname": "MTurkRequester.new", "type": "function", "doc": "

Try to create a new requester by this name, raise an exception if\nthe name already exists.

\n\n

Implementation should call _register_requester(db, requester_id) when sure the requester\ncan be successfully created to have it put into the db and return the result.

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n requester_name: str\n) -> mephisto.data_model.requester.Requester", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_unit": {"fullname": "mephisto.abstractions.providers.mturk.mturk_unit", "modulename": "mephisto.abstractions.providers.mturk.mturk_unit", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"fullname": "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit", "modulename": "mephisto.abstractions.providers.mturk.mturk_unit", "qualname": "MTurkUnit", "type": "class", "doc": "

This class tracks the status of an individual worker's contribution to a\nhigher level assignment. It is the smallest 'unit' of work to complete\nthe assignment, and this class is only responsible for checking\nthe status of that work itself being done.

\n", "bases": "mephisto.data_model.unit.Unit"}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"fullname": "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__", "modulename": "mephisto.abstractions.providers.mturk.mturk_unit", "qualname": "MTurkUnit.__init__", "type": "function", "doc": "

The new method is overridden to be able to automatically generate\nthe expected Unit class without needing to specifically find it\nfor a given db_id. As such it is impossible to create a Unit\nas you will instead be returned the correct Unit class according to\nthe crowdprovider associated with this Unit.

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE": {"fullname": "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE", "modulename": "mephisto.abstractions.providers.mturk.mturk_unit", "qualname": "MTurkUnit.PROVIDER_TYPE", "type": "variable", "doc": "

\n", "default_value": " = 'mturk'"}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"fullname": "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data", "modulename": "mephisto.abstractions.providers.mturk.mturk_unit", "qualname": "MTurkUnit.register_from_provider_data", "type": "function", "doc": "

Update the datastore and local information from this registration

\n", "signature": "(self, hit_id: str, mturk_assignment_id: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"fullname": "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id", "modulename": "mephisto.abstractions.providers.mturk.mturk_unit", "qualname": "MTurkUnit.get_mturk_assignment_id", "type": "function", "doc": "

Return the MTurk assignment id associated with this unit

\n", "signature": "(self) -> Union[str, NoneType]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"fullname": "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id", "modulename": "mephisto.abstractions.providers.mturk.mturk_unit", "qualname": "MTurkUnit.get_mturk_hit_id", "type": "function", "doc": "

Return the MTurk hit id associated with this unit

\n", "signature": "(self) -> Union[str, NoneType]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"fullname": "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester", "modulename": "mephisto.abstractions.providers.mturk.mturk_unit", "qualname": "MTurkUnit.get_requester", "type": "function", "doc": "

Wrapper around regular Requester as this will be MTurkRequesters

\n", "signature": "(\n self\n) -> mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"fullname": "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status", "modulename": "mephisto.abstractions.providers.mturk.mturk_unit", "qualname": "MTurkUnit.set_db_status", "type": "function", "doc": "

Set the status reflected in the database for this Unit

\n", "signature": "(self, status: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"fullname": "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent", "modulename": "mephisto.abstractions.providers.mturk.mturk_unit", "qualname": "MTurkUnit.clear_assigned_agent", "type": "function", "doc": "

Additionally to clearing the agent, we also need to dissociate the\nhit_id from this unit in the MTurkDatastore

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"fullname": "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status", "modulename": "mephisto.abstractions.providers.mturk.mturk_unit", "qualname": "MTurkUnit.get_status", "type": "function", "doc": "

Get status for this unit directly from MTurk, fall back on local info

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"fullname": "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch", "modulename": "mephisto.abstractions.providers.mturk.mturk_unit", "qualname": "MTurkUnit.launch", "type": "function", "doc": "

Create this HIT on MTurk (making it availalbe) and register the ids in the local db

\n", "signature": "(self, task_url: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"fullname": "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire", "modulename": "mephisto.abstractions.providers.mturk.mturk_unit", "qualname": "MTurkUnit.expire", "type": "function", "doc": "

Send a request to expire the HIT, and if it's not assigned return,\notherwise just return the maximum assignment duration

\n", "signature": "(self) -> float", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"fullname": "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired", "modulename": "mephisto.abstractions.providers.mturk.mturk_unit", "qualname": "MTurkUnit.is_expired", "type": "function", "doc": "

Determine if this unit is expired as according to the vendor.

\n\n

In this case, we keep track of the expiration locally by refreshing\nthe hit's status and seeing if we've expired.

\n", "signature": "(self) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"fullname": "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new", "modulename": "mephisto.abstractions.providers.mturk.mturk_unit", "qualname": "MTurkUnit.new", "type": "function", "doc": "

Create a Unit for the given assignment

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n assignment: mephisto.data_model.assignment.Assignment,\n index: int,\n pay_amount: float\n) -> mephisto.data_model.unit.Unit", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "client_is_sandbox", "type": "function", "doc": "

Determine if the given client is communicating with\nthe live server or a sandbox

\n", "signature": "(client: Any) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "check_aws_credentials", "type": "function", "doc": "

\n", "signature": "(profile_name: str) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "setup_aws_credentials", "type": "function", "doc": "

\n", "signature": "(\n profile_name: str,\n register_args: Union[omegaconf.dictconfig.DictConfig, NoneType] = None\n) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "calculate_mturk_task_fee", "type": "function", "doc": "

MTurk Pricing: https://requester.mturk.com/pricing\n20% fee on the reward and bonus amount (if any) you pay Workers.

\n", "signature": "(task_amount: float) -> float", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "calculate_mturk_bonus_fee", "type": "function", "doc": "

MTurk Pricing: https://requester.mturk.com/pricing\n20% fee on the reward and bonus amount (if any) you pay Workers.

\n", "signature": "(bonus_amount: float) -> float", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "get_requester_balance", "type": "function", "doc": "

Get the balance for the requester associated with this client

\n", "signature": "(client: Any) -> float", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "check_mturk_balance", "type": "function", "doc": "

Checks to see if there is at least balance_needed amount in the\nrequester account, returns True if the balance is greater than\nbalance_needed

\n", "signature": "(client: Any, balance_needed: float)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "create_hit_config", "type": "function", "doc": "

Writes a HIT config to file

\n", "signature": "(\n opt: Dict[str, Any],\n task_description: str,\n unique_worker: bool,\n is_sandbox: bool\n) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "delete_qualification", "type": "function", "doc": "

Deletes a qualification by id

\n", "signature": "(client: Any, qualification_id: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "find_qualification", "type": "function", "doc": "

Query amazon to find the existing qualification name, return the Id,\notherwise return none.\nIf must_be_owned is true, it only returns qualifications owned by the user.\nWill return False if it finds another's qualification

\n\n

The return format is (meets_owner_constraint, qual_id)

\n", "signature": "(\n client: Any,\n qualification_name: str,\n must_be_owned: bool = True\n) -> Tuple[bool, Union[str, NoneType]]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "find_or_create_qualification", "type": "function", "doc": "

Query amazon to find the existing qualification name, return the Id. If\nit exists and must_be_owned is true but we don't own it, this returns none.\nIf it doesn't exist, the qualification is created

\n", "signature": "(\n client: Any,\n qualification_name: str,\n description: str,\n must_be_owned: bool = True\n) -> Union[str, NoneType]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "give_worker_qualification", "type": "function", "doc": "

Give a qualification to the given worker

\n", "signature": "(\n client: Any,\n worker_id: str,\n qualification_id: str,\n value: Union[int, NoneType] = None\n) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "remove_worker_qualification", "type": "function", "doc": "

Give a qualification to the given worker

\n", "signature": "(\n client: Any,\n worker_id: str,\n qualification_id: str,\n reason: str = ''\n) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "convert_mephisto_qualifications", "type": "function", "doc": "

Convert qualifications from mephisto's format to MTurk's

\n", "signature": "(client: Any, qualifications: List[Dict[str, Any]])", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "create_hit_type", "type": "function", "doc": "

Create a HIT type to be used to generate HITs of the requested params

\n", "signature": "(\n client: Any,\n task_args: omegaconf.dictconfig.DictConfig,\n qualifications: List[Dict[str, Any]],\n auto_approve_delay: Union[int, NoneType] = 604800,\n skip_locale_qual=False\n) -> str", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "create_compensation_hit_with_hit_type", "type": "function", "doc": "

Creates a simple compensation HIT to direct workers to submit

\n", "signature": "(\n client: Any,\n reason: str,\n hit_type_id: str,\n num_assignments: int = 1\n) -> Tuple[str, str, Dict[str, Any]]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "create_hit_with_hit_type", "type": "function", "doc": "

Creates the actual HIT given the type and page to direct clients to

\n", "signature": "(\n client: Any,\n frame_height: int,\n page_url: str,\n hit_type_id: str,\n num_assignments: int = 1\n) -> Tuple[str, str, Dict[str, Any]]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "expire_hit", "type": "function", "doc": "

\n", "signature": "(client: Any, hit_id: str)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.get_hit", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "get_hit", "type": "function", "doc": "

Get hit from mturk by hit_id

\n", "signature": "(client: Any, hit_id: str) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "get_assignment", "type": "function", "doc": "

Gets assignment from mturk by assignment_id. Only works if the\nassignment is in a completed state

\n", "signature": "(client: Any, assignment_id: str) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "get_assignments_for_hit", "type": "function", "doc": "

Get completed assignments for a hit

\n", "signature": "(client: Any, hit_id: str) -> List[Dict[str, Any]]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.approve_work", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "approve_work", "type": "function", "doc": "

approve work for a given assignment through the mturk client

\n", "signature": "(\n client: Any,\n assignment_id: str,\n override_rejection: bool = False\n) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.reject_work", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "reject_work", "type": "function", "doc": "

reject work for a given assignment through the mturk client

\n", "signature": "(client: Any, assignment_id: str, reason: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "approve_assignments_for_hit", "type": "function", "doc": "

Approve work for assignments associated with a given hit, through\nmturk client

\n", "signature": "(client: Any, hit_id: str, override_rejection: bool = False)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.block_worker", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "block_worker", "type": "function", "doc": "

Block a worker by id using the mturk client, passes reason along

\n", "signature": "(client: Any, worker_id: str, reason: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "unblock_worker", "type": "function", "doc": "

Remove a block on the given worker

\n", "signature": "(client: Any, worker_id: str, reason: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "is_worker_blocked", "type": "function", "doc": "

Determine if the given worker is blocked by this client

\n", "signature": "(client: Any, worker_id: str) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "pay_bonus", "type": "function", "doc": "

Handles paying bonus to a Turker, fails for insufficient funds.\nReturns True on success and False on failure

\n", "signature": "(\n client: Any,\n worker_id: str,\n bonus_amount: float,\n assignment_id: str,\n reason: str,\n unique_request_token: str\n) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.email_worker", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "email_worker", "type": "function", "doc": "

Send an email to a worker through the mturk client

\n", "signature": "(\n client: Any,\n worker_id: str,\n subject: str,\n message_text: str\n) -> Tuple[bool, str]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "get_outstanding_hits", "type": "function", "doc": "

Return the HITs sorted by HITTypeId that are still on the MTurk Server

\n", "signature": "(client: Any) -> Dict[str, List[Dict[str, Any]]]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "expire_and_dispose_hits", "type": "function", "doc": "

Loops over attempting to expire and dispose any hits in the hits list that can be disposed\nReturns any HITs that could not be disposed of

\n", "signature": "(\n client: Any,\n hits: List[Dict[str, Any]],\n quiet: bool = False\n) -> List[Dict[str, Any]]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_worker": {"fullname": "mephisto.abstractions.providers.mturk.mturk_worker", "modulename": "mephisto.abstractions.providers.mturk.mturk_worker", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"fullname": "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker", "modulename": "mephisto.abstractions.providers.mturk.mturk_worker", "qualname": "MTurkWorker", "type": "class", "doc": "

This class represents an individual - namely a person. It maintains components of ongoing identity for a user.

\n", "bases": "mephisto.data_model.worker.Worker"}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"fullname": "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__", "modulename": "mephisto.abstractions.providers.mturk.mturk_worker", "qualname": "MTurkWorker.__init__", "type": "function", "doc": "

The new method is overridden to be able to automatically generate\nthe expected Worker class without needing to specifically find it\nfor a given db_id. As such it is impossible to create a base Worker\nas you will instead be returned the correct Worker class according to\nthe crowdprovider associated with this Worker.

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE": {"fullname": "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE", "modulename": "mephisto.abstractions.providers.mturk.mturk_worker", "qualname": "MTurkWorker.PROVIDER_TYPE", "type": "variable", "doc": "

\n", "default_value": " = 'mturk'"}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"fullname": "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id", "modulename": "mephisto.abstractions.providers.mturk.mturk_worker", "qualname": "MTurkWorker.get_from_mturk_worker_id", "type": "function", "doc": "

Get the MTurkWorker from the given worker_id

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n mturk_worker_id: str\n) -> Union[mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker, NoneType]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"fullname": "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id", "modulename": "mephisto.abstractions.providers.mturk.mturk_worker", "qualname": "MTurkWorker.get_mturk_worker_id", "type": "function", "doc": "

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"fullname": "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification", "modulename": "mephisto.abstractions.providers.mturk.mturk_worker", "qualname": "MTurkWorker.grant_crowd_qualification", "type": "function", "doc": "

Grant a qualification by the given name to this worker. Check the local\nMTurk db to find the matching MTurk qualification to grant, and pass\nthat. If no qualification exists, try to create one.

\n\n

In creating a new qualification, Mephisto resolves the ambiguity over which\nrequester to associate that qualification with by using the FIRST requester\nof the given account type (either mturk or mturk_sandbox)

\n", "signature": "(self, qualification_name: str, value: int = 1) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"fullname": "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification", "modulename": "mephisto.abstractions.providers.mturk.mturk_worker", "qualname": "MTurkWorker.revoke_crowd_qualification", "type": "function", "doc": "

Revoke the qualification by the given name from this worker. Check the local\nMTurk db to find the matching MTurk qualification to revoke, pass if\nno such qualification exists.

\n", "signature": "(self, qualification_name: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"fullname": "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker", "modulename": "mephisto.abstractions.providers.mturk.mturk_worker", "qualname": "MTurkWorker.bonus_worker", "type": "function", "doc": "

Bonus this worker for work any reason. Return tuple of success and failure message

\n", "signature": "(\n self,\n amount: float,\n reason: str,\n unit: Union[mephisto.data_model.unit.Unit, NoneType] = None\n) -> Tuple[bool, str]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"fullname": "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker", "modulename": "mephisto.abstractions.providers.mturk.mturk_worker", "qualname": "MTurkWorker.block_worker", "type": "function", "doc": "

Block this worker for a specified reason. Return success of block

\n", "signature": "(\n self,\n reason: str,\n unit: Union[mephisto.data_model.unit.Unit, NoneType] = None,\n requester: Union[mephisto.data_model.requester.Requester, NoneType] = None\n) -> Tuple[bool, str]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"fullname": "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker", "modulename": "mephisto.abstractions.providers.mturk.mturk_worker", "qualname": "MTurkWorker.unblock_worker", "type": "function", "doc": "

unblock a blocked worker for the specified reason. Return success of unblock

\n", "signature": "(\n self,\n reason: str,\n requester: mephisto.data_model.requester.Requester\n) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"fullname": "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked", "modulename": "mephisto.abstractions.providers.mturk.mturk_worker", "qualname": "MTurkWorker.is_blocked", "type": "function", "doc": "

Determine if a worker is blocked

\n", "signature": "(self, requester: mephisto.data_model.requester.Requester) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"fullname": "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible", "modulename": "mephisto.abstractions.providers.mturk.mturk_worker", "qualname": "MTurkWorker.is_eligible", "type": "function", "doc": "

Qualifications are handled primarily by MTurk, so if a worker is able to get\nthrough to be able to access the task, they should be eligible

\n", "signature": "(self, task_run: mephisto.data_model.task_run.TaskRun) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"fullname": "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new", "modulename": "mephisto.abstractions.providers.mturk.mturk_worker", "qualname": "MTurkWorker.new", "type": "function", "doc": "

Create a new worker attached to the given identifier, assuming it doesn't already\nexist in the database.

\n\n

Implementation should return the result of _register_worker when sure the worker\ncan be successfully created to have it put into the db.

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n worker_id: str\n) -> mephisto.data_model.worker.Worker", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.provider_type": {"fullname": "mephisto.abstractions.providers.mturk.provider_type", "modulename": "mephisto.abstractions.providers.mturk.provider_type", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk.utils": {"fullname": "mephisto.abstractions.providers.mturk.utils", "modulename": "mephisto.abstractions.providers.mturk.utils", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk.utils.script_utils": {"fullname": "mephisto.abstractions.providers.mturk.utils.script_utils", "modulename": "mephisto.abstractions.providers.mturk.utils.script_utils", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"fullname": "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers", "modulename": "mephisto.abstractions.providers.mturk.utils.script_utils", "qualname": "direct_soft_block_mturk_workers", "type": "function", "doc": "

Directly assign the soft blocking MTurk qualification that Mephisto\nassociates with soft_block_qual_name to all of the MTurk worker ids\nin worker_list. If requester_name is not provided, it will use the\nmost recently registered mturk requester in the database.

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n worker_list: List[str],\n soft_block_qual_name: str,\n requester_name: Union[str, NoneType] = None\n)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"fullname": "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id", "modulename": "mephisto.abstractions.providers.mturk.utils.script_utils", "qualname": "get_mturk_ids_from_unit_id", "type": "function", "doc": "

Find the relevant mturk ids from the given mephisto unit id

\n", "signature": "(db, unit_id: str) -> Dict[str, Union[str, NoneType]]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk_sandbox": {"fullname": "mephisto.abstractions.providers.mturk_sandbox", "modulename": "mephisto.abstractions.providers.mturk_sandbox", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk_sandbox.provider_type": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.provider_type", "modulename": "mephisto.abstractions.providers.mturk_sandbox.provider_type", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent", "qualname": "SandboxMTurkAgent", "type": "class", "doc": "

Wrapper for a regular MTurk agent that will only communicate with sandbox

\n", "bases": "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent", "qualname": "SandboxMTurkAgent.PROVIDER_TYPE", "type": "variable", "doc": "

\n", "default_value": " = 'mturk_sandbox'"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent", "qualname": "SandboxMTurkAgent.new", "type": "function", "doc": "

Create an agent for this worker to be used for work on the given Unit.

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n worker: mephisto.data_model.worker.Worker,\n unit: mephisto.data_model.unit.Unit\n) -> mephisto.data_model.agent.Agent", "funcdef": "def"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider", "qualname": "SandboxMTurkProviderArgs", "type": "class", "doc": "

Provider args for a sandbox MTurk provider

\n", "bases": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider", "qualname": "SandboxMTurkProviderArgs.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n _provider_type: str = 'mturk_sandbox',\n requester_name: str = '???'\n)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider", "qualname": "SandboxMTurkProvider", "type": "class", "doc": "

Mock implementation of a CrowdProvider that stores everything\nin a local state in the class for use in tests.

\n", "bases": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider", "qualname": "SandboxMTurkProvider.PROVIDER_TYPE", "type": "variable", "doc": "

\n", "default_value": " = 'mturk_sandbox'"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider", "qualname": "SandboxMTurkProvider.UnitClass", "type": "class", "doc": "

This class tracks the status of an individual worker's contribution to a\nhigher level assignment. It is the smallest 'unit' of work to complete\nthe assignment, and this class is only responsible for checking\nthe status of that work itself being done.

\n", "bases": "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider", "qualname": "SandboxMTurkProvider.RequesterClass", "type": "class", "doc": "

Wrapper around regular requester that handles removing the appended \"sandbox\" name

\n", "bases": "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider", "qualname": "SandboxMTurkProvider.WorkerClass", "type": "class", "doc": "

This class represents an individual - namely a person. It maintains components of ongoing identity for a user.

\n", "bases": "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider", "qualname": "SandboxMTurkProvider.AgentClass", "type": "class", "doc": "

Wrapper for a regular MTurk agent that will only communicate with sandbox

\n", "bases": "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider", "qualname": "SandboxMTurkProvider.ArgsClass", "type": "class", "doc": "

Provider args for a sandbox MTurk provider

\n", "bases": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider", "qualname": "SandboxMTurkProvider.get_wrapper_js_path", "type": "function", "doc": "

Return the path to the wrap_crowd_source.js file for this\nprovider to be deployed to the server

\n", "signature": "(cls)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider", "qualname": "SandboxMTurkProvider.cleanup_qualification", "type": "function", "doc": "

Remove the qualification from the sandbox server

\n", "signature": "(self, qualification_name: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester", "qualname": "SandboxMTurkRequester", "type": "class", "doc": "

Wrapper around regular requester that handles removing the appended \"sandbox\" name

\n", "bases": "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester", "qualname": "SandboxMTurkRequester.__init__", "type": "function", "doc": "

The new method is overridden to be able to automatically generate\nthe expected Requester class without needing to specifically find it\nfor a given db_id. As such it is impossible to create a base Requester\nas you will instead be returned the correct Requester class according to\nthe crowdprovider associated with this Requester.

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester", "qualname": "SandboxMTurkRequester.PROVIDER_TYPE", "type": "variable", "doc": "

\n", "default_value": " = 'mturk_sandbox'"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester", "qualname": "SandboxMTurkRequester.is_sandbox", "type": "function", "doc": "

Determine if this is a requester on sandbox

\n", "signature": "(cls) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester", "qualname": "SandboxMTurkRequester.new", "type": "function", "doc": "

Try to create a new requester by this name, raise an exception if\nthe name already exists.

\n\n

Implementation should call _register_requester(db, requester_id) when sure the requester\ncan be successfully created to have it put into the db and return the result.

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n requester_name: str\n) -> mephisto.data_model.requester.Requester", "funcdef": "def"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit", "qualname": "SandboxMTurkUnit", "type": "class", "doc": "

This class tracks the status of an individual worker's contribution to a\nhigher level assignment. It is the smallest 'unit' of work to complete\nthe assignment, and this class is only responsible for checking\nthe status of that work itself being done.

\n", "bases": "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit", "qualname": "SandboxMTurkUnit.PROVIDER_TYPE", "type": "variable", "doc": "

\n", "default_value": " = 'mturk_sandbox'"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit", "qualname": "SandboxMTurkUnit.new", "type": "function", "doc": "

Create a Unit for the given assignment

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n assignment: mephisto.data_model.assignment.Assignment,\n index: int,\n pay_amount: float\n) -> mephisto.data_model.unit.Unit", "funcdef": "def"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker", "qualname": "SandboxMTurkWorker", "type": "class", "doc": "

This class represents an individual - namely a person. It maintains components of ongoing identity for a user.

\n", "bases": "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker", "qualname": "SandboxMTurkWorker.__init__", "type": "function", "doc": "

The new method is overridden to be able to automatically generate\nthe expected Worker class without needing to specifically find it\nfor a given db_id. As such it is impossible to create a base Worker\nas you will instead be returned the correct Worker class according to\nthe crowdprovider associated with this Worker.

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker", "qualname": "SandboxMTurkWorker.PROVIDER_TYPE", "type": "variable", "doc": "

\n", "default_value": " = 'mturk_sandbox'"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker", "qualname": "SandboxMTurkWorker.grant_crowd_qualification", "type": "function", "doc": "

Grant a qualification by the given name to this worker. Check the local\nMTurk db to find the matching MTurk qualification to grant, and pass\nthat. If no qualification exists, try to create one.

\n", "signature": "(self, qualification_name: str, value: int = 1) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker", "qualname": "SandboxMTurkWorker.revoke_crowd_qualification", "type": "function", "doc": "

Revoke the qualification by the given name from this worker. Check the local\nMTurk db to find the matching MTurk qualification to revoke, pass if\nno such qualification exists.

\n", "signature": "(self, qualification_name: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker", "qualname": "SandboxMTurkWorker.new", "type": "function", "doc": "

Create a new worker attached to the given identifier, assuming it doesn't already\nexist in the database.

\n\n

Implementation should return the result of _register_worker when sure the worker\ncan be successfully created to have it put into the db.

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n worker_id: str\n) -> mephisto.data_model.worker.Worker", "funcdef": "def"}, "mephisto.client": {"fullname": "mephisto.client", "modulename": "mephisto.client", "type": "module", "doc": "

API specifications

\n\n

All of the endpoints below are GET unless specified otherwise.

\n\n

These specs are to be implemented in mephisto/client/api.py.

\n\n

Key: \ud83d\udc9a - Data Complete / \ud83d\udc9b - Data Mocked / \ud83d\udc9c - Consumed by UI / \ud83d\udda4 - Not consumed by UI

\n\n

WIP Endpoints / Backlog

\n\n
    \n
  • Endpoints for actions to modify the review state of a Unit
  • \n
  • Endpoint for getting the URL of a task and it's data to show
  • \n
  • Make error reponse format more consistent across all endpoints / types of errors. Some stuff from the wild:\n
      \n
    • https://stripe.com/docs/api/errors
    • \n
    • https://cloud.google.com/apis/design/errors#http_mapping
    • \n
  • \n
\n\n
\n\n

\ud83d\udd75\ufe0f\u200d\u2640\ufe0f Requesters

\n\n

/requesters

\n\n

\ud83d\udc9a\ud83d\udc9c Shows a list of all the requesters that are available on the local system

\n\n

Sample response:

\n\n
{\n  \"requesters\": [\n    {\n      \"provider_type\": \"mturk\",\n      \"registered\": false,\n      \"requester_id\": \"1\",\n      \"requester_name\": \"Bob\"\n    },\n    {\n      \"provider_type\": \"mturk\",\n      \"registered\": true,\n      \"requester_id\": \"2\",\n      \"requester_name\": \"sally\"\n    }\n  ]\n}\n
\n\n

/requester/<type>

\n\n

\ud83d\udc9a\ud83d\udc9c Provides information on what params to provide if you'd like to set up a requester.

\n\n

Sample response:

\n\n
[\n  {\n    \"args\": {\n      \"access_key_id\": {\n        \"choices\": null,\n        \"default\": null,\n        \"dest\": \"access_key_id\",\n        \"help\": \"IAM Access Key ID\",\n        \"option_string\": \"--access-key-id\",\n        \"type\": \"str\"\n      },\n      // ...\n    },\n    \"desc\": \"\\n            MTurkRequester: AWS are required to create a new Requester.\\n            Please create an IAM user with programmatic access and\\n            AmazonMechanicalTurkFullAccess policy at\\n            'https://console.aws.amazon.com/iam/ (On the \\\"Set permissions\\\"\\n            page, choose \\\"Attach existing policies directly\\\" and then select\\n            \\\"AmazonMechanicalTurkFullAccess\\\" policy). After creating\\n            the IAM user, you should get an Access Key ID\\n            and Secret Access Key.\\n        \"\n  }\n]\n
\n\n

/<requester_name>/get_balance - TODO: Change to /requester/balance/<requester_name>

\n\n

\ud83d\udc9a\ud83d\udc9c

\n\n

[Discussion] Instead of balance should we make the endpoint a bit more generic, e.g. info or metadata instead? [Yes] This is because perhaps not every requester may have the concept of having a budget, although most might.

\n\n

Sample response:

\n\n
# Success:\n\n{ \"balance\": 3000 }\n\n# Error:\n\n{ message: \"Could not find the requester\" } # [501]\n
\n\n

POST /requester/<type>/register

\n\n

\ud83d\udc9b\ud83d\udda4

\n\n

Sample response:

\n\n
# Success:\n\n{\n  \"success\": true\n}\n\n# Error:\n\n{\n  \"msg\": \"No name was specified for the requester.\",\n  \"success\": false\n}\n
\n\n
\n\n

\ud83d\ude80 Launching

\n\n

/launch/options

\n\n

\ud83d\udc9b\ud83d\udc9c

\n\n

Sample response:

\n\n
{\n  \"blueprints\": [\n    { \"name\": \"Test Blueprint\", \"rank\": 1 },\n    { \"name\": \"Simple Q+A\", \"rank\": 2 }\n  ],\n  \"architects\": [\"Local\", \"Heroku\"]\n}\n
\n\n

/blueprints/<blueprint_name>/arguments

\n\n

\ud83d\udc9b\ud83d\udc9c

\n\n

Sample response:

\n\n
{ \n  \"args\": [\n    {\n      \"name\": \"Task name\",\n      \"defaultValue\": \"Default Task Name\",\n      \"helpText\": \"This is what your task will be named.\"\n    }\n  ]\n}\n
\n\n

/architects/<architect_name>/arguments

\n\n

\ud83d\udc9b\ud83d\udc9c

\n\n

Sample response:

\n\n
{\n  \"args\": [\n    {\n      \"name\": \"Port number\",\n      \"defaultValue\": 8888,\n      \"helpText\": \"Your task will be run on this port.\"\n    }\n  ]\n}\n
\n\n

POST /task_runs/launch

\n\n

\ud83d\udc9b\ud83d\udda4

\n\n

Sample request:

\n\n
{\n  \"blueprint_name\": \"Test Blueprint\",\n  \"blueprint_args\": [ { ... } ],\n  \"architect\": \"Test Architect\",\n  \"architect_args\": [ { ... } ],\n  \"requester\": <requester_id>\n}\n
\n\n

Sample response:

\n\n
# Success:\n\n{\n  \"success\": true\n}\n\n# Error:\n\n{\n  \"success\": false,\n  # TODO: How should the server provide validation feedback?\n}\n
\n\n
\n\n

\ud83d\udce5 Review

\n\n

/task_runs/running

\n\n

\ud83d\udc9b\ud83d\udda4

\n\n

[Discussion] We need to confirm and communicate what exactly we mean by a \"running\" task. Based on prior discussions, my suspicion is that this categorization is a little difficult. Let's settle on a technical definition.

\n\n

Sample response:

\n\n
{\n  live_task_count: 1,\n  task_count: 1,\n  task_runs: TaskRun[]\n}\n\n# For full example payload, see `task_runs__running` in mephisto/webapp/src/mocks.ts\n
\n\n

/task_runs/reviewable

\n\n

\ud83d\udc9b\ud83d\udda4

\n\n

Shows tasks with atleast 1 unit that is reviewable.

\n\n

Sample response:

\n\n
{\n  \"total_reviewable\": 8,\n  \"task_runs\": TaskRun[]\n}\n
\n\n

/task_runs/<task_id>/units

\n\n

\ud83d\udc9b\ud83d\udda4

\n\n

Sample response:

\n\n
{\n  \"unit_id\": <unit_id>,\n  \"view_path\": \"https://google.com\",\n  \"data\": {\n    \"name\": \"me\"\n  }\n}\n
\n\n

POST /task_runs/<task_id>/units/<unit_id>/accept

\n\n

\ud83d\udc9b\ud83d\udda4

\n\n

[Discussion] Accept params here to allow giving a bonus?

\n\n

POST /task_runs/<task_id>/units/<unit_id>/reject

\n\n

\ud83d\udc9b\ud83d\udda4

\n"}, "mephisto.client.api": {"fullname": "mephisto.client.api", "modulename": "mephisto.client.api", "type": "module", "doc": "

\n"}, "mephisto.client.api.get_available_requesters": {"fullname": "mephisto.client.api.get_available_requesters", "modulename": "mephisto.client.api", "qualname": "get_available_requesters", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.client.api.get_running_task_runs": {"fullname": "mephisto.client.api.get_running_task_runs", "modulename": "mephisto.client.api", "qualname": "get_running_task_runs", "type": "function", "doc": "

Find running tasks by querying for all task runs that aren't completed

\n", "signature": "()", "funcdef": "def"}, "mephisto.client.api.get_reviewable_task_runs": {"fullname": "mephisto.client.api.get_reviewable_task_runs", "modulename": "mephisto.client.api", "qualname": "get_reviewable_task_runs", "type": "function", "doc": "

Find reviewable task runs by querying for all reviewable tasks\nand getting their runs

\n", "signature": "()", "funcdef": "def"}, "mephisto.client.api.launch_options": {"fullname": "mephisto.client.api.launch_options", "modulename": "mephisto.client.api", "qualname": "launch_options", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.client.api.start_task_run": {"fullname": "mephisto.client.api.start_task_run", "modulename": "mephisto.client.api", "qualname": "start_task_run", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.client.api.view_unit": {"fullname": "mephisto.client.api.view_unit", "modulename": "mephisto.client.api", "qualname": "view_unit", "type": "function", "doc": "

\n", "signature": "(task_id)", "funcdef": "def"}, "mephisto.client.api.get_basic_task_options": {"fullname": "mephisto.client.api.get_basic_task_options", "modulename": "mephisto.client.api", "qualname": "get_basic_task_options", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.client.api.requester_details": {"fullname": "mephisto.client.api.requester_details", "modulename": "mephisto.client.api", "qualname": "requester_details", "type": "function", "doc": "

\n", "signature": "(requester_type)", "funcdef": "def"}, "mephisto.client.api.requester_register": {"fullname": "mephisto.client.api.requester_register", "modulename": "mephisto.client.api", "qualname": "requester_register", "type": "function", "doc": "

\n", "signature": "(requester_type)", "funcdef": "def"}, "mephisto.client.api.get_submitted_data": {"fullname": "mephisto.client.api.get_submitted_data", "modulename": "mephisto.client.api", "qualname": "get_submitted_data", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.client.api.get_balance": {"fullname": "mephisto.client.api.get_balance", "modulename": "mephisto.client.api", "qualname": "get_balance", "type": "function", "doc": "

\n", "signature": "(requester_name)", "funcdef": "def"}, "mephisto.client.api.requester_launch_options": {"fullname": "mephisto.client.api.requester_launch_options", "modulename": "mephisto.client.api", "qualname": "requester_launch_options", "type": "function", "doc": "

\n", "signature": "(requester_type)", "funcdef": "def"}, "mephisto.client.api.get_available_blueprints": {"fullname": "mephisto.client.api.get_available_blueprints", "modulename": "mephisto.client.api", "qualname": "get_available_blueprints", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.client.api.get_blueprint_arguments": {"fullname": "mephisto.client.api.get_blueprint_arguments", "modulename": "mephisto.client.api", "qualname": "get_blueprint_arguments", "type": "function", "doc": "

\n", "signature": "(blueprint_type)", "funcdef": "def"}, "mephisto.client.api.get_available_architects": {"fullname": "mephisto.client.api.get_available_architects", "modulename": "mephisto.client.api", "qualname": "get_available_architects", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.client.api.get_architect_arguments": {"fullname": "mephisto.client.api.get_architect_arguments", "modulename": "mephisto.client.api", "qualname": "get_architect_arguments", "type": "function", "doc": "

\n", "signature": "(architect_type)", "funcdef": "def"}, "mephisto.client.api.accept_unit": {"fullname": "mephisto.client.api.accept_unit", "modulename": "mephisto.client.api", "qualname": "accept_unit", "type": "function", "doc": "

\n", "signature": "(unit_id)", "funcdef": "def"}, "mephisto.client.api.reject_unit": {"fullname": "mephisto.client.api.reject_unit", "modulename": "mephisto.client.api", "qualname": "reject_unit", "type": "function", "doc": "

\n", "signature": "(unit_id)", "funcdef": "def"}, "mephisto.client.api.soft_block_unit": {"fullname": "mephisto.client.api.soft_block_unit", "modulename": "mephisto.client.api", "qualname": "soft_block_unit", "type": "function", "doc": "

\n", "signature": "(unit_id)", "funcdef": "def"}, "mephisto.client.api.hard_block_unit": {"fullname": "mephisto.client.api.hard_block_unit", "modulename": "mephisto.client.api", "qualname": "hard_block_unit", "type": "function", "doc": "

\n", "signature": "(unit_id)", "funcdef": "def"}, "mephisto.client.api.intentional_error": {"fullname": "mephisto.client.api.intentional_error", "modulename": "mephisto.client.api", "qualname": "intentional_error", "type": "function", "doc": "

A helper endpoint to test out cases in the UI where an error occurs.

\n", "signature": "(status_code)", "funcdef": "def"}, "mephisto.client.api.InvalidUsage": {"fullname": "mephisto.client.api.InvalidUsage", "modulename": "mephisto.client.api", "qualname": "InvalidUsage", "type": "class", "doc": "

Common base class for all non-exit exceptions.

\n", "bases": "builtins.Exception"}, "mephisto.client.api.InvalidUsage.__init__": {"fullname": "mephisto.client.api.InvalidUsage.__init__", "modulename": "mephisto.client.api", "qualname": "InvalidUsage.__init__", "type": "function", "doc": "

\n", "signature": "(self, message, status_code=None, payload=None)", "funcdef": "def"}, "mephisto.client.api.InvalidUsage.status_code": {"fullname": "mephisto.client.api.InvalidUsage.status_code", "modulename": "mephisto.client.api", "qualname": "InvalidUsage.status_code", "type": "variable", "doc": "

\n", "default_value": " = 400"}, "mephisto.client.api.InvalidUsage.to_dict": {"fullname": "mephisto.client.api.InvalidUsage.to_dict", "modulename": "mephisto.client.api", "qualname": "InvalidUsage.to_dict", "type": "function", "doc": "

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.client.api.handle_invalid_usage": {"fullname": "mephisto.client.api.handle_invalid_usage", "modulename": "mephisto.client.api", "qualname": "handle_invalid_usage", "type": "function", "doc": "

\n", "signature": "(error)", "funcdef": "def"}, "mephisto.client.cli": {"fullname": "mephisto.client.cli", "modulename": "mephisto.client.cli", "type": "module", "doc": "

\n"}, "mephisto.client.config": {"fullname": "mephisto.client.config", "modulename": "mephisto.client.config", "type": "module", "doc": "

\n"}, "mephisto.client.config.Config": {"fullname": "mephisto.client.config.Config", "modulename": "mephisto.client.config", "qualname": "Config", "type": "class", "doc": "

\n"}, "mephisto.client.config.Config.__init__": {"fullname": "mephisto.client.config.Config.__init__", "modulename": "mephisto.client.config", "qualname": "Config.__init__", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.client.config.Config.ENV": {"fullname": "mephisto.client.config.Config.ENV", "modulename": "mephisto.client.config", "qualname": "Config.ENV", "type": "variable", "doc": "

\n", "default_value": " = 'development'"}, "mephisto.client.full": {"fullname": "mephisto.client.full", "modulename": "mephisto.client.full", "type": "module", "doc": "

\n"}, "mephisto.client.full.server": {"fullname": "mephisto.client.full.server", "modulename": "mephisto.client.full.server", "type": "module", "doc": "

\n"}, "mephisto.client.full.server.main": {"fullname": "mephisto.client.full.server.main", "modulename": "mephisto.client.full.server", "qualname": "main", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.client.review": {"fullname": "mephisto.client.review", "modulename": "mephisto.client.review", "type": "module", "doc": "

\n"}, "mephisto.client.review.review_server": {"fullname": "mephisto.client.review.review_server", "modulename": "mephisto.client.review.review_server", "type": "module", "doc": "

\n"}, "mephisto.client.review.review_server.run": {"fullname": "mephisto.client.review.review_server.run", "modulename": "mephisto.client.review.review_server", "qualname": "run", "type": "function", "doc": "

\n", "signature": "(\n build_dir,\n port,\n output,\n csv_headers,\n json=False,\n database_task_name=None,\n all_data=False,\n debug=False,\n assets_dir=None\n)", "funcdef": "def"}, "mephisto.data_model": {"fullname": "mephisto.data_model", "modulename": "mephisto.data_model", "type": "module", "doc": "

Data Model

\n\n

This folder contains classes that generally represent the lowest levels of abstraction in Mephisto, lying as closely to the actual data as possible.

\n\n

Philosophy

\n\n

The mephisto data model consists of important classes to formalize some of the concepts that are required for interacting with tasks, crowdsourcing providers, workers, etc. These classes try to abstract away some of the underlying convenience of working with mephisto into a common location, and are designed both to be extended from (in the form of creating child classes for specialized cases, or for the purpose of testing) and behind (like eventually supporting a common database for organizational use). All of the classes are to be database-backed, in that creation of these objects should populate the database, and most content will be linked through there. In this way, the state is maintained by the database, and the objects are collections of convenience methods for interacting with the underlying data model.

\n\n

Note: This abstraction is broken specifically in the case of Agents that are currently in a task, as their running task world relies on the specific Agent instance that is currently being tracked and updated by the WorkerPool.

\n\n

Database-backed Base Classes

\n\n

The following classes are the units of Mephisto, in that they keep track of what mephisto is doing, where things are stored, history of workers, etc. The rest of the system in general should only be utilizing these classes to make any operations, allowing them to be a strong abstraction layer.

\n\n

Project

\n\n

High level project that many crowdsourcing tasks may be related to. Useful for budgeting and grouping tasks for a review perspective. They are primarily a bookkeeping tool. At the moment they are fairly under-implemented, but can certainly be extended.

\n\n

Task

\n\n

The Task class is required to create a group of TaskRuns for the purpose of aggregation and bookkeeping. Much of what is present in the current Task implementation can be deprecated. Much of the functionality here for ensuring that a task has common arguments and correct components is now stored in the Blueprint concept.

\n\n

Eventually the Task code can be deprecated and replaced with useful aggregation functionality across TaskRuns within.

\n\n

TaskRun

\n\n

This class keeps track of the configuration options and all assignments associated with an individual launch of a task. It also provides utility functions for ensuring workers can be assigned units (get_valid_units_for_worker, reserve_unit).

\n\n

Generally has 3 states:

\n\n
    \n
  • Setup (not yet launched, _has_assignments=False, _is_completed=False): Before launch while the Mephisto architecture is still building the components required to launch this run.
  • \n
  • In Flight (launched, _has_assignments=True, _is_completed=False): After launch, when tasks are still in flight and may still be updating statuses.
  • \n
  • Completed (all tasks done/expired, _has_assignments=True, _is_completed=True): Once a task run is fully complete and no tasks will be launched anymore, it's ready for review.
  • \n
\n\n

Configuration parameters for launching a specific run are stored in the form of a json dump of the configuration file provided for the launch.

\n\n

Assignment

\n\n

This class represents a single unit of work, or a thing that needs to be done. This can be something like \"annotate this specific image\" or \"Have a conversation between two specified characters.\" It can be seen as an individual instantiation of the more general Task described above. As it is mostly captured by the Blueprint running the task, the only remaining components are knowing where the data is stored (get_assignment_data), tracking the assignment status (get_status) and knowing which Workers and Units are associated with that progress.

\n\n

Unit

\n\n

This class represents the role that an individual fills in completing an assignment. An individual worker should only complete one Unit per assignment, which covers the idea of having multiple people in a conversation, or different annotators for a specific task. The Unit is the first abstract class that needs to be synced with a CrowdProvider, as in order to know the status of the work (generally if it's ongoing or disconnected or such), it may be necessary to talk to an external provider.

\n\n

Worker

\n\n

This class represents an individual - namely a person. It maintains components of ongoing identity for a user. Workers can be blocked, unblocked, and bonused. You can also get all of the Agents associated with a worker. Ultimately, Workers are tightly coupled with a CrowdProvider, as the identity of a person is tied to where we get them from.

\n\n

Agent

\n\n

This class encompasses a worker as they are working on an individual assignment. It maintains details for the current task at hand such as start and end time, connection status, etc. Generally this is an abstraction the worker operating at a frontend and the backend interactions. The WorkerPool and ClientIOHandler classese are responsible for maintaining most of that abstraction, so this class mostly needs to implement ways to approve and reject work, as well as get a work's status or mark it as done when the final work is received.

\n\n

Requester

\n\n

This class encompasses your identity as it is known by a CrowdProvider you intend to launch tasks on. It keeps track of some metadata on your account (such as your budget) but also some Mephisto usage statistics (such as amount spent in total from that requester).

\n\n

Qualification and GrantedQualification

\n\n

These classes act as a method for assigning Mephisto-backed qualifications to workers in a manner such that the same qualifications can be used across multiple different crowd providers, or with crowd providers that don't normally provide a method for granting qualifications before a worker connects.

\n\n

Non-Database backed abstractions

\n\n

Some classes in the data model aren't backed by the data model because they are generally lightweight views of existing data or transient containers.

\n\n

Packet

\n\n

Encapsulates messages being sent from the ClientIOhandler to any Mephisto server.

\n\n

Constants

\n\n

Some Mephisto constants that are able to standardize values across multiple classes live in the data model within the contants folder.

\n"}, "mephisto.data_model.agent": {"fullname": "mephisto.data_model.agent", "modulename": "mephisto.data_model.agent", "type": "module", "doc": "

\n"}, "mephisto.data_model.agent.Agent": {"fullname": "mephisto.data_model.agent.Agent", "modulename": "mephisto.data_model.agent", "qualname": "Agent", "type": "class", "doc": "

This class encompasses a worker as they are working on an individual assignment.\nIt maintains details for the current task at hand such as start and end time,\nconnection status, etc.

\n", "bases": "mephisto.data_model._db_backed_meta.MephistoDataModelComponentMixin"}, "mephisto.data_model.agent.Agent.__init__": {"fullname": "mephisto.data_model.agent.Agent.__init__", "modulename": "mephisto.data_model.agent", "qualname": "Agent.__init__", "type": "function", "doc": "

The new method is overridden to be able to automatically generate\nthe expected Agent class without needing to specifically find it\nfor a given db_id. As such it is impossible to create a base Agent\nas you will instead be returned the correct Agent class according to\nthe crowdprovider associated with this Agent.

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.data_model.agent.Agent.state": {"fullname": "mephisto.data_model.agent.Agent.state", "modulename": "mephisto.data_model.agent", "qualname": "Agent.state", "type": "variable", "doc": "

\n", "annotation": ": mephisto.abstractions._subcomponents.agent_state.AgentState"}, "mephisto.data_model.agent.Agent.set_live_run": {"fullname": "mephisto.data_model.agent.Agent.set_live_run", "modulename": "mephisto.data_model.agent", "qualname": "Agent.set_live_run", "type": "function", "doc": "

Set an associated live run for this agent

\n", "signature": "(self, live_run: mephisto.operations.datatypes.LiveTaskRun) -> None", "funcdef": "def"}, "mephisto.data_model.agent.Agent.get_live_run": {"fullname": "mephisto.data_model.agent.Agent.get_live_run", "modulename": "mephisto.data_model.agent", "qualname": "Agent.get_live_run", "type": "function", "doc": "

Return the associated live run for this agent. Throw if not set

\n", "signature": "(self) -> mephisto.operations.datatypes.LiveTaskRun", "funcdef": "def"}, "mephisto.data_model.agent.Agent.get_agent_id": {"fullname": "mephisto.data_model.agent.Agent.get_agent_id", "modulename": "mephisto.data_model.agent", "qualname": "Agent.get_agent_id", "type": "function", "doc": "

Return this agent's id

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.data_model.agent.Agent.get_worker": {"fullname": "mephisto.data_model.agent.Agent.get_worker", "modulename": "mephisto.data_model.agent", "qualname": "Agent.get_worker", "type": "function", "doc": "

Return the worker that is using this agent for a task

\n", "signature": "(self) -> mephisto.data_model.worker.Worker", "funcdef": "def"}, "mephisto.data_model.agent.Agent.get_unit": {"fullname": "mephisto.data_model.agent.Agent.get_unit", "modulename": "mephisto.data_model.agent", "qualname": "Agent.get_unit", "type": "function", "doc": "

Return the Unit that this agent is working on.

\n", "signature": "(self) -> mephisto.data_model.unit.Unit", "funcdef": "def"}, "mephisto.data_model.agent.Agent.get_assignment": {"fullname": "mephisto.data_model.agent.Agent.get_assignment", "modulename": "mephisto.data_model.agent", "qualname": "Agent.get_assignment", "type": "function", "doc": "

Return the assignment this agent is working on

\n", "signature": "(self) -> mephisto.data_model.assignment.Assignment", "funcdef": "def"}, "mephisto.data_model.agent.Agent.get_task_run": {"fullname": "mephisto.data_model.agent.Agent.get_task_run", "modulename": "mephisto.data_model.agent", "qualname": "Agent.get_task_run", "type": "function", "doc": "

Return the TaskRun this agent is working within

\n", "signature": "(self) -> mephisto.data_model.task_run.TaskRun", "funcdef": "def"}, "mephisto.data_model.agent.Agent.get_task": {"fullname": "mephisto.data_model.agent.Agent.get_task", "modulename": "mephisto.data_model.agent", "qualname": "Agent.get_task", "type": "function", "doc": "

Return the Task this agent is working within

\n", "signature": "(self) -> mephisto.data_model.task.Task", "funcdef": "def"}, "mephisto.data_model.agent.Agent.get_data_dir": {"fullname": "mephisto.data_model.agent.Agent.get_data_dir", "modulename": "mephisto.data_model.agent", "qualname": "Agent.get_data_dir", "type": "function", "doc": "

Return the directory to be storing any agent state for\nthis agent into

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.data_model.agent.Agent.update_status": {"fullname": "mephisto.data_model.agent.Agent.update_status", "modulename": "mephisto.data_model.agent", "qualname": "Agent.update_status", "type": "function", "doc": "

Update the database status of this agent, and\npossibly send a message to the frontend agent informing\nthem of this update

\n", "signature": "(self, new_status: str) -> None", "funcdef": "def"}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"fullname": "mephisto.data_model.agent.Agent.new_from_provider_data", "modulename": "mephisto.data_model.agent", "qualname": "Agent.new_from_provider_data", "type": "function", "doc": "

Wrapper around the new method that allows registering additional\nbookkeeping information from a crowd provider for this agent

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n worker: mephisto.data_model.worker.Worker,\n unit: mephisto.data_model.unit.Unit,\n provider_data: Dict[str, Any]\n) -> mephisto.data_model.agent.Agent", "funcdef": "def"}, "mephisto.data_model.agent.Agent.observe": {"fullname": "mephisto.data_model.agent.Agent.observe", "modulename": "mephisto.data_model.agent", "qualname": "Agent.observe", "type": "function", "doc": "

Pass the observed information to the AgentState, then\nqueue the information to be pushed to the user

\n", "signature": "(self, live_update: Dict[str, Any]) -> None", "funcdef": "def"}, "mephisto.data_model.agent.Agent.get_live_update": {"fullname": "mephisto.data_model.agent.Agent.get_live_update", "modulename": "mephisto.data_model.agent", "qualname": "Agent.get_live_update", "type": "function", "doc": "

Request information from the Agent's frontend. If non-blocking,\n(timeout is None) should return None if no actions are ready\nto be returned.

\n", "signature": "(\n self,\n timeout: Union[int, NoneType] = None\n) -> Union[Dict[str, Any], NoneType]", "funcdef": "def"}, "mephisto.data_model.agent.Agent.act": {"fullname": "mephisto.data_model.agent.Agent.act", "modulename": "mephisto.data_model.agent", "qualname": "Agent.act", "type": "function", "doc": "

Request information from the Agent's frontend. If non-blocking,\n(timeout is None) should return None if no actions are ready\nto be returned.

\n", "signature": "(\n self,\n timeout: Union[int, NoneType] = None\n) -> Union[Dict[str, Any], NoneType]", "funcdef": "def"}, "mephisto.data_model.agent.Agent.await_submit": {"fullname": "mephisto.data_model.agent.Agent.await_submit", "modulename": "mephisto.data_model.agent", "qualname": "Agent.await_submit", "type": "function", "doc": "

Blocking wait for this agent to submit their task

\n", "signature": "(self, timeout: Union[int, NoneType] = None) -> bool", "funcdef": "def"}, "mephisto.data_model.agent.Agent.handle_submit": {"fullname": "mephisto.data_model.agent.Agent.handle_submit", "modulename": "mephisto.data_model.agent", "qualname": "Agent.handle_submit", "type": "function", "doc": "

Handle final submission for an onboarding agent, with the given data

\n", "signature": "(self, submit_data: Dict[str, Any]) -> None", "funcdef": "def"}, "mephisto.data_model.agent.Agent.get_status": {"fullname": "mephisto.data_model.agent.Agent.get_status", "modulename": "mephisto.data_model.agent", "qualname": "Agent.get_status", "type": "function", "doc": "

Get the status of this agent in their work on their unit

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.data_model.agent.Agent.shutdown": {"fullname": "mephisto.data_model.agent.Agent.shutdown", "modulename": "mephisto.data_model.agent", "qualname": "Agent.shutdown", "type": "function", "doc": "

Force the given agent to end any polling threads and throw an AgentShutdownError\nfrom any acts called on it, ensuring tasks using this agent can be cleaned up.

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.data_model.agent.Agent.approve_work": {"fullname": "mephisto.data_model.agent.Agent.approve_work", "modulename": "mephisto.data_model.agent", "qualname": "Agent.approve_work", "type": "function", "doc": "

Approve the work done on this agent's specific Unit

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.data_model.agent.Agent.soft_reject_work": {"fullname": "mephisto.data_model.agent.Agent.soft_reject_work", "modulename": "mephisto.data_model.agent", "qualname": "Agent.soft_reject_work", "type": "function", "doc": "

Pay a worker for attempted work, but mark it as below the\nquality bar for this assignment

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.data_model.agent.Agent.reject_work": {"fullname": "mephisto.data_model.agent.Agent.reject_work", "modulename": "mephisto.data_model.agent", "qualname": "Agent.reject_work", "type": "function", "doc": "

Reject the work done on this agent's specific Unit

\n", "signature": "(self, reason) -> None", "funcdef": "def"}, "mephisto.data_model.agent.Agent.mark_done": {"fullname": "mephisto.data_model.agent.Agent.mark_done", "modulename": "mephisto.data_model.agent", "qualname": "Agent.mark_done", "type": "function", "doc": "

Take any required step with the crowd_provider to ensure that\nthe worker can submit their work and be marked as complete via\na call to get_status

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.data_model.agent.Agent.new": {"fullname": "mephisto.data_model.agent.Agent.new", "modulename": "mephisto.data_model.agent", "qualname": "Agent.new", "type": "function", "doc": "

Create an agent for this worker to be used for work on the given Unit.

\n\n

Implementation should return the result of _register_agent when sure the agent\ncan be successfully created to have it put into the db.

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n worker: mephisto.data_model.worker.Worker,\n unit: mephisto.data_model.unit.Unit\n) -> mephisto.data_model.agent.Agent", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent": {"fullname": "mephisto.data_model.agent.OnboardingAgent", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent", "type": "class", "doc": "

Onboarding agents are a special extension of agents used\nin tasks that have a separate onboarding step. These agents\nare designed to work without being linked to an explicit\nunit, and instead are tied to the task run and task name.

\n\n

Blueprints that require OnboardingAgents should implement an\nOnboardingAgentState (to process the special task), and their\nTaskRunners should have a run_onboarding and cleanup_onboarding\nmethod.

\n", "bases": "mephisto.data_model._db_backed_meta.MephistoDataModelComponentMixin"}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"fullname": "mephisto.data_model.agent.OnboardingAgent.__init__", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.DISPLAY_PREFIX": {"fullname": "mephisto.data_model.agent.OnboardingAgent.DISPLAY_PREFIX", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.DISPLAY_PREFIX", "type": "variable", "doc": "

\n", "default_value": " = 'onboarding_'"}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"fullname": "mephisto.data_model.agent.OnboardingAgent.get_agent_id", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.get_agent_id", "type": "function", "doc": "

Return an id to use for onboarding agent requests

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"fullname": "mephisto.data_model.agent.OnboardingAgent.set_live_run", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.set_live_run", "type": "function", "doc": "

Set an associated live run for this agent

\n", "signature": "(self, live_run: mephisto.operations.datatypes.LiveTaskRun) -> None", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"fullname": "mephisto.data_model.agent.OnboardingAgent.get_live_run", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.get_live_run", "type": "function", "doc": "

Return the associated live run for this agent. Throw if not set

\n", "signature": "(self) -> mephisto.operations.datatypes.LiveTaskRun", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"fullname": "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.is_onboarding_id", "type": "function", "doc": "

return if the given id is for an onboarding agent

\n", "signature": "(cls, agent_id: str) -> bool", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"fullname": "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.get_db_id_from_agent_id", "type": "function", "doc": "

Extract the db_id for an onboarding_agent

\n", "signature": "(cls, agent_id: str) -> str", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"fullname": "mephisto.data_model.agent.OnboardingAgent.get_worker", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.get_worker", "type": "function", "doc": "

Return the worker that is using this agent for a task

\n", "signature": "(self) -> mephisto.data_model.worker.Worker", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"fullname": "mephisto.data_model.agent.OnboardingAgent.get_task_run", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.get_task_run", "type": "function", "doc": "

Return the TaskRun this agent is working within

\n", "signature": "(self) -> mephisto.data_model.task_run.TaskRun", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"fullname": "mephisto.data_model.agent.OnboardingAgent.get_task", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.get_task", "type": "function", "doc": "

Return the Task this agent is working within

\n", "signature": "(self) -> mephisto.data_model.task.Task", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"fullname": "mephisto.data_model.agent.OnboardingAgent.get_data_dir", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.get_data_dir", "type": "function", "doc": "

Return the directory to be storing any agent state for\nthis agent into

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"fullname": "mephisto.data_model.agent.OnboardingAgent.update_status", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.update_status", "type": "function", "doc": "

Update the database status of this agent, and\npossibly send a message to the frontend agent informing\nthem of this update

\n", "signature": "(self, new_status: str) -> None", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.observe": {"fullname": "mephisto.data_model.agent.OnboardingAgent.observe", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.observe", "type": "function", "doc": "

Pass the observed information to the AgentState, then\nqueue the information to be pushed to the user

\n", "signature": "(self, live_update: Dict[str, Any]) -> None", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"fullname": "mephisto.data_model.agent.OnboardingAgent.get_live_update", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.get_live_update", "type": "function", "doc": "

Request information from the Agent's frontend. If non-blocking,\n(timeout is None) should return None if no actions are ready\nto be returned.

\n", "signature": "(\n self,\n timeout: Union[int, NoneType] = None\n) -> Union[Dict[str, Any], NoneType]", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.act": {"fullname": "mephisto.data_model.agent.OnboardingAgent.act", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.act", "type": "function", "doc": "

Request information from the Agent's frontend. If non-blocking,\n(timeout is None) should return None if no actions are ready\nto be returned.

\n", "signature": "(\n self,\n timeout: Union[int, NoneType] = None\n) -> Union[Dict[str, Any], NoneType]", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"fullname": "mephisto.data_model.agent.OnboardingAgent.await_submit", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.await_submit", "type": "function", "doc": "

Blocking wait for this agent to submit their task

\n", "signature": "(self, timeout: Union[int, NoneType] = None) -> bool", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"fullname": "mephisto.data_model.agent.OnboardingAgent.handle_submit", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.handle_submit", "type": "function", "doc": "

Handle final submission for an onboarding agent, with the given data

\n", "signature": "(self, submit_data: Dict[str, Any]) -> None", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"fullname": "mephisto.data_model.agent.OnboardingAgent.get_status", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.get_status", "type": "function", "doc": "

Get the status of this agent in their work on their unit

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"fullname": "mephisto.data_model.agent.OnboardingAgent.shutdown", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.shutdown", "type": "function", "doc": "

Force the given agent to end any polling threads and throw an AgentShutdownError\nfrom any acts called on it, ensuring tasks using this agent can be cleaned up.

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.new": {"fullname": "mephisto.data_model.agent.OnboardingAgent.new", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.new", "type": "function", "doc": "

Create an OnboardingAgent for a worker to use as part of a task run

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n worker: mephisto.data_model.worker.Worker,\n task_run: mephisto.data_model.task_run.TaskRun\n) -> mephisto.data_model.agent.OnboardingAgent", "funcdef": "def"}, "mephisto.data_model.assignment": {"fullname": "mephisto.data_model.assignment", "modulename": "mephisto.data_model.assignment", "type": "module", "doc": "

\n"}, "mephisto.data_model.assignment.InitializationData": {"fullname": "mephisto.data_model.assignment.InitializationData", "modulename": "mephisto.data_model.assignment", "qualname": "InitializationData", "type": "class", "doc": "

InitializationData(shared: Dict[str, Any], unit_data: List[Dict[str, Any]])

\n"}, "mephisto.data_model.assignment.InitializationData.__init__": {"fullname": "mephisto.data_model.assignment.InitializationData.__init__", "modulename": "mephisto.data_model.assignment", "qualname": "InitializationData.__init__", "type": "function", "doc": "

\n", "signature": "(self, shared: Dict[str, Any], unit_data: List[Dict[str, Any]])", "funcdef": "def"}, "mephisto.data_model.assignment.InitializationData.dumpJSON": {"fullname": "mephisto.data_model.assignment.InitializationData.dumpJSON", "modulename": "mephisto.data_model.assignment", "qualname": "InitializationData.dumpJSON", "type": "function", "doc": "

\n", "signature": "(self, fp: IO[str])", "funcdef": "def"}, "mephisto.data_model.assignment.InitializationData.loadFromJSON": {"fullname": "mephisto.data_model.assignment.InitializationData.loadFromJSON", "modulename": "mephisto.data_model.assignment", "qualname": "InitializationData.loadFromJSON", "type": "function", "doc": "

\n", "signature": "(fp: IO[str])", "funcdef": "def"}, "mephisto.data_model.assignment.Assignment": {"fullname": "mephisto.data_model.assignment.Assignment", "modulename": "mephisto.data_model.assignment", "qualname": "Assignment", "type": "class", "doc": "

This class tracks an individual run of a specific task, and handles state management\nfor the set of units within via abstracted database helpers

\n", "bases": "mephisto.data_model._db_backed_meta.MephistoDataModelComponentMixin"}, "mephisto.data_model.assignment.Assignment.__init__": {"fullname": "mephisto.data_model.assignment.Assignment.__init__", "modulename": "mephisto.data_model.assignment", "qualname": "Assignment.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"fullname": "mephisto.data_model.assignment.Assignment.get_data_dir", "modulename": "mephisto.data_model.assignment", "qualname": "Assignment.get_data_dir", "type": "function", "doc": "

Return the directory we expect to find assignment data in

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"fullname": "mephisto.data_model.assignment.Assignment.get_assignment_data", "modulename": "mephisto.data_model.assignment", "qualname": "Assignment.get_assignment_data", "type": "function", "doc": "

Return the specific assignment data for this assignment

\n", "signature": "(self) -> mephisto.data_model.assignment.InitializationData", "funcdef": "def"}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"fullname": "mephisto.data_model.assignment.Assignment.write_assignment_data", "modulename": "mephisto.data_model.assignment", "qualname": "Assignment.write_assignment_data", "type": "function", "doc": "

Set the assignment data for this assignment

\n", "signature": "(\n self,\n data: mephisto.data_model.assignment.InitializationData\n) -> None", "funcdef": "def"}, "mephisto.data_model.assignment.Assignment.get_agents": {"fullname": "mephisto.data_model.assignment.Assignment.get_agents", "modulename": "mephisto.data_model.assignment", "qualname": "Assignment.get_agents", "type": "function", "doc": "

Return all of the agents for this assignment

\n", "signature": "(\n self\n) -> list[typing.Union[mephisto.data_model.agent.Agent, NoneType]]", "funcdef": "def"}, "mephisto.data_model.assignment.Assignment.get_status": {"fullname": "mephisto.data_model.assignment.Assignment.get_status", "modulename": "mephisto.data_model.assignment", "qualname": "Assignment.get_status", "type": "function", "doc": "

Get the status of this assignment, as determined by the status of\nthe units

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.data_model.assignment.Assignment.get_task_run": {"fullname": "mephisto.data_model.assignment.Assignment.get_task_run", "modulename": "mephisto.data_model.assignment", "qualname": "Assignment.get_task_run", "type": "function", "doc": "

Return the task run that this assignment is part of

\n", "signature": "(self) -> mephisto.data_model.task_run.TaskRun", "funcdef": "def"}, "mephisto.data_model.assignment.Assignment.get_task": {"fullname": "mephisto.data_model.assignment.Assignment.get_task", "modulename": "mephisto.data_model.assignment", "qualname": "Assignment.get_task", "type": "function", "doc": "

Return the task run that this assignment is part of

\n", "signature": "(self) -> mephisto.data_model.task.Task", "funcdef": "def"}, "mephisto.data_model.assignment.Assignment.get_requester": {"fullname": "mephisto.data_model.assignment.Assignment.get_requester", "modulename": "mephisto.data_model.assignment", "qualname": "Assignment.get_requester", "type": "function", "doc": "

Return the requester who offered this Assignment

\n", "signature": "(self) -> mephisto.data_model.requester.Requester", "funcdef": "def"}, "mephisto.data_model.assignment.Assignment.get_units": {"fullname": "mephisto.data_model.assignment.Assignment.get_units", "modulename": "mephisto.data_model.assignment", "qualname": "Assignment.get_units", "type": "function", "doc": "

Get units for this assignment, optionally\nconstrained by the specific status.

\n", "signature": "(\n self,\n status: Union[str, NoneType] = None\n) -> list[mephisto.data_model.unit.Unit]", "funcdef": "def"}, "mephisto.data_model.assignment.Assignment.get_workers": {"fullname": "mephisto.data_model.assignment.Assignment.get_workers", "modulename": "mephisto.data_model.assignment", "qualname": "Assignment.get_workers", "type": "function", "doc": "

Get the list of workers that have worked on this specific assignment

\n", "signature": "(self) -> list[mephisto.data_model.worker.Worker]", "funcdef": "def"}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"fullname": "mephisto.data_model.assignment.Assignment.get_cost_of_statuses", "modulename": "mephisto.data_model.assignment", "qualname": "Assignment.get_cost_of_statuses", "type": "function", "doc": "

Return the sum of all pay_amounts for every unit\nof this assignment with any of the given statuses

\n", "signature": "(self, statuses: List[str]) -> float", "funcdef": "def"}, "mephisto.data_model.assignment.Assignment.new": {"fullname": "mephisto.data_model.assignment.Assignment.new", "modulename": "mephisto.data_model.assignment", "qualname": "Assignment.new", "type": "function", "doc": "

Create an assignment for the given task. Initialize the folders for storing\nthe results for this assignment. Can take assignment_data to save and\nload for this particular assignment.

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n task_run: mephisto.data_model.task_run.TaskRun,\n assignment_data: Union[Dict[str, Any], NoneType]\n) -> mephisto.data_model.assignment.Assignment", "funcdef": "def"}, "mephisto.data_model.constants": {"fullname": "mephisto.data_model.constants", "modulename": "mephisto.data_model.constants", "type": "module", "doc": "

This file contains any constants shared in the data model that\naren't more appropriately held in one of the object-focused files

\n"}, "mephisto.data_model.constants.assignment_state": {"fullname": "mephisto.data_model.constants.assignment_state", "modulename": "mephisto.data_model.constants.assignment_state", "type": "module", "doc": "

\n"}, "mephisto.data_model.constants.assignment_state.AssignmentState": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState", "type": "class", "doc": "

\n"}, "mephisto.data_model.constants.assignment_state.AssignmentState.__init__": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.__init__", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.__init__", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.data_model.constants.assignment_state.AssignmentState.CREATED": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.CREATED", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.CREATED", "type": "variable", "doc": "

\n", "default_value": " = 'created'"}, "mephisto.data_model.constants.assignment_state.AssignmentState.LAUNCHED": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.LAUNCHED", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.LAUNCHED", "type": "variable", "doc": "

\n", "default_value": " = 'launched'"}, "mephisto.data_model.constants.assignment_state.AssignmentState.ASSIGNED": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.ASSIGNED", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.ASSIGNED", "type": "variable", "doc": "

\n", "default_value": " = 'assigned'"}, "mephisto.data_model.constants.assignment_state.AssignmentState.COMPLETED": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.COMPLETED", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.COMPLETED", "type": "variable", "doc": "

\n", "default_value": " = 'completed'"}, "mephisto.data_model.constants.assignment_state.AssignmentState.ACCEPTED": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.ACCEPTED", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.ACCEPTED", "type": "variable", "doc": "

\n", "default_value": " = 'accepted'"}, "mephisto.data_model.constants.assignment_state.AssignmentState.MIXED": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.MIXED", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.MIXED", "type": "variable", "doc": "

\n", "default_value": " = 'mixed'"}, "mephisto.data_model.constants.assignment_state.AssignmentState.REJECTED": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.REJECTED", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.REJECTED", "type": "variable", "doc": "

\n", "default_value": " = 'rejected'"}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.SOFT_REJECTED", "type": "variable", "doc": "

\n", "default_value": " = 'soft_rejected'"}, "mephisto.data_model.constants.assignment_state.AssignmentState.EXPIRED": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.EXPIRED", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.EXPIRED", "type": "variable", "doc": "

\n", "default_value": " = 'expired'"}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.valid", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.valid", "type": "function", "doc": "

Return all valid assignment statuses

\n", "signature": "() -> List[str]", "funcdef": "def"}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.incomplete", "type": "function", "doc": "

Return all statuses that are considered incomplete

\n", "signature": "() -> List[str]", "funcdef": "def"}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.payable", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.payable", "type": "function", "doc": "

Return all statuses that should be considered spent budget

\n", "signature": "() -> List[str]", "funcdef": "def"}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.valid_unit", "type": "function", "doc": "

Return all statuses that are valids for a Unit

\n", "signature": "() -> List[str]", "funcdef": "def"}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.final_unit", "type": "function", "doc": "

Return all statuses that are terminal for a Unit

\n", "signature": "() -> List[str]", "funcdef": "def"}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.completed", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.completed", "type": "function", "doc": "

Return all statuses that denote a unit having been completed

\n", "signature": "() -> List[str]", "funcdef": "def"}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.final_agent", "type": "function", "doc": "

Return all statuses that are terminal changes to a Unit's agent

\n", "signature": "() -> List[str]", "funcdef": "def"}, "mephisto.data_model.exceptions": {"fullname": "mephisto.data_model.exceptions", "modulename": "mephisto.data_model.exceptions", "type": "module", "doc": "

\n"}, "mephisto.data_model.exceptions.AbsentAgentError": {"fullname": "mephisto.data_model.exceptions.AbsentAgentError", "modulename": "mephisto.data_model.exceptions", "qualname": "AbsentAgentError", "type": "class", "doc": "

Exceptions for when an agent leaves a task

\n", "bases": "builtins.Exception"}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"fullname": "mephisto.data_model.exceptions.AbsentAgentError.__init__", "modulename": "mephisto.data_model.exceptions", "qualname": "AbsentAgentError.__init__", "type": "function", "doc": "

\n", "signature": "(self, message, agent_id)", "funcdef": "def"}, "mephisto.data_model.exceptions.AgentDisconnectedError": {"fullname": "mephisto.data_model.exceptions.AgentDisconnectedError", "modulename": "mephisto.data_model.exceptions", "qualname": "AgentDisconnectedError", "type": "class", "doc": "

Exception for a real disconnect event (no signal)

\n", "bases": "AbsentAgentError"}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"fullname": "mephisto.data_model.exceptions.AgentDisconnectedError.__init__", "modulename": "mephisto.data_model.exceptions", "qualname": "AgentDisconnectedError.__init__", "type": "function", "doc": "

\n", "signature": "(self, agent_id)", "funcdef": "def"}, "mephisto.data_model.exceptions.AgentTimeoutError": {"fullname": "mephisto.data_model.exceptions.AgentTimeoutError", "modulename": "mephisto.data_model.exceptions", "qualname": "AgentTimeoutError", "type": "class", "doc": "

Exception for when a worker doesn't respond in time

\n", "bases": "AbsentAgentError"}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"fullname": "mephisto.data_model.exceptions.AgentTimeoutError.__init__", "modulename": "mephisto.data_model.exceptions", "qualname": "AgentTimeoutError.__init__", "type": "function", "doc": "

\n", "signature": "(self, timeout, agent_id)", "funcdef": "def"}, "mephisto.data_model.exceptions.AgentReturnedError": {"fullname": "mephisto.data_model.exceptions.AgentReturnedError", "modulename": "mephisto.data_model.exceptions", "qualname": "AgentReturnedError", "type": "class", "doc": "

Exception for an explicit return event (worker returns task)

\n", "bases": "AbsentAgentError"}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"fullname": "mephisto.data_model.exceptions.AgentReturnedError.__init__", "modulename": "mephisto.data_model.exceptions", "qualname": "AgentReturnedError.__init__", "type": "function", "doc": "

\n", "signature": "(self, agent_id)", "funcdef": "def"}, "mephisto.data_model.exceptions.AgentShutdownError": {"fullname": "mephisto.data_model.exceptions.AgentShutdownError", "modulename": "mephisto.data_model.exceptions", "qualname": "AgentShutdownError", "type": "class", "doc": "

Exception for when a task is shutdown but agents are still in a task

\n", "bases": "AbsentAgentError"}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"fullname": "mephisto.data_model.exceptions.AgentShutdownError.__init__", "modulename": "mephisto.data_model.exceptions", "qualname": "AgentShutdownError.__init__", "type": "function", "doc": "

\n", "signature": "(self, agent_id)", "funcdef": "def"}, "mephisto.data_model.packet": {"fullname": "mephisto.data_model.packet", "modulename": "mephisto.data_model.packet", "type": "module", "doc": "

\n"}, "mephisto.data_model.packet.Packet": {"fullname": "mephisto.data_model.packet.Packet", "modulename": "mephisto.data_model.packet", "qualname": "Packet", "type": "class", "doc": "

Simple class for encapsulating messages as sent between the\nMephisto python client, the router, and any frontend.

\n\n

Used to be able to make assertions about the kind of data\nbeing sent for specific message types.

\n"}, "mephisto.data_model.packet.Packet.__init__": {"fullname": "mephisto.data_model.packet.Packet.__init__", "modulename": "mephisto.data_model.packet", "qualname": "Packet.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n packet_type: str,\n subject_id: str,\n data: Union[Dict[str, Any], NoneType] = None,\n client_timestamp: Union[float, NoneType] = None,\n router_incoming_timestamp: Union[float, NoneType] = None,\n router_outgoing_timestamp: Union[float, NoneType] = None,\n server_timestamp: Union[float, NoneType] = None\n)", "funcdef": "def"}, "mephisto.data_model.packet.Packet.from_dict": {"fullname": "mephisto.data_model.packet.Packet.from_dict", "modulename": "mephisto.data_model.packet", "qualname": "Packet.from_dict", "type": "function", "doc": "

\n", "signature": "(input_dict: Dict[str, Any]) -> mephisto.data_model.packet.Packet", "funcdef": "def"}, "mephisto.data_model.packet.Packet.to_sendable_dict": {"fullname": "mephisto.data_model.packet.Packet.to_sendable_dict", "modulename": "mephisto.data_model.packet", "qualname": "Packet.to_sendable_dict", "type": "function", "doc": "

\n", "signature": "(self) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.data_model.packet.Packet.copy": {"fullname": "mephisto.data_model.packet.Packet.copy", "modulename": "mephisto.data_model.packet", "qualname": "Packet.copy", "type": "function", "doc": "

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.data_model.project": {"fullname": "mephisto.data_model.project", "modulename": "mephisto.data_model.project", "type": "module", "doc": "

\n"}, "mephisto.data_model.project.Project": {"fullname": "mephisto.data_model.project.Project", "modulename": "mephisto.data_model.project", "qualname": "Project", "type": "class", "doc": "

High level project that many crowdsourcing tasks may be related to. Useful\nfor budgeting and grouping tasks for a review perspective.

\n\n

Abstracts relevant queries behind usable functions.

\n", "bases": "mephisto.data_model._db_backed_meta.MephistoDataModelComponentMixin"}, "mephisto.data_model.project.Project.__init__": {"fullname": "mephisto.data_model.project.Project.__init__", "modulename": "mephisto.data_model.project", "qualname": "Project.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.data_model.project.Project.get_tasks": {"fullname": "mephisto.data_model.project.Project.get_tasks", "modulename": "mephisto.data_model.project", "qualname": "Project.get_tasks", "type": "function", "doc": "

Return the list of tasks that are run as part of this project

\n", "signature": "(self) -> list[mephisto.data_model.task.Task]", "funcdef": "def"}, "mephisto.data_model.project.Project.get_total_spend": {"fullname": "mephisto.data_model.project.Project.get_total_spend", "modulename": "mephisto.data_model.project", "qualname": "Project.get_total_spend", "type": "function", "doc": "

Return the total amount of funding spent for this project\nacross all tasks.

\n", "signature": "(self) -> float", "funcdef": "def"}, "mephisto.data_model.project.Project.new": {"fullname": "mephisto.data_model.project.Project.new", "modulename": "mephisto.data_model.project", "qualname": "Project.new", "type": "function", "doc": "

Try to create a new project by this name, raise an exception if\nthe name already exists.

\n", "signature": "(\n self,\n db: mephisto.abstractions.database.MephistoDB,\n project_name: str\n) -> mephisto.data_model.project.Project", "funcdef": "def"}, "mephisto.data_model.qualification": {"fullname": "mephisto.data_model.qualification", "modulename": "mephisto.data_model.qualification", "type": "module", "doc": "

\n"}, "mephisto.data_model.qualification.Qualification": {"fullname": "mephisto.data_model.qualification.Qualification", "modulename": "mephisto.data_model.qualification", "qualname": "Qualification", "type": "class", "doc": "

Simple convenience wrapper for Qualifications in the data model

\n", "bases": "mephisto.data_model._db_backed_meta.MephistoDataModelComponentMixin"}, "mephisto.data_model.qualification.Qualification.__init__": {"fullname": "mephisto.data_model.qualification.Qualification.__init__", "modulename": "mephisto.data_model.qualification", "qualname": "Qualification.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.data_model.qualification.GrantedQualification": {"fullname": "mephisto.data_model.qualification.GrantedQualification", "modulename": "mephisto.data_model.qualification", "qualname": "GrantedQualification", "type": "class", "doc": "

Convenience wrapper for tracking granted qualifications

\n"}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"fullname": "mephisto.data_model.qualification.GrantedQualification.__init__", "modulename": "mephisto.data_model.qualification", "qualname": "GrantedQualification.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n db: mephisto.abstractions.database.MephistoDB,\n qualification_id: str,\n worker_id: str,\n row: Union[Mapping[str, Any], NoneType] = None\n)", "funcdef": "def"}, "mephisto.data_model.requester": {"fullname": "mephisto.data_model.requester", "modulename": "mephisto.data_model.requester", "type": "module", "doc": "

\n"}, "mephisto.data_model.requester.RequesterArgs": {"fullname": "mephisto.data_model.requester.RequesterArgs", "modulename": "mephisto.data_model.requester", "qualname": "RequesterArgs", "type": "class", "doc": "

Base class for arguments to register a requester

\n"}, "mephisto.data_model.requester.RequesterArgs.__init__": {"fullname": "mephisto.data_model.requester.RequesterArgs.__init__", "modulename": "mephisto.data_model.requester", "qualname": "RequesterArgs.__init__", "type": "function", "doc": "

\n", "signature": "(self, name: str = '???')", "funcdef": "def"}, "mephisto.data_model.requester.RequesterArgs.name": {"fullname": "mephisto.data_model.requester.RequesterArgs.name", "modulename": "mephisto.data_model.requester", "qualname": "RequesterArgs.name", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.data_model.requester.Requester": {"fullname": "mephisto.data_model.requester.Requester", "modulename": "mephisto.data_model.requester", "qualname": "Requester", "type": "class", "doc": "

High level class representing a requester on some kind of crowd provider. Sets some default\ninitializations, but mostly should be extended by the specific requesters for crowd providers\nwith whatever implementation details are required to get those to work.

\n", "bases": "mephisto.data_model._db_backed_meta.MephistoDataModelComponentMixin"}, "mephisto.data_model.requester.Requester.__init__": {"fullname": "mephisto.data_model.requester.Requester.__init__", "modulename": "mephisto.data_model.requester", "qualname": "Requester.__init__", "type": "function", "doc": "

The new method is overridden to be able to automatically generate\nthe expected Requester class without needing to specifically find it\nfor a given db_id. As such it is impossible to create a base Requester\nas you will instead be returned the correct Requester class according to\nthe crowdprovider associated with this Requester.

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.data_model.requester.Requester.ArgsClass": {"fullname": "mephisto.data_model.requester.Requester.ArgsClass", "modulename": "mephisto.data_model.requester", "qualname": "Requester.ArgsClass", "type": "class", "doc": "

Base class for arguments to register a requester

\n"}, "mephisto.data_model.requester.Requester.get_task_runs": {"fullname": "mephisto.data_model.requester.Requester.get_task_runs", "modulename": "mephisto.data_model.requester", "qualname": "Requester.get_task_runs", "type": "function", "doc": "

Return the list of task runs that are run by this requester

\n", "signature": "(self) -> list[mephisto.data_model.task_run.TaskRun]", "funcdef": "def"}, "mephisto.data_model.requester.Requester.get_total_spend": {"fullname": "mephisto.data_model.requester.Requester.get_total_spend", "modulename": "mephisto.data_model.requester", "qualname": "Requester.get_total_spend", "type": "function", "doc": "

Return the total amount of funding spent by this requester\nacross all tasks.

\n", "signature": "(self) -> float", "funcdef": "def"}, "mephisto.data_model.requester.Requester.is_sandbox": {"fullname": "mephisto.data_model.requester.Requester.is_sandbox", "modulename": "mephisto.data_model.requester", "qualname": "Requester.is_sandbox", "type": "function", "doc": "

Determine if this is a requester on a sandbox/test account

\n", "signature": "(self) -> bool", "funcdef": "def"}, "mephisto.data_model.requester.Requester.register": {"fullname": "mephisto.data_model.requester.Requester.register", "modulename": "mephisto.data_model.requester", "qualname": "Requester.register", "type": "function", "doc": "

Register this requester with the crowd provider by providing any required credentials\nor such. If no args are provided, assume the registration is already made and try\nto assert it as such.

\n\n

Should throw an exception if something is wrong with provided registration arguments.

\n", "signature": "(\n self,\n args: Union[omegaconf.dictconfig.DictConfig, NoneType] = None\n) -> None", "funcdef": "def"}, "mephisto.data_model.requester.Requester.is_registered": {"fullname": "mephisto.data_model.requester.Requester.is_registered", "modulename": "mephisto.data_model.requester", "qualname": "Requester.is_registered", "type": "function", "doc": "

Check to see if this requester has already been registered

\n", "signature": "(self) -> bool", "funcdef": "def"}, "mephisto.data_model.requester.Requester.get_available_budget": {"fullname": "mephisto.data_model.requester.Requester.get_available_budget", "modulename": "mephisto.data_model.requester", "qualname": "Requester.get_available_budget", "type": "function", "doc": "

Return the funds that this requester profile has available for usage with\nits crowdsourcing vendor

\n", "signature": "(self) -> float", "funcdef": "def"}, "mephisto.data_model.requester.Requester.to_dict": {"fullname": "mephisto.data_model.requester.Requester.to_dict", "modulename": "mephisto.data_model.requester", "qualname": "Requester.to_dict", "type": "function", "doc": "

Produce a dict of this requester and important features for json serialization

\n", "signature": "(self) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.data_model.requester.Requester.new": {"fullname": "mephisto.data_model.requester.Requester.new", "modulename": "mephisto.data_model.requester", "qualname": "Requester.new", "type": "function", "doc": "

Try to create a new requester by this name, raise an exception if\nthe name already exists.

\n\n

Implementation should call _register_requester(db, requester_id) when sure the requester\ncan be successfully created to have it put into the db and return the result.

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n requester_name: str\n) -> mephisto.data_model.requester.Requester", "funcdef": "def"}, "mephisto.data_model.task": {"fullname": "mephisto.data_model.task", "modulename": "mephisto.data_model.task", "type": "module", "doc": "

\n"}, "mephisto.data_model.task.assert_task_is_valid": {"fullname": "mephisto.data_model.task.assert_task_is_valid", "modulename": "mephisto.data_model.task", "qualname": "assert_task_is_valid", "type": "function", "doc": "

Go through the given task directory and ensure it is valid under the\ngiven task type

\n", "signature": "(dir_name, task_type) -> None", "funcdef": "def"}, "mephisto.data_model.task.Task": {"fullname": "mephisto.data_model.task.Task", "modulename": "mephisto.data_model.task", "qualname": "Task", "type": "class", "doc": "

This class contains all of the required tidbits for launching a set of\nassignments, primarily by leveraging a blueprint. It also takes the\nproject name if this task is to be associated with a specific project.

\n", "bases": "mephisto.data_model._db_backed_meta.MephistoDataModelComponentMixin"}, "mephisto.data_model.task.Task.__init__": {"fullname": "mephisto.data_model.task.Task.__init__", "modulename": "mephisto.data_model.task", "qualname": "Task.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.data_model.task.Task.get_project": {"fullname": "mephisto.data_model.task.Task.get_project", "modulename": "mephisto.data_model.task", "qualname": "Task.get_project", "type": "function", "doc": "

Get the project for this task, if it exists

\n", "signature": "(self) -> Union[mephisto.data_model.project.Project, NoneType]", "funcdef": "def"}, "mephisto.data_model.task.Task.set_project": {"fullname": "mephisto.data_model.task.Task.set_project", "modulename": "mephisto.data_model.task", "qualname": "Task.set_project", "type": "function", "doc": "

\n", "signature": "(self, project: mephisto.data_model.project.Project) -> None", "funcdef": "def"}, "mephisto.data_model.task.Task.get_runs": {"fullname": "mephisto.data_model.task.Task.get_runs", "modulename": "mephisto.data_model.task", "qualname": "Task.get_runs", "type": "function", "doc": "

Return all of the runs of this task that have been launched

\n", "signature": "(self) -> list[mephisto.data_model.task_run.TaskRun]", "funcdef": "def"}, "mephisto.data_model.task.Task.get_assignments": {"fullname": "mephisto.data_model.task.Task.get_assignments", "modulename": "mephisto.data_model.task", "qualname": "Task.get_assignments", "type": "function", "doc": "

Return all of the assignments for all runs of this task

\n", "signature": "(self) -> list[mephisto.data_model.assignment.Assignment]", "funcdef": "def"}, "mephisto.data_model.task.Task.get_total_spend": {"fullname": "mephisto.data_model.task.Task.get_total_spend", "modulename": "mephisto.data_model.task", "qualname": "Task.get_total_spend", "type": "function", "doc": "

Return the total amount of funding spent for this task.

\n", "signature": "(self) -> float", "funcdef": "def"}, "mephisto.data_model.task.Task.new": {"fullname": "mephisto.data_model.task.Task.new", "modulename": "mephisto.data_model.task", "qualname": "Task.new", "type": "function", "doc": "

Create a new task by the given name, ensure that the folder for this task\nexists and has the expected directories and files. If a project is\nspecified, register the task underneath it

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n task_name: str,\n task_type: str\n) -> mephisto.data_model.task.Task", "funcdef": "def"}, "mephisto.data_model.task_run": {"fullname": "mephisto.data_model.task_run", "modulename": "mephisto.data_model.task_run", "type": "module", "doc": "

\n"}, "mephisto.data_model.task_run.TaskRunArgs": {"fullname": "mephisto.data_model.task_run.TaskRunArgs", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRunArgs", "type": "class", "doc": "

Object for grouping the contents to configure a class

\n"}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"fullname": "mephisto.data_model.task_run.TaskRunArgs.__init__", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRunArgs.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n task_name: Union[str, NoneType] = '???',\n task_title: str = '???',\n task_description: str = '???',\n task_reward: float = '???',\n task_tags: str = '???',\n assignment_duration_in_seconds: int = 1800,\n allowed_concurrent: int = 0,\n maximum_units_per_worker: int = 0,\n max_num_concurrent_units: int = 0,\n submission_timeout: int = 600\n)", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"fullname": "mephisto.data_model.task_run.TaskRunArgs.task_name", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRunArgs.task_name", "type": "variable", "doc": "

\n", "annotation": ": Union[str, NoneType]", "default_value": " = '???'"}, "mephisto.data_model.task_run.TaskRunArgs.task_title": {"fullname": "mephisto.data_model.task_run.TaskRunArgs.task_title", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRunArgs.task_title", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.data_model.task_run.TaskRunArgs.task_description": {"fullname": "mephisto.data_model.task_run.TaskRunArgs.task_description", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRunArgs.task_description", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.data_model.task_run.TaskRunArgs.task_reward": {"fullname": "mephisto.data_model.task_run.TaskRunArgs.task_reward", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRunArgs.task_reward", "type": "variable", "doc": "

\n", "annotation": ": float", "default_value": " = '???'"}, "mephisto.data_model.task_run.TaskRunArgs.task_tags": {"fullname": "mephisto.data_model.task_run.TaskRunArgs.task_tags", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRunArgs.task_tags", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"fullname": "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRunArgs.assignment_duration_in_seconds", "type": "variable", "doc": "

\n", "annotation": ": int", "default_value": " = 1800"}, "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"fullname": "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRunArgs.allowed_concurrent", "type": "variable", "doc": "

\n", "annotation": ": int", "default_value": " = 0"}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"fullname": "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRunArgs.maximum_units_per_worker", "type": "variable", "doc": "

\n", "annotation": ": int", "default_value": " = 0"}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"fullname": "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRunArgs.max_num_concurrent_units", "type": "variable", "doc": "

\n", "annotation": ": int", "default_value": " = 0"}, "mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"fullname": "mephisto.data_model.task_run.TaskRunArgs.submission_timeout", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRunArgs.submission_timeout", "type": "variable", "doc": "

\n", "annotation": ": int", "default_value": " = 600"}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"fullname": "mephisto.data_model.task_run.TaskRunArgs.get_mock_params", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRunArgs.get_mock_params", "type": "function", "doc": "

Returns a param string with default / mock arguments to use for testing

\n", "signature": "(cls) -> str", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun": {"fullname": "mephisto.data_model.task_run.TaskRun", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun", "type": "class", "doc": "

This class tracks an individual run of a specific task, and handles state management\nfor the set of assignments within

\n", "bases": "mephisto.data_model._db_backed_meta.MephistoDataModelComponentMixin"}, "mephisto.data_model.task_run.TaskRun.__init__": {"fullname": "mephisto.data_model.task_run.TaskRun.__init__", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"fullname": "mephisto.data_model.task_run.TaskRun.ArgsClass", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.ArgsClass", "type": "class", "doc": "

Object for grouping the contents to configure a class

\n"}, "mephisto.data_model.task_run.TaskRun.get_units": {"fullname": "mephisto.data_model.task_run.TaskRun.get_units", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.get_units", "type": "function", "doc": "

Return the units associated with this task run.

\n", "signature": "(self) -> list[mephisto.data_model.unit.Unit]", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"fullname": "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.get_valid_units_for_worker", "type": "function", "doc": "

Get any units that the given worker could work on in this\ntask run

\n", "signature": "(\n self,\n worker: mephisto.data_model.worker.Worker\n) -> list[mephisto.data_model.unit.Unit]", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"fullname": "mephisto.data_model.task_run.TaskRun.clear_reservation", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.clear_reservation", "type": "function", "doc": "

Remove the holder used to reserve a unit

\n", "signature": "(self, unit: mephisto.data_model.unit.Unit) -> None", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"fullname": "mephisto.data_model.task_run.TaskRun.reserve_unit", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.reserve_unit", "type": "function", "doc": "

'Atomically' reserve a unit by writing to the filesystem. If\nthe file creation fails, return none

\n", "signature": "(\n self,\n unit: mephisto.data_model.unit.Unit\n) -> Union[mephisto.data_model.unit.Unit, NoneType]", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"fullname": "mephisto.data_model.task_run.TaskRun.get_blueprint", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.get_blueprint", "type": "function", "doc": "

Return the runner associated with this task run

\n", "signature": "(\n self,\n args: Union[omegaconf.dictconfig.DictConfig, NoneType] = None,\n shared_state: Union[mephisto.abstractions.blueprint.SharedTaskState, NoneType] = None\n) -> mephisto.abstractions.blueprint.Blueprint", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.get_provider": {"fullname": "mephisto.data_model.task_run.TaskRun.get_provider", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.get_provider", "type": "function", "doc": "

Return the crowd provider used to launch this task

\n", "signature": "(self) -> mephisto.abstractions.crowd_provider.CrowdProvider", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.get_task": {"fullname": "mephisto.data_model.task_run.TaskRun.get_task", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.get_task", "type": "function", "doc": "

Return the task used to initialize this run

\n", "signature": "(self) -> mephisto.data_model.task.Task", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"fullname": "mephisto.data_model.task_run.TaskRun.get_task_args", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.get_task_args", "type": "function", "doc": "

\n", "signature": "(self) -> omegaconf.dictconfig.DictConfig", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.get_requester": {"fullname": "mephisto.data_model.task_run.TaskRun.get_requester", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.get_requester", "type": "function", "doc": "

Return the requester that started this task.

\n", "signature": "(self) -> mephisto.data_model.requester.Requester", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"fullname": "mephisto.data_model.task_run.TaskRun.get_has_assignments", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.get_has_assignments", "type": "function", "doc": "

See if this task run has any assignments launched yet

\n", "signature": "(self) -> bool", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"fullname": "mephisto.data_model.task_run.TaskRun.get_assignments", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.get_assignments", "type": "function", "doc": "

Get assignments for this run, optionally filtering by their\ncurrent status

\n", "signature": "(\n self,\n status: Union[str, NoneType] = None\n) -> list[mephisto.data_model.assignment.Assignment]", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"fullname": "mephisto.data_model.task_run.TaskRun.get_assignment_statuses", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.get_assignment_statuses", "type": "function", "doc": "

Get the statistics for all of the assignments for this run.

\n", "signature": "(self) -> Dict[str, int]", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"fullname": "mephisto.data_model.task_run.TaskRun.update_completion_progress", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.update_completion_progress", "type": "function", "doc": "

Flag the task run that the assignments' generator has finished

\n", "signature": "(self, task_launcher=None, status=None) -> None", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"fullname": "mephisto.data_model.task_run.TaskRun.get_is_completed", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.get_is_completed", "type": "function", "doc": "

get the completion status of this task

\n", "signature": "(self) -> bool", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"fullname": "mephisto.data_model.task_run.TaskRun.sync_completion_status", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.sync_completion_status", "type": "function", "doc": "

Update the is_complete status for this task run based on completion\nof subassignments. If this task run has no subassignments yet, it\nis not complete

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"fullname": "mephisto.data_model.task_run.TaskRun.get_run_dir", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.get_run_dir", "type": "function", "doc": "

Return the directory where the data from this run is stored

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"fullname": "mephisto.data_model.task_run.TaskRun.get_total_spend", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.get_total_spend", "type": "function", "doc": "

Return the total amount spent on this run, based on any assignments\nthat are still in a payable state.

\n", "signature": "(self) -> float", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.to_dict": {"fullname": "mephisto.data_model.task_run.TaskRun.to_dict", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.to_dict", "type": "function", "doc": "

Return a dict containing any important information about this task run

\n", "signature": "(self) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.new": {"fullname": "mephisto.data_model.task_run.TaskRun.new", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.new", "type": "function", "doc": "

Create a new run for the given task with the given params

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n task: mephisto.data_model.task.Task,\n requester: mephisto.data_model.requester.Requester,\n param_string: str\n) -> mephisto.data_model.task_run.TaskRun", "funcdef": "def"}, "mephisto.data_model.unit": {"fullname": "mephisto.data_model.unit", "modulename": "mephisto.data_model.unit", "type": "module", "doc": "

\n"}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"fullname": "mephisto.data_model.unit.INDEX_TO_TYPE_MAP", "modulename": "mephisto.data_model.unit", "qualname": "INDEX_TO_TYPE_MAP", "type": "variable", "doc": "

\n", "annotation": ": DefaultDict[int, str]", "default_value": " = defaultdict(>, {0: 'standard', -1: 'screening_unit', -2: 'gold_unit', -3: 'compensation_unit'})"}, "mephisto.data_model.unit.Unit": {"fullname": "mephisto.data_model.unit.Unit", "modulename": "mephisto.data_model.unit", "qualname": "Unit", "type": "class", "doc": "

This class tracks the status of an individual worker's contribution to a\nhigher level assignment. It is the smallest 'unit' of work to complete\nthe assignment, and this class is only responsible for checking\nthe status of that work itself being done.

\n\n

It should be extended for usage with a specific crowd provider

\n", "bases": "mephisto.data_model._db_backed_meta.MephistoDataModelComponentMixin"}, "mephisto.data_model.unit.Unit.__init__": {"fullname": "mephisto.data_model.unit.Unit.__init__", "modulename": "mephisto.data_model.unit", "qualname": "Unit.__init__", "type": "function", "doc": "

The new method is overridden to be able to automatically generate\nthe expected Unit class without needing to specifically find it\nfor a given db_id. As such it is impossible to create a Unit\nas you will instead be returned the correct Unit class according to\nthe crowdprovider associated with this Unit.

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"fullname": "mephisto.data_model.unit.Unit.get_crowd_provider_class", "modulename": "mephisto.data_model.unit", "qualname": "Unit.get_crowd_provider_class", "type": "function", "doc": "

Get the CrowdProvider class that manages this Unit

\n", "signature": "(self) -> type[mephisto.abstractions.crowd_provider.CrowdProvider]", "funcdef": "def"}, "mephisto.data_model.unit.Unit.get_assignment_data": {"fullname": "mephisto.data_model.unit.Unit.get_assignment_data", "modulename": "mephisto.data_model.unit", "qualname": "Unit.get_assignment_data", "type": "function", "doc": "

Return the specific assignment data for this assignment

\n", "signature": "(self) -> mephisto.data_model.assignment.InitializationData", "funcdef": "def"}, "mephisto.data_model.unit.Unit.sync_status": {"fullname": "mephisto.data_model.unit.Unit.sync_status", "modulename": "mephisto.data_model.unit", "qualname": "Unit.sync_status", "type": "function", "doc": "

Ensure that the queried status from this unit and the db status\nare up to date

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.data_model.unit.Unit.get_db_status": {"fullname": "mephisto.data_model.unit.Unit.get_db_status", "modulename": "mephisto.data_model.unit", "qualname": "Unit.get_db_status", "type": "function", "doc": "

Return the status as currently stored in the database

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.data_model.unit.Unit.set_db_status": {"fullname": "mephisto.data_model.unit.Unit.set_db_status", "modulename": "mephisto.data_model.unit", "qualname": "Unit.set_db_status", "type": "function", "doc": "

Set the status reflected in the database for this Unit

\n", "signature": "(self, status: str) -> None", "funcdef": "def"}, "mephisto.data_model.unit.Unit.get_assignment": {"fullname": "mephisto.data_model.unit.Unit.get_assignment", "modulename": "mephisto.data_model.unit", "qualname": "Unit.get_assignment", "type": "function", "doc": "

Return the assignment that this Unit is part of.

\n", "signature": "(self) -> mephisto.data_model.assignment.Assignment", "funcdef": "def"}, "mephisto.data_model.unit.Unit.get_task_run": {"fullname": "mephisto.data_model.unit.Unit.get_task_run", "modulename": "mephisto.data_model.unit", "qualname": "Unit.get_task_run", "type": "function", "doc": "

Return the task run that this assignment is part of

\n", "signature": "(self) -> mephisto.data_model.task_run.TaskRun", "funcdef": "def"}, "mephisto.data_model.unit.Unit.get_task": {"fullname": "mephisto.data_model.unit.Unit.get_task", "modulename": "mephisto.data_model.unit", "qualname": "Unit.get_task", "type": "function", "doc": "

Return the task that this assignment is part of

\n", "signature": "(self) -> mephisto.data_model.task.Task", "funcdef": "def"}, "mephisto.data_model.unit.Unit.get_requester": {"fullname": "mephisto.data_model.unit.Unit.get_requester", "modulename": "mephisto.data_model.unit", "qualname": "Unit.get_requester", "type": "function", "doc": "

Return the requester who offered this Unit

\n", "signature": "(self) -> mephisto.data_model.requester.Requester", "funcdef": "def"}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"fullname": "mephisto.data_model.unit.Unit.clear_assigned_agent", "modulename": "mephisto.data_model.unit", "qualname": "Unit.clear_assigned_agent", "type": "function", "doc": "

Clear the agent that is assigned to this unit

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"fullname": "mephisto.data_model.unit.Unit.get_assigned_agent", "modulename": "mephisto.data_model.unit", "qualname": "Unit.get_assigned_agent", "type": "function", "doc": "

Get the agent assigned to this Unit if there is one, else return None

\n", "signature": "(self) -> Union[mephisto.data_model.agent.Agent, NoneType]", "funcdef": "def"}, "mephisto.data_model.unit.Unit.get_pay_amount": {"fullname": "mephisto.data_model.unit.Unit.get_pay_amount", "modulename": "mephisto.data_model.unit", "qualname": "Unit.get_pay_amount", "type": "function", "doc": "

Return the amount that this Unit is costing against the budget,\ncalculating additional fees as relevant

\n", "signature": "(self) -> float", "funcdef": "def"}, "mephisto.data_model.unit.Unit.get_status": {"fullname": "mephisto.data_model.unit.Unit.get_status", "modulename": "mephisto.data_model.unit", "qualname": "Unit.get_status", "type": "function", "doc": "

Get the status of this unit, as determined by whether there's\na worker working on it at the moment, and any other possible states. Should\nreturn one of UNIT_STATUSES

\n\n

Accurate status is crowd-provider dependent, and thus this method should be\ndefined in the child class to ensure that the local record matches\nthe ground truth in the provider

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.data_model.unit.Unit.launch": {"fullname": "mephisto.data_model.unit.Unit.launch", "modulename": "mephisto.data_model.unit", "qualname": "Unit.launch", "type": "function", "doc": "

Make this Unit available on the crowdsourcing vendor. Depending on\nthe task type, this could mean a number of different setup steps.

\n\n

Some crowd providers require setting up a configuration for the\nvery first launch, and this method should call a helper to manage\nthat step if necessary.

\n", "signature": "(self, task_url: str) -> None", "funcdef": "def"}, "mephisto.data_model.unit.Unit.expire": {"fullname": "mephisto.data_model.unit.Unit.expire", "modulename": "mephisto.data_model.unit", "qualname": "Unit.expire", "type": "function", "doc": "

Expire this unit, removing it from being workable on the vendor.\nReturn the maximum time needed to wait before we know it's taken down.

\n", "signature": "(self) -> float", "funcdef": "def"}, "mephisto.data_model.unit.Unit.is_expired": {"fullname": "mephisto.data_model.unit.Unit.is_expired", "modulename": "mephisto.data_model.unit", "qualname": "Unit.is_expired", "type": "function", "doc": "

Determine if this unit is expired as according to the vendor.

\n", "signature": "(self) -> bool", "funcdef": "def"}, "mephisto.data_model.unit.Unit.new": {"fullname": "mephisto.data_model.unit.Unit.new", "modulename": "mephisto.data_model.unit", "qualname": "Unit.new", "type": "function", "doc": "

Create a Unit for the given assignment

\n\n

Implementation should return the result of _register_unit when sure the unit\ncan be successfully created to have it put into the db.

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n assignment: mephisto.data_model.assignment.Assignment,\n index: int,\n pay_amount: float\n) -> mephisto.data_model.unit.Unit", "funcdef": "def"}, "mephisto.data_model.worker": {"fullname": "mephisto.data_model.worker", "modulename": "mephisto.data_model.worker", "type": "module", "doc": "

\n"}, "mephisto.data_model.worker.WorkerArgs": {"fullname": "mephisto.data_model.worker.WorkerArgs", "modulename": "mephisto.data_model.worker", "qualname": "WorkerArgs", "type": "class", "doc": "

Base class for arguments to register a worker

\n"}, "mephisto.data_model.worker.WorkerArgs.__init__": {"fullname": "mephisto.data_model.worker.WorkerArgs.__init__", "modulename": "mephisto.data_model.worker", "qualname": "WorkerArgs.__init__", "type": "function", "doc": "

\n", "signature": "(self, name: str)", "funcdef": "def"}, "mephisto.data_model.worker.Worker": {"fullname": "mephisto.data_model.worker.Worker", "modulename": "mephisto.data_model.worker", "qualname": "Worker", "type": "class", "doc": "

This class represents an individual - namely a person. It maintains components of ongoing identity for a user.

\n", "bases": "mephisto.data_model._db_backed_meta.MephistoDataModelComponentMixin"}, "mephisto.data_model.worker.Worker.__init__": {"fullname": "mephisto.data_model.worker.Worker.__init__", "modulename": "mephisto.data_model.worker", "qualname": "Worker.__init__", "type": "function", "doc": "

The new method is overridden to be able to automatically generate\nthe expected Worker class without needing to specifically find it\nfor a given db_id. As such it is impossible to create a base Worker\nas you will instead be returned the correct Worker class according to\nthe crowdprovider associated with this Worker.

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.data_model.worker.Worker.get_agents": {"fullname": "mephisto.data_model.worker.Worker.get_agents", "modulename": "mephisto.data_model.worker", "qualname": "Worker.get_agents", "type": "function", "doc": "

Get the list of agents that this worker was responsible for, by the given status\nif needed

\n", "signature": "(\n self,\n status: Union[str, NoneType] = None\n) -> list[mephisto.data_model.agent.Agent]", "funcdef": "def"}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"fullname": "mephisto.data_model.worker.Worker.new_from_provider_data", "modulename": "mephisto.data_model.worker", "qualname": "Worker.new_from_provider_data", "type": "function", "doc": "

Given the parameters passed through wrap_crowd_source.js, construct\na new worker

\n\n

Basic case simply takes the worker id and registers it

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n creation_data: Dict[str, Any]\n) -> mephisto.data_model.worker.Worker", "funcdef": "def"}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"fullname": "mephisto.data_model.worker.Worker.get_granted_qualification", "modulename": "mephisto.data_model.worker", "qualname": "Worker.get_granted_qualification", "type": "function", "doc": "

Return the granted qualification for this worker for the given name

\n", "signature": "(\n self,\n qualification_name: str\n) -> Union[mephisto.data_model.qualification.GrantedQualification, NoneType]", "funcdef": "def"}, "mephisto.data_model.worker.Worker.is_disqualified": {"fullname": "mephisto.data_model.worker.Worker.is_disqualified", "modulename": "mephisto.data_model.worker", "qualname": "Worker.is_disqualified", "type": "function", "doc": "

Find out if the given worker has been disqualified by the given qualification

\n\n

Returns True if the qualification exists and has a falsey value\nReturns False if the qualification doesn't exist or has a truthy value

\n", "signature": "(self, qualification_name: str)", "funcdef": "def"}, "mephisto.data_model.worker.Worker.is_qualified": {"fullname": "mephisto.data_model.worker.Worker.is_qualified", "modulename": "mephisto.data_model.worker", "qualname": "Worker.is_qualified", "type": "function", "doc": "

Find out if the given worker has qualified by the given qualification

\n\n

Returns True if the qualification exists and is truthy value\nReturns False if the qualification doesn't exist or falsey value

\n", "signature": "(self, qualification_name: str)", "funcdef": "def"}, "mephisto.data_model.worker.Worker.revoke_qualification": {"fullname": "mephisto.data_model.worker.Worker.revoke_qualification", "modulename": "mephisto.data_model.worker", "qualname": "Worker.revoke_qualification", "type": "function", "doc": "

Remove this user's qualification if it exists

\n\n

Returns True if removal happens locally and externally, False if an exception\nhappens with the crowd provider

\n", "signature": "(self, qualification_name) -> bool", "funcdef": "def"}, "mephisto.data_model.worker.Worker.grant_qualification": {"fullname": "mephisto.data_model.worker.Worker.grant_qualification", "modulename": "mephisto.data_model.worker", "qualname": "Worker.grant_qualification", "type": "function", "doc": "

Grant a positive or negative qualification to this worker

\n\n

Returns True if granting happens locally and externally, False if an exception\nhappens with the crowd provider

\n", "signature": "(self, qualification_name: str, value: int = 1, skip_crowd=False)", "funcdef": "def"}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"fullname": "mephisto.data_model.worker.Worker.grant_crowd_qualification", "modulename": "mephisto.data_model.worker", "qualname": "Worker.grant_crowd_qualification", "type": "function", "doc": "

Grant a qualification by the given name to this worker

\n\n

If the CrowdProvider has a notion of qualifications, they can be granted\nin sync with Mephisto's qualifications

\n", "signature": "(self, qualification_name: str, value: int = 1) -> None", "funcdef": "def"}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"fullname": "mephisto.data_model.worker.Worker.revoke_crowd_qualification", "modulename": "mephisto.data_model.worker", "qualname": "Worker.revoke_crowd_qualification", "type": "function", "doc": "

Revoke the qualification by the given name from this worker

\n\n

If the CrowdProvider has a notion of qualifications, they can be revoked\nin sync with Mephisto's qualifications

\n", "signature": "(self, qualification_name: str) -> None", "funcdef": "def"}, "mephisto.data_model.worker.Worker.bonus_worker": {"fullname": "mephisto.data_model.worker.Worker.bonus_worker", "modulename": "mephisto.data_model.worker", "qualname": "Worker.bonus_worker", "type": "function", "doc": "

Bonus this worker for work any reason. Return success of bonus

\n", "signature": "(\n self,\n amount: float,\n reason: str,\n unit: Union[mephisto.data_model.unit.Unit, NoneType] = None\n) -> Tuple[bool, str]", "funcdef": "def"}, "mephisto.data_model.worker.Worker.block_worker": {"fullname": "mephisto.data_model.worker.Worker.block_worker", "modulename": "mephisto.data_model.worker", "qualname": "Worker.block_worker", "type": "function", "doc": "

Block this worker for a specified reason. Return success of block

\n", "signature": "(\n self,\n reason: str,\n unit: Union[mephisto.data_model.unit.Unit, NoneType] = None,\n requester: Union[mephisto.data_model.requester.Requester, NoneType] = None\n) -> Tuple[bool, str]", "funcdef": "def"}, "mephisto.data_model.worker.Worker.unblock_worker": {"fullname": "mephisto.data_model.worker.Worker.unblock_worker", "modulename": "mephisto.data_model.worker", "qualname": "Worker.unblock_worker", "type": "function", "doc": "

unblock a blocked worker for the specified reason

\n", "signature": "(\n self,\n reason: str,\n requester: mephisto.data_model.requester.Requester\n) -> bool", "funcdef": "def"}, "mephisto.data_model.worker.Worker.is_blocked": {"fullname": "mephisto.data_model.worker.Worker.is_blocked", "modulename": "mephisto.data_model.worker", "qualname": "Worker.is_blocked", "type": "function", "doc": "

Determine if a worker is blocked

\n", "signature": "(self, requester: mephisto.data_model.requester.Requester) -> bool", "funcdef": "def"}, "mephisto.data_model.worker.Worker.is_eligible": {"fullname": "mephisto.data_model.worker.Worker.is_eligible", "modulename": "mephisto.data_model.worker", "qualname": "Worker.is_eligible", "type": "function", "doc": "

Determine if this worker is eligible for the given task run

\n", "signature": "(self, task_run: mephisto.data_model.task_run.TaskRun) -> bool", "funcdef": "def"}, "mephisto.data_model.worker.Worker.register": {"fullname": "mephisto.data_model.worker.Worker.register", "modulename": "mephisto.data_model.worker", "qualname": "Worker.register", "type": "function", "doc": "

Register this worker with the crowdprovider, if necessary

\n", "signature": "(self, args: Union[Dict[str, str], NoneType] = None) -> None", "funcdef": "def"}, "mephisto.data_model.worker.Worker.new": {"fullname": "mephisto.data_model.worker.Worker.new", "modulename": "mephisto.data_model.worker", "qualname": "Worker.new", "type": "function", "doc": "

Create a new worker attached to the given identifier, assuming it doesn't already\nexist in the database.

\n\n

Implementation should return the result of _register_worker when sure the worker\ncan be successfully created to have it put into the db.

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n worker_name: str\n) -> mephisto.data_model.worker.Worker", "funcdef": "def"}, "mephisto.operations": {"fullname": "mephisto.operations", "modulename": "mephisto.operations", "type": "module", "doc": "

Mephisto Operations

\n\n

The contents of the operations folder comprise controllers for launching and monitoring tasks, as well as other classes that either operate on the data model or support the mid level of Mephisto's design. Each has a high level responsibility, detailed below. Within these classes there's something of a heirarchy depending on the amount of underlying infrastructure that a class is built upon.

\n\n

High-level controller components

\n\n

This level of components is reserved for modules that operate on the highest level of the Mephisto heirarchy. These should be either directly usable, or easy to bundle into scripts for the client/api.

\n\n
    \n
  • Operator: High-level class responsible for launching and monitoring a TaskRun. Generally initialized using a TaskConfig and the launch_task_run method.
  • \n
\n\n

At the moment only the Operator exists in this level, as the module that manages the process of launching and monitoring a complete data collection job. Modules on a similar level of complexity may be written for the review flow, and for packaging data for release.

\n\n

Mid-level connecting components

\n\n

These components are responsible for tying some of the underlying data model components to the reality of what they represent. They ensure that tasks remain in sync with what is actually happening, such that the content on Mephisto matches what is present on crowd providers and architects, and to some degree to blueprints.

\n\n
    \n
  • ClientIOHandler: Responsible for processing incoming packets from clients and directing them to the right place. Also ensures that reconnecting workers are directed to the correct agents. The ClientIOHandler acts as the bridge between Architects and Blueprints.
  • \n
  • WorkerPool: Responsible for following the status of a worker from the point they attempt to accept a Unit until the Unit is either completed or returned. This includes spawning the threads that watch specific Assignment's or Unit's, evaluating onboarding and qualifications.
  • \n
  • registry.py: Reponsible for keeping track of instances of all of the Mephisto core abstractions, such that the system is able to refer to them just by name.
  • \n
  • TaskLauncher: Responsible for moving through an iterator or generator of assignments and units to be created, first creating the local Mephisto state to represent them and then later leveraging the CrowdProvider to launch them. Also ensures certain configuration invariants hold, such as a maximum number of concurrent tasks available.
  • \n
\n\n

Low-level Mephisto infra

\n\n

These modules contain functionality that is used to condense shared behavior from various parts of the Mephisto codebase into standard functionality and utilities.

\n\n
    \n
  • config_handler.py: Functions responsible for providing a consistent interface into a user's configuration file for Mephisto, stored at ~/.mephisto/config.yml.
  • \n
  • hydra_config.py: Classes and functionality responsible for ensuring that Mephisto operates well using Hydra, including base classes to build Hydra structured configs from (such as the TaskConfig) and methods to simplify interacting with Hydra in the codebase.
  • \n
  • logger_core.py: Helpers to simplify the process of generating unique loggers and logging configuration for various parts of Mephisto. (Much still to be done here).
  • \n
\n\n

Operator

\n\n

The Operator is responsible for actually coordinating launching tasks. This is managed using the launch_task_run function. It takes in a Hydra DictConfig of arguments corresponding to the Blueprint, Architect, and CrowdProvider of choice. It can also take a SharedTaskState object to pass information that wouldn't normally be able to be parsed on the command line, or where it can only be extracted at runtime.

\n\n

One important extra argument is SharedTaskState.qualifications, which allows configuring a task with requirements for workers to be eligibible to work on the task. Functionality for this can be seen in data_model.qualifications, with examples in how operator handles the block_qualification.

\n\n

The lifecycle of an operator is to launch as many LiveTaskRuns as desired using the launch_task_run function, and then to watch over their progress using the wait_for_runs_then_shutdown function. These methods cover the full requirements for launching and monitoring a job.

\n\n

If wait_for_runs_then_shutdown is not used, it's always important to call the shutdown methods whenever an operator has been created. While tasks are underway, a user can use get_running_task_runs to see the status of things that are currently running. Once there are no running task runs, the Operator can be told to shut down.

\n\n

ClientIOHandler

\n\n

The ClientIOHandler's primary responsiblity is to abstract the remote nature of Mephisto Workers and Agents to allow them to directly act on the local maching. It is the layer that abstracts humans and human work into Workers and Agents that take actions. To that end, it has to set up a socket to connect to the task server, poll status on any agents currently working on tasks, and process incoming agent actions over the socket to put them into the Agent so that a task can use the data.

\n\n

When provided with details of a LiveTaskRun, the associated Architect tells the ClientIOHandler where the server(s) that agents are communicating with is(/are) running. Then on initialization, Channel can be opened for each of these servers.

\n\n

Once this connection is established:

\n\n
    \n
  • Incoming messages from the server (which represent actions taken by human agents) are passed to the pending_actions queue of the Agent that corresponds with that human agent. Future calls to Agent.get_live_update() will pop off from this queue.
  • \n
  • Calls to Agent.observe() will push the message through to the appropriate Channel's sending queue immediately.
  • \n
  • The ClientIOHandler should also be querying for Agent's status and pushing responses to the WorkerPool to handle updates.
  • \n
\n\n

WorkerPool

\n\n

The WorkerPool is responsible for placing workers into appropriate Agents after finding Units they are eligible for, and passing off task execution to a Blueprint's TaskRunner. It also monitors changes to agent status.

\n\n

In order to properly determine eligibility and launch tasks, the WorkerPool relies on the Blueprint and CrowdProvider for the registered LiveTaskRun:

\n\n
    \n
  • The Blueprint contains details about the relevant task run, and is used for properly registering a new Agent the correct Unit. For this, in _register_agent it gets all Units that a worker is eligible for, reserves one, and then handles creating a new Agent out of the given Worker-Unit pair.
  • \n
  • The CrowdProvider is also used during the registration process. In the first part it ensures that upon a first connect by a new person, a corresponding Worker is created to keep records for that worker (_register_worker). Later it is used during _register_agent to ensure that the Agent class used is associated with the correct CrowdProvider and has its relevant abstractions.
  • \n
\n\n

From this point, all interactions are handled from the perspective of pure Mephisto Agents, and the remaining responsibilities of the WorkerPool are to ensure that, from the perspective of a Blueprint's TaskRunner, the Agents local python state is entirely representative of the actual state of the human worker in the task.

\n\n

registry

\n\n

The registry.py file contains functions required for establishing a registry of abstraction modules for Mephisto to refer to. This allows Mephisto to properly re-initialize classes and get information for data stored in the MephistoDB without needing to store pickled modules, or information beyond the registration key.

\n\n

The file exposes the register_mephisto_abstraction class decorator, which ensures that on import a specific module will be added to the given registry. The fill_registries function automatically populates the registry dicts with all of the relevant modules in Mephisto, though this should likely be expanded to allow users or repositories to mark or register their own Mephisto implementations.

\n\n

Mephisto classes can then use the get_<abstraction>_from_type methods from the file to retrieve the specific modules to be initialized for the given abstraction type string.

\n\n

TaskLauncher

\n\n

The TaskLauncher class is a fairly lightweight class responsible for handling the process of launching units. A TaskLauncher is created for a specific TaskRun, and provided with assignment_data for that full task run. It creates Assignments and Units for the TaskRun, and packages the expected data into the Assignment. When a task is ready to go live, one calls launch_units(url) with the url that the task should be pointed to. If units need to be expired (such as during a shutdown), expire_units handles this for all units created for the given TaskRun.

\n\n

TaskLaunchers will parse the TaskRun's TaskRunArgs to know what parameters to set. This info should be used to initialize the assignments and the units as specified. The TaskLauncher can also be used to limit the number of currently available tasks using the max_num_concurrent_units argument, which prevents too many tasks from running at the same time, potentially overrunning the TaskRunner that the Blueprint has provided.

\n\n

config_handler.py

\n\n

The methods in this module standardize how Mephisto interacts with the user configurations options for the whole system. These are stored in \"~/.mephisto/config.yml\" at the moment. The structure of the config file is such that it subdivides values to store into sections containing keys. Those keys can contain any value, but writing and reading data is done by referring to the section and the key for the data being written or read.

\n\n

The following methods are defined:

\n\n
    \n
  • get_config: loads all of the contents of the mephisto config file.
  • \n
  • write_config: Writes an entirely new config to file
  • \n
  • init_config: Tries to create an initial configuration file if none exists
  • \n
  • add_config_arg: Sets the value for just one configuration arg in the whole set.
  • \n
  • get_config_arg: Returns a specific argument value from a section of the config.
  • \n
\n\n

hydra_config.py

\n\n

The hydra config module contains a number of classes and methods to make interfacing with hydra a little more convenient for Mephisto and its users. It defines common structured config types, currently the MephistoConfig and the TaskConfig, for use in user code. It also defines methods for handling registering those structured configs under the expected names, which the registry relies on. Lastly, it provides the register_script_config method, which lets a user define a structured config for use in their scripts without needing to initialize a hydra ConfigStore.

\n"}, "mephisto.operations.client_io_handler": {"fullname": "mephisto.operations.client_io_handler", "modulename": "mephisto.operations.client_io_handler", "type": "module", "doc": "

\n"}, "mephisto.operations.client_io_handler.ClientIOHandler": {"fullname": "mephisto.operations.client_io_handler.ClientIOHandler", "modulename": "mephisto.operations.client_io_handler", "qualname": "ClientIOHandler", "type": "class", "doc": "

This class is responsible for managing all of the incoming and outgoing messages\nbetween the Mephisto backend, the router, and clients. It is tightly coupled with\nthe Architect abstraction, and uses components of that API to send and receive\nmessages, but operates on the level of message parsing and distribution logic.

\n"}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"fullname": "mephisto.operations.client_io_handler.ClientIOHandler.__init__", "modulename": "mephisto.operations.client_io_handler", "qualname": "ClientIOHandler.__init__", "type": "function", "doc": "

\n", "signature": "(self, db: mephisto.abstractions.database.MephistoDB)", "funcdef": "def"}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"fullname": "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet", "modulename": "mephisto.operations.client_io_handler", "qualname": "ClientIOHandler.log_metrics_for_packet", "type": "function", "doc": "

Log the full metrics for the provided packet, using now as the expected response time

\n", "signature": "(self, packet: mephisto.data_model.packet.Packet) -> None", "funcdef": "def"}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"fullname": "mephisto.operations.client_io_handler.ClientIOHandler.register_run", "modulename": "mephisto.operations.client_io_handler", "qualname": "ClientIOHandler.register_run", "type": "function", "doc": "

Register a live run for this io handler

\n", "signature": "(self, live_run: mephisto.operations.datatypes.LiveTaskRun) -> None", "funcdef": "def"}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"fullname": "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run", "modulename": "mephisto.operations.client_io_handler", "qualname": "ClientIOHandler.get_live_run", "type": "function", "doc": "

Get the associated live run for this handler, asserting it's set

\n", "signature": "(self) -> mephisto.operations.datatypes.LiveTaskRun", "funcdef": "def"}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"fullname": "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels", "modulename": "mephisto.operations.client_io_handler", "qualname": "ClientIOHandler.launch_channels", "type": "function", "doc": "

Launch and register all of the channels for this live run to this IO handler

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"fullname": "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration", "modulename": "mephisto.operations.client_io_handler", "qualname": "ClientIOHandler.associate_agent_with_registration", "type": "function", "doc": "

Given an agent id and request id, registers the agent id to the channel\nthat the request was made from

\n", "signature": "(self, agent_id: str, request_id: str, registration_id: str) -> None", "funcdef": "def"}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"fullname": "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details", "modulename": "mephisto.operations.client_io_handler", "qualname": "ClientIOHandler.enqueue_agent_details", "type": "function", "doc": "

Synchronous method to enqueue a message sending the given agent details

\n", "signature": "(self, request_id: str, additional_data: Dict[str, Any])", "funcdef": "def"}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"fullname": "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update", "modulename": "mephisto.operations.client_io_handler", "qualname": "ClientIOHandler.send_live_update", "type": "function", "doc": "

Send a live data packet to the given agent id

\n", "signature": "(self, agent_id: str, data: Dict[str, Any])", "funcdef": "def"}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"fullname": "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update", "modulename": "mephisto.operations.client_io_handler", "qualname": "ClientIOHandler.send_status_update", "type": "function", "doc": "

Update the status for the given agent

\n", "signature": "(self, agent_id: str, status: str)", "funcdef": "def"}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"fullname": "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue", "modulename": "mephisto.operations.client_io_handler", "qualname": "ClientIOHandler.process_outgoing_queue", "type": "function", "doc": "

Sends messages from the given list until it is empty

\n", "signature": "(self, message_queue: 'Queue[Packet]') -> None", "funcdef": "def"}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"fullname": "mephisto.operations.client_io_handler.ClientIOHandler.shutdown", "modulename": "mephisto.operations.client_io_handler", "qualname": "ClientIOHandler.shutdown", "type": "function", "doc": "

Close any channels related to a LiveTaskRun, clean up any resources

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.operations.config_handler": {"fullname": "mephisto.operations.config_handler", "modulename": "mephisto.operations.config_handler", "type": "module", "doc": "

\n"}, "mephisto.operations.config_handler.get_raw_config": {"fullname": "mephisto.operations.config_handler.get_raw_config", "modulename": "mephisto.operations.config_handler", "qualname": "get_raw_config", "type": "function", "doc": "

Returns the raw string config as written in the YAML config file

\n", "signature": "() -> str", "funcdef": "def"}, "mephisto.operations.config_handler.get_config": {"fullname": "mephisto.operations.config_handler.get_config", "modulename": "mephisto.operations.config_handler", "qualname": "get_config", "type": "function", "doc": "

Get the data out of the YAML config file

\n", "signature": "() -> Dict[str, Any]", "funcdef": "def"}, "mephisto.operations.config_handler.write_config": {"fullname": "mephisto.operations.config_handler.write_config", "modulename": "mephisto.operations.config_handler", "qualname": "write_config", "type": "function", "doc": "

Write the given dictionary to the config yaml

\n", "signature": "(config_data: Dict[str, Any])", "funcdef": "def"}, "mephisto.operations.config_handler.init_config": {"fullname": "mephisto.operations.config_handler.init_config", "modulename": "mephisto.operations.config_handler", "qualname": "init_config", "type": "function", "doc": "

\n", "signature": "() -> None", "funcdef": "def"}, "mephisto.operations.config_handler.add_config_arg": {"fullname": "mephisto.operations.config_handler.add_config_arg", "modulename": "mephisto.operations.config_handler", "qualname": "add_config_arg", "type": "function", "doc": "

Add an argument to the YAML config, overwriting existing

\n", "signature": "(section: str, key: str, value: Any) -> None", "funcdef": "def"}, "mephisto.operations.config_handler.get_config_arg": {"fullname": "mephisto.operations.config_handler.get_config_arg", "modulename": "mephisto.operations.config_handler", "qualname": "get_config_arg", "type": "function", "doc": "

Get an argument from the YAML config. Return None if it doesn't exist

\n", "signature": "(section: str, key: str) -> Any", "funcdef": "def"}, "mephisto.operations.datatypes": {"fullname": "mephisto.operations.datatypes", "modulename": "mephisto.operations.datatypes", "type": "module", "doc": "

This file contains the various datatypes that are used on the operations layer\nto facilitate executing task runs.

\n"}, "mephisto.operations.datatypes.LoopWrapper": {"fullname": "mephisto.operations.datatypes.LoopWrapper", "modulename": "mephisto.operations.datatypes", "qualname": "LoopWrapper", "type": "class", "doc": "

\n"}, "mephisto.operations.datatypes.LoopWrapper.__init__": {"fullname": "mephisto.operations.datatypes.LoopWrapper.__init__", "modulename": "mephisto.operations.datatypes", "qualname": "LoopWrapper.__init__", "type": "function", "doc": "

\n", "signature": "(self, event_loop: asyncio.events.AbstractEventLoop)", "funcdef": "def"}, "mephisto.operations.datatypes.LoopWrapper.set_active_thread": {"fullname": "mephisto.operations.datatypes.LoopWrapper.set_active_thread", "modulename": "mephisto.operations.datatypes", "qualname": "LoopWrapper.set_active_thread", "type": "function", "doc": "

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"fullname": "mephisto.operations.datatypes.LoopWrapper.execute_coro", "modulename": "mephisto.operations.datatypes", "qualname": "LoopWrapper.execute_coro", "type": "function", "doc": "

Execute this coroutine in the loop, regardless of callsite

\n", "signature": "(self, coro) -> None", "funcdef": "def"}, "mephisto.operations.datatypes.LiveTaskRun": {"fullname": "mephisto.operations.datatypes.LiveTaskRun", "modulename": "mephisto.operations.datatypes", "qualname": "LiveTaskRun", "type": "class", "doc": "

LiveTaskRun(task_run: 'TaskRun', architect: 'Architect', blueprint: 'Blueprint', provider: 'CrowdProvider', qualifications: List[Dict[str, Any]], task_runner: 'TaskRunner', task_launcher: 'TaskLauncher', client_io: 'ClientIOHandler', worker_pool: 'WorkerPool', loop_wrap: mephisto.operations.datatypes.LoopWrapper, force_shutdown: bool = False)

\n"}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"fullname": "mephisto.operations.datatypes.LiveTaskRun.__init__", "modulename": "mephisto.operations.datatypes", "qualname": "LiveTaskRun.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n architect: mephisto.abstractions.architect.Architect,\n blueprint: mephisto.abstractions.blueprint.Blueprint,\n provider: mephisto.abstractions.crowd_provider.CrowdProvider,\n qualifications: List[Dict[str, Any]],\n task_runner: mephisto.abstractions._subcomponents.task_runner.TaskRunner,\n task_launcher: mephisto.operations.task_launcher.TaskLauncher,\n client_io: mephisto.operations.client_io_handler.ClientIOHandler,\n worker_pool: mephisto.operations.worker_pool.WorkerPool,\n loop_wrap: mephisto.operations.datatypes.LoopWrapper,\n force_shutdown: bool = False\n)", "funcdef": "def"}, "mephisto.operations.datatypes.LiveTaskRun.force_shutdown": {"fullname": "mephisto.operations.datatypes.LiveTaskRun.force_shutdown", "modulename": "mephisto.operations.datatypes", "qualname": "LiveTaskRun.force_shutdown", "type": "variable", "doc": "

\n", "annotation": ": bool", "default_value": " = False"}, "mephisto.operations.datatypes.LiveTaskRun.shutdown": {"fullname": "mephisto.operations.datatypes.LiveTaskRun.shutdown", "modulename": "mephisto.operations.datatypes", "qualname": "LiveTaskRun.shutdown", "type": "function", "doc": "

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.operations.datatypes.WorkerFailureReasons": {"fullname": "mephisto.operations.datatypes.WorkerFailureReasons", "modulename": "mephisto.operations.datatypes", "qualname": "WorkerFailureReasons", "type": "class", "doc": "

\n"}, "mephisto.operations.datatypes.WorkerFailureReasons.__init__": {"fullname": "mephisto.operations.datatypes.WorkerFailureReasons.__init__", "modulename": "mephisto.operations.datatypes", "qualname": "WorkerFailureReasons.__init__", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"fullname": "mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED", "modulename": "mephisto.operations.datatypes", "qualname": "WorkerFailureReasons.NOT_QUALIFIED", "type": "variable", "doc": "

\n", "default_value": " = 'You are not currently qualified to work on this task...'"}, "mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"fullname": "mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS", "modulename": "mephisto.operations.datatypes", "qualname": "WorkerFailureReasons.NO_AVAILABLE_UNITS", "type": "variable", "doc": "

\n", "default_value": " = 'There is currently no available work, please try again later...'"}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"fullname": "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT", "modulename": "mephisto.operations.datatypes", "qualname": "WorkerFailureReasons.TOO_MANY_CONCURRENT", "type": "variable", "doc": "

\n", "default_value": " = 'You are currently working on too many tasks concurrently to accept another, please finish your current work.'"}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"fullname": "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK", "modulename": "mephisto.operations.datatypes", "qualname": "WorkerFailureReasons.MAX_FOR_TASK", "type": "variable", "doc": "

\n", "default_value": " = 'You have already completed the maximum amount of tasks the requester has set for this task.'"}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"fullname": "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING", "modulename": "mephisto.operations.datatypes", "qualname": "WorkerFailureReasons.TASK_MISSING", "type": "variable", "doc": "

\n", "default_value": " = 'You appear to have already completed this task, or have disconnected long enough for your session to clear...'"}, "mephisto.operations.hydra_config": {"fullname": "mephisto.operations.hydra_config", "modulename": "mephisto.operations.hydra_config", "type": "module", "doc": "

\n"}, "mephisto.operations.hydra_config.DatabaseArgs": {"fullname": "mephisto.operations.hydra_config.DatabaseArgs", "modulename": "mephisto.operations.hydra_config", "qualname": "DatabaseArgs", "type": "class", "doc": "

DatabaseArgs(_database_type: str = 'singleton')

\n"}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"fullname": "mephisto.operations.hydra_config.DatabaseArgs.__init__", "modulename": "mephisto.operations.hydra_config", "qualname": "DatabaseArgs.__init__", "type": "function", "doc": "

\n", "signature": "(self, _database_type: str = 'singleton')", "funcdef": "def"}, "mephisto.operations.hydra_config.MephistoConfig": {"fullname": "mephisto.operations.hydra_config.MephistoConfig", "modulename": "mephisto.operations.hydra_config", "qualname": "MephistoConfig", "type": "class", "doc": "

MephistoConfig(blueprint: mephisto.abstractions.blueprint.BlueprintArgs = '???', provider: mephisto.abstractions.crowd_provider.ProviderArgs = '???', architect: mephisto.abstractions.architect.ArchitectArgs = '???', task: mephisto.data_model.task_run.TaskRunArgs = TaskRunArgs(task_name='???', task_title='???', task_description='???', task_reward='???', task_tags='???', assignment_duration_in_seconds=1800, allowed_concurrent=0, maximum_units_per_worker=0, max_num_concurrent_units=0, submission_timeout=600), database: mephisto.operations.hydra_config.DatabaseArgs = DatabaseArgs(_database_type='singleton'), log_level: str = 'info')

\n"}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"fullname": "mephisto.operations.hydra_config.MephistoConfig.__init__", "modulename": "mephisto.operations.hydra_config", "qualname": "MephistoConfig.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n blueprint: mephisto.abstractions.blueprint.BlueprintArgs = '???',\n provider: mephisto.abstractions.crowd_provider.ProviderArgs = '???',\n architect: mephisto.abstractions.architect.ArchitectArgs = '???',\n task: mephisto.data_model.task_run.TaskRunArgs = TaskRunArgs(task_name='???', task_title='???', task_description='???', task_reward='???', task_tags='???', assignment_duration_in_seconds=1800, allowed_concurrent=0, maximum_units_per_worker=0, max_num_concurrent_units=0, submission_timeout=600),\n database: mephisto.operations.hydra_config.DatabaseArgs = DatabaseArgs(_database_type='singleton'),\n log_level: str = 'info'\n)", "funcdef": "def"}, "mephisto.operations.hydra_config.MephistoConfig.blueprint": {"fullname": "mephisto.operations.hydra_config.MephistoConfig.blueprint", "modulename": "mephisto.operations.hydra_config", "qualname": "MephistoConfig.blueprint", "type": "variable", "doc": "

\n", "annotation": ": mephisto.abstractions.blueprint.BlueprintArgs", "default_value": " = '???'"}, "mephisto.operations.hydra_config.MephistoConfig.provider": {"fullname": "mephisto.operations.hydra_config.MephistoConfig.provider", "modulename": "mephisto.operations.hydra_config", "qualname": "MephistoConfig.provider", "type": "variable", "doc": "

\n", "annotation": ": mephisto.abstractions.crowd_provider.ProviderArgs", "default_value": " = '???'"}, "mephisto.operations.hydra_config.MephistoConfig.architect": {"fullname": "mephisto.operations.hydra_config.MephistoConfig.architect", "modulename": "mephisto.operations.hydra_config", "qualname": "MephistoConfig.architect", "type": "variable", "doc": "

\n", "annotation": ": mephisto.abstractions.architect.ArchitectArgs", "default_value": " = '???'"}, "mephisto.operations.hydra_config.MephistoConfig.task": {"fullname": "mephisto.operations.hydra_config.MephistoConfig.task", "modulename": "mephisto.operations.hydra_config", "qualname": "MephistoConfig.task", "type": "variable", "doc": "

\n", "annotation": ": mephisto.data_model.task_run.TaskRunArgs", "default_value": " = TaskRunArgs(task_name='???', task_title='???', task_description='???', task_reward='???', task_tags='???', assignment_duration_in_seconds=1800, allowed_concurrent=0, maximum_units_per_worker=0, max_num_concurrent_units=0, submission_timeout=600)"}, "mephisto.operations.hydra_config.MephistoConfig.database": {"fullname": "mephisto.operations.hydra_config.MephistoConfig.database", "modulename": "mephisto.operations.hydra_config", "qualname": "MephistoConfig.database", "type": "variable", "doc": "

\n", "annotation": ": mephisto.operations.hydra_config.DatabaseArgs", "default_value": " = DatabaseArgs(_database_type='singleton')"}, "mephisto.operations.hydra_config.MephistoConfig.log_level": {"fullname": "mephisto.operations.hydra_config.MephistoConfig.log_level", "modulename": "mephisto.operations.hydra_config", "qualname": "MephistoConfig.log_level", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = 'info'"}, "mephisto.operations.hydra_config.TaskConfig": {"fullname": "mephisto.operations.hydra_config.TaskConfig", "modulename": "mephisto.operations.hydra_config", "qualname": "TaskConfig", "type": "class", "doc": "

TaskConfig(mephisto: mephisto.operations.hydra_config.MephistoConfig = MephistoConfig(blueprint='???', provider='???', architect='???', task=TaskRunArgs(task_name='???', task_title='???', task_description='???', task_reward='???', task_tags='???', assignment_duration_in_seconds=1800, allowed_concurrent=0, maximum_units_per_worker=0, max_num_concurrent_units=0, submission_timeout=600), database=DatabaseArgs(_database_type='singleton'), log_level='info'), task_dir: str = '/Users/jju/miniconda3/envs/py38/bin', num_tasks: int = 5)

\n"}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"fullname": "mephisto.operations.hydra_config.TaskConfig.__init__", "modulename": "mephisto.operations.hydra_config", "qualname": "TaskConfig.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n mephisto: mephisto.operations.hydra_config.MephistoConfig = MephistoConfig(blueprint='???', provider='???', architect='???', task=TaskRunArgs(task_name='???', task_title='???', task_description='???', task_reward='???', task_tags='???', assignment_duration_in_seconds=1800, allowed_concurrent=0, maximum_units_per_worker=0, max_num_concurrent_units=0, submission_timeout=600), database=DatabaseArgs(_database_type='singleton'), log_level='info'),\n task_dir: str = '/Users/jju/miniconda3/envs/py38/bin',\n num_tasks: int = 5\n)", "funcdef": "def"}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"fullname": "mephisto.operations.hydra_config.TaskConfig.mephisto", "modulename": "mephisto.operations.hydra_config", "qualname": "TaskConfig.mephisto", "type": "variable", "doc": "

\n", "annotation": ": mephisto.operations.hydra_config.MephistoConfig", "default_value": " = MephistoConfig(blueprint='???', provider='???', architect='???', task=TaskRunArgs(task_name='???', task_title='???', task_description='???', task_reward='???', task_tags='???', assignment_duration_in_seconds=1800, allowed_concurrent=0, maximum_units_per_worker=0, max_num_concurrent_units=0, submission_timeout=600), database=DatabaseArgs(_database_type='singleton'), log_level='info')"}, "mephisto.operations.hydra_config.TaskConfig.task_dir": {"fullname": "mephisto.operations.hydra_config.TaskConfig.task_dir", "modulename": "mephisto.operations.hydra_config", "qualname": "TaskConfig.task_dir", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '/Users/jju/miniconda3/envs/py38/bin'"}, "mephisto.operations.hydra_config.TaskConfig.num_tasks": {"fullname": "mephisto.operations.hydra_config.TaskConfig.num_tasks", "modulename": "mephisto.operations.hydra_config", "qualname": "TaskConfig.num_tasks", "type": "variable", "doc": "

\n", "annotation": ": int", "default_value": " = 5"}, "mephisto.operations.hydra_config.register_abstraction_config": {"fullname": "mephisto.operations.hydra_config.register_abstraction_config", "modulename": "mephisto.operations.hydra_config", "qualname": "register_abstraction_config", "type": "function", "doc": "

\n", "signature": "(name: str, node: Any, abstraction_type: str)", "funcdef": "def"}, "mephisto.operations.hydra_config.build_default_task_config": {"fullname": "mephisto.operations.hydra_config.build_default_task_config", "modulename": "mephisto.operations.hydra_config", "qualname": "build_default_task_config", "type": "function", "doc": "

\n", "signature": "(conf_name: str) -> Type[mephisto.operations.hydra_config.TaskConfig]", "funcdef": "def"}, "mephisto.operations.hydra_config.RunScriptConfig": {"fullname": "mephisto.operations.hydra_config.RunScriptConfig", "modulename": "mephisto.operations.hydra_config", "qualname": "RunScriptConfig", "type": "class", "doc": "

RunScriptConfig(mephisto: mephisto.operations.hydra_config.MephistoConfig = MephistoConfig(blueprint='???', provider='???', architect='???', task=TaskRunArgs(task_name='???', task_title='???', task_description='???', task_reward='???', task_tags='???', assignment_duration_in_seconds=1800, allowed_concurrent=0, maximum_units_per_worker=0, max_num_concurrent_units=0, submission_timeout=600), database=DatabaseArgs(_database_type='singleton'), log_level='info'), task_dir: str = '/Users/jju/miniconda3/envs/py38/bin', num_tasks: int = 5)

\n", "bases": "TaskConfig"}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"fullname": "mephisto.operations.hydra_config.RunScriptConfig.__init__", "modulename": "mephisto.operations.hydra_config", "qualname": "RunScriptConfig.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n mephisto: mephisto.operations.hydra_config.MephistoConfig = MephistoConfig(blueprint='???', provider='???', architect='???', task=TaskRunArgs(task_name='???', task_title='???', task_description='???', task_reward='???', task_tags='???', assignment_duration_in_seconds=1800, allowed_concurrent=0, maximum_units_per_worker=0, max_num_concurrent_units=0, submission_timeout=600), database=DatabaseArgs(_database_type='singleton'), log_level='info'),\n task_dir: str = '/Users/jju/miniconda3/envs/py38/bin',\n num_tasks: int = 5\n)", "funcdef": "def"}, "mephisto.operations.hydra_config.initialize_named_configs": {"fullname": "mephisto.operations.hydra_config.initialize_named_configs", "modulename": "mephisto.operations.hydra_config", "qualname": "initialize_named_configs", "type": "function", "doc": "

Functionality to register the core mephisto configuration structure. Must be done in __init__

\n", "signature": "()", "funcdef": "def"}, "mephisto.operations.hydra_config.register_script_config": {"fullname": "mephisto.operations.hydra_config.register_script_config", "modulename": "mephisto.operations.hydra_config", "qualname": "register_script_config", "type": "function", "doc": "

\n", "signature": "(name: str, module: Any)", "funcdef": "def"}, "mephisto.operations.hydra_config.check_for_hydra_compat": {"fullname": "mephisto.operations.hydra_config.check_for_hydra_compat", "modulename": "mephisto.operations.hydra_config", "qualname": "check_for_hydra_compat", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.operations.hydra_config.get_dict_from_field": {"fullname": "mephisto.operations.hydra_config.get_dict_from_field", "modulename": "mephisto.operations.hydra_config", "qualname": "get_dict_from_field", "type": "function", "doc": "

Extract all of the arguments from an argument group\nand return a dict mapping from argument dest to argument dict

\n", "signature": "(in_field: dataclasses.Field) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"fullname": "mephisto.operations.hydra_config.get_extra_argument_dicts", "modulename": "mephisto.operations.hydra_config", "qualname": "get_extra_argument_dicts", "type": "function", "doc": "

Produce the argument dicts for the given customizable class\n(Blueprint, Architect, etc)

\n", "signature": "(customizable_class: Any) -> List[Dict[str, Any]]", "funcdef": "def"}, "mephisto.operations.hydra_config.get_task_state_dicts": {"fullname": "mephisto.operations.hydra_config.get_task_state_dicts", "modulename": "mephisto.operations.hydra_config", "qualname": "get_task_state_dicts", "type": "function", "doc": "

Return the SharedTaskState configurable class for the given blueprint

\n", "signature": "(\n customizable_class: type[mephisto.abstractions.blueprint.Blueprint]\n) -> List[Dict[str, Any]]", "funcdef": "def"}, "mephisto.operations.hydra_config.parse_arg_dict": {"fullname": "mephisto.operations.hydra_config.parse_arg_dict", "modulename": "mephisto.operations.hydra_config", "qualname": "parse_arg_dict", "type": "function", "doc": "

Get the ArgsClass for a class, then parse the given args using\nit. Return the DictConfig of the finalized namespace.

\n", "signature": "(\n customizable_class: Any,\n args: Dict[str, Any]\n) -> omegaconf.dictconfig.DictConfig", "funcdef": "def"}, "mephisto.operations.operator": {"fullname": "mephisto.operations.operator", "modulename": "mephisto.operations.operator", "type": "module", "doc": "

\n"}, "mephisto.operations.operator.Operator": {"fullname": "mephisto.operations.operator.Operator", "modulename": "mephisto.operations.operator", "qualname": "Operator", "type": "class", "doc": "

Acting as the controller behind the curtain, the Operator class\nis responsible for managing the knobs, switches, and dials\nof the rest of the Mephisto architecture.

\n\n

Most convenience scripts for using Mephisto will use an Operator\nto get the job done, though this class itself is also a\ngood model to use to understand how the underlying\narchitecture works in order to build custom jobs or workflows.

\n"}, "mephisto.operations.operator.Operator.__init__": {"fullname": "mephisto.operations.operator.Operator.__init__", "modulename": "mephisto.operations.operator", "qualname": "Operator.__init__", "type": "function", "doc": "

\n", "signature": "(self, db: mephisto.abstractions.database.MephistoDB)", "funcdef": "def"}, "mephisto.operations.operator.Operator.get_running_task_runs": {"fullname": "mephisto.operations.operator.Operator.get_running_task_runs", "modulename": "mephisto.operations.operator", "qualname": "Operator.get_running_task_runs", "type": "function", "doc": "

Return the currently running task runs and their handlers

\n", "signature": "(self) -> Dict[str, mephisto.operations.datatypes.LiveTaskRun]", "funcdef": "def"}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"fullname": "mephisto.operations.operator.Operator.validate_and_run_config_or_die", "modulename": "mephisto.operations.operator", "qualname": "Operator.validate_and_run_config_or_die", "type": "function", "doc": "

\n", "signature": "(\n self,\n run_config: omegaconf.dictconfig.DictConfig,\n shared_state: Union[mephisto.abstractions.blueprint.SharedTaskState, NoneType] = None\n) -> str", "funcdef": "def"}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"fullname": "mephisto.operations.operator.Operator.launch_task_run_or_die", "modulename": "mephisto.operations.operator", "qualname": "Operator.launch_task_run_or_die", "type": "function", "doc": "

Parse the given arguments and launch a job.

\n", "signature": "(\n self,\n run_config: omegaconf.dictconfig.DictConfig,\n shared_state: Union[mephisto.abstractions.blueprint.SharedTaskState, NoneType] = None\n) -> str", "funcdef": "def"}, "mephisto.operations.operator.Operator.force_shutdown": {"fullname": "mephisto.operations.operator.Operator.force_shutdown", "modulename": "mephisto.operations.operator", "qualname": "Operator.force_shutdown", "type": "function", "doc": "

Force a best-effort shutdown of everything, letting no individual\nshutdown step suspend for more than the timeout before moving on.

\n\n

Skips waiting for in-flight assignments to rush the shutdown.

\n\n

* Should only be used in sandbox or test environments. *

\n", "signature": "(self, timeout=5)", "funcdef": "def"}, "mephisto.operations.operator.Operator.shutdown_async": {"fullname": "mephisto.operations.operator.Operator.shutdown_async", "modulename": "mephisto.operations.operator", "qualname": "Operator.shutdown_async", "type": "function", "doc": "

Shut down the asyncio parts of the Operator

\n", "signature": "(self)", "funcdef": "async def"}, "mephisto.operations.operator.Operator.shutdown": {"fullname": "mephisto.operations.operator.Operator.shutdown", "modulename": "mephisto.operations.operator", "qualname": "Operator.shutdown", "type": "function", "doc": "

\n", "signature": "(self, skip_input=True)", "funcdef": "def"}, "mephisto.operations.operator.Operator.validate_and_run_config": {"fullname": "mephisto.operations.operator.Operator.validate_and_run_config", "modulename": "mephisto.operations.operator", "qualname": "Operator.validate_and_run_config", "type": "function", "doc": "

\n", "signature": "(\n self,\n run_config: omegaconf.dictconfig.DictConfig,\n shared_state: Union[mephisto.abstractions.blueprint.SharedTaskState, NoneType] = None\n) -> Union[str, NoneType]", "funcdef": "def"}, "mephisto.operations.operator.Operator.launch_task_run": {"fullname": "mephisto.operations.operator.Operator.launch_task_run", "modulename": "mephisto.operations.operator", "qualname": "Operator.launch_task_run", "type": "function", "doc": "

Wrapper around validate_and_run_config_or_die that prints errors on\nfailure, rather than throwing. Generally for use in scripts.

\n", "signature": "(\n self,\n run_config: omegaconf.dictconfig.DictConfig,\n shared_state: Union[mephisto.abstractions.blueprint.SharedTaskState, NoneType] = None\n) -> Union[str, NoneType]", "funcdef": "def"}, "mephisto.operations.operator.Operator.print_run_details": {"fullname": "mephisto.operations.operator.Operator.print_run_details", "modulename": "mephisto.operations.operator", "qualname": "Operator.print_run_details", "type": "function", "doc": "

Print details about running tasks

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"fullname": "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown", "modulename": "mephisto.operations.operator", "qualname": "Operator.wait_for_runs_then_shutdown", "type": "function", "doc": "

Wait for task_runs to complete, and then shutdown.

\n\n

Set log_rate to get print statements of currently running tasks\nat the specified interval

\n", "signature": "(\n self,\n skip_input=False,\n log_rate: Union[int, NoneType] = None\n) -> None", "funcdef": "def"}, "mephisto.operations.registry": {"fullname": "mephisto.operations.registry", "modulename": "mephisto.operations.registry", "type": "module", "doc": "

\n"}, "mephisto.operations.registry.BLUEPRINTS": {"fullname": "mephisto.operations.registry.BLUEPRINTS", "modulename": "mephisto.operations.registry", "qualname": "BLUEPRINTS", "type": "variable", "doc": "

\n", "annotation": ": dict[str, type[mephisto.abstractions.blueprint.Blueprint]]", "default_value": " = {'parlai_chat': , 'mock': , 'static_task': , 'remote_procedure': , 'static_react_task': }"}, "mephisto.operations.registry.ARCHITECTS": {"fullname": "mephisto.operations.registry.ARCHITECTS", "modulename": "mephisto.operations.registry", "qualname": "ARCHITECTS", "type": "variable", "doc": "

\n", "annotation": ": dict[str, type[mephisto.abstractions.architect.Architect]]", "default_value": " = {'mock': , 'local': , 'heroku': , 'ec2': }"}, "mephisto.operations.registry.PROVIDERS": {"fullname": "mephisto.operations.registry.PROVIDERS", "modulename": "mephisto.operations.registry", "qualname": "PROVIDERS", "type": "variable", "doc": "

\n", "annotation": ": dict[str, type[mephisto.abstractions.crowd_provider.CrowdProvider]]", "default_value": " = {'mock': , 'mturk': , 'mturk_sandbox': }"}, "mephisto.operations.registry.register_mephisto_abstraction": {"fullname": "mephisto.operations.registry.register_mephisto_abstraction", "modulename": "mephisto.operations.registry", "qualname": "register_mephisto_abstraction", "type": "function", "doc": "

Decorator method for classes that extend a mephisto abstraction, used\nto pull Mephisto abstractions out of anywhere that defines them.

\n", "signature": "()", "funcdef": "def"}, "mephisto.operations.registry.uses_mephisto": {"fullname": "mephisto.operations.registry.uses_mephisto", "modulename": "mephisto.operations.registry", "qualname": "uses_mephisto", "type": "function", "doc": "

Register a module as having defined classes for special Mephisto abstractions.\nShould be put in the __init__.py of the base module.

\n", "signature": "(module: Any)", "funcdef": "def"}, "mephisto.operations.registry.fill_registries": {"fullname": "mephisto.operations.registry.fill_registries", "modulename": "mephisto.operations.registry", "qualname": "fill_registries", "type": "function", "doc": "

Ensure that all of the required modules are picked up by the mephisto server

\n", "signature": "()", "funcdef": "def"}, "mephisto.operations.registry.get_crowd_provider_from_type": {"fullname": "mephisto.operations.registry.get_crowd_provider_from_type", "modulename": "mephisto.operations.registry", "qualname": "get_crowd_provider_from_type", "type": "function", "doc": "

Return the crowd provider class for the given string

\n", "signature": "(\n provider_type: str\n) -> type[mephisto.abstractions.crowd_provider.CrowdProvider]", "funcdef": "def"}, "mephisto.operations.registry.get_blueprint_from_type": {"fullname": "mephisto.operations.registry.get_blueprint_from_type", "modulename": "mephisto.operations.registry", "qualname": "get_blueprint_from_type", "type": "function", "doc": "

Return the blueprint class for the given string

\n", "signature": "(task_type: str) -> type[mephisto.abstractions.blueprint.Blueprint]", "funcdef": "def"}, "mephisto.operations.registry.get_architect_from_type": {"fullname": "mephisto.operations.registry.get_architect_from_type", "modulename": "mephisto.operations.registry", "qualname": "get_architect_from_type", "type": "function", "doc": "

Return the architect class for the given string

\n", "signature": "(\n architect_type: str\n) -> type[mephisto.abstractions.architect.Architect]", "funcdef": "def"}, "mephisto.operations.registry.get_valid_provider_types": {"fullname": "mephisto.operations.registry.get_valid_provider_types", "modulename": "mephisto.operations.registry", "qualname": "get_valid_provider_types", "type": "function", "doc": "

Return the valid provider types that are currently supported by\nthe mephisto framework

\n", "signature": "() -> List[str]", "funcdef": "def"}, "mephisto.operations.registry.get_valid_blueprint_types": {"fullname": "mephisto.operations.registry.get_valid_blueprint_types", "modulename": "mephisto.operations.registry", "qualname": "get_valid_blueprint_types", "type": "function", "doc": "

Return the valid provider types that are currently supported by\nthe mephisto framework

\n", "signature": "() -> List[str]", "funcdef": "def"}, "mephisto.operations.registry.get_valid_architect_types": {"fullname": "mephisto.operations.registry.get_valid_architect_types", "modulename": "mephisto.operations.registry", "qualname": "get_valid_architect_types", "type": "function", "doc": "

Return the valid provider types that are currently supported by\nthe mephisto framework

\n", "signature": "() -> List[str]", "funcdef": "def"}, "mephisto.operations.task_launcher": {"fullname": "mephisto.operations.task_launcher", "modulename": "mephisto.operations.task_launcher", "type": "module", "doc": "

\n"}, "mephisto.operations.task_launcher.GeneratorType": {"fullname": "mephisto.operations.task_launcher.GeneratorType", "modulename": "mephisto.operations.task_launcher", "qualname": "GeneratorType", "type": "class", "doc": "

An enumeration.

\n", "bases": "enum.Enum"}, "mephisto.operations.task_launcher.GeneratorType.NONE": {"fullname": "mephisto.operations.task_launcher.GeneratorType.NONE", "modulename": "mephisto.operations.task_launcher", "qualname": "GeneratorType.NONE", "type": "variable", "doc": "

\n", "default_value": " = "}, "mephisto.operations.task_launcher.GeneratorType.UNIT": {"fullname": "mephisto.operations.task_launcher.GeneratorType.UNIT", "modulename": "mephisto.operations.task_launcher", "qualname": "GeneratorType.UNIT", "type": "variable", "doc": "

\n", "default_value": " = "}, "mephisto.operations.task_launcher.GeneratorType.ASSIGNMENT": {"fullname": "mephisto.operations.task_launcher.GeneratorType.ASSIGNMENT", "modulename": "mephisto.operations.task_launcher", "qualname": "GeneratorType.ASSIGNMENT", "type": "variable", "doc": "

\n", "default_value": " = "}, "mephisto.operations.task_launcher.TaskLauncher": {"fullname": "mephisto.operations.task_launcher.TaskLauncher", "modulename": "mephisto.operations.task_launcher", "qualname": "TaskLauncher", "type": "class", "doc": "

This class is responsible for managing the process of registering\nand launching units, including the steps for pre-processing\ndata and storing them locally for assignments when appropriate.

\n"}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"fullname": "mephisto.operations.task_launcher.TaskLauncher.__init__", "modulename": "mephisto.operations.task_launcher", "qualname": "TaskLauncher.__init__", "type": "function", "doc": "

Prepare the task launcher to get it ready to launch the assignments

\n", "signature": "(\n self,\n db: mephisto.abstractions.database.MephistoDB,\n task_run: mephisto.data_model.task_run.TaskRun,\n assignment_data_iterator: Iterable[mephisto.data_model.assignment.InitializationData],\n max_num_concurrent_units: int = 0\n)", "funcdef": "def"}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"fullname": "mephisto.operations.task_launcher.TaskLauncher.create_assignments", "modulename": "mephisto.operations.task_launcher", "qualname": "TaskLauncher.create_assignments", "type": "function", "doc": "

Create an assignment and associated units for the generated assignment data

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"fullname": "mephisto.operations.task_launcher.TaskLauncher.generate_units", "modulename": "mephisto.operations.task_launcher", "qualname": "TaskLauncher.generate_units", "type": "function", "doc": "

units generator which checks that only 'max_num_concurrent_units' running at the same time,\ni.e. in the LAUNCHED or ASSIGNED states

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"fullname": "mephisto.operations.task_launcher.TaskLauncher.launch_units", "modulename": "mephisto.operations.task_launcher", "qualname": "TaskLauncher.launch_units", "type": "function", "doc": "

launch any units registered by this TaskLauncher

\n", "signature": "(self, url: str) -> None", "funcdef": "def"}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"fullname": "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit", "modulename": "mephisto.operations.task_launcher", "qualname": "TaskLauncher.launch_evaluation_unit", "type": "function", "doc": "

Launch a specific evaluation unit, used for quality control

\n", "signature": "(\n self,\n unit_data: Dict[str, Any],\n unit_type_index: int\n) -> mephisto.data_model.unit.Unit", "funcdef": "def"}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"fullname": "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit", "modulename": "mephisto.operations.task_launcher", "qualname": "TaskLauncher.launch_screening_unit", "type": "function", "doc": "

Launch a screening unit, which should never return to the pool

\n", "signature": "(self, unit_data: Dict[str, Any]) -> mephisto.data_model.unit.Unit", "funcdef": "def"}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"fullname": "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit", "modulename": "mephisto.operations.task_launcher", "qualname": "TaskLauncher.launch_gold_unit", "type": "function", "doc": "

Launch a screening unit, which should never return to the pool

\n", "signature": "(self, unit_data: Dict[str, Any]) -> mephisto.data_model.unit.Unit", "funcdef": "def"}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"fullname": "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created", "modulename": "mephisto.operations.task_launcher", "qualname": "TaskLauncher.get_assignments_are_all_created", "type": "function", "doc": "

\n", "signature": "(self) -> bool", "funcdef": "def"}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"fullname": "mephisto.operations.task_launcher.TaskLauncher.expire_units", "modulename": "mephisto.operations.task_launcher", "qualname": "TaskLauncher.expire_units", "type": "function", "doc": "

Clean up all units on this TaskLauncher

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"fullname": "mephisto.operations.task_launcher.TaskLauncher.shutdown", "modulename": "mephisto.operations.task_launcher", "qualname": "TaskLauncher.shutdown", "type": "function", "doc": "

Clean up running threads for generating assignments and units

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.operations.worker_pool": {"fullname": "mephisto.operations.worker_pool", "modulename": "mephisto.operations.worker_pool", "type": "module", "doc": "

\n"}, "mephisto.operations.worker_pool.OnboardingInfo": {"fullname": "mephisto.operations.worker_pool.OnboardingInfo", "modulename": "mephisto.operations.worker_pool", "qualname": "OnboardingInfo", "type": "class", "doc": "

OnboardingInfo(crowd_data: Dict[str, Any], request_id: str)

\n"}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"fullname": "mephisto.operations.worker_pool.OnboardingInfo.__init__", "modulename": "mephisto.operations.worker_pool", "qualname": "OnboardingInfo.__init__", "type": "function", "doc": "

\n", "signature": "(self, crowd_data: Dict[str, Any], request_id: str)", "funcdef": "def"}, "mephisto.operations.worker_pool.AgentDetails": {"fullname": "mephisto.operations.worker_pool.AgentDetails", "modulename": "mephisto.operations.worker_pool", "qualname": "AgentDetails", "type": "class", "doc": "

Class containing the information for a newly initialized frontend agent

\n"}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"fullname": "mephisto.operations.worker_pool.AgentDetails.__init__", "modulename": "mephisto.operations.worker_pool", "qualname": "AgentDetails.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n worker_id: Union[str, NoneType] = None,\n agent_id: Union[str, NoneType] = None,\n init_task_data: Union[Dict[str, Any], NoneType] = None,\n failure_reason: Union[str, NoneType] = None\n)", "funcdef": "def"}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"fullname": "mephisto.operations.worker_pool.AgentDetails.worker_id", "modulename": "mephisto.operations.worker_pool", "qualname": "AgentDetails.worker_id", "type": "variable", "doc": "

\n", "annotation": ": Union[str, NoneType]", "default_value": " = None"}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"fullname": "mephisto.operations.worker_pool.AgentDetails.agent_id", "modulename": "mephisto.operations.worker_pool", "qualname": "AgentDetails.agent_id", "type": "variable", "doc": "

\n", "annotation": ": Union[str, NoneType]", "default_value": " = None"}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"fullname": "mephisto.operations.worker_pool.AgentDetails.init_task_data", "modulename": "mephisto.operations.worker_pool", "qualname": "AgentDetails.init_task_data", "type": "variable", "doc": "

\n", "annotation": ": Union[Dict[str, Any], NoneType]", "default_value": " = None"}, "mephisto.operations.worker_pool.AgentDetails.failure_reason": {"fullname": "mephisto.operations.worker_pool.AgentDetails.failure_reason", "modulename": "mephisto.operations.worker_pool", "qualname": "AgentDetails.failure_reason", "type": "variable", "doc": "

\n", "annotation": ": Union[str, NoneType]", "default_value": " = None"}, "mephisto.operations.worker_pool.AgentDetails.to_dict": {"fullname": "mephisto.operations.worker_pool.AgentDetails.to_dict", "modulename": "mephisto.operations.worker_pool", "qualname": "AgentDetails.to_dict", "type": "function", "doc": "

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.operations.worker_pool.WorkerPool": {"fullname": "mephisto.operations.worker_pool.WorkerPool", "modulename": "mephisto.operations.worker_pool", "qualname": "WorkerPool", "type": "class", "doc": "

The WorkerPool is responsible for tracing the status and state of workers\nand agents that are actively engaged in Mephisto tasks for a given task run. It is\nresponsible for delegating to other classes and controllers on particular status\ntransitions.

\n"}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"fullname": "mephisto.operations.worker_pool.WorkerPool.__init__", "modulename": "mephisto.operations.worker_pool", "qualname": "WorkerPool.__init__", "type": "function", "doc": "

\n", "signature": "(self, db: mephisto.abstractions.database.MephistoDB)", "funcdef": "def"}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"fullname": "mephisto.operations.worker_pool.WorkerPool.register_run", "modulename": "mephisto.operations.worker_pool", "qualname": "WorkerPool.register_run", "type": "function", "doc": "

Register a live run for this worker pool

\n", "signature": "(self, live_run: mephisto.operations.datatypes.LiveTaskRun) -> None", "funcdef": "def"}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"fullname": "mephisto.operations.worker_pool.WorkerPool.get_live_run", "modulename": "mephisto.operations.worker_pool", "qualname": "WorkerPool.get_live_run", "type": "function", "doc": "

Get the associated live run for this worker pool, asserting it's set

\n", "signature": "(self) -> mephisto.operations.datatypes.LiveTaskRun", "funcdef": "def"}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"fullname": "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id", "modulename": "mephisto.operations.worker_pool", "qualname": "WorkerPool.get_agent_for_id", "type": "function", "doc": "

Temporary method to get an agent, while API is figured out

\n", "signature": "(\n self,\n agent_id: str\n) -> Union[mephisto.data_model.agent.Agent, mephisto.data_model.agent.OnboardingAgent, NoneType]", "funcdef": "def"}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"fullname": "mephisto.operations.worker_pool.WorkerPool.register_worker", "modulename": "mephisto.operations.worker_pool", "qualname": "WorkerPool.register_worker", "type": "function", "doc": "

First process the worker registration, then hand off for\nregistering an agent

\n", "signature": "(self, crowd_data: Dict[str, Any], request_id: str) -> None", "funcdef": "async def"}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"fullname": "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding", "modulename": "mephisto.operations.worker_pool", "qualname": "WorkerPool.register_agent_from_onboarding", "type": "function", "doc": "

Convert the onboarding agent to a full agent

\n", "signature": "(self, onboarding_agent: mephisto.data_model.agent.OnboardingAgent)", "funcdef": "async def"}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"fullname": "mephisto.operations.worker_pool.WorkerPool.reconnect_agent", "modulename": "mephisto.operations.worker_pool", "qualname": "WorkerPool.reconnect_agent", "type": "function", "doc": "

When an agent reconnects, find and send the relevant data

\n", "signature": "(self, agent_id: str, request_id: str)", "funcdef": "async def"}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"fullname": "mephisto.operations.worker_pool.WorkerPool.register_agent", "modulename": "mephisto.operations.worker_pool", "qualname": "WorkerPool.register_agent", "type": "function", "doc": "

Process an agent registration packet to register an agent, returning the agent_id

\n", "signature": "(\n self,\n crowd_data: Dict[str, Any],\n worker: mephisto.data_model.worker.Worker,\n request_id: str\n)", "funcdef": "async def"}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"fullname": "mephisto.operations.worker_pool.WorkerPool.push_status_update", "modulename": "mephisto.operations.worker_pool", "qualname": "WorkerPool.push_status_update", "type": "function", "doc": "

Force a status update for a specific agent, pushing the db status to\nthe frontend client

\n", "signature": "(\n self,\n agent: Union[mephisto.data_model.agent.Agent, mephisto.data_model.agent.OnboardingAgent]\n) -> None", "funcdef": "async def"}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"fullname": "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status", "modulename": "mephisto.operations.worker_pool", "qualname": "WorkerPool.handle_updated_agent_status", "type": "function", "doc": "

Handle updating the local statuses for agents based on\nthe previously reported agent statuses.

\n\n

Takes as input a mapping from agent_id to server-side status

\n", "signature": "(self, status_map: Dict[str, str])", "funcdef": "def"}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"fullname": "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents", "modulename": "mephisto.operations.worker_pool", "qualname": "WorkerPool.disconnect_active_agents", "type": "function", "doc": "

Under a forced shutdown, set the status of all current agents\nto disconnected to clear their running tasks

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"fullname": "mephisto.operations.worker_pool.WorkerPool.shutdown", "modulename": "mephisto.operations.worker_pool", "qualname": "WorkerPool.shutdown", "type": "function", "doc": "

Mark shut down. Handle resource cleanup if necessary

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.scripts": {"fullname": "mephisto.scripts", "modulename": "mephisto.scripts", "type": "module", "doc": "

scripts

\n\n

This directory is for convenience scripts that all Mephisto users may find useful. They should be runnable, polished, and have some kind of API or user interface, as opposed to being methods or modules like those present in the tools directory.

\n\n

Scripts in this directory should be grouped into folders by the abstractions or tasks they relate to.

\n"}, "mephisto.scripts.heroku": {"fullname": "mephisto.scripts.heroku", "modulename": "mephisto.scripts.heroku", "type": "module", "doc": "

\n"}, "mephisto.scripts.heroku.initialize_heroku": {"fullname": "mephisto.scripts.heroku.initialize_heroku", "modulename": "mephisto.scripts.heroku.initialize_heroku", "type": "module", "doc": "

\n"}, "mephisto.scripts.heroku.initialize_heroku.main": {"fullname": "mephisto.scripts.heroku.initialize_heroku.main", "modulename": "mephisto.scripts.heroku.initialize_heroku", "qualname": "main", "type": "function", "doc": "

Force Mephisto to check heroku architect's credentials.\nIf this succeeds, then it's a no-op. If it fails,\nit will print setup instructions

\n", "signature": "()", "funcdef": "def"}, "mephisto.scripts.local_db": {"fullname": "mephisto.scripts.local_db", "modulename": "mephisto.scripts.local_db", "type": "module", "doc": "

\n"}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"fullname": "mephisto.scripts.local_db.load_data_to_mephisto_db", "modulename": "mephisto.scripts.local_db.load_data_to_mephisto_db", "type": "module", "doc": "

Utility script that directly loads in data from another place to\nthe MephistoDB under a specified task run, using MockRequester and\nMockWorkers as we don't know where the data actually came from.

\n\n

!! Currently in development, not necessarily for use !!

\n"}, "mephisto.scripts.local_db.load_data_to_mephisto_db.main": {"fullname": "mephisto.scripts.local_db.load_data_to_mephisto_db.main", "modulename": "mephisto.scripts.local_db.load_data_to_mephisto_db", "qualname": "main", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.scripts.mturk": {"fullname": "mephisto.scripts.mturk", "modulename": "mephisto.scripts.mturk", "type": "module", "doc": "

MTurk Scripts

\n\n

This directory contains scripts that may be useful for Mephisto users that use MTurk as a crowd provider. Descriptions of the scripts and what they do can be found here:

\n\n

Cleanup

\n\n

The cleanup script cleanup.py is to be used when a run exits due to a catastrophic failure, such as a power outage, sudden reboot, or series of eager Ctrl-C presses. It will search through any tasks that seem to be active and running, and allow users to select to take them down.

\n\n

Upon run, the script will ask what requester you want to clean up from. It will try to find all of the HITs currently associated with that requester, and see if any of them appear to be broken or active. (If you have an active job running, there's currently no clear way to distinguish between those and ones from a previously failed run). After this the script will ask for whether you want to clean up by title, or just clean up all of the tasks.

\n\n

Soft-block Workers by MTurk ID

\n\n

The script soft_block_workers_by_mturk_id.py exists to allow a smooth transition into using Mephisto for users that may have blocklists in other locations. Mephisto doesn't directly allow granting Mephisto-backed qualifications to workers that are not in the MephistoDB, but this script can be used to assign such a qualification to MTurk workers just by their ID.

\n\n

To use the script, enter the requester name that you would like to assign the block from, the Mephisto qualification name you will be using to block, and then a newline separated list of the MTurk IDs you want to block. After this, entering a blank newline will block all of the given workers.

\n"}, "mephisto.scripts.mturk.cleanup": {"fullname": "mephisto.scripts.mturk.cleanup", "modulename": "mephisto.scripts.mturk.cleanup", "type": "module", "doc": "

Utility script that finds, expires, and disposes HITs that may not\nhave been taking down during a run that exited improperly.

\n"}, "mephisto.scripts.mturk.cleanup.main": {"fullname": "mephisto.scripts.mturk.cleanup.main", "modulename": "mephisto.scripts.mturk.cleanup", "qualname": "main", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.scripts.mturk.identify_broken_units": {"fullname": "mephisto.scripts.mturk.identify_broken_units", "modulename": "mephisto.scripts.mturk.identify_broken_units", "type": "module", "doc": "

\n"}, "mephisto.scripts.mturk.identify_broken_units.main": {"fullname": "mephisto.scripts.mturk.identify_broken_units.main", "modulename": "mephisto.scripts.mturk.identify_broken_units", "qualname": "main", "type": "function", "doc": "

Script to crawl through the database for a specific task run and ensure that\nall of the states of units and related MTurk data is synced up.

\n", "signature": "()", "funcdef": "def"}, "mephisto.scripts.mturk.launch_makeup_hits": {"fullname": "mephisto.scripts.mturk.launch_makeup_hits", "modulename": "mephisto.scripts.mturk.launch_makeup_hits", "type": "module", "doc": "

\n"}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"fullname": "mephisto.scripts.mturk.launch_makeup_hits.build_task_config", "modulename": "mephisto.scripts.mturk.launch_makeup_hits", "qualname": "build_task_config", "type": "function", "doc": "

\n", "signature": "(compensation_dict, requester)", "funcdef": "def"}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"fullname": "mephisto.scripts.mturk.launch_makeup_hits.main", "modulename": "mephisto.scripts.mturk.launch_makeup_hits", "qualname": "main", "type": "function", "doc": "

Script to launch makeup tasks for workers that\ncan't be bonused via other avenues.

\n\n

Creates a task for a worker, qualifying them directly,\nand marks as a soft_rejected HIT for the given task name.

\n", "signature": "()", "funcdef": "def"}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"fullname": "mephisto.scripts.mturk.print_outstanding_hit_status", "modulename": "mephisto.scripts.mturk.print_outstanding_hit_status", "type": "module", "doc": "

Utility script that finds, HITs associated with a specific task run,\nand tries to get their information

\n"}, "mephisto.scripts.mturk.print_outstanding_hit_status.main": {"fullname": "mephisto.scripts.mturk.print_outstanding_hit_status.main", "modulename": "mephisto.scripts.mturk.print_outstanding_hit_status", "qualname": "main", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id": {"fullname": "mephisto.scripts.mturk.soft_block_workers_by_mturk_id", "modulename": "mephisto.scripts.mturk.soft_block_workers_by_mturk_id", "type": "module", "doc": "

\n"}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id.main": {"fullname": "mephisto.scripts.mturk.soft_block_workers_by_mturk_id.main", "modulename": "mephisto.scripts.mturk.soft_block_workers_by_mturk_id", "qualname": "main", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.tools": {"fullname": "mephisto.tools", "modulename": "mephisto.tools", "type": "module", "doc": "

Tools

\n\n

The tools directory contains helper methods and modules that allow for lower-level access to the Mephisto data model than the clients provide. These may be useful for creating custom workflows and scripts that are built on Mephisto.

\n\n

At the moment this folder contains the following:

\n\n
    \n
  • MephistoDataBrowser: The MephistoDataBrowser is a convenience tool for accessing all of the units and data associated with a specific task run or task name. It is generally used when reviewing or compiling data.
  • \n
  • scripts.py: The methods available in scripts.py are to be used in user scripts that rely on Mephisto. At the moment, these scripts allow for easy configuration of a database as well as augmentation of a script config for use in a Mephisto TaskRun.
  • \n
\n\n

MephistoDataBrowser

\n\n

The MephistoDataBrowser at the moment can handle the job of getting all Units that are associated with a given task or task run. They can also retrieve the relevant data about a Unit, including the work done for that Unit, if the Unit is completed.

\n\n

It has three usable methods at the moment:

\n\n
    \n
  • get_units_for_run_id: This will return a list of all final Unit's associated with the given task_run_id. These will all be in a terminal state, such as COMPLETED, ACCEPTED or REJECTED. Units that are still in flight will not appear using this method.
  • \n
  • get_units_for_task_name: This will go through all task runs that share the given task_name, and collect their units in the same manner as get_units_for_run_id.
  • \n
  • get_data_from_unit: When given a Unit that is in a terminal state, this method will return data about that Unit, including the Mephisto id of the worker, the status of the work, the data saved by this Unit, and the start and end times for when the worker produced the data.
  • \n
\n\n

examine_utils.py

\n\n

This file contains a number of helper functions that are useful for running reviews over Mephisto data. We provide a high-level script for doing a 'review-by-worker' style evaluation, as well as breakout helper functions that could be useful in alternate review flows.

\n\n
    \n
  • run_examine_by_worker: This function takes a function format_data_for_printing that consumes the result of MephistoDataBrowser.get_data_from_unit, and should print out to terminal a reviewable format. It optionally takes in task_name, block_qualification, and approve_qualification arguments. If task_name is provided, the script will be run in review mode without querying the user for anything.
  • \n
  • print_results: This function takes a task name and display function format_data_for_printing, and an optional int limit, and prints up to limit results to stdout.
  • \n
  • format_worker_stats: Takes in a worker id and set of previous worker stats, and returns the previous stats in the format (accepted_count | total_rejected_count (soft_rejected_count) / total count)
  • \n
  • prompt_for_options: Prompts the user for task_name, block_qualification, and approve_qualification. If provided as an argument, skips. Returns these values after confirming with the user, and if blank uses None.
  • \n
\n\n

scripts.py

\n\n

This file contains a few helper methods for running scripts relying on the MephistoDB. They are as follows:

\n\n
    \n
  • get_db_from_config: This method takes in a hydra-produced DictConfig containing a MephistoConfig (such as a TaskConfig), and returns an initialized MephistoDB compatible with the configuration. Right now this exclusively leverages the LocalMephistoDB.
  • \n
  • augment_config_from_db: This method takes in a TaskConfig and a MephistoDB, parses the content to ensure that a valid requester and architect setup exists, and then updates the config. It also has validation steps that require user confirmation for live runs. It returns the updated config.
  • \n
  • load_db_and_process_config: This is a convenience method that wraps the above two methods, loading in the appropriate MephistoDB and using it to process the script. It returns the db and a valid config.
  • \n
  • process_config_and_get_operator: A convenience wrapper of the above method that _also_ creates an Operator too.
  • \n
  • task_script: This decorator is used to register a Mephisto script for launching task runs. It takes in either a config (TaskConfig) or default_config_file (yaml filename without the .yaml) argument to specify how the script is configured, and wraps a main that takes in an Operator and DictConfig as arguments.
  • \n
\n"}, "mephisto.tools.data_browser": {"fullname": "mephisto.tools.data_browser", "modulename": "mephisto.tools.data_browser", "type": "module", "doc": "

\n"}, "mephisto.tools.data_browser.DataBrowser": {"fullname": "mephisto.tools.data_browser.DataBrowser", "modulename": "mephisto.tools.data_browser", "qualname": "DataBrowser", "type": "class", "doc": "

Class with convenience methods for getting completed data\nback from runs to parse and manage with other scripts

\n"}, "mephisto.tools.data_browser.DataBrowser.__init__": {"fullname": "mephisto.tools.data_browser.DataBrowser.__init__", "modulename": "mephisto.tools.data_browser", "qualname": "DataBrowser.__init__", "type": "function", "doc": "

\n", "signature": "(self, db=None)", "funcdef": "def"}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"fullname": "mephisto.tools.data_browser.DataBrowser.get_task_name_list", "modulename": "mephisto.tools.data_browser", "qualname": "DataBrowser.get_task_name_list", "type": "function", "doc": "

\n", "signature": "(self) -> List[str]", "funcdef": "def"}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"fullname": "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name", "modulename": "mephisto.tools.data_browser", "qualname": "DataBrowser.get_units_for_task_name", "type": "function", "doc": "

Return a list of all Units in a terminal completed state from all\ntask runs with the given task_name

\n", "signature": "(self, task_name: str) -> List[mephisto.data_model.unit.Unit]", "funcdef": "def"}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"fullname": "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id", "modulename": "mephisto.tools.data_browser", "qualname": "DataBrowser.get_units_for_run_id", "type": "function", "doc": "

Return a list of all Units in a terminal completed state from the\ntask run with the given run_id

\n", "signature": "(self, run_id: str) -> List[mephisto.data_model.unit.Unit]", "funcdef": "def"}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"fullname": "mephisto.tools.data_browser.DataBrowser.get_data_from_unit", "modulename": "mephisto.tools.data_browser", "qualname": "DataBrowser.get_data_from_unit", "type": "function", "doc": "

Return a dict containing all data associated with the given\nunit, including its status, data, and start and end time.

\n\n

Also includes the DB ids for the worker, the unit, and the\nrelevant assignment this unit was a part of.

\n", "signature": "(self, unit: mephisto.data_model.unit.Unit) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"fullname": "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification", "modulename": "mephisto.tools.data_browser", "qualname": "DataBrowser.get_workers_with_qualification", "type": "function", "doc": "

Returns a list of 'Worker's for workers who are qualified wrt qualification_name.

\n", "signature": "(\n self,\n qualification_name: str\n) -> List[mephisto.data_model.worker.Worker]", "funcdef": "def"}, "mephisto.tools.examine_utils": {"fullname": "mephisto.tools.examine_utils", "modulename": "mephisto.tools.examine_utils", "type": "module", "doc": "

Utilities specifically for running examine scripts. Example usage can be\nseen in the examine results scripts in the examples directory.

\n"}, "mephisto.tools.examine_utils.print_results": {"fullname": "mephisto.tools.examine_utils.print_results", "modulename": "mephisto.tools.examine_utils", "qualname": "print_results", "type": "function", "doc": "

Script to write out to stdout from start to end results from the task with the given task name

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n task_name: str,\n format_data_for_printing: Callable[[Dict[str, Any]], str],\n start: Union[int, NoneType] = None,\n end: Union[int, NoneType] = None\n) -> None", "funcdef": "def"}, "mephisto.tools.examine_utils.prompt_for_options": {"fullname": "mephisto.tools.examine_utils.prompt_for_options", "modulename": "mephisto.tools.examine_utils", "qualname": "prompt_for_options", "type": "function", "doc": "

Utility to request common user options for examine scripts.\nLeave block_qualification or approve_qualification as empty strings\nto skip their respective prompt.

\n", "signature": "(\n task_name: Union[str, NoneType] = None,\n block_qualification: Union[str, NoneType] = None,\n approve_qualification: Union[str, NoneType] = None\n) -> Tuple[str, Union[str, NoneType], Union[str, NoneType]]", "funcdef": "def"}, "mephisto.tools.examine_utils.get_worker_stats": {"fullname": "mephisto.tools.examine_utils.get_worker_stats", "modulename": "mephisto.tools.examine_utils", "qualname": "get_worker_stats", "type": "function", "doc": "

Traverse a list of units and create a mapping from worker id\nto their units, grouped by their current status

\n", "signature": "(\n units: list[mephisto.data_model.unit.Unit]\n) -> dict[str, dict[str, list[mephisto.data_model.unit.Unit]]]", "funcdef": "def"}, "mephisto.tools.examine_utils.format_worker_stats": {"fullname": "mephisto.tools.examine_utils.format_worker_stats", "modulename": "mephisto.tools.examine_utils", "qualname": "format_worker_stats", "type": "function", "doc": "

When given a worker id and a list of worker stats, return a string\ncontaining the proportion of accepted to rejected work.

\n", "signature": "(\n worker_id: str,\n previous_work_by_worker: dict[str, dict[str, list[mephisto.data_model.unit.Unit]]]\n) -> str", "funcdef": "def"}, "mephisto.tools.examine_utils.run_examine_by_worker": {"fullname": "mephisto.tools.examine_utils.run_examine_by_worker", "modulename": "mephisto.tools.examine_utils", "qualname": "run_examine_by_worker", "type": "function", "doc": "

Basic script for reviewing work, grouped by worker for convenience. First gets\nthe required information to run a review, then

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n format_data_for_printing: Callable[[Dict[str, Any]], str],\n task_name: Union[str, NoneType] = None,\n block_qualification: Union[str, NoneType] = None,\n approve_qualification: Union[str, NoneType] = None\n)", "funcdef": "def"}, "mephisto.tools.examine_utils.run_examine_or_review": {"fullname": "mephisto.tools.examine_utils.run_examine_or_review", "modulename": "mephisto.tools.examine_utils", "qualname": "run_examine_or_review", "type": "function", "doc": "

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n format_data_for_printing: Callable[[Dict[str, Any]], str]\n) -> None", "funcdef": "def"}, "mephisto.tools.scripts": {"fullname": "mephisto.tools.scripts", "modulename": "mephisto.tools.scripts", "type": "module", "doc": "

Utilities that are useful for Mephisto-related scripts.

\n"}, "mephisto.tools.scripts.load_db_and_process_config": {"fullname": "mephisto.tools.scripts.load_db_and_process_config", "modulename": "mephisto.tools.scripts", "qualname": "load_db_and_process_config", "type": "function", "doc": "

Using a Hydra DictConfig built from a TaskConfig,\nload the desired MephistoDB and\nvalidate the config against the database contents, then\nreturn the database and validated config.

\n\n

Takes in an option to print out the configuration before returning

\n", "signature": "(\n cfg: omegaconf.dictconfig.DictConfig,\n print_config=False\n) -> tuple[mephisto.abstractions.database.MephistoDB, omegaconf.dictconfig.DictConfig]", "funcdef": "def"}, "mephisto.tools.scripts.process_config_and_get_operator": {"fullname": "mephisto.tools.scripts.process_config_and_get_operator", "modulename": "mephisto.tools.scripts", "qualname": "process_config_and_get_operator", "type": "function", "doc": "

Using a Hydra DictConfig built from a TaskConfig,\nreturn an operator for that task as well as a validated config.

\n\n

Takes in an option to print out the configuration before returning

\n", "signature": "(\n cfg: omegaconf.dictconfig.DictConfig,\n print_config=False\n) -> tuple[mephisto.operations.operator.Operator, omegaconf.dictconfig.DictConfig]", "funcdef": "def"}, "mephisto.tools.scripts.task_script": {"fullname": "mephisto.tools.scripts.task_script", "modulename": "mephisto.tools.scripts", "qualname": "task_script", "type": "function", "doc": "

Create a decorator for the main of a Mephisto task script

\n\n

Must provide one of config (a TaskConfig dataclass) or default_config_file\n(the location of a default task config hydra yaml), the former\nwill be preferred.

\n\n

May specify a config_path override if not using hydra_configs at the\nrun script location.

\n", "signature": "(\n config: Union[Type[mephisto.operations.hydra_config.TaskConfig], NoneType] = None,\n default_config_file: Union[str, NoneType] = None,\n config_path: str = 'hydra_configs'\n) -> Callable[[~TaskFunction], Any]", "funcdef": "def"}, "mephisto.tools.scripts.get_db_from_config": {"fullname": "mephisto.tools.scripts.get_db_from_config", "modulename": "mephisto.tools.scripts", "qualname": "get_db_from_config", "type": "function", "doc": "

Get a MephistoDB from the given configuration. As of now\nthis defaults to a LocalMephistoDB

\n", "signature": "(\n cfg: omegaconf.dictconfig.DictConfig\n) -> mephisto.abstractions.database.MephistoDB", "funcdef": "def"}, "mephisto.tools.scripts.augment_config_from_db": {"fullname": "mephisto.tools.scripts.augment_config_from_db", "modulename": "mephisto.tools.scripts", "qualname": "augment_config_from_db", "type": "function", "doc": "

Check the database for validity of the incoming MephistoConfig, ensure\nthat the config has all the necessary fields set.

\n", "signature": "(\n script_cfg: omegaconf.dictconfig.DictConfig,\n db: mephisto.abstractions.database.MephistoDB\n) -> omegaconf.dictconfig.DictConfig", "funcdef": "def"}, "mephisto.tools.scripts.build_custom_bundle": {"fullname": "mephisto.tools.scripts.build_custom_bundle", "modulename": "mephisto.tools.scripts", "qualname": "build_custom_bundle", "type": "function", "doc": "

Locate all of the custom files used for a custom build, create\na prebuild directory containing all of them, then build the\ncustom source.

\n\n

Check dates to only go through this build process when files have changes

\n", "signature": "(custom_src_dir)", "funcdef": "def"}, "mephisto.utils": {"fullname": "mephisto.utils", "modulename": "mephisto.utils", "type": "module", "doc": "

Utils

\n\n

Contains classes and utility functions that are generally useful for Mephisto classes to rely on and which don't better belong in a specific subfolder. These are differ from tools, which are more likely to be used directly by external Mephisto users rather than internal Mephisto classes.

\n\n

metrics.py

\n\n

This file contains useful functionality for managing the prometheus and grafana servers associated with Mephisto.

\n\n

logger_core.py

\n\n

This module contains helpers to simplify the process of generating unique loggers and logging configuration for various parts of Mephisto. At the moment this only outlines the basic logging style that Mephisto uses, though much is still to be done in order to set up logging throughout Mephisto, simplified controls for getting debug information across certain files, and user configuration of Mephisto logs.

\n\n

dirs.py

\n\n

This file contains number of helper utils that (at the moment) rely on the local-storage implementation of Mephisto. These utils help navigate the files present in the mephisto architecture, identify task files, link classes, etc. Docstrings in this class explain in more detail.

\n\n

testing.py

\n\n

This file contains functions that are specifically useful for setting up mock data in tests.

\n\n

qualifications.py

\n\n

This file contains helpers that are used for interfacing with or creating Mephisto qualifications.

\n"}, "mephisto.utils.dirs": {"fullname": "mephisto.utils.dirs", "modulename": "mephisto.utils.dirs", "type": "module", "doc": "

Contains centralized accessors for default Mephisto directories

\n"}, "mephisto.utils.dirs.get_root_dir": {"fullname": "mephisto.utils.dirs.get_root_dir", "modulename": "mephisto.utils.dirs", "qualname": "get_root_dir", "type": "function", "doc": "

Return the currently configured root mephisto directory

\n", "signature": "() -> str", "funcdef": "def"}, "mephisto.utils.dirs.get_provider_dir": {"fullname": "mephisto.utils.dirs.get_provider_dir", "modulename": "mephisto.utils.dirs", "qualname": "get_provider_dir", "type": "function", "doc": "

Return the path to the mephisto providers diroctory

\n", "signature": "() -> str", "funcdef": "def"}, "mephisto.utils.dirs.get_tasks_dir": {"fullname": "mephisto.utils.dirs.get_tasks_dir", "modulename": "mephisto.utils.dirs", "qualname": "get_tasks_dir", "type": "function", "doc": "

Return the directory where the mephisto user has configured their personal tasks\nto exist in

\n", "signature": "() -> str", "funcdef": "def"}, "mephisto.utils.dirs.get_dir_for_task": {"fullname": "mephisto.utils.dirs.get_dir_for_task", "modulename": "mephisto.utils.dirs", "qualname": "get_dir_for_task", "type": "function", "doc": "

Return the directory for the given task, if it exists. Check the user's task\ndir first and then the gallery second.

\n", "signature": "(task_name: str, not_exists_ok: bool = False) -> Union[str, NoneType]", "funcdef": "def"}, "mephisto.utils.dirs.get_root_data_dir": {"fullname": "mephisto.utils.dirs.get_root_data_dir", "modulename": "mephisto.utils.dirs", "qualname": "get_root_data_dir", "type": "function", "doc": "

Return the directory where the mephisto data is expected to go

\n", "signature": "() -> str", "funcdef": "def"}, "mephisto.utils.dirs.get_data_dir": {"fullname": "mephisto.utils.dirs.get_data_dir", "modulename": "mephisto.utils.dirs", "qualname": "get_data_dir", "type": "function", "doc": "

Return the directory where the mephisto data is expected to go

\n", "signature": "(root_dir: Union[str, NoneType] = None) -> str", "funcdef": "def"}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"fullname": "mephisto.utils.dirs.get_mephisto_tmp_dir", "modulename": "mephisto.utils.dirs", "qualname": "get_mephisto_tmp_dir", "type": "function", "doc": "

Return the directory where the mephisto temporary build files go

\n", "signature": "() -> str", "funcdef": "def"}, "mephisto.utils.dirs.get_dir_for_run": {"fullname": "mephisto.utils.dirs.get_dir_for_run", "modulename": "mephisto.utils.dirs", "qualname": "get_dir_for_run", "type": "function", "doc": "

Return the directory where the mephisto run data is expected to go

\n", "signature": "(\n task_run: mephisto.data_model.task_run.TaskRun,\n project_name: str = 'NO_PROJECT'\n) -> str", "funcdef": "def"}, "mephisto.utils.dirs.get_run_file_dir": {"fullname": "mephisto.utils.dirs.get_run_file_dir", "modulename": "mephisto.utils.dirs", "qualname": "get_run_file_dir", "type": "function", "doc": "

Utility function to get the directory that a particular\npython run file is contained in, even when run from\na different directory.

\n\n

Useful as configuration information for a task is generally\nkept within the same directory as the run script

\n", "signature": "() -> str", "funcdef": "def"}, "mephisto.utils.logger_core": {"fullname": "mephisto.utils.logger_core", "modulename": "mephisto.utils.logger_core", "type": "module", "doc": "

\n"}, "mephisto.utils.logger_core.loggers": {"fullname": "mephisto.utils.logger_core.loggers", "modulename": "mephisto.utils.logger_core", "qualname": "loggers", "type": "variable", "doc": "

\n", "annotation": ": Dict[str, logging.Logger]", "default_value": " = {'mephisto.abstractions._subcomponents.task_builder': , 'mephisto.data_model.qualification': , 'mephisto.utils.qualifications': , 'mephisto.abstractions._subcomponents.agent_state': , 'mephisto.abstractions._subcomponents.task_runner': , 'mephisto.abstractions.blueprint': , 'mephisto.data_model.requester': , 'mephisto.data_model.task_run': , 'mephisto.data_model.worker': , 'mephisto.data_model.agent': , 'mephisto.data_model.unit': , 'mephisto.operations.hydra_config': , 'mephisto.abstractions.providers.mock.mock_unit': , 'mephisto.data_model.assignment': , 'mephisto.abstractions.databases.local_database': , 'mephisto.abstractions.providers.mturk.mturk_datastore': , 'mephisto.abstractions.providers.mturk.mturk_utils': , 'mephisto.abstractions.providers.mturk.mturk_agent': , 'mephisto.abstractions.providers.mturk.mturk_unit': , 'mephisto.abstractions.providers.mturk.mturk_worker': , 'mephisto.abstractions.architects.channels.websocket_channel': , 'mephisto.abstractions.architects.heroku_architect': , 'mephisto.abstractions.architects.ec2.ec2_helpers': , 'mephisto.abstractions.architects.ec2.ec2_architect': , 'mephisto.abstractions.blueprints.abstract.static_task.static_agent_state': , 'mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name': , 'mephisto.operations.task_launcher': , 'mephisto.abstractions.blueprints.mixins.use_gold_unit': , 'mephisto.abstractions.databases.local_singleton_database': , 'mephisto.operations.client_io_handler': , 'mephisto.operations.worker_pool': , 'mephisto.utils.metrics': , 'mephisto.operations.operator': }"}, "mephisto.utils.logger_core.warn_once": {"fullname": "mephisto.utils.logger_core.warn_once", "modulename": "mephisto.utils.logger_core", "qualname": "warn_once", "type": "function", "doc": "

Log a warning, but only once.

\n\n

:param str msg: Message to display

\n", "signature": "(msg: str) -> None", "funcdef": "def"}, "mephisto.utils.logger_core.set_mephisto_log_level": {"fullname": "mephisto.utils.logger_core.set_mephisto_log_level", "modulename": "mephisto.utils.logger_core", "qualname": "set_mephisto_log_level", "type": "function", "doc": "

Set the global level for Mephisto logging, from\nwhich all other classes will set their logging.

\n\n

Verbose sets an option between DEBUG and INFO, while level allows setting\na specific level, and takes precedence.

\n\n

Calling this function will override the desired log levels from individual files,\nand if you want to enable a specific level for a specific logger, you'll need\nto get that logger from the loggers dict and call setLevel

\n", "signature": "(\n verbose: Union[bool, NoneType] = None,\n level: Union[str, NoneType] = None\n)", "funcdef": "def"}, "mephisto.utils.logger_core.get_logger": {"fullname": "mephisto.utils.logger_core.get_logger", "modulename": "mephisto.utils.logger_core", "qualname": "get_logger", "type": "function", "doc": "

Gets the logger corresponds to each module\n Parameters:\n name (string): the module name (__name__).\n verbose (bool): INFO level activated if True.\n log_file (string): path for saving logs locally.\n level (string): logging level. Values options: [info, debug, warning, error, critical].

\n\n
    Returns:\n            logger (logging.Logger): the corresponding logger to the given module name.\n
\n", "signature": "(\n name: str,\n verbose: Union[bool, NoneType] = None,\n log_file: Union[str, NoneType] = None,\n level: Union[str, NoneType] = None\n) -> logging.Logger", "funcdef": "def"}, "mephisto.utils.logger_core.format_loud": {"fullname": "mephisto.utils.logger_core.format_loud", "modulename": "mephisto.utils.logger_core", "qualname": "format_loud", "type": "function", "doc": "

\n", "signature": "(target_text: str)", "funcdef": "def"}, "mephisto.utils.metrics": {"fullname": "mephisto.utils.metrics", "modulename": "mephisto.utils.metrics", "type": "module", "doc": "

\n"}, "mephisto.utils.metrics.run_install_script": {"fullname": "mephisto.utils.metrics.run_install_script", "modulename": "mephisto.utils.metrics", "qualname": "run_install_script", "type": "function", "doc": "

Run the install script from METRICS_DIR

\n", "signature": "() -> bool", "funcdef": "def"}, "mephisto.utils.metrics.metrics_are_installed": {"fullname": "mephisto.utils.metrics.metrics_are_installed", "modulename": "mephisto.utils.metrics", "qualname": "metrics_are_installed", "type": "function", "doc": "

Return whether metrics are installed

\n", "signature": "()", "funcdef": "def"}, "mephisto.utils.metrics.launch_servers_and_wait": {"fullname": "mephisto.utils.metrics.launch_servers_and_wait", "modulename": "mephisto.utils.metrics", "qualname": "launch_servers_and_wait", "type": "function", "doc": "

Run a prometheus and grafana server, then suspend the thread\n(ensuring prometheus remains up in case a task shuts it down).\nCloses resources on Ctrl-C

\n", "signature": "()", "funcdef": "def"}, "mephisto.utils.metrics.start_metrics_server": {"fullname": "mephisto.utils.metrics.start_metrics_server", "modulename": "mephisto.utils.metrics", "qualname": "start_metrics_server", "type": "function", "doc": "

Launch a metrics server for the current job. At the moment, defaults to launching on port 3031.

\n\n

Unfortunately this means we are only able to check metrics on one job at a time for now.\nFuture work will extend our metrics logging configuration.

\n", "signature": "(args: Union[omegaconf.dictconfig.DictConfig, NoneType] = None)", "funcdef": "def"}, "mephisto.utils.metrics.launch_prometheus_server": {"fullname": "mephisto.utils.metrics.launch_prometheus_server", "modulename": "mephisto.utils.metrics", "qualname": "launch_prometheus_server", "type": "function", "doc": "

Launch a prometheus server if one is not already running (based on having an expected PID)

\n\n

Returns success or failure

\n", "signature": "(\n args: Union[omegaconf.dictconfig.DictConfig, NoneType] = None\n) -> bool", "funcdef": "def"}, "mephisto.utils.metrics.launch_grafana_server": {"fullname": "mephisto.utils.metrics.launch_grafana_server", "modulename": "mephisto.utils.metrics", "qualname": "launch_grafana_server", "type": "function", "doc": "

Launch a grafana server if one is not already running (based on having an expected PID)

\n", "signature": "(\n args: Union[omegaconf.dictconfig.DictConfig, NoneType] = None\n) -> bool", "funcdef": "def"}, "mephisto.utils.metrics.get_dash_url": {"fullname": "mephisto.utils.metrics.get_dash_url", "modulename": "mephisto.utils.metrics", "qualname": "get_dash_url", "type": "function", "doc": "

Return the url to the default Mephisto dashboard. Requires a running grafana server

\n", "signature": "(args: Union[omegaconf.dictconfig.DictConfig, NoneType] = None)", "funcdef": "def"}, "mephisto.utils.metrics.shutdown_prometheus_server": {"fullname": "mephisto.utils.metrics.shutdown_prometheus_server", "modulename": "mephisto.utils.metrics", "qualname": "shutdown_prometheus_server", "type": "function", "doc": "

Shutdown the prometheus server

\n", "signature": "(\n args: Union[omegaconf.dictconfig.DictConfig, NoneType] = None,\n expect_exists=False\n)", "funcdef": "def"}, "mephisto.utils.metrics.shutdown_grafana_server": {"fullname": "mephisto.utils.metrics.shutdown_grafana_server", "modulename": "mephisto.utils.metrics", "qualname": "shutdown_grafana_server", "type": "function", "doc": "

Shutdown the grafana server

\n", "signature": "(\n args: Union[omegaconf.dictconfig.DictConfig, NoneType] = None,\n expect_exists=False\n)", "funcdef": "def"}, "mephisto.utils.qualifications": {"fullname": "mephisto.utils.qualifications", "modulename": "mephisto.utils.qualifications", "type": "module", "doc": "

\n"}, "mephisto.utils.qualifications.worker_is_qualified": {"fullname": "mephisto.utils.qualifications.worker_is_qualified", "modulename": "mephisto.utils.qualifications", "qualname": "worker_is_qualified", "type": "function", "doc": "

\n", "signature": "(\n worker: mephisto.data_model.worker.Worker,\n qualifications: List[Dict[str, Any]]\n)", "funcdef": "def"}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"fullname": "mephisto.utils.qualifications.as_valid_qualification_dict", "modulename": "mephisto.utils.qualifications", "qualname": "as_valid_qualification_dict", "type": "function", "doc": "

Check to ensure that a qualification dict properly checks\nagainst a Mephisto qualification

\n", "signature": "(qual_dict: Dict[str, Any]) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.utils.qualifications.make_qualification_dict": {"fullname": "mephisto.utils.qualifications.make_qualification_dict", "modulename": "mephisto.utils.qualifications", "qualname": "make_qualification_dict", "type": "function", "doc": "

Create a qualification dict to pass to an operator as part\nof extra_args

\n", "signature": "(\n qualification_name: str,\n comparator: str,\n value: Any,\n applicable_providers: Union[List[str], NoneType] = None\n) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.utils.qualifications.find_or_create_qualification": {"fullname": "mephisto.utils.qualifications.find_or_create_qualification", "modulename": "mephisto.utils.qualifications", "qualname": "find_or_create_qualification", "type": "function", "doc": "

Ensure the given qualification exists in the db,\ncreating it if it doesn't already. Returns the id

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n qualification_name: str\n) -> str", "funcdef": "def"}, "mephisto.utils.testing": {"fullname": "mephisto.utils.testing", "modulename": "mephisto.utils.testing", "type": "module", "doc": "

\n"}, "mephisto.utils.testing.get_test_project": {"fullname": "mephisto.utils.testing.get_test_project", "modulename": "mephisto.utils.testing", "qualname": "get_test_project", "type": "function", "doc": "

Helper to create a project for tests

\n", "signature": "(db: mephisto.abstractions.database.MephistoDB) -> Tuple[str, str]", "funcdef": "def"}, "mephisto.utils.testing.get_test_worker": {"fullname": "mephisto.utils.testing.get_test_worker", "modulename": "mephisto.utils.testing", "qualname": "get_test_worker", "type": "function", "doc": "

Helper to create a worker for tests

\n", "signature": "(db: mephisto.abstractions.database.MephistoDB) -> Tuple[str, str]", "funcdef": "def"}, "mephisto.utils.testing.get_test_requester": {"fullname": "mephisto.utils.testing.get_test_requester", "modulename": "mephisto.utils.testing", "qualname": "get_test_requester", "type": "function", "doc": "

Helper to create a requester for tests

\n", "signature": "(db: mephisto.abstractions.database.MephistoDB) -> Tuple[str, str]", "funcdef": "def"}, "mephisto.utils.testing.get_mock_requester": {"fullname": "mephisto.utils.testing.get_mock_requester", "modulename": "mephisto.utils.testing", "qualname": "get_mock_requester", "type": "function", "doc": "

Get or create a mock requester to use for test tasks

\n", "signature": "(db) -> mephisto.data_model.requester.Requester", "funcdef": "def"}, "mephisto.utils.testing.get_test_task": {"fullname": "mephisto.utils.testing.get_test_task", "modulename": "mephisto.utils.testing", "qualname": "get_test_task", "type": "function", "doc": "

Helper to create a task for tests

\n", "signature": "(db: mephisto.abstractions.database.MephistoDB) -> Tuple[str, str]", "funcdef": "def"}, "mephisto.utils.testing.get_test_task_run": {"fullname": "mephisto.utils.testing.get_test_task_run", "modulename": "mephisto.utils.testing", "qualname": "get_test_task_run", "type": "function", "doc": "

Helper to create a task run for tests

\n", "signature": "(db: mephisto.abstractions.database.MephistoDB) -> str", "funcdef": "def"}, "mephisto.utils.testing.get_test_assignment": {"fullname": "mephisto.utils.testing.get_test_assignment", "modulename": "mephisto.utils.testing", "qualname": "get_test_assignment", "type": "function", "doc": "

Helper to create an assignment for tests

\n", "signature": "(db: mephisto.abstractions.database.MephistoDB) -> str", "funcdef": "def"}, "mephisto.utils.testing.get_test_unit": {"fullname": "mephisto.utils.testing.get_test_unit", "modulename": "mephisto.utils.testing", "qualname": "get_test_unit", "type": "function", "doc": "

\n", "signature": "(db: mephisto.abstractions.database.MephistoDB, unit_index=0) -> str", "funcdef": "def"}, "mephisto.utils.testing.get_test_agent": {"fullname": "mephisto.utils.testing.get_test_agent", "modulename": "mephisto.utils.testing", "qualname": "get_test_agent", "type": "function", "doc": "

\n", "signature": "(db: mephisto.abstractions.database.MephistoDB, unit_id=None) -> str", "funcdef": "def"}, "mephisto.utils.testing.make_completed_unit": {"fullname": "mephisto.utils.testing.make_completed_unit", "modulename": "mephisto.utils.testing", "qualname": "make_completed_unit", "type": "function", "doc": "

Creates a completed unit for the most recently created task run\nusing some worker. Assumes

\n", "signature": "(db: mephisto.abstractions.database.MephistoDB) -> str", "funcdef": "def"}}, "docInfo": {"mephisto": {"qualname": 0, "fullname": 1, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 215}, "mephisto.abstractions": {"qualname": 0, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 435}, "mephisto.abstractions.architect": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architect.ArchitectArgs": {"qualname": 1, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 9}, "mephisto.abstractions.architect.ArchitectArgs.__init__": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 3}, "mephisto.abstractions.architect.ArchitectArgs.server_type": {"qualname": 3, "fullname": 6, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"qualname": 4, "fullname": 7, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architect.Architect": {"qualname": 1, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 2, "doc": 17}, "mephisto.abstractions.architect.Architect.__init__": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 30, "bases": 0, "doc": 46}, "mephisto.abstractions.architect.Architect.ArgsClass": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 9}, "mephisto.abstractions.architect.Architect.assert_task_args": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 45}, "mephisto.abstractions.architect.Architect.get_channels": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 29, "bases": 0, "doc": 21}, "mephisto.abstractions.architect.Architect.download_file": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 19}, "mephisto.abstractions.architect.Architect.prepare": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 13}, "mephisto.abstractions.architect.Architect.deploy": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 17}, "mephisto.abstractions.architect.Architect.cleanup": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 29}, "mephisto.abstractions.architect.Architect.shutdown": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 16}, "mephisto.abstractions.architects": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 994}, "mephisto.abstractions.architects.channels": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.channels.websocket_channel": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 11}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 28, "bases": 0, "doc": 35}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 19}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 16}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 13}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 19}, "mephisto.abstractions.architects.ec2": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources.main": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name": {"qualname": 0, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name.main": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.ec2_architect": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 14}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 9}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 31, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"qualname": 3, "fullname": 9, "annotation": 2, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"qualname": 2, "fullname": 8, "annotation": 2, "default_value": 6, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"qualname": 3, "fullname": 9, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 15}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 30, "bases": 0, "doc": 12}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 9}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"qualname": 3, "fullname": 9, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 29, "bases": 0, "doc": 21}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 8}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 16}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 21}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 17}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 13}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 13}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 17}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 29}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 16}, "mephisto.abstractions.architects.ec2.ec2_helpers": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 17}, "mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 43}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 19}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 20}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 18}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 26}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 25, "bases": 0, "doc": 28}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 28}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 23}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 15}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 30, "bases": 0, "doc": 14}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 10}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 14}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 19, "bases": 0, "doc": 19}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 12}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 26}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 24}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 14}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 12}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 14}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 14, "bases": 0, "doc": 13}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 11}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 22}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 44}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 14}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 36, "bases": 0, "doc": 86}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.main": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.heroku_architect": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 9}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 38, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"qualname": 3, "fullname": 8, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"qualname": 3, "fullname": 8, "annotation": 3, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"qualname": 4, "fullname": 9, "annotation": 3, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 15}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 30, "bases": 0, "doc": 69}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 9}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"qualname": 3, "fullname": 8, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 29, "bases": 0, "doc": 21}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 9}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 45}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"qualname": 5, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 19}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 11}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 17}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 13}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 13}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 17}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 29}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 16}, "mephisto.abstractions.architects.local_architect": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 9}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 22, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname": {"qualname": 2, "fullname": 7, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port": {"qualname": 2, "fullname": 7, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 17}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 30, "bases": 0, "doc": 9}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 9}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"qualname": 3, "fullname": 8, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 29, "bases": 0, "doc": 21}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 11}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 6}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 12}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 6}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 14}, "mephisto.abstractions.architects.mock_architect": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.mock_architect.get_rand_id": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 9}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 24, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"qualname": 4, "fullname": 9, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port": {"qualname": 2, "fullname": 7, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 3, "doc": 561}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 22}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 67}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 305}, "mephisto.abstractions.architects.mock_architect.AliveHandler": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 3, "doc": 7}, "mephisto.abstractions.architects.mock_architect.AliveHandler.get": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.mock_architect.MockServer": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 3, "doc": 17}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 13}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 12}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 10}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"qualname": 6, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 12}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 9}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 24}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 30, "bases": 0, "doc": 9}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 9}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"qualname": 3, "fullname": 8, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 29, "bases": 0, "doc": 21}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 11}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 6}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 13}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 6}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 6}, "mephisto.abstractions.architects.router": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 448}, "mephisto.abstractions.architects.router.build_router": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.build_router.can_build": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 14, "bases": 0, "doc": 32}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 10}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 14, "bases": 0, "doc": 8}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 14, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.build_router.build_router": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 23, "bases": 0, "doc": 27}, "mephisto.abstractions.architects.router.flask": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.flask.app": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint": {"qualname": 0, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 45}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 14}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 15}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 12}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"qualname": 3, "fullname": 11, "annotation": 11, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"qualname": 3, "fullname": 11, "annotation": 11, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 35}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 3, "doc": 19}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 9}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 15}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 14}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 13}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"qualname": 4, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 15}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.request_agent": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 25}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 11}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.log_error": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.is_alive": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_timestamp": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.download_file": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.show_index": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_static": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 24}, "mephisto.abstractions.blueprint": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprint.BlueprintArgs": {"qualname": 1, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 12}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprint.BlueprintArgs.block_qualification": {"qualname": 3, "fullname": 6, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprint.SharedTaskState": {"qualname": 1, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 21}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 45, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprint.BlueprintMixin": {"qualname": 1, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 2, "doc": 33}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 15}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 22, "bases": 0, "doc": 13}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 14, "bases": 0, "doc": 15}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 13}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"qualname": 5, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 14, "bases": 0, "doc": 64}, "mephisto.abstractions.blueprint.Blueprint": {"qualname": 1, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 2, "doc": 47}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 2, "doc": 49}, "mephisto.abstractions.blueprint.Blueprint.ArgsClass": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 12}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 21}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 21}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 18}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 50}, "mephisto.abstractions.blueprints": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 1332}, "mephisto.abstractions.blueprints.abstract": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 49}, "mephisto.abstractions.blueprints.abstract.static_task": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder": {"qualname": 0, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 11}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 16}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state": {"qualname": 0, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 8}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 15}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 15}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 8}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 12}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 14}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 14}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint": {"qualname": 0, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 53}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 63, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 42}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 41, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"qualname": 4, "fullname": 12, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"qualname": 4, "fullname": 12, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"qualname": 3, "fullname": 11, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"qualname": 3, "fullname": 11, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"qualname": 3, "fullname": 11, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 30}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 26, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 8}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 8}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 11}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 28}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 42}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 53}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"qualname": 4, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"qualname": 4, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner": {"qualname": 0, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 28}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"qualname": 6, "fullname": 15, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 14}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 17}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 27}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 13}, "mephisto.abstractions.blueprints.mixins": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.onboarding_required": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 8}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"qualname": 3, "fullname": 9, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 16}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 12}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 8}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 16}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 22, "bases": 0, "doc": 13}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 14, "bases": 0, "doc": 15}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 13}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 13}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 48}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 61}, "mephisto.abstractions.blueprints.mixins.screen_task_required": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 19}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 18, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"qualname": 4, "fullname": 11, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"qualname": 4, "fullname": 11, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"qualname": 4, "fullname": 11, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.screen_task_required.blank_generator": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 14}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 22}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 19}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 14}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 22, "bases": 0, "doc": 13}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 26, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 15}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 18}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"qualname": 5, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 29}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.mixins.use_gold_unit": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 22}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"qualname": 4, "fullname": 11, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"qualname": 3, "fullname": 10, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"qualname": 3, "fullname": 10, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"qualname": 4, "fullname": 11, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 33}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 42}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 20}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 34}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 39, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 26}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 22}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 34}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 22, "bases": 0, "doc": 13}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 26, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 15}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"qualname": 6, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 15}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"qualname": 6, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 18}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"qualname": 6, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 15}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 11}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"qualname": 7, "fullname": 14, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 29}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.mock": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mock.mock_agent_state": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 12}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 15}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.mock.mock_blueprint": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 19, "doc": 47}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 46, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"qualname": 3, "fullname": 9, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"qualname": 3, "fullname": 9, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"qualname": 3, "fullname": 9, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"qualname": 3, "fullname": 9, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 19, "doc": 57}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 67, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 19, "doc": 11}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 24, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 12}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 12}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 11}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 11}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 19, "doc": 47}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 19, "doc": 57}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"qualname": 3, "fullname": 9, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 8}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 16}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 12}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 12}, "mephisto.abstractions.blueprints.mock.mock_task_builder": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 11}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 11}, "mephisto.abstractions.blueprints.mock.mock_task_runner": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 11}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"qualname": 5, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"qualname": 5, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 11}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"qualname": 6, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 14}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 19}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 22}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 22}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 11}, "mephisto.abstractions.blueprints.parlai_chat": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state": {"qualname": 0, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 22}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 28}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 15}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 11}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 17}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 17}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 12}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint": {"qualname": 0, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 72}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 82, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"qualname": 3, "fullname": 11, "annotation": 3, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 60}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 59, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"qualname": 3, "fullname": 11, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"qualname": 3, "fullname": 11, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"qualname": 4, "fullname": 12, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"qualname": 4, "fullname": 12, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"qualname": 4, "fullname": 12, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"qualname": 4, "fullname": 12, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"qualname": 3, "fullname": 11, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"qualname": 3, "fullname": 11, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"qualname": 3, "fullname": 11, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 11}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 26, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 22}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 22}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 30}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 9}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 60}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 72}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"qualname": 3, "fullname": 11, "annotation": 2, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"qualname": 4, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 14, "bases": 0, "doc": 12}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"qualname": 4, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 22}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"qualname": 4, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 61}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder": {"qualname": 0, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 30}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 8}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 42}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 16}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner": {"qualname": 0, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 17}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 14, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"qualname": 2, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 6}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 20}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"qualname": 2, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 12}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"qualname": 2, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 15}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 9}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"qualname": 6, "fullname": 15, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 14}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 12}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 16}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 5}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 16}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 8}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 16}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 8}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed": {"qualname": 0, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.remote_procedure": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state": {"qualname": 0, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 18}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 15}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 25}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 15}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 11}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 6}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 13}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint": {"qualname": 0, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 67}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 88, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"qualname": 3, "fullname": 11, "annotation": 23, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 34}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 33, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"qualname": 3, "fullname": 11, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"qualname": 4, "fullname": 12, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"qualname": 4, "fullname": 12, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 11}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 26, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 15}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 15}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 32}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 52}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 34}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 67}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"qualname": 3, "fullname": 11, "annotation": 2, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"qualname": 4, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 14, "bases": 0, "doc": 12}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"qualname": 4, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder": {"qualname": 0, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 32}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner": {"qualname": 0, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 52}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"qualname": 6, "fullname": 15, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 14}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 5}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 8}, "mephisto.abstractions.blueprints.static_html_task": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 892}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint": {"qualname": 0, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 9, "doc": 32}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 55, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"qualname": 3, "fullname": 12, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"qualname": 3, "fullname": 12, "annotation": 3, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"qualname": 3, "fullname": 12, "annotation": 3, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 9, "doc": 15}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"qualname": 2, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 29}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"qualname": 2, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 0, "bases": 9, "doc": 32}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"qualname": 3, "fullname": 12, "annotation": 2, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder": {"qualname": 0, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"qualname": 1, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 29}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"qualname": 3, "fullname": 13, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"qualname": 3, "fullname": 13, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"qualname": 3, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 8}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"qualname": 4, "fullname": 14, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 16}, "mephisto.abstractions.blueprints.static_react_task": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint": {"qualname": 0, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 9, "doc": 25}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 51, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"qualname": 3, "fullname": 12, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"qualname": 4, "fullname": 13, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 9, "doc": 15}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"qualname": 2, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 17}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"qualname": 2, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 0, "bases": 9, "doc": 25}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"qualname": 3, "fullname": 12, "annotation": 2, "default_value": 5, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 14, "bases": 0, "doc": 12}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder": {"qualname": 0, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"qualname": 1, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 17}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"qualname": 3, "fullname": 13, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"qualname": 3, "fullname": 13, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"qualname": 4, "fullname": 14, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 16}, "mephisto.abstractions.crowd_provider": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.crowd_provider.ProviderArgs": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 10}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 3}, "mephisto.abstractions.crowd_provider.ProviderArgs.requester_name": {"qualname": 3, "fullname": 7, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 2, "doc": 48}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 85}, "mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 5, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 59}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 42}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 20}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 34}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 10}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 12}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 21}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"qualname": 5, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 23}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 78}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"qualname": 6, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 25, "bases": 0, "doc": 17}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"qualname": 6, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 12}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 12}, "mephisto.abstractions.database": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.database.MephistoDBException": {"qualname": 1, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 2, "doc": 11}, "mephisto.abstractions.database.EntryAlreadyExistsException": {"qualname": 1, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 1, "doc": 11}, "mephisto.abstractions.database.EntryDoesNotExistException": {"qualname": 1, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 1, "doc": 11}, "mephisto.abstractions.database.MephistoDB": {"qualname": 1, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 2, "doc": 50}, "mephisto.abstractions.database.MephistoDB.__init__": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 13}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"qualname": 6, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 13}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"qualname": 5, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 13}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"qualname": 5, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 10}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"qualname": 5, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 10}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 24}, "mephisto.abstractions.database.MephistoDB.cache_result": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 11}, "mephisto.abstractions.database.MephistoDB.shutdown": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 12}, "mephisto.abstractions.database.MephistoDB.init_tables": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 30}, "mephisto.abstractions.database.MephistoDB.new_project": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 37}, "mephisto.abstractions.database.MephistoDB.get_project": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 30}, "mephisto.abstractions.database.MephistoDB.find_projects": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 20}, "mephisto.abstractions.database.MephistoDB.new_task": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 24}, "mephisto.abstractions.database.MephistoDB.get_task": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 29}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 18, "bases": 0, "doc": 20}, "mephisto.abstractions.database.MephistoDB.update_task": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 32}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 22, "bases": 0, "doc": 53}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 37}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 24, "bases": 0, "doc": 22}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 14}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 23, "bases": 0, "doc": 21}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 29}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 38, "bases": 0, "doc": 20}, "mephisto.abstractions.database.MephistoDB.new_unit": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 32, "bases": 0, "doc": 27}, "mephisto.abstractions.database.MephistoDB.get_unit": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 29}, "mephisto.abstractions.database.MephistoDB.find_units": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 62, "bases": 0, "doc": 20}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"qualname": 5, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 22}, "mephisto.abstractions.database.MephistoDB.update_unit": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 17}, "mephisto.abstractions.database.MephistoDB.new_requester": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 24}, "mephisto.abstractions.database.MephistoDB.get_requester": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 29}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 18, "bases": 0, "doc": 20}, "mephisto.abstractions.database.MephistoDB.new_worker": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 46}, "mephisto.abstractions.database.MephistoDB.get_worker": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 29}, "mephisto.abstractions.database.MephistoDB.find_workers": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 18, "bases": 0, "doc": 20}, "mephisto.abstractions.database.MephistoDB.new_agent": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 26, "bases": 0, "doc": 37}, "mephisto.abstractions.database.MephistoDB.get_agent": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 29}, "mephisto.abstractions.database.MephistoDB.update_agent": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 17}, "mephisto.abstractions.database.MephistoDB.find_agents": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 48, "bases": 0, "doc": 20}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 37}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 32}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 18}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 33, "bases": 0, "doc": 22}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 25}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 14}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 29}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 15}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 16}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 22, "bases": 0, "doc": 10}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 28}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 10}, "mephisto.abstractions.databases": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 267}, "mephisto.abstractions.databases.local_database": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 9}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 14}, "mephisto.abstractions.databases.local_database.is_key_failure": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 30}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 30}, "mephisto.abstractions.databases.local_database.StringIDRow": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 2, "doc": 3}, "mephisto.abstractions.databases.local_database.StringIDRow.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 29}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 13}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 6}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 15}, "mephisto.abstractions.databases.local_singleton_database": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 51}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 13}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 6}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 24}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 11}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 32, "bases": 0, "doc": 27}, "mephisto.abstractions.providers": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 1835}, "mephisto.abstractions.providers.mock": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mock.mock_agent": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 34}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 57}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 11}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 14}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 20}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 32}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 14}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 10}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 11}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 9}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 25}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 24, "bases": 0, "doc": 18}, "mephisto.abstractions.providers.mock.mock_datastore": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 19}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 12}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 15}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 13}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 11}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 9}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 13}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 11}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 9}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 13}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 11}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 9}, "mephisto.abstractions.providers.mock.mock_provider": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 10}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 22}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 59}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 42}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 20}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 34}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 10}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.PROVIDER_TYPE": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 8}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"qualname": 6, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 25, "bases": 0, "doc": 8}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"qualname": 6, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 8}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 23}, "mephisto.abstractions.providers.mock.mock_requester": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 12}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"qualname": 2, "fullname": 8, "annotation": 2, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"qualname": 3, "fullname": 9, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 42}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 57}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 12}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 9}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 6}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 7}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 13}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 50}, "mephisto.abstractions.providers.mock.mock_unit": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 59}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 56}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 11}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 7}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 14}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 23, "bases": 0, "doc": 9}, "mephisto.abstractions.providers.mock.mock_worker": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 20}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 57}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 13}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 23, "bases": 0, "doc": 13}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 14}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 8}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 13}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 47}, "mephisto.abstractions.providers.mock.provider_type": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_agent": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 34}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 57}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 29, "bases": 0, "doc": 20}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"qualname": 6, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 27}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 10}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 10}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 36}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 24, "bases": 0, "doc": 18}, "mephisto.abstractions.providers.mturk.mturk_datastore": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 30}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 12}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 15}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"qualname": 6, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 15}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 10}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 14}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 19}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 18}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 11}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 19, "bases": 0, "doc": 11}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 12}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 18, "bases": 0, "doc": 32}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 11}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 22}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 18}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"qualname": 6, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 18}, "mephisto.abstractions.providers.mturk.mturk_provider": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 8}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 10}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.PROVIDER_TYPE": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 46}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 19}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 20}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 34}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 8}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 36}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"qualname": 6, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 25, "bases": 0, "doc": 11}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"qualname": 6, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 8}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 23}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 12}, "mephisto.abstractions.providers.mturk.mturk_requester": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 20}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 19, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"qualname": 4, "fullname": 10, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"qualname": 4, "fullname": 10, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 19}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 57}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 20}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 35}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 11}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 8}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 50}, "mephisto.abstractions.providers.mturk.mturk_unit": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 46}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 56}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 11}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 11}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 11}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 12}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 21}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 15}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 18}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 23}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 39}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 23, "bases": 0, "doc": 9}, "mephisto.abstractions.providers.mturk.mturk_utils": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 16}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 21}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 21}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 12}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 27}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 8}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 7}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 51}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 40}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 9}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 9}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 11}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 23, "bases": 0, "doc": 16}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"qualname": 6, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 18, "bases": 0, "doc": 12}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 22, "bases": 0, "doc": 15}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 9}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 19}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 8}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 12}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 12}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 14}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 14}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 9}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 12}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 20, "bases": 0, "doc": 20}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 14, "bases": 0, "doc": 12}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 15}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 28}, "mephisto.abstractions.providers.mturk.mturk_worker": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 20}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 57}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"qualname": 6, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 20, "bases": 0, "doc": 10}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 76}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 32}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 16}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 23, "bases": 0, "doc": 13}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 14}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 8}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 28}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 47}, "mephisto.abstractions.providers.mturk.provider_type": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.utils": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.utils.script_utils": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"qualname": 5, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 20, "bases": 0, "doc": 46}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"qualname": 6, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 13}, "mephisto.abstractions.providers.mturk_sandbox": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk_sandbox.provider_type": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent": {"qualname": 0, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 14}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 24, "bases": 0, "doc": 18}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider": {"qualname": 0, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 9}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 22}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 46}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 13}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 20}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 14}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 9}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"qualname": 5, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 23}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 9}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester": {"qualname": 0, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 13}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 57}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 10}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 50}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit": {"qualname": 0, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 46}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 23, "bases": 0, "doc": 9}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker": {"qualname": 0, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 20}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 57}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"qualname": 4, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 37}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"qualname": 4, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 32}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 47}, "mephisto.client": {"qualname": 0, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 972}, "mephisto.client.api": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.client.api.get_available_requesters": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.client.api.get_running_task_runs": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 15}, "mephisto.client.api.get_reviewable_task_runs": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 16}, "mephisto.client.api.launch_options": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.client.api.start_task_run": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.client.api.view_unit": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.client.api.get_basic_task_options": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.client.api.requester_details": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.client.api.requester_register": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.client.api.get_submitted_data": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.client.api.get_balance": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.client.api.requester_launch_options": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.client.api.get_available_blueprints": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.client.api.get_blueprint_arguments": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.client.api.get_available_architects": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.client.api.get_architect_arguments": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.client.api.accept_unit": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.client.api.reject_unit": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.client.api.soft_block_unit": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.client.api.hard_block_unit": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.client.api.intentional_error": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 17}, "mephisto.client.api.InvalidUsage": {"qualname": 1, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 2, "doc": 11}, "mephisto.client.api.InvalidUsage.__init__": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 3}, "mephisto.client.api.InvalidUsage.status_code": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.client.api.InvalidUsage.to_dict": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 3}, "mephisto.client.api.handle_invalid_usage": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 3}, "mephisto.client.cli": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.client.config": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.client.config.Config": {"qualname": 1, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.client.config.Config.__init__": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.client.config.Config.ENV": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.client.full": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.client.full.server": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.client.full.server.main": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.client.review": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.client.review.review_server": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.client.review.review_server.run": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 22, "bases": 0, "doc": 3}, "mephisto.data_model": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 1189}, "mephisto.data_model.agent": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.agent.Agent": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 34}, "mephisto.data_model.agent.Agent.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 57}, "mephisto.data_model.agent.Agent.state": {"qualname": 2, "fullname": 6, "annotation": 7, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.agent.Agent.set_live_run": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 10}, "mephisto.data_model.agent.Agent.get_live_run": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 14}, "mephisto.data_model.agent.Agent.get_agent_id": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 7}, "mephisto.data_model.agent.Agent.get_worker": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 13}, "mephisto.data_model.agent.Agent.get_unit": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 12}, "mephisto.data_model.agent.Agent.get_assignment": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 10}, "mephisto.data_model.agent.Agent.get_task_run": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 10}, "mephisto.data_model.agent.Agent.get_task": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 10}, "mephisto.data_model.agent.Agent.get_data_dir": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 15}, "mephisto.data_model.agent.Agent.update_status": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 23}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"qualname": 5, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 29, "bases": 0, "doc": 20}, "mephisto.data_model.agent.Agent.observe": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 19}, "mephisto.data_model.agent.Agent.get_live_update": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 27}, "mephisto.data_model.agent.Agent.act": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 27}, "mephisto.data_model.agent.Agent.await_submit": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 11}, "mephisto.data_model.agent.Agent.handle_submit": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 13}, "mephisto.data_model.agent.Agent.get_status": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 14}, "mephisto.data_model.agent.Agent.shutdown": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 31}, "mephisto.data_model.agent.Agent.approve_work": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 12}, "mephisto.data_model.agent.Agent.soft_reject_work": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 19}, "mephisto.data_model.agent.Agent.reject_work": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 12}, "mephisto.data_model.agent.Agent.mark_done": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 30}, "mephisto.data_model.agent.Agent.new": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 24, "bases": 0, "doc": 44}, "mephisto.data_model.agent.OnboardingAgent": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 72}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 3}, "mephisto.data_model.agent.OnboardingAgent.DISPLAY_PREFIX": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 11}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 10}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 14}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 12}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"qualname": 7, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 10}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 13}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 10}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 10}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 15}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 23}, "mephisto.data_model.agent.OnboardingAgent.observe": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 19}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 27}, "mephisto.data_model.agent.OnboardingAgent.act": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 27}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 11}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 13}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 14}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 31}, "mephisto.data_model.agent.OnboardingAgent.new": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 26, "bases": 0, "doc": 16}, "mephisto.data_model.assignment": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.assignment.InitializationData": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 11}, "mephisto.data_model.assignment.InitializationData.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 3}, "mephisto.data_model.assignment.InitializationData.dumpJSON": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 3}, "mephisto.data_model.assignment.InitializationData.loadFromJSON": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.data_model.assignment.Assignment": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 26}, "mephisto.data_model.assignment.Assignment.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 3}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 12}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 10}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 9}, "mephisto.data_model.assignment.Assignment.get_agents": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 10}, "mephisto.data_model.assignment.Assignment.get_status": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 16}, "mephisto.data_model.assignment.Assignment.get_task_run": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 12}, "mephisto.data_model.assignment.Assignment.get_task": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 12}, "mephisto.data_model.assignment.Assignment.get_requester": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 9}, "mephisto.data_model.assignment.Assignment.get_units": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 14}, "mephisto.data_model.assignment.Assignment.get_workers": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 14}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"qualname": 5, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 21}, "mephisto.data_model.assignment.Assignment.new": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 25, "bases": 0, "doc": 32}, "mephisto.data_model.constants": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 25}, "mephisto.data_model.constants.assignment_state": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.constants.assignment_state.AssignmentState": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.constants.assignment_state.AssignmentState.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.data_model.constants.assignment_state.AssignmentState.CREATED": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.constants.assignment_state.AssignmentState.LAUNCHED": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.constants.assignment_state.AssignmentState.ASSIGNED": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.constants.assignment_state.AssignmentState.COMPLETED": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.constants.assignment_state.AssignmentState.ACCEPTED": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.constants.assignment_state.AssignmentState.MIXED": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.constants.assignment_state.AssignmentState.REJECTED": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.constants.assignment_state.AssignmentState.EXPIRED": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 7}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 11}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 11}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 11}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 12}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 14}, "mephisto.data_model.exceptions": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.exceptions.AbsentAgentError": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 2, "doc": 10}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 3}, "mephisto.data_model.exceptions.AgentDisconnectedError": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 1, "doc": 11}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 3}, "mephisto.data_model.exceptions.AgentTimeoutError": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 1, "doc": 12}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 3}, "mephisto.data_model.exceptions.AgentReturnedError": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 1, "doc": 12}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 3}, "mephisto.data_model.exceptions.AgentShutdownError": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 1, "doc": 16}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 3}, "mephisto.data_model.packet": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.packet.Packet": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 41}, "mephisto.data_model.packet.Packet.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 36, "bases": 0, "doc": 3}, "mephisto.data_model.packet.Packet.from_dict": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 3}, "mephisto.data_model.packet.Packet.to_sendable_dict": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 3}, "mephisto.data_model.packet.Packet.copy": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 3}, "mephisto.data_model.project": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.project.Project": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 33}, "mephisto.data_model.project.Project.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 3}, "mephisto.data_model.project.Project.get_tasks": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 15}, "mephisto.data_model.project.Project.get_total_spend": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 16}, "mephisto.data_model.project.Project.new": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 20}, "mephisto.data_model.qualification": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.qualification.Qualification": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 11}, "mephisto.data_model.qualification.Qualification.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 3}, "mephisto.data_model.qualification.GrantedQualification": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 8}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 19, "bases": 0, "doc": 3}, "mephisto.data_model.requester": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.requester.RequesterArgs": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 10}, "mephisto.data_model.requester.RequesterArgs.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 3}, "mephisto.data_model.requester.RequesterArgs.name": {"qualname": 2, "fullname": 6, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.requester.Requester": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 42}, "mephisto.data_model.requester.Requester.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 57}, "mephisto.data_model.requester.Requester.ArgsClass": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 10}, "mephisto.data_model.requester.Requester.get_task_runs": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 14}, "mephisto.data_model.requester.Requester.get_total_spend": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 16}, "mephisto.data_model.requester.Requester.is_sandbox": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 12}, "mephisto.data_model.requester.Requester.register": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 50}, "mephisto.data_model.requester.Requester.is_registered": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 12}, "mephisto.data_model.requester.Requester.get_available_budget": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 17}, "mephisto.data_model.requester.Requester.to_dict": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 14}, "mephisto.data_model.requester.Requester.new": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 50}, "mephisto.data_model.task": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.task.assert_task_is_valid": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 18}, "mephisto.data_model.task.Task": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 39}, "mephisto.data_model.task.Task.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 3}, "mephisto.data_model.task.Task.get_project": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 11}, "mephisto.data_model.task.Task.set_project": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 3}, "mephisto.data_model.task.Task.get_runs": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 14}, "mephisto.data_model.task.Task.get_assignments": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 13}, "mephisto.data_model.task.Task.get_total_spend": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 13}, "mephisto.data_model.task.Task.new": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 18, "bases": 0, "doc": 35}, "mephisto.data_model.task_run": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.task_run.TaskRunArgs": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 11}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 50, "bases": 0, "doc": 3}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"qualname": 3, "fullname": 8, "annotation": 3, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.task_run.TaskRunArgs.task_title": {"qualname": 3, "fullname": 8, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.task_run.TaskRunArgs.task_description": {"qualname": 3, "fullname": 8, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.task_run.TaskRunArgs.task_reward": {"qualname": 3, "fullname": 8, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.task_run.TaskRunArgs.task_tags": {"qualname": 3, "fullname": 8, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"qualname": 5, "fullname": 10, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"qualname": 3, "fullname": 8, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"qualname": 5, "fullname": 10, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"qualname": 5, "fullname": 10, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"qualname": 3, "fullname": 8, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 15}, "mephisto.data_model.task_run.TaskRun": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 22}, "mephisto.data_model.task_run.TaskRun.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 3}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 11}, "mephisto.data_model.task_run.TaskRun.get_units": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 11}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"qualname": 6, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 14, "bases": 0, "doc": 16}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 10}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 19}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 10}, "mephisto.data_model.task_run.TaskRun.get_provider": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 11}, "mephisto.data_model.task_run.TaskRun.get_task": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 10}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 3}, "mephisto.data_model.task_run.TaskRun.get_requester": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 10}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 12}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 13}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 14}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 12}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 9}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 28}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 13}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 22}, "mephisto.data_model.task_run.TaskRun.to_dict": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 13}, "mephisto.data_model.task_run.TaskRun.new": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 28, "bases": 0, "doc": 14}, "mephisto.data_model.unit": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"qualname": 4, "fullname": 8, "annotation": 3, "default_value": 17, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.unit.Unit": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 59}, "mephisto.data_model.unit.Unit.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 56}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"qualname": 5, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 10}, "mephisto.data_model.unit.Unit.get_assignment_data": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 10}, "mephisto.data_model.unit.Unit.sync_status": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 18}, "mephisto.data_model.unit.Unit.get_db_status": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 11}, "mephisto.data_model.unit.Unit.set_db_status": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 12}, "mephisto.data_model.unit.Unit.get_assignment": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 12}, "mephisto.data_model.unit.Unit.get_task_run": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 12}, "mephisto.data_model.unit.Unit.get_task": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 11}, "mephisto.data_model.unit.Unit.get_requester": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 9}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 11}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 16}, "mephisto.data_model.unit.Unit.get_pay_amount": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 18}, "mephisto.data_model.unit.Unit.get_status": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 65}, "mephisto.data_model.unit.Unit.launch": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 54}, "mephisto.data_model.unit.Unit.expire": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 28}, "mephisto.data_model.unit.Unit.is_expired": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 14}, "mephisto.data_model.unit.Unit.new": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 23, "bases": 0, "doc": 35}, "mephisto.data_model.worker": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.worker.WorkerArgs": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 10}, "mephisto.data_model.worker.WorkerArgs.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 3}, "mephisto.data_model.worker.Worker": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 20}, "mephisto.data_model.worker.Worker.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 57}, "mephisto.data_model.worker.Worker.get_agents": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 19}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"qualname": 5, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 27}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 13}, "mephisto.data_model.worker.Worker.is_disqualified": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 41}, "mephisto.data_model.worker.Worker.is_qualified": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 37}, "mephisto.data_model.worker.Worker.revoke_qualification": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 29}, "mephisto.data_model.worker.Worker.grant_qualification": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 30}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 32}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 32}, "mephisto.data_model.worker.Worker.bonus_worker": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 13}, "mephisto.data_model.worker.Worker.block_worker": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 23, "bases": 0, "doc": 13}, "mephisto.data_model.worker.Worker.unblock_worker": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 10}, "mephisto.data_model.worker.Worker.is_blocked": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 8}, "mephisto.data_model.worker.Worker.is_eligible": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 13}, "mephisto.data_model.worker.Worker.register": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 10}, "mephisto.data_model.worker.Worker.new": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 47}, "mephisto.operations": {"qualname": 0, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 2112}, "mephisto.operations.client_io_handler": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.client_io_handler.ClientIOHandler": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 54}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 3}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"qualname": 5, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 17}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 10}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 14}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 17}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"qualname": 5, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 22}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 13}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 12}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 9}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 12}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 13}, "mephisto.operations.config_handler": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.config_handler.get_raw_config": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 14}, "mephisto.operations.config_handler.get_config": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 11}, "mephisto.operations.config_handler.write_config": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 10}, "mephisto.operations.config_handler.init_config": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 3}, "mephisto.operations.config_handler.add_config_arg": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 11}, "mephisto.operations.config_handler.get_config_arg": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 16}, "mephisto.operations.datatypes": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 21}, "mephisto.operations.datatypes.LoopWrapper": {"qualname": 1, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.datatypes.LoopWrapper.__init__": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 3}, "mephisto.operations.datatypes.LoopWrapper.set_active_thread": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 3}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 11}, "mephisto.operations.datatypes.LiveTaskRun": {"qualname": 1, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 38}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 70, "bases": 0, "doc": 3}, "mephisto.operations.datatypes.LiveTaskRun.force_shutdown": {"qualname": 3, "fullname": 6, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.datatypes.LiveTaskRun.shutdown": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 3}, "mephisto.operations.datatypes.WorkerFailureReasons": {"qualname": 1, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.datatypes.WorkerFailureReasons.__init__": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 12, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 12, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 19, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 18, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 20, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.DatabaseArgs": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 8}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.MephistoConfig": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 81}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 80, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.MephistoConfig.blueprint": {"qualname": 2, "fullname": 6, "annotation": 5, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.MephistoConfig.provider": {"qualname": 2, "fullname": 6, "annotation": 6, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.MephistoConfig.architect": {"qualname": 2, "fullname": 6, "annotation": 5, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.MephistoConfig.task": {"qualname": 2, "fullname": 6, "annotation": 7, "default_value": 39, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.MephistoConfig.database": {"qualname": 2, "fullname": 6, "annotation": 6, "default_value": 6, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.MephistoConfig.log_level": {"qualname": 3, "fullname": 7, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.TaskConfig": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 71}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 70, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"qualname": 2, "fullname": 6, "annotation": 6, "default_value": 55, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.TaskConfig.task_dir": {"qualname": 3, "fullname": 7, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.TaskConfig.num_tasks": {"qualname": 3, "fullname": 7, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.register_abstraction_config": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.build_default_task_config": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.RunScriptConfig": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 1, "doc": 71}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 70, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.initialize_named_configs": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 16}, "mephisto.operations.hydra_config.register_script_config": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.check_for_hydra_compat": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.get_dict_from_field": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 22}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 15}, "mephisto.operations.hydra_config.get_task_state_dicts": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 11}, "mephisto.operations.hydra_config.parse_arg_dict": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 23}, "mephisto.operations.operator": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.operator.Operator": {"qualname": 1, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 73}, "mephisto.operations.operator.Operator.__init__": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 3}, "mephisto.operations.operator.Operator.get_running_task_runs": {"qualname": 5, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 11}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"qualname": 7, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 3}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"qualname": 6, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 11}, "mephisto.operations.operator.Operator.force_shutdown": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 52}, "mephisto.operations.operator.Operator.shutdown_async": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 10}, "mephisto.operations.operator.Operator.shutdown": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 3}, "mephisto.operations.operator.Operator.validate_and_run_config": {"qualname": 5, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 18, "bases": 0, "doc": 3}, "mephisto.operations.operator.Operator.launch_task_run": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 18, "bases": 0, "doc": 24}, "mephisto.operations.operator.Operator.print_run_details": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 7}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"qualname": 6, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 29}, "mephisto.operations.registry": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.registry.BLUEPRINTS": {"qualname": 1, "fullname": 4, "annotation": 6, "default_value": 27, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.registry.ARCHITECTS": {"qualname": 1, "fullname": 4, "annotation": 6, "default_value": 18, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.registry.PROVIDERS": {"qualname": 1, "fullname": 4, "annotation": 7, "default_value": 15, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.registry.register_mephisto_abstraction": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 23}, "mephisto.operations.registry.uses_mephisto": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 25}, "mephisto.operations.registry.fill_registries": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 16}, "mephisto.operations.registry.get_crowd_provider_from_type": {"qualname": 5, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 11}, "mephisto.operations.registry.get_blueprint_from_type": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 10}, "mephisto.operations.registry.get_architect_from_type": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 10}, "mephisto.operations.registry.get_valid_provider_types": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 15}, "mephisto.operations.registry.get_valid_blueprint_types": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 15}, "mephisto.operations.registry.get_valid_architect_types": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 15}, "mephisto.operations.task_launcher": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.task_launcher.GeneratorType": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 2, "doc": 5}, "mephisto.operations.task_launcher.GeneratorType.NONE": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.task_launcher.GeneratorType.UNIT": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.task_launcher.GeneratorType.ASSIGNMENT": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.task_launcher.TaskLauncher": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 31}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 30, "bases": 0, "doc": 14}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 13}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 25}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 9}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 11}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 13}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 13}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"qualname": 6, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 9}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 11}, "mephisto.operations.worker_pool": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.worker_pool.OnboardingInfo": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 11}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 3}, "mephisto.operations.worker_pool.AgentDetails": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 12}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 25, "bases": 0, "doc": 3}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"qualname": 3, "fullname": 7, "annotation": 3, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"qualname": 3, "fullname": 7, "annotation": 3, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"qualname": 4, "fullname": 8, "annotation": 4, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.worker_pool.AgentDetails.failure_reason": {"qualname": 3, "fullname": 7, "annotation": 3, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.worker_pool.AgentDetails.to_dict": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 3}, "mephisto.operations.worker_pool.WorkerPool": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 3}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 10}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 15}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"qualname": 5, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 13}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 14}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"qualname": 5, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 10}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 12}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 15}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 18}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"qualname": 5, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 31}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 20}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 10}, "mephisto.scripts": {"qualname": 0, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 69}, "mephisto.scripts.heroku": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.scripts.heroku.initialize_heroku": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.scripts.heroku.initialize_heroku.main": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 27}, "mephisto.scripts.local_db": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"qualname": 0, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 47}, "mephisto.scripts.local_db.load_data_to_mephisto_db.main": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.scripts.mturk": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 320}, "mephisto.scripts.mturk.cleanup": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "mephisto.scripts.mturk.cleanup.main": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.scripts.mturk.identify_broken_units": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.scripts.mturk.identify_broken_units.main": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 30}, "mephisto.scripts.mturk.launch_makeup_hits": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 3}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 42}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 19}, "mephisto.scripts.mturk.print_outstanding_hit_status.main": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id": {"qualname": 0, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id.main": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.tools": {"qualname": 0, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 937}, "mephisto.tools.data_browser": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.tools.data_browser.DataBrowser": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 20}, "mephisto.tools.data_browser.DataBrowser.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 3}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"qualname": 5, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"qualname": 6, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 22}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"qualname": 6, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 22}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"qualname": 5, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 46}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"qualname": 5, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 19}, "mephisto.tools.examine_utils": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 23}, "mephisto.tools.examine_utils.print_results": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 26, "bases": 0, "doc": 21}, "mephisto.tools.examine_utils.prompt_for_options": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 22, "bases": 0, "doc": 30}, "mephisto.tools.examine_utils.get_worker_stats": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 22}, "mephisto.tools.examine_utils.format_worker_stats": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 25}, "mephisto.tools.examine_utils.run_examine_by_worker": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 29, "bases": 0, "doc": 22}, "mephisto.tools.examine_utils.run_examine_or_review": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 3}, "mephisto.tools.scripts": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 11}, "mephisto.tools.scripts.load_db_and_process_config": {"qualname": 5, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 43}, "mephisto.tools.scripts.process_config_and_get_operator": {"qualname": 5, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 36}, "mephisto.tools.scripts.task_script": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 23, "bases": 0, "doc": 63}, "mephisto.tools.scripts.get_db_from_config": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 17}, "mephisto.tools.scripts.augment_config_from_db": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 22}, "mephisto.tools.scripts.build_custom_bundle": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 42}, "mephisto.utils": {"qualname": 0, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 252}, "mephisto.utils.dirs": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 9}, "mephisto.utils.dirs.get_root_dir": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "mephisto.utils.dirs.get_provider_dir": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 10}, "mephisto.utils.dirs.get_tasks_dir": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 17}, "mephisto.utils.dirs.get_dir_for_task": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 25}, "mephisto.utils.dirs.get_root_data_dir": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 13}, "mephisto.utils.dirs.get_data_dir": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 13}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 12}, "mephisto.utils.dirs.get_dir_for_run": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 14}, "mephisto.utils.dirs.get_run_file_dir": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 45}, "mephisto.utils.logger_core": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.utils.logger_core.loggers": {"qualname": 1, "fullname": 5, "annotation": 4, "default_value": 269, "signature": 0, "bases": 0, "doc": 3}, "mephisto.utils.logger_core.warn_once": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 17}, "mephisto.utils.logger_core.set_mephisto_log_level": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 81}, "mephisto.utils.logger_core.get_logger": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 19, "bases": 0, "doc": 66}, "mephisto.utils.logger_core.format_loud": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 3}, "mephisto.utils.metrics": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.utils.metrics.run_install_script": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "mephisto.utils.metrics.metrics_are_installed": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 7}, "mephisto.utils.metrics.launch_servers_and_wait": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 28}, "mephisto.utils.metrics.start_metrics_server": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 49}, "mephisto.utils.metrics.launch_prometheus_server": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 25}, "mephisto.utils.metrics.launch_grafana_server": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 19}, "mephisto.utils.metrics.get_dash_url": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 15}, "mephisto.utils.metrics.shutdown_prometheus_server": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 6}, "mephisto.utils.metrics.shutdown_grafana_server": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 6}, "mephisto.utils.qualifications": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.utils.qualifications.worker_is_qualified": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 3}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 15}, "mephisto.utils.qualifications.make_qualification_dict": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 16}, "mephisto.utils.qualifications.find_or_create_qualification": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 20}, "mephisto.utils.testing": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.utils.testing.get_test_project": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 9}, "mephisto.utils.testing.get_test_worker": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 9}, "mephisto.utils.testing.get_test_requester": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 9}, "mephisto.utils.testing.get_mock_requester": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 13}, "mephisto.utils.testing.get_test_task": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 9}, "mephisto.utils.testing.get_test_task_run": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 10}, "mephisto.utils.testing.get_test_assignment": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 9}, "mephisto.utils.testing.get_test_unit": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 3}, "mephisto.utils.testing.get_test_agent": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 3}, "mephisto.utils.testing.make_completed_unit": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 17}}, "length": 1320, "save": true}, "index": {"qualname": {"root": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.StringIDRow.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.client.api.InvalidUsage.__init__": {"tf": 1}, "mephisto.client.config.Config.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.__init__": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.__init__": {"tf": 1}}, "df": 116, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect.Architect": {"tf": 1}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architect.Architect.prepare": {"tf": 1}, "mephisto.abstractions.architect.Architect.deploy": {"tf": 1}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.client.api.get_architect_arguments": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.architect": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}}, "df": 18, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architect.ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.server_type": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"tf": 1}}, "df": 4}}}}, "s": {"docs": {"mephisto.client.api.get_available_architects": {"tf": 1}, "mephisto.operations.registry.ARCHITECTS": {"tf": 1}}, "df": 2}}}}}}}}, "g": {"docs": {"mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}}, "df": 3, "s": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1}}, "df": 18, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architect.Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}, "mephisto.data_model.requester.Requester.ArgsClass": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}}, "df": 20}}}}}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin": {"tf": 1}}, "df": 4}}}}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.client.api.get_blueprint_arguments": {"tf": 1}, "mephisto.client.api.get_architect_arguments": {"tf": 1}}, "df": 2}}}}}}}, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}}, "df": 1}, "e": {"docs": {"mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}, "mephisto.utils.metrics.metrics_are_installed": {"tf": 1}}, "df": 2}}, "s": {"docs": {"mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}}, "df": 1, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}}, "df": 16}}}, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.ASSIGNMENT": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}}, "df": 35, "s": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}}, "df": 9, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.__init__": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.CREATED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.LAUNCHED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ASSIGNED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.COMPLETED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ACCEPTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.MIXED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.EXPIRED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}}, "df": 18}}}}}}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ASSIGNED": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}}, "df": 4}}}}}, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}}, "df": 1}}}}}}}, "y": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.operations.operator.Operator.shutdown_async": {"tf": 1}}, "df": 1}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.is_alive": {"tf": 1}}, "df": 2, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.AliveHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.AliveHandler.get": {"tf": 1}}, "df": 2}}}}}}}}}}, "l": {"docs": {"mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}}, "df": 1, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"tf": 1}}, "df": 1}}}}}}, "w": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}}, "df": 3}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}}, "df": 3}}}}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.client.api.get_available_requesters": {"tf": 1}, "mephisto.client.api.get_available_blueprints": {"tf": 1}, "mephisto.client.api.get_available_architects": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}}, "df": 8}}}}}}}}, "d": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}}, "df": 2, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}}, "df": 2}}}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 8}}, "p": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}}, "df": 2, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}}, "df": 1}}}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}}, "df": 5}}}}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.request_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.state": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}}, "df": 59, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}}, "df": 5, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}}, "df": 4}}}}}}}}}, "h": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}}, "df": 4}}}}}, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.exceptions.AgentDisconnectedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.worker_pool.AgentDetails": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.failure_reason": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.to_dict": {"tf": 1}}, "df": 7}}}}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}}, "df": 4, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.datatypes.LoopWrapper.set_active_thread": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}}, "df": 2}}}}, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1}}, "df": 2}}, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.client.api.accept_unit": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.ACCEPTED": {"tf": 1}}, "df": 1}}}}}}}, "f": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}}, "df": 1}}}}}}, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}}, "df": 2}}}}}}}}}}, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}}, "df": 1}}}}}, "u": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 1}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}}, "df": 7, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_database.StringIDRow.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.client.api.InvalidUsage.__init__": {"tf": 1}, "mephisto.client.config.Config.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.config_handler.init_config": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.__init__": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.__init__": {"tf": 1}}, "df": 141, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}}, "df": 5, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.data_model.assignment.InitializationData": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.dumpJSON": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.loadFromJSON": {"tf": 1}}, "df": 4}}}}}}}}}, "e": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}}, "df": 4}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}}, "df": 7}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}, "mephisto.utils.metrics.run_install_script": {"tf": 1}}, "df": 2, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.utils.metrics.metrics_are_installed": {"tf": 1}}, "df": 1}}}}}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.show_index": {"tf": 1}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}}, "df": 2}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}}, "df": 1}}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}}, "df": 1}}}}}}}}, "t": {"docs": {"mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.client.api.intentional_error": {"tf": 1}}, "df": 1}}}}}}}}}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.client.api.handle_invalid_usage": {"tf": 1}}, "df": 1, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client.api.InvalidUsage": {"tf": 1}, "mephisto.client.api.InvalidUsage.__init__": {"tf": 1}, "mephisto.client.api.InvalidUsage.status_code": {"tf": 1}, "mephisto.client.api.InvalidUsage.to_dict": {"tf": 1}}, "df": 4}}}}}}}}}}}, "s": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.is_alive": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1}}, "df": 36}, "f": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}}, "df": 1}, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.get_rand_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}}, "df": 18, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}}, "df": 1}}}}}}}}, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}}, "df": 2}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.server_type": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}}, "df": 14, "s": {"docs": {"mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 1}}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}}, "df": 4, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.packet.Packet.to_sendable_dict": {"tf": 1}}, "df": 1}}}}}}, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.task.Task.set_project": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.set_active_thread": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 15, "u": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}}, "df": 5}}}, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1}}, "df": 1}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}}, "df": 1}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1}}, "df": 13}}}}, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 6}}}}}}}}}}}, "f": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.client.api.soft_block_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"tf": 1}}, "df": 4}}}, "h": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.force_shutdown": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown_async": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}}, "df": 22}}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}}, "df": 3}}}, "w": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.show_index": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}}, "df": 5}}}}}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1}}, "df": 4}}}}}}, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1}}, "df": 3}}}}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}}, "df": 3}}}}}}}}}}}}}}}}}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}}, "df": 1}}, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}}, "df": 4}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "x": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}}, "df": 6, "m": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}}, "df": 3}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}}, "df": 9, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}}, "df": 5}}}}}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}}, "df": 3}}}}, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}}, "df": 6}}}}}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions.databases.local_database.StringIDRow": {"tf": 1}, "mephisto.abstractions.databases.local_database.StringIDRow.__init__": {"tf": 1}}, "df": 2}}}}}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.data_model.agent.Agent.state": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}}, "df": 12}, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_static": {"tf": 1}}, "df": 1, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}}, "df": 11}}}}}}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}}, "df": 10, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1}}, "df": 7}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}}, "df": 7}}}}}}}}}}, "h": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}}, "df": 6, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1}}, "df": 5}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}}, "df": 5}}}}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}}, "df": 6, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1}}, "df": 4}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}}, "df": 4}}}}}}}}}}}}}}}}}}, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}}, "df": 3}, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.client.api.InvalidUsage.status_code": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}}, "df": 17, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}}, "df": 2}}}}}, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.client.api.start_task_run": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 5}}}}, "u": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"tf": 1}}, "df": 1}}}}}}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}}, "df": 13, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.client.api.get_submitted_data": {"tf": 1}}, "df": 2}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"tf": 1}}, "df": 1}}}}}}}}}, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}}, "df": 12, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}}, "df": 5}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}}, "df": 6}}}}}}, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.hydra_config.register_script_config": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils.metrics.run_install_script": {"tf": 1}}, "df": 3}}}}}, "y": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}}, "df": 3}}}, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}}, "df": 4}}}}}, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.server_type": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}}, "df": 30, "s": {"docs": {"mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}}, "df": 3}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.client.api.start_task_run": {"tf": 1}, "mephisto.client.api.get_basic_task_options": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.set_project": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_title": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_description": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_reward": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_tags": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.task_dir": {"tf": 1}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}}, "df": 85, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}}, "df": 6}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}}, "df": 22, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}}, "df": 4}}}}}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.task_run.TaskRunArgs": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_title": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_description": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_reward": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_tags": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}}, "df": 13}}}}}}}, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.num_tasks": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}}, "df": 4}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.task_dir": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.num_tasks": {"tf": 1}}, "df": 5}}}}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}}, "df": 11}}}}}}}}}}, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.task_tags": {"tf": 1}}, "df": 1}}, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}}, "df": 1}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}}, "df": 4}}}}}, "o": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.client.api.InvalidUsage.to_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.to_sendable_dict": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.to_dict": {"tf": 1}}, "df": 11, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}}, "df": 4}}}, "o": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 1}}, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}}, "df": 1}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"tf": 1}}, "df": 1}}, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}}, "df": 8}}}, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"tf": 1}}, "df": 2, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_timestamp": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.task_title": {"tf": 1}}, "df": 1}}}}, "h": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.datatypes.LoopWrapper.set_active_thread": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}}, "df": 1}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}}, "df": 1}}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}}, "df": 7}}, "i": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}}, "df": 1}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}}, "df": 1}}}}, "r": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}}, "df": 12}}}}}}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}}, "df": 13, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"tf": 1}}, "df": 11}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}}, "df": 6}}}}}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}}, "df": 10}}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1}}, "df": 2}}}}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}}, "df": 1, "d": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}}, "df": 2}}}, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}}, "df": 1}}}}, "y": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}}, "df": 2, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}}, "df": 1}}}}}, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.to_sendable_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.copy": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}}, "df": 6}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1}}, "df": 5}}}}, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1}}, "df": 2}}}}, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "x": {"docs": {"mephisto.data_model.agent.OnboardingAgent.DISPLAY_PREFIX": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"tf": 1}}, "df": 1}}}}, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}}, "df": 1}}}}, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.provider": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1}}, "df": 30, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.crowd_provider.ProviderArgs": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.requester_name": {"tf": 1}}, "df": 3}}}}, "s": {"docs": {"mephisto.operations.registry.PROVIDERS": {"tf": 1}}, "df": 1}}}}}}, "j": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.set_project": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}}, "df": 10, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}}, "df": 1}}}}}, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}}, "df": 1}}}}}, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}}, "df": 3}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}}, "df": 1}}, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}}, "df": 2}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.operator.Operator.print_run_details": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}}, "df": 2}}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}}, "df": 2}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port": {"tf": 1}}, "df": 2}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}}, "df": 3}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.get_rand_id": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.AliveHandler.get": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_timestamp": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_static": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.client.api.get_available_requesters": {"tf": 1}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.client.api.get_basic_task_options": {"tf": 1}, "mephisto.client.api.get_submitted_data": {"tf": 1}, "mephisto.client.api.get_balance": {"tf": 1}, "mephisto.client.api.get_available_blueprints": {"tf": 1}, "mephisto.client.api.get_blueprint_arguments": {"tf": 1}, "mephisto.client.api.get_available_architects": {"tf": 1}, "mephisto.client.api.get_architect_arguments": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1}, "mephisto.operations.config_handler.get_config": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.utils.dirs.get_root_dir": {"tf": 1}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}}, "df": 219}, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.blank_generator": {"tf": 1}}, "df": 1, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.task_launcher.GeneratorType": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.NONE": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.UNIT": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.ASSIGNMENT": {"tf": 1}}, "df": 4}}}}}}, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}}, "df": 2}}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}}, "df": 2}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}}, "df": 5, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}}, "df": 3, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.qualification.GrantedQualification": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}}, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}}, "df": 2}}}}}}, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}}, "df": 7, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}}, "df": 3}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}}, "df": 1}}}}, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}}, "df": 6}}}}}}, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.operations.hydra_config.check_for_hydra_compat": {"tf": 1}}, "df": 7}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}}, "df": 2, "u": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}}, "df": 23}}}, "r": {"docs": {"mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}}, "df": 5}}}, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}}, "df": 3, "d": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}}, "df": 4, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}}, "df": 12}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}}, "df": 1}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}}, "df": 4}}}}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 17, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.CREATED": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}}, "df": 2}}}}}, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}}, "df": 8, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}}, "df": 15}}}}}}}}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}}, "df": 2}}}}}}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.client.config.Config": {"tf": 1}, "mephisto.client.config.Config.__init__": {"tf": 1}, "mephisto.client.config.Config.ENV": {"tf": 1}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1}, "mephisto.operations.config_handler.get_config": {"tf": 1}, "mephisto.operations.config_handler.write_config": {"tf": 1}, "mephisto.operations.config_handler.init_config": {"tf": 1}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}, "mephisto.operations.hydra_config.register_script_config": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 28, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}}, "df": 1}}}, "s": {"docs": {"mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}}, "df": 1}}}}, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 4}}}}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"tf": 1}}, "df": 2}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"tf": 1}}, "df": 1}}}}}}}, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}}, "df": 1}}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}}, "df": 3}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.COMPLETED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 4}}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}}, "df": 1}}}}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.hydra_config.check_for_hydra_compat": {"tf": 1}}, "df": 1}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}}, "df": 2}, "o": {"docs": {"mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}}, "df": 1}}, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client.api.InvalidUsage.status_code": {"tf": 1}}, "df": 1}}, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}}, "df": 1}}, "p": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.data_model.packet.Packet.copy": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}}, "df": 1}, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}}, "df": 2}}}, "l": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}}, "df": 2}}}}}}}}, "s": {"docs": {}, "df": 0, "v": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"tf": 1}}, "df": 2}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}}, "df": 1}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 4}}}}}}, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.download_file": {"tf": 1}}, "df": 6}}}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}}, "df": 2}}}}, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}}, "df": 3}}}, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architect.Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1}}, "df": 7}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.client.api.requester_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.operator.Operator.print_run_details": {"tf": 1}}, "df": 4}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}}, "df": 5}}}}, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}}, "df": 1}}}, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}}, "df": 2}}}}}, "s": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_description": {"tf": 1}}, "df": 2}}}}}}}}}}, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}}, "df": 2, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}}, "df": 1}}}}}}}}}, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}}, "df": 1}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.data_model.agent.OnboardingAgent.DISPLAY_PREFIX": {"tf": 1}}, "df": 1}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}}, "df": 1}}}}}}}}}}, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.task_dir": {"tf": 1}, "mephisto.utils.dirs.get_root_dir": {"tf": 1}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 22, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}}, "df": 1}}}}, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"tf": 1}, "mephisto.client.api.InvalidUsage.to_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.to_sendable_dict": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.to_dict": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 11, "s": {"docs": {"mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}}, "df": 2}}}, "e": {"docs": {"mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}}, "df": 2}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.client.api.get_submitted_data": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}}, "df": 51, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}}, "df": 6}}}}}, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}}, "df": 1, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.DatabaseArgs": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1}}, "df": 2}}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.__init__": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}}, "df": 7}}}}}}}}}, "s": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.utils.metrics.get_dash_url": {"tf": 1}}, "df": 1}}}, "b": {"docs": {"mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 8}, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "j": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.assignment.InitializationData.dumpJSON": {"tf": 1}}, "df": 1}}}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}}, "df": 1}}}}}}}}, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.download_file": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 13, "s": {"docs": {"mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}}, "df": 1}}, "l": {"docs": {"mephisto.operations.registry.fill_registries": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 15}, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}}, "df": 2}}}, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}}, "df": 1}}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 3}}}}}}, "i": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}}, "df": 1}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.failure_reason": {"tf": 1}}, "df": 3}}}}}, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}}, "df": 1}}}}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1}}, "df": 1}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}}, "df": 2}}}}}, "m": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 20}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.hydra_config.check_for_hydra_compat": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}}, "df": 31, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.force_shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}}, "df": 3}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.utils.logger_core.format_loud": {"tf": 1}}, "df": 2}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}}, "df": 3}}}}}}}, "e": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}}, "df": 2}}}, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}}, "df": 7}}}}}}}}}}}}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}}, "df": 9, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}}, "df": 54, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}}, "df": 4}}}}}, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}}, "df": 4}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.worker.WorkerArgs": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs.__init__": {"tf": 1}}, "df": 2}}}}, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.__init__": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 7}}}}}}}}}}}}}}, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}}, "df": 13}}}}}}}, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}}, "df": 3}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}}, "df": 4}}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1}, "mephisto.operations.config_handler.write_config": {"tf": 1}}, "df": 2}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}}, "df": 4}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 2}}, "r": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.utils.logger_core.warn_once": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}}, "df": 3}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.operations.operator.Operator.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown_async": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.operator.Operator.print_run_details": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}}, "df": 13}}}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}}, "df": 2}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.client.api.launch_options": {"tf": 1}, "mephisto.client.api.get_basic_task_options": {"tf": 1}, "mephisto.client.api.requester_launch_options": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}}, "df": 4}}}}}}, "w": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}}, "df": 5, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}}, "df": 24, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.DISPLAY_PREFIX": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}}, "df": 21, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}}, "df": 5}}}}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}}, "df": 11, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"tf": 1}}, "df": 3}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.operations.worker_pool.OnboardingInfo": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.utils.logger_core.warn_once": {"tf": 1}}, "df": 1}}}, "r": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 6, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}}, "df": 4}}}}}}, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}}, "df": 1}}}}}}}}, "g": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}}, "df": 1}}}}}}}, "f": {"docs": {"mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}}, "df": 1}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}}, "df": 4}}}}}, "d": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}}, "df": 3}, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.database.EntryAlreadyExistsException": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}}}}, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.database.EntryDoesNotExistException": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}}, "df": 3}}}}, "v": {"docs": {"mephisto.client.config.Config.ENV": {"tf": 1}}, "df": 1}}, "c": {"2": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 2, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}}, "df": 14, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"tf": 1}}, "df": 5}}}}}}}}}}}}}}, "docs": {}, "df": 0}, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.log_error": {"tf": 1}, "mephisto.client.api.intentional_error": {"tf": 1}}, "df": 2}}}}, "x": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}}, "df": 3, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}}, "df": 1}}}}}, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}}, "df": 3}}}}, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}}, "df": 6, "d": {"docs": {"mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.EXPIRED": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}}, "df": 6}}}}}, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}}, "df": 1}}}}}, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}}, "df": 2}}}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}}, "df": 1}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}}, "df": 1}}}}}}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}}, "df": 3}}}}}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.cleanup_ec2_resources.main": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name.main": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.main": {"tf": 1}, "mephisto.client.full.server.main": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db.main": {"tf": 1}, "mephisto.scripts.mturk.cleanup.main": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status.main": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id.main": {"tf": 1}}, "df": 11}}, "k": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 4}}, "x": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}}, "df": 4, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}}, "df": 4}}, "p": {"docs": {"mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}}, "df": 1, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}}, "df": 4}}}}}, "n": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 9, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}}, "df": 6, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}}, "df": 6}}}}}}}}}}}}, "d": {"docs": {}, "df": 0, "b": {"docs": {"mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}}, "df": 51, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.database.MephistoDBException": {"tf": 1}}, "df": 1}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {"mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}}, "df": 6}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.blueprint": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.provider": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.architect": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.log_level": {"tf": 1}}, "df": 8}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"tf": 1}}, "df": 8}}}}}, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.utils.metrics.metrics_are_installed": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 3}}}}}}, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}}, "df": 11, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1}}, "df": 10, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port": {"tf": 1}}, "df": 4}}}}}}}}}}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}}, "df": 12, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}}, "df": 9}}}}}}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1}}, "df": 9}}}}}, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}}, "df": 13, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"tf": 1}}, "df": 6}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}}, "df": 4}}}}}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}}, "df": 11}}}}}}}}}}, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}}, "df": 12}}}}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}}, "df": 11, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}}, "df": 8, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"tf": 1}}, "df": 4}}}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}}, "df": 6}}}}, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}}, "df": 8}}}}}}}}, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1}}, "df": 1}}}}}, "i": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}}, "df": 13, "s": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.MIXED": {"tf": 1}}, "df": 1}}}, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}}, "df": 1}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 1}}}}}}, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}}, "df": 9, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}}, "df": 9}}}}}, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}}, "df": 16}}}}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}}, "df": 12, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}}, "df": 8, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1}}, "df": 4}}}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}}, "df": 14}}}}, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}}, "df": 13}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}}, "df": 2}}, "n": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.client.api.view_unit": {"tf": 1}, "mephisto.client.api.accept_unit": {"tf": 1}, "mephisto.client.api.reject_unit": {"tf": 1}, "mephisto.client.api.soft_block_unit": {"tf": 1}, "mephisto.client.api.hard_block_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.UNIT": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 57, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}}, "df": 15}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}}, "df": 4}}}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}}, "df": 2}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}}, "df": 4}}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}}, "df": 1}}}}}}}}}, "p": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}}, "df": 25, "d": {"docs": {"mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}}, "df": 1}}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"tf": 1}}, "df": 4, "r": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}}, "df": 1}, "g": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}}, "df": 14, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}}, "df": 6}}}}}}}}}}}}, "s": {"docs": {"mephisto.operations.registry.uses_mephisto": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client.api.handle_invalid_usage": {"tf": 1}}, "df": 1}}}}}, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.requester_name": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.name": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}}, "df": 9, "d": {"docs": {"mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}}, "df": 36}, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}}, "df": 2}}}}, "o": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}}, "df": 1, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.task_launcher.GeneratorType.NONE": {"tf": 1}}, "df": 1, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}}, "df": 1}}}}}}, "t": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}}, "df": 1}}, "u": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.num_tasks": {"tf": 1}}, "df": 4}}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}}, "df": 10, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port": {"tf": 1}}, "df": 4}}}}}}}}}}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {"mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}}, "df": 4}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}}, "df": 8, "f": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "j": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.assignment.InitializationData.loadFromJSON": {"tf": 1}}, "df": 1}}}}}}}}}}, "g": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.log_error": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.log_level": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 5, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.datatypes.LoopWrapper": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.set_active_thread": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}}, "df": 4}}}}}}}}}, "u": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.utils.logger_core.format_loud": {"tf": 1}}, "df": 1}}}, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1}}, "df": 2}}}}}}, "n": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1}}, "df": 2}}, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}}, "df": 11, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.force_shutdown": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.shutdown": {"tf": 1}}, "df": 4}}}}}}}}}}, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.client.api.launch_options": {"tf": 1}, "mephisto.client.api.requester_launch_options": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}}, "df": 17, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.LAUNCHED": {"tf": 1}}, "df": 1}}}}}}}, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.log_level": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 2}}}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.client.api.start_task_run": {"tf": 1}, "mephisto.client.review.review_server.run": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.operator.Operator.print_run_details": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.metrics.run_install_script": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}}, "df": 49, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}}, "df": 4}}}}, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}}, "df": 7, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}}, "df": 2}}}, "e": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.client.api.requester_register": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1}, "mephisto.operations.hydra_config.register_script_config": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}}, "df": 21, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}}, "df": 5}}}}, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}}, "df": 1}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}}, "df": 1}}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.registry.fill_registries": {"tf": 1}}, "df": 1}}}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}}, "df": 1}}}, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}}, "df": 1}}}}}}}, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}}, "df": 2}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"tf": 1}}, "df": 3}}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}}, "df": 12}}}}}}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}}, "df": 11, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1}}, "df": 5}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}}, "df": 1}}}}}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}}, "df": 7}}}}}}}}}}}}}}}}}}}}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.request_agent": {"tf": 1}}, "df": 2, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.crowd_provider.ProviderArgs.requester_name": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.client.api.requester_details": {"tf": 1}, "mephisto.client.api.requester_register": {"tf": 1}, "mephisto.client.api.requester_launch_options": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.ArgsClass": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}}, "df": 30, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}}, "df": 4}}}}}, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.client.api.get_available_requesters": {"tf": 1}}, "df": 2}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.requester.RequesterArgs": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.__init__": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.name": {"tf": 1}}, "df": 3}}}}}}}}}, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}}, "df": 1}}}}}}, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}}, "df": 2}}}}}, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}}, "df": 6}}}}}}, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.tools.examine_utils.print_results": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {"mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}}, "df": 1}}}}}, "v": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}}, "df": 5}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}}, "df": 1, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client.api.get_reviewable_task_runs": {"tf": 1}}, "df": 1}}}}}}}}, "j": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.client.api.reject_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}}, "df": 6, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"tf": 1}}, "df": 2}}}}}}, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.task_reward": {"tf": 1}}, "df": 1}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.worker_pool.AgentDetails.failure_reason": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}}, "df": 7}}}}, "o": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.utils.dirs.get_root_dir": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}}, "df": 2}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.get_rand_id": {"tf": 1}}, "df": 1}}, "w": {"docs": {"mephisto.operations.config_handler.get_raw_config": {"tf": 1}}, "df": 1}}}, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 15}, "t": {"docs": {"mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"tf": 1}}, "df": 8}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 3}}}}, "d": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}}, "df": 3}}}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.client.api.get_balance": {"tf": 1}}, "df": 3, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}}, "df": 2}}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1}}, "df": 2}, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.client.api.get_basic_task_options": {"tf": 1}}, "df": 1}}}}, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.client.api.get_blueprint_arguments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.blueprint": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}}, "df": 18, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprint.BlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.block_qualification": {"tf": 1}}, "df": 3}}}}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}}, "df": 6}}}}}, "s": {"docs": {"mephisto.client.api.get_available_blueprints": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1}}, "df": 2}}}}}}}}, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.blueprint.BlueprintArgs.block_qualification": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.client.api.soft_block_unit": {"tf": 1}, "mephisto.client.api.hard_block_unit": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}}, "df": 8, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}}, "df": 6}}}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.blank_generator": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}}, "df": 5}}}}, "y": {"docs": {"mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}}, "df": 1}}, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}}, "df": 2}}, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname": {"tf": 1}}, "df": 1}}}}}}, "b": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "u": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}}, "df": 3, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}}, "df": 15, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1}}, "df": 5}}}}}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}}, "df": 1}}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}}, "df": 2}, "r": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.client.api.hard_block_unit": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client.api.handle_invalid_usage": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}}, "df": 4}}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}}, "df": 15, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}}, "df": 2}}}, "y": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.operations.hydra_config.check_for_hydra_compat": {"tf": 1}}, "df": 1}}}}}, "z": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}}, "df": 3}}}}, "v": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}}, "df": 9, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}}, "df": 5}, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}}, "df": 2}}}}}}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.client.api.view_unit": {"tf": 1}}, "df": 1}}}}, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1}}, "df": 4}}}, "j": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}}, "df": 5, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1}}, "df": 1, "l": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"tf": 1}}, "df": 2}}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}}, "df": 2, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprint.BlueprintArgs.block_qualification": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 35, "s": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}}, "df": 8}}}}}}}, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}}, "df": 1}, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1}}, "df": 4}}}}}}}, "e": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}}, "df": 1}}}}}}}, "fullname": {"root": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.StringIDRow.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.client.api.InvalidUsage.__init__": {"tf": 1}, "mephisto.client.config.Config.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.__init__": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.__init__": {"tf": 1}}, "df": 116, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.server_type": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"tf": 1}, "mephisto.abstractions.architect.Architect": {"tf": 1}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architect.Architect.prepare": {"tf": 1}, "mephisto.abstractions.architect.Architect.deploy": {"tf": 1}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.ec2": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources.main": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name.main": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.main": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.local_architect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.mock_architect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.get_rand_id": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.AliveHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.AliveHandler.get": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.flask": {"tf": 1}, "mephisto.abstractions.architects.router.flask.app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.request_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.log_error": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.is_alive": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_timestamp": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.show_index": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_static": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.block_qualification": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.blank_generator": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.crowd_provider": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.requester_name": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.database": {"tf": 1}, "mephisto.abstractions.database.MephistoDBException": {"tf": 1}, "mephisto.abstractions.database.EntryAlreadyExistsException": {"tf": 1}, "mephisto.abstractions.database.EntryDoesNotExistException": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_database": {"tf": 1}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.StringIDRow": {"tf": 1}, "mephisto.abstractions.databases.local_database.StringIDRow.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mock.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.client.api": {"tf": 1}, "mephisto.client.api.get_available_requesters": {"tf": 1}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.client.api.launch_options": {"tf": 1}, "mephisto.client.api.start_task_run": {"tf": 1}, "mephisto.client.api.view_unit": {"tf": 1}, "mephisto.client.api.get_basic_task_options": {"tf": 1}, "mephisto.client.api.requester_details": {"tf": 1}, "mephisto.client.api.requester_register": {"tf": 1}, "mephisto.client.api.get_submitted_data": {"tf": 1}, "mephisto.client.api.get_balance": {"tf": 1}, "mephisto.client.api.requester_launch_options": {"tf": 1}, "mephisto.client.api.get_available_blueprints": {"tf": 1}, "mephisto.client.api.get_blueprint_arguments": {"tf": 1}, "mephisto.client.api.get_available_architects": {"tf": 1}, "mephisto.client.api.get_architect_arguments": {"tf": 1}, "mephisto.client.api.accept_unit": {"tf": 1}, "mephisto.client.api.reject_unit": {"tf": 1}, "mephisto.client.api.soft_block_unit": {"tf": 1}, "mephisto.client.api.hard_block_unit": {"tf": 1}, "mephisto.client.api.intentional_error": {"tf": 1}, "mephisto.client.api.InvalidUsage": {"tf": 1}, "mephisto.client.api.InvalidUsage.__init__": {"tf": 1}, "mephisto.client.api.InvalidUsage.status_code": {"tf": 1}, "mephisto.client.api.InvalidUsage.to_dict": {"tf": 1}, "mephisto.client.api.handle_invalid_usage": {"tf": 1}, "mephisto.client.cli": {"tf": 1}, "mephisto.client.config": {"tf": 1}, "mephisto.client.config.Config": {"tf": 1}, "mephisto.client.config.Config.__init__": {"tf": 1}, "mephisto.client.config.Config.ENV": {"tf": 1}, "mephisto.client.full": {"tf": 1}, "mephisto.client.full.server": {"tf": 1}, "mephisto.client.full.server.main": {"tf": 1}, "mephisto.client.review": {"tf": 1}, "mephisto.client.review.review_server": {"tf": 1}, "mephisto.client.review.review_server.run": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.state": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.DISPLAY_PREFIX": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment": {"tf": 1}, "mephisto.data_model.assignment.InitializationData": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.dumpJSON": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.loadFromJSON": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.data_model.constants.assignment_state": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.__init__": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.CREATED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.LAUNCHED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ASSIGNED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.COMPLETED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ACCEPTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.MIXED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.EXPIRED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.data_model.exceptions": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"tf": 1}, "mephisto.data_model.packet": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.to_sendable_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.copy": {"tf": 1}, "mephisto.data_model.project": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.qualification": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.__init__": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.name": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.ArgsClass": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.set_project": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_title": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_description": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_reward": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_tags": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit": {"tf": 1}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.client_io_handler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}, "mephisto.operations.config_handler": {"tf": 1}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1}, "mephisto.operations.config_handler.get_config": {"tf": 1}, "mephisto.operations.config_handler.write_config": {"tf": 1}, "mephisto.operations.config_handler.init_config": {"tf": 1}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.datatypes": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.set_active_thread": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.force_shutdown": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.shutdown": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.__init__": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}, "mephisto.operations.hydra_config": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.blueprint": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.provider": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.architect": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.log_level": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig.task_dir": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.num_tasks": {"tf": 1}, "mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.operations.hydra_config.register_script_config": {"tf": 1}, "mephisto.operations.hydra_config.check_for_hydra_compat": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.operator": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.operations.operator.Operator.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown_async": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.operator.Operator.print_run_details": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.registry": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1}, "mephisto.operations.registry.ARCHITECTS": {"tf": 1}, "mephisto.operations.registry.PROVIDERS": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1.4142135623730951}, "mephisto.operations.registry.uses_mephisto": {"tf": 1.4142135623730951}, "mephisto.operations.registry.fill_registries": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}, "mephisto.operations.task_launcher": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.NONE": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.UNIT": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.ASSIGNMENT": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}, "mephisto.operations.worker_pool": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.failure_reason": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.to_dict": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.heroku": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}, "mephisto.scripts.local_db": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1.4142135623730951}, "mephisto.scripts.local_db.load_data_to_mephisto_db.main": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.scripts.mturk.cleanup": {"tf": 1}, "mephisto.scripts.mturk.cleanup.main": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status.main": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id.main": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.data_browser": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.__init__": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}, "mephisto.tools.scripts": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.dirs": {"tf": 1}, "mephisto.utils.dirs.get_root_dir": {"tf": 1}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.logger_core": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1}, "mephisto.utils.logger_core.warn_once": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.get_logger": {"tf": 1}, "mephisto.utils.logger_core.format_loud": {"tf": 1}, "mephisto.utils.metrics": {"tf": 1}, "mephisto.utils.metrics.run_install_script": {"tf": 1}, "mephisto.utils.metrics.metrics_are_installed": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}, "mephisto.utils.qualifications": {"tf": 1}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}, "mephisto.utils.testing": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 1320, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}}, "df": 6, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}}, "df": 6}}}}}}}}}}}}, "d": {"docs": {}, "df": 0, "b": {"docs": {"mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}}, "df": 51, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.database.MephistoDBException": {"tf": 1}}, "df": 1}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {"mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}}, "df": 6}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.blueprint": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.provider": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.architect": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.log_level": {"tf": 1}}, "df": 8}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"tf": 1}}, "df": 8}}}}}, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.utils.metrics": {"tf": 1}, "mephisto.utils.metrics.run_install_script": {"tf": 1}, "mephisto.utils.metrics.metrics_are_installed": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}}, "df": 11}}}}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.cleanup_ec2_resources.main": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name.main": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.main": {"tf": 1}, "mephisto.client.full.server.main": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db.main": {"tf": 1}, "mephisto.scripts.mturk.cleanup.main": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status.main": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id.main": {"tf": 1}}, "df": 11}}, "k": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 4, "u": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.scripts.mturk.launch_makeup_hits": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}}, "df": 3}}}}, "x": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}}, "df": 4, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}}, "df": 4}}, "p": {"docs": {"mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}}, "df": 1, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}}, "df": 4}}}}}, "n": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 1}}}, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.mock_architect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.get_rand_id": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.AliveHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.AliveHandler.get": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.blueprints.mock": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_builder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.provider_type": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}}, "df": 156, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1}}, "df": 10, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port": {"tf": 1}}, "df": 4}}}}}}}}}}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}}, "df": 12, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}}, "df": 9}}}}}}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1}}, "df": 9}}}}}, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}}, "df": 13, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"tf": 1}}, "df": 6}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}}, "df": 4}}}}}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}}, "df": 11}}}}}}}}}}, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}}, "df": 12}}}}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}}, "df": 11, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}}, "df": 8, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"tf": 1}}, "df": 4}}}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}}, "df": 6}}}}, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}}, "df": 8}}}}}}}}, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.state": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.DISPLAY_PREFIX": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment": {"tf": 1}, "mephisto.data_model.assignment.InitializationData": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.dumpJSON": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.loadFromJSON": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.data_model.constants.assignment_state": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.__init__": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.CREATED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.LAUNCHED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ASSIGNED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.COMPLETED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ACCEPTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.MIXED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.EXPIRED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.data_model.exceptions": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"tf": 1}, "mephisto.data_model.packet": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.to_sendable_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.copy": {"tf": 1}, "mephisto.data_model.project": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.qualification": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.__init__": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.name": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.ArgsClass": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.set_project": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_title": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_description": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_reward": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_tags": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit": {"tf": 1}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}}, "df": 219}}}}, "i": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}}, "df": 13, "s": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprints.mixins": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.blank_generator": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}}, "df": 66}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.MIXED": {"tf": 1}}, "df": 1}}}, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}}, "df": 1}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 1}}}}}}, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.providers.mturk": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.scripts.mturk.cleanup": {"tf": 1}, "mephisto.scripts.mturk.cleanup.main": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status.main": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id.main": {"tf": 1.4142135623730951}}, "df": 169, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}}, "df": 9}}}}}, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}}, "df": 16}}}}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}}, "df": 12, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}}, "df": 8, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1}}, "df": 4}}}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}}, "df": 14}}}}, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}}, "df": 13}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}}, "df": 45, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.server_type": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"tf": 1}, "mephisto.abstractions.architect.Architect": {"tf": 1}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architect.Architect.prepare": {"tf": 1}, "mephisto.abstractions.architect.Architect.deploy": {"tf": 1}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.ec2": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources.main": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name.main": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.main": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.local_architect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.mock_architect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.get_rand_id": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.AliveHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.AliveHandler.get": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.flask": {"tf": 1}, "mephisto.abstractions.architects.router.flask.app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.request_agent": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.log_error": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.is_alive": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_timestamp": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.download_file": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.show_index": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_static": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprint": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.block_qualification": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.blank_generator": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.crowd_provider": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.requester_name": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.database": {"tf": 1}, "mephisto.abstractions.database.MephistoDBException": {"tf": 1}, "mephisto.abstractions.database.EntryAlreadyExistsException": {"tf": 1}, "mephisto.abstractions.database.EntryDoesNotExistException": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_database": {"tf": 1}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.StringIDRow": {"tf": 1}, "mephisto.abstractions.databases.local_database.StringIDRow.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mock.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}}, "df": 847}}}}}}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.server_type": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"tf": 1}, "mephisto.abstractions.architect.Architect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.deploy": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.local_architect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.mock_architect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.get_rand_id": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.AliveHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.AliveHandler.get": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1}, "mephisto.client.api.get_architect_arguments": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.architect": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}}, "df": 109, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architect.ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.server_type": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"tf": 1}}, "df": 4}}}}, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.ec2": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources.main": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name.main": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.main": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.local_architect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.mock_architect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.get_rand_id": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.AliveHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.AliveHandler.get": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.flask": {"tf": 1}, "mephisto.abstractions.architects.router.flask.app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.request_agent": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.log_error": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.is_alive": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_timestamp": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.download_file": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.show_index": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_static": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.client.api.get_available_architects": {"tf": 1}, "mephisto.operations.registry.ARCHITECTS": {"tf": 1}}, "df": 176}}}}}}}}, "g": {"docs": {"mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}}, "df": 3, "s": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1}}, "df": 18, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architect.Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}, "mephisto.data_model.requester.Requester.ArgsClass": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}}, "df": 20}}}}}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin": {"tf": 1}}, "df": 4}}}}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.client.api.get_blueprint_arguments": {"tf": 1}, "mephisto.client.api.get_architect_arguments": {"tf": 1}}, "df": 2}}}}}}}, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}}, "df": 1}, "e": {"docs": {"mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}, "mephisto.utils.metrics.metrics_are_installed": {"tf": 1}}, "df": 2}}, "s": {"docs": {"mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}}, "df": 1, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}}, "df": 16}}}, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.assignment": {"tf": 1}, "mephisto.data_model.assignment.InitializationData": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.dumpJSON": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.loadFromJSON": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.__init__": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.CREATED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.LAUNCHED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ASSIGNED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.COMPLETED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ACCEPTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.MIXED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.EXPIRED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.ASSIGNMENT": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}}, "df": 59, "s": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}}, "df": 9, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.__init__": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.CREATED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.LAUNCHED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ASSIGNED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.COMPLETED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ACCEPTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.MIXED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.EXPIRED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}}, "df": 18}}}}}}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ASSIGNED": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}}, "df": 4}}}}}, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}}, "df": 1}}}}}}}, "y": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.operations.operator.Operator.shutdown_async": {"tf": 1}}, "df": 1}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.is_alive": {"tf": 1}}, "df": 2, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.AliveHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.AliveHandler.get": {"tf": 1}}, "df": 2}}}}}}}}}}, "l": {"docs": {"mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}}, "df": 1, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"tf": 1}}, "df": 1}}}}}}, "w": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}}, "df": 3}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}}, "df": 3}}}}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.client.api.get_available_requesters": {"tf": 1}, "mephisto.client.api.get_available_blueprints": {"tf": 1}, "mephisto.client.api.get_available_architects": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}}, "df": 8}}}}}}}}, "d": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}}, "df": 2, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}}, "df": 2}}}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 8}}, "p": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1}, "mephisto.abstractions.architects.router.flask.app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}}, "df": 3, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}}, "df": 1}}}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}}, "df": 5}}}}}, "i": {"docs": {"mephisto.client.api": {"tf": 1}, "mephisto.client.api.get_available_requesters": {"tf": 1}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.client.api.launch_options": {"tf": 1}, "mephisto.client.api.start_task_run": {"tf": 1}, "mephisto.client.api.view_unit": {"tf": 1}, "mephisto.client.api.get_basic_task_options": {"tf": 1}, "mephisto.client.api.requester_details": {"tf": 1}, "mephisto.client.api.requester_register": {"tf": 1}, "mephisto.client.api.get_submitted_data": {"tf": 1}, "mephisto.client.api.get_balance": {"tf": 1}, "mephisto.client.api.requester_launch_options": {"tf": 1}, "mephisto.client.api.get_available_blueprints": {"tf": 1}, "mephisto.client.api.get_blueprint_arguments": {"tf": 1}, "mephisto.client.api.get_available_architects": {"tf": 1}, "mephisto.client.api.get_architect_arguments": {"tf": 1}, "mephisto.client.api.accept_unit": {"tf": 1}, "mephisto.client.api.reject_unit": {"tf": 1}, "mephisto.client.api.soft_block_unit": {"tf": 1}, "mephisto.client.api.hard_block_unit": {"tf": 1}, "mephisto.client.api.intentional_error": {"tf": 1}, "mephisto.client.api.InvalidUsage": {"tf": 1}, "mephisto.client.api.InvalidUsage.__init__": {"tf": 1}, "mephisto.client.api.InvalidUsage.status_code": {"tf": 1}, "mephisto.client.api.InvalidUsage.to_dict": {"tf": 1}, "mephisto.client.api.handle_invalid_usage": {"tf": 1}}, "df": 27}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.request_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.data_model.agent": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.state": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.observe": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.act": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.DISPLAY_PREFIX": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}}, "df": 157, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}}, "df": 5, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}}, "df": 4}}}}}}}}}, "h": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}}, "df": 4}}}}}, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.exceptions.AgentDisconnectedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.worker_pool.AgentDetails": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.failure_reason": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.to_dict": {"tf": 1}}, "df": 7}}}}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}}, "df": 4, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.datatypes.LoopWrapper.set_active_thread": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}}, "df": 2}}}}, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1}}, "df": 2}}, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.client.api.accept_unit": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.ACCEPTED": {"tf": 1}}, "df": 1}}}}}}}, "f": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}}, "df": 1}}}}}}, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}}, "df": 1}}}}}, "u": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 1}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}}, "df": 7, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_database.StringIDRow.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.client.api.InvalidUsage.__init__": {"tf": 1}, "mephisto.client.config.Config.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.config_handler.init_config": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.__init__": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.__init__": {"tf": 1}}, "df": 141, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}}, "df": 5, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.data_model.assignment.InitializationData": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.dumpJSON": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.loadFromJSON": {"tf": 1}}, "df": 4}}}}}}}}}, "e": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}}, "df": 6}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}}, "df": 7}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}, "mephisto.utils.metrics.run_install_script": {"tf": 1}}, "df": 2, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1}, "mephisto.utils.metrics.metrics_are_installed": {"tf": 1}}, "df": 6}}}}}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.show_index": {"tf": 1}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}}, "df": 2}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}}, "df": 1}}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}}, "df": 1}}}}}}}}, "t": {"docs": {"mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.client.api.intentional_error": {"tf": 1}}, "df": 1}}}}}}}}}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.client.api.handle_invalid_usage": {"tf": 1}}, "df": 1, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client.api.InvalidUsage": {"tf": 1}, "mephisto.client.api.InvalidUsage.__init__": {"tf": 1}, "mephisto.client.api.InvalidUsage.status_code": {"tf": 1}, "mephisto.client.api.InvalidUsage.to_dict": {"tf": 1}}, "df": 4}}}}}}}}}}}, "s": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.is_alive": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1}}, "df": 36}, "f": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}}, "df": 1}, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.get_rand_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id.main": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}}, "df": 20, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}}, "df": 1}}}, "y": {"docs": {"mephisto.scripts.mturk.identify_broken_units": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}}, "df": 2}}}}}}, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}}, "df": 2}}, "o": {"docs": {"mephisto.operations.client_io_handler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}}, "df": 13}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.server_type": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name.main": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.client.full.server": {"tf": 1}, "mephisto.client.full.server.main": {"tf": 1}, "mephisto.client.review.review_server": {"tf": 1}, "mephisto.client.review.review_server.run": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}}, "df": 20, "s": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.main": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 5}}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}}, "df": 4, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.packet.Packet.to_sendable_dict": {"tf": 1}}, "df": 1}}}}}}, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.task.Task.set_project": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.set_active_thread": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 15, "u": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}}, "df": 5}}}, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1}}, "df": 1}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}}, "df": 1}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1}}, "df": 13}}}}, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 6}}}}}}}}}}}, "f": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.client.api.soft_block_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id.main": {"tf": 1}}, "df": 6}}}, "h": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.force_shutdown": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown_async": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}}, "df": 22}}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}}, "df": 3}}}, "w": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.show_index": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}}, "df": 5}}}}}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1}}, "df": 4}}}}}}, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1}}, "df": 3}}}}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}}, "df": 3}}}}}}}}}}}}}}}}}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}}, "df": 1}}, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}}, "df": 4}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "x": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}}, "df": 40, "m": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}}, "df": 3}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}}, "df": 9, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}}, "df": 5}}}}}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}}, "df": 3}}}}, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}}, "df": 6}}}}}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions.databases.local_database.StringIDRow": {"tf": 1}, "mephisto.abstractions.databases.local_database.StringIDRow.__init__": {"tf": 1}}, "df": 2}}}}}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.state": {"tf": 1}, "mephisto.data_model.constants.assignment_state": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.__init__": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.CREATED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.LAUNCHED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ASSIGNED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.COMPLETED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ACCEPTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.MIXED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.EXPIRED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}}, "df": 74}, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_static": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}}, "df": 81, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}}, "df": 11}}}}}}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}}, "df": 10, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1}}, "df": 7}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}}, "df": 7}}}}}}}}}}, "h": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}}, "df": 6, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1}}, "df": 5}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}}, "df": 5}}}}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}}, "df": 6, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1}}, "df": 4}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}}, "df": 4}}}}}}}}}}}}}}}}}}, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}}, "df": 3}, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.client.api.InvalidUsage.status_code": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status.main": {"tf": 1}}, "df": 19, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}}, "df": 2}}}}}, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.client.api.start_task_run": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 5}}}}, "u": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"tf": 1}}, "df": 1}}}}}}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}}, "df": 13, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.client.api.get_submitted_data": {"tf": 1}}, "df": 2}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"tf": 1}}, "df": 1}}}}}}}}}, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.blank_generator": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}}, "df": 21, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}}, "df": 12, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}}, "df": 5}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}}, "df": 6}}}}}}, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.utils.script_utils": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.operations.hydra_config.register_script_config": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils.metrics.run_install_script": {"tf": 1}}, "df": 6, "s": {"docs": {"mephisto.scripts": {"tf": 1}, "mephisto.scripts.heroku": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}, "mephisto.scripts.local_db": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db.main": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.scripts.mturk.cleanup": {"tf": 1}, "mephisto.scripts.mturk.cleanup.main": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status.main": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id.main": {"tf": 1}, "mephisto.tools.scripts": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 26}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.databases.local_singleton_database": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}}, "df": 7}}}}}}}}, "y": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}}, "df": 3}}}, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}}, "df": 4}}}}}, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.server_type": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mock.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}}, "df": 33, "s": {"docs": {"mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}}, "df": 3}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.blank_generator": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.client.api.start_task_run": {"tf": 1}, "mephisto.client.api.get_basic_task_options": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.task": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_project": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.set_project": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_runs": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.new": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRunArgs.task_title": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRunArgs.task_description": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRunArgs.task_reward": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRunArgs.task_tags": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.task_dir": {"tf": 1}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.task_launcher": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.NONE": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.UNIT": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.ASSIGNMENT": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}}, "df": 274, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}}, "df": 6}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}}, "df": 22, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}}, "df": 4}}}}}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.task_run.TaskRunArgs": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_title": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_description": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_reward": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_tags": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}}, "df": 13}}}}}}}, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.num_tasks": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}}, "df": 4}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.task_dir": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.num_tasks": {"tf": 1}}, "df": 5}}}}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}}, "df": 11}}}}}}}}}}, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.task_tags": {"tf": 1}}, "df": 1}}, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}}, "df": 1}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}}, "df": 4}}}}}, "o": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.client.api.InvalidUsage.to_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.to_sendable_dict": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.to_dict": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db.main": {"tf": 1}}, "df": 13, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}}, "df": 4}}}, "o": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 1, "l": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.tools": {"tf": 1}, "mephisto.tools.data_browser": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.__init__": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}, "mephisto.tools.scripts": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 23}}}}, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}}, "df": 1}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"tf": 1}}, "df": 1}}, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}}, "df": 8, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.utils.testing": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 11}}}}}}, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"tf": 1}}, "df": 2, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_timestamp": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.task_title": {"tf": 1}}, "df": 1}}}}, "h": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.datatypes.LoopWrapper.set_active_thread": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}}, "df": 1}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}}, "df": 1}}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}}, "df": 7}}, "i": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}}, "df": 1}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}}, "df": 1}}}}, "r": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {"mephisto.abstractions.blueprints.parlai_chat": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1.4142135623730951}}, "df": 71, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}}, "df": 12}}}}}}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}}, "df": 13, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"tf": 1}}, "df": 11}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}}, "df": 6}}}}}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}}, "df": 10}}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1}}, "df": 2}}}}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}}, "df": 1, "d": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}}, "df": 2}}}, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}}, "df": 1}}}}, "y": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}}, "df": 2, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}}, "df": 1}}}}}, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.packet": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1.4142135623730951}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1.4142135623730951}, "mephisto.data_model.packet.Packet.to_sendable_dict": {"tf": 1.4142135623730951}, "mephisto.data_model.packet.Packet.copy": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}}, "df": 7}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.main": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1}}, "df": 9}}}}, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1}}, "df": 2}}}}, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "x": {"docs": {"mephisto.data_model.agent.OnboardingAgent.DISPLAY_PREFIX": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"tf": 1}}, "df": 1}}}}, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}}, "df": 1}}}}, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1.4142135623730951}}, "df": 47}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}}, "df": 3}}}}, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.crowd_provider": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.requester_name": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.provider": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1}}, "df": 86, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.crowd_provider.ProviderArgs": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.requester_name": {"tf": 1}}, "df": 3}}}}, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mock.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.operations.registry.PROVIDERS": {"tf": 1}}, "df": 230}}}}}}, "j": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.data_model.project": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project.new": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.set_project": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}}, "df": 11, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}}, "df": 1}}}}}, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}}, "df": 1}}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}}, "df": 1}}, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}}, "df": 2}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.operator.Operator.print_run_details": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status.main": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}}, "df": 4}}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}}, "df": 2}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port": {"tf": 1}}, "df": 2}}, "o": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.operations.worker_pool": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.failure_reason": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.to_dict": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}}, "df": 23}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}}, "df": 3}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.get_rand_id": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.AliveHandler.get": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_timestamp": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_static": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.client.api.get_available_requesters": {"tf": 1}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.client.api.get_basic_task_options": {"tf": 1}, "mephisto.client.api.get_submitted_data": {"tf": 1}, "mephisto.client.api.get_balance": {"tf": 1}, "mephisto.client.api.get_available_blueprints": {"tf": 1}, "mephisto.client.api.get_blueprint_arguments": {"tf": 1}, "mephisto.client.api.get_available_architects": {"tf": 1}, "mephisto.client.api.get_architect_arguments": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1}, "mephisto.operations.config_handler.get_config": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.utils.dirs.get_root_dir": {"tf": 1}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}}, "df": 219}, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.blank_generator": {"tf": 1}}, "df": 1, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.task_launcher.GeneratorType": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.NONE": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.UNIT": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.ASSIGNMENT": {"tf": 1}}, "df": 4}}}}}}, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}}, "df": 2}}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}}, "df": 2}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}}, "df": 5, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}}, "df": 3, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.qualification.GrantedQualification": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}}, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}}, "df": 2}}}}}}, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}}, "df": 27, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}}, "df": 3}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}}, "df": 1}}}}, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}}, "df": 8, "s": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.channels": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}}, "df": 15}}}}}, "t": {"docs": {"mephisto.abstractions.blueprints.parlai_chat": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1}}, "df": 71}}, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.operations.hydra_config.check_for_hydra_compat": {"tf": 1}}, "df": 7}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}}, "df": 2, "u": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources.main": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name.main": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.scripts.mturk.cleanup": {"tf": 1}, "mephisto.scripts.mturk.cleanup.main": {"tf": 1}}, "df": 29}}}, "r": {"docs": {"mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}}, "df": 5}}}, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}}, "df": 3, "d": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {"mephisto.client.cli": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.client.api": {"tf": 1}, "mephisto.client.api.get_available_requesters": {"tf": 1}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.client.api.launch_options": {"tf": 1}, "mephisto.client.api.start_task_run": {"tf": 1}, "mephisto.client.api.view_unit": {"tf": 1}, "mephisto.client.api.get_basic_task_options": {"tf": 1}, "mephisto.client.api.requester_details": {"tf": 1}, "mephisto.client.api.requester_register": {"tf": 1}, "mephisto.client.api.get_submitted_data": {"tf": 1}, "mephisto.client.api.get_balance": {"tf": 1}, "mephisto.client.api.requester_launch_options": {"tf": 1}, "mephisto.client.api.get_available_blueprints": {"tf": 1}, "mephisto.client.api.get_blueprint_arguments": {"tf": 1}, "mephisto.client.api.get_available_architects": {"tf": 1}, "mephisto.client.api.get_architect_arguments": {"tf": 1}, "mephisto.client.api.accept_unit": {"tf": 1}, "mephisto.client.api.reject_unit": {"tf": 1}, "mephisto.client.api.soft_block_unit": {"tf": 1}, "mephisto.client.api.hard_block_unit": {"tf": 1}, "mephisto.client.api.intentional_error": {"tf": 1}, "mephisto.client.api.InvalidUsage": {"tf": 1}, "mephisto.client.api.InvalidUsage.__init__": {"tf": 1}, "mephisto.client.api.InvalidUsage.status_code": {"tf": 1}, "mephisto.client.api.InvalidUsage.to_dict": {"tf": 1}, "mephisto.client.api.handle_invalid_usage": {"tf": 1}, "mephisto.client.cli": {"tf": 1}, "mephisto.client.config": {"tf": 1}, "mephisto.client.config.Config": {"tf": 1}, "mephisto.client.config.Config.__init__": {"tf": 1}, "mephisto.client.config.Config.ENV": {"tf": 1}, "mephisto.client.full": {"tf": 1}, "mephisto.client.full.server": {"tf": 1}, "mephisto.client.full.server.main": {"tf": 1}, "mephisto.client.review": {"tf": 1}, "mephisto.client.review.review_server": {"tf": 1}, "mephisto.client.review.review_server.run": {"tf": 1}, "mephisto.operations.client_io_handler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}}, "df": 56, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}}, "df": 12}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}}, "df": 1}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}}, "df": 4}}}}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 17, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.CREATED": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}}, "df": 2}}}}}, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.crowd_provider": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.requester_name": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}}, "df": 27, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}}, "df": 15}}}}}}}}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}}, "df": 2}}}}}}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.client.config": {"tf": 1}, "mephisto.client.config.Config": {"tf": 1.4142135623730951}, "mephisto.client.config.Config.__init__": {"tf": 1.4142135623730951}, "mephisto.client.config.Config.ENV": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler": {"tf": 1}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.get_config": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.write_config": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.init_config": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.blueprint": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.provider": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.architect": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.log_level": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.task_dir": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.num_tasks": {"tf": 1}, "mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.operations.hydra_config.register_script_config": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.check_for_hydra_compat": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 54, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}}, "df": 1}}}, "s": {"docs": {"mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}}, "df": 1}}}}, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 4}}}}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"tf": 1}}, "df": 2}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"tf": 1}}, "df": 1}}}}}}}, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}}, "df": 1}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.constants": {"tf": 1}, "mephisto.data_model.constants.assignment_state": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.__init__": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.CREATED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.LAUNCHED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ASSIGNED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.COMPLETED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ACCEPTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.MIXED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.EXPIRED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}}, "df": 20}}}}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}}, "df": 3}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.COMPLETED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 4}}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}}, "df": 1}}}}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.hydra_config.check_for_hydra_compat": {"tf": 1}}, "df": 1}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.utils.logger_core": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1}, "mephisto.utils.logger_core.warn_once": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}, "mephisto.utils.logger_core.format_loud": {"tf": 1}}, "df": 8}, "o": {"docs": {"mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}}, "df": 1}}, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client.api.InvalidUsage.status_code": {"tf": 1}}, "df": 1}}, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}}, "df": 1}}, "p": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.data_model.packet.Packet.copy": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}}, "df": 1}, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}}, "df": 2}}}, "l": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}}, "df": 2}}}}}}}}, "s": {"docs": {}, "df": 0, "v": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"tf": 1}}, "df": 2}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}}, "df": 1}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 4}}}}}}, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.download_file": {"tf": 1}}, "df": 6}}}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}}, "df": 2}}}}, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}}, "df": 3}}}, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architect.Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1}}, "df": 7}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.client.api.requester_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.operator.Operator.print_run_details": {"tf": 1}}, "df": 4}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}}, "df": 5}}}}, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}}, "df": 1}}}, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}}, "df": 2}}}}}, "s": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_description": {"tf": 1}}, "df": 2}}}}}}}}}}, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}}, "df": 2, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}}, "df": 1}}}}}}}}}, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}}, "df": 1}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.data_model.agent.OnboardingAgent.DISPLAY_PREFIX": {"tf": 1}}, "df": 1}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}}, "df": 1}}}}}}}}}}, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.task_dir": {"tf": 1}, "mephisto.utils.dirs.get_root_dir": {"tf": 1}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 22, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}}, "df": 1}}}, "s": {"docs": {"mephisto.utils.dirs": {"tf": 1}, "mephisto.utils.dirs.get_root_dir": {"tf": 1}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 10}}, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"tf": 1}, "mephisto.client.api.InvalidUsage.to_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.to_sendable_dict": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.to_dict": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 11, "s": {"docs": {"mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}}, "df": 2}}}, "e": {"docs": {"mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}}, "df": 2}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.client.api.get_submitted_data": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.state": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.DISPLAY_PREFIX": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment": {"tf": 1}, "mephisto.data_model.assignment.InitializationData": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.dumpJSON": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.loadFromJSON": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.data_model.constants.assignment_state": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.__init__": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.CREATED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.LAUNCHED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ASSIGNED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.COMPLETED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ACCEPTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.MIXED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.EXPIRED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.data_model.exceptions": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"tf": 1}, "mephisto.data_model.packet": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.to_sendable_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.copy": {"tf": 1}, "mephisto.data_model.project": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.qualification": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.__init__": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.name": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.ArgsClass": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.set_project": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_title": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_description": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_reward": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_tags": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit": {"tf": 1}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db.main": {"tf": 1}, "mephisto.tools.data_browser": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.__init__": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}}, "df": 271, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}}, "df": 36}}}}}, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.database": {"tf": 1}, "mephisto.abstractions.database.MephistoDBException": {"tf": 1}, "mephisto.abstractions.database.EntryAlreadyExistsException": {"tf": 1}, "mephisto.abstractions.database.EntryDoesNotExistException": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}, "mephisto.abstractions.databases.local_database": {"tf": 1}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.StringIDRow": {"tf": 1}, "mephisto.abstractions.databases.local_database.StringIDRow.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}}, "df": 74, "s": {"docs": {"mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_database": {"tf": 1}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.StringIDRow": {"tf": 1}, "mephisto.abstractions.databases.local_database.StringIDRow.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}}, "df": 19}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.DatabaseArgs": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1}}, "df": 2}}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.__init__": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}}, "df": 7}}}}}}}, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.datatypes": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.set_active_thread": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.force_shutdown": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.shutdown": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.__init__": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 16}}}}}}}, "s": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.utils.metrics.get_dash_url": {"tf": 1}}, "df": 1}}}, "b": {"docs": {"mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.scripts.local_db": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1.4142135623730951}, "mephisto.scripts.local_db.load_data_to_mephisto_db.main": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 11}, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "j": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.assignment.InitializationData.dumpJSON": {"tf": 1}}, "df": 1}}}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}}, "df": 1}}}}}}}}, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.download_file": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 13, "s": {"docs": {"mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}}, "df": 1}}, "l": {"docs": {"mephisto.operations.registry.fill_registries": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 15}, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}}, "df": 2}}}, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}}, "df": 1}}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 3}}}}}}, "i": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}}, "df": 1}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.failure_reason": {"tf": 1}}, "df": 3}}}}}, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}}, "df": 1}}}}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1}, "mephisto.abstractions.architects.router.flask": {"tf": 1}, "mephisto.abstractions.architects.router.flask.app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.request_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.log_error": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.is_alive": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_timestamp": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.show_index": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_static": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1.4142135623730951}}, "df": 30}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}}, "df": 2}}}}}, "m": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 20}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.hydra_config.check_for_hydra_compat": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}}, "df": 31, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.force_shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}}, "df": 3}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.utils.logger_core.format_loud": {"tf": 1}}, "df": 2}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}}, "df": 3}}}}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.client.full": {"tf": 1}, "mephisto.client.full.server": {"tf": 1}, "mephisto.client.full.server.main": {"tf": 1}}, "df": 3}}}, "e": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}}, "df": 2}}}, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}}, "df": 8, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}}, "df": 7}}}}}}}}}}}}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}}, "df": 9, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.worker": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.register": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.new": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.failure_reason": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.to_dict": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}}, "df": 100, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}}, "df": 4}}}}}, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id.main": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}}, "df": 6}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.worker.WorkerArgs": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs.__init__": {"tf": 1}}, "df": 2}}}}, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.__init__": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 7}}}}}}}}}}}}}}, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}}, "df": 13}}}}}}}, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}}, "df": 3}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}}, "df": 4}}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1}, "mephisto.operations.config_handler.write_config": {"tf": 1}}, "df": 2}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}}, "df": 4}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 2}}, "r": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.utils.logger_core.warn_once": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}}, "df": 3}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.operations.client_io_handler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}, "mephisto.operations.config_handler": {"tf": 1}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1}, "mephisto.operations.config_handler.get_config": {"tf": 1}, "mephisto.operations.config_handler.write_config": {"tf": 1}, "mephisto.operations.config_handler.init_config": {"tf": 1}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.datatypes": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.set_active_thread": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.force_shutdown": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.shutdown": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.__init__": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}, "mephisto.operations.hydra_config": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.blueprint": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.provider": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.architect": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.log_level": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.task_dir": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.num_tasks": {"tf": 1}, "mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.operations.hydra_config.register_script_config": {"tf": 1}, "mephisto.operations.hydra_config.check_for_hydra_compat": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.operator": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.operations.operator.Operator.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown_async": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.operator.Operator.print_run_details": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.registry": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1}, "mephisto.operations.registry.ARCHITECTS": {"tf": 1}, "mephisto.operations.registry.PROVIDERS": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.operations.registry.fill_registries": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}, "mephisto.operations.task_launcher": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.NONE": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.UNIT": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.ASSIGNMENT": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}, "mephisto.operations.worker_pool": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.failure_reason": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.to_dict": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}}, "df": 129}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.operator": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.shutdown_async": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.shutdown": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.print_run_details": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}}, "df": 14}}}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}}, "df": 2}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.client.api.launch_options": {"tf": 1}, "mephisto.client.api.get_basic_task_options": {"tf": 1}, "mephisto.client.api.requester_launch_options": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}}, "df": 4}}}}}}, "w": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}}, "df": 5, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}}, "df": 37, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.DISPLAY_PREFIX": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}}, "df": 21, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}}, "df": 5}}}}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}}, "df": 11, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"tf": 1}}, "df": 3}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.operations.worker_pool.OnboardingInfo": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.utils.logger_core.warn_once": {"tf": 1}}, "df": 1}}}, "r": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 6, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}}, "df": 4}}}}}}, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status.main": {"tf": 1}}, "df": 3}}}}}}}}, "g": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}}, "df": 1}}}}}}}, "f": {"docs": {"mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}}, "df": 1}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}}, "df": 4}}}}}, "d": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}}, "df": 3}, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.database.EntryAlreadyExistsException": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}}}}, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.database.EntryDoesNotExistException": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}}, "df": 3}}}}, "v": {"docs": {"mephisto.client.config.Config.ENV": {"tf": 1}}, "df": 1}}, "c": {"2": {"docs": {"mephisto.abstractions.architects.ec2": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources.main": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name.main": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.main": {"tf": 1.4142135623730951}}, "df": 59, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}}, "df": 14, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"tf": 1}}, "df": 5}}}}}}}}}}}}}}, "docs": {}, "df": 0}, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.log_error": {"tf": 1}, "mephisto.client.api.intentional_error": {"tf": 1}}, "df": 2}}}}, "x": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}}, "df": 3, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}}, "df": 1}}}}}, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}}, "df": 3}}}}, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}}, "df": 6, "d": {"docs": {"mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.EXPIRED": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}}, "df": 6}}}}}, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.exceptions": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"tf": 1}}, "df": 11}}}}}}}}, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}}, "df": 1}}}}}, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.tools.examine_utils": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1.4142135623730951}}, "df": 7}}}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}}, "df": 3, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}}, "df": 1}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}}, "df": 1}}}}}}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}}, "df": 3}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.cleanup_ec2_resources": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources.main": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}}, "df": 8}}}}}}, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.tools.examine_utils.print_results": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {"mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}}, "df": 1}}}}}, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.client.api.requester_register": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1}, "mephisto.operations.hydra_config.register_script_config": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}}, "df": 21, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}}, "df": 5}}}}, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}, "mephisto.operations.registry": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1}, "mephisto.operations.registry.ARCHITECTS": {"tf": 1}, "mephisto.operations.registry.PROVIDERS": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.operations.registry.fill_registries": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}}, "df": 14}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}}, "df": 1}}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.registry.fill_registries": {"tf": 1}}, "df": 1}}}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}}, "df": 1}}}, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}}, "df": 1}}}}}}}, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}}, "df": 2}}, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1.4142135623730951}}, "df": 47, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"tf": 1}}, "df": 3}}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}}, "df": 12}}}}}}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}}, "df": 11, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1}}, "df": 5}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}}, "df": 1}}}}}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}}, "df": 7}}}}}}}}}}}}}}}}}}}}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.request_agent": {"tf": 1}}, "df": 2, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.crowd_provider.ProviderArgs.requester_name": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.client.api.requester_details": {"tf": 1}, "mephisto.client.api.requester_register": {"tf": 1}, "mephisto.client.api.requester_launch_options": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.requester": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.__init__": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.name": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.register": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.new": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}}, "df": 66, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}}, "df": 4}}}}}, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.client.api.get_available_requesters": {"tf": 1}}, "df": 2}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.requester.RequesterArgs": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.__init__": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.name": {"tf": 1}}, "df": 3}}}}}}}}}, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.blank_generator": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}}, "df": 39}}}}}}, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}}, "df": 2}}}}}, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.static_react_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}}, "df": 17}}, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.worker_pool.AgentDetails.failure_reason": {"tf": 1}}, "df": 1}}}}, "v": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}}, "df": 5}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.client.review": {"tf": 1}, "mephisto.client.review.review_server": {"tf": 1.4142135623730951}, "mephisto.client.review.review_server.run": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}}, "df": 4, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client.api.get_reviewable_task_runs": {"tf": 1}}, "df": 1}}}}}}}}, "j": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.client.api.reject_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}}, "df": 6, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"tf": 1}}, "df": 2}}}}}}, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.task_reward": {"tf": 1}}, "df": 1}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.client.api.start_task_run": {"tf": 1}, "mephisto.client.review.review_server.run": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.task_run": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_title": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_description": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_reward": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_tags": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.operator.Operator.print_run_details": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.metrics.run_install_script": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}}, "df": 84, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}}, "df": 4}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}}, "df": 45}}}, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}}, "df": 7, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}}, "df": 2}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask": {"tf": 1}, "mephisto.abstractions.architects.router.flask.app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.request_agent": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.log_error": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.is_alive": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_timestamp": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.download_file": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.show_index": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_static": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}}, "df": 36}}}}, "o": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.utils.dirs.get_root_dir": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}}, "df": 2}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.get_rand_id": {"tf": 1}}, "df": 1}}, "w": {"docs": {"mephisto.operations.config_handler.get_raw_config": {"tf": 1}}, "df": 1}}}, "b": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name.main": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id.main": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}}, "df": 5}, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 17, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}}, "df": 28}}}, "t": {"docs": {"mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"tf": 1}}, "df": 8}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 3}}}}, "d": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}}, "df": 3}}}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.client.api.get_balance": {"tf": 1}}, "df": 3, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}}, "df": 2}}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1}}, "df": 2}, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.client.api.get_basic_task_options": {"tf": 1}}, "df": 1}}}}, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.request_agent": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.log_error": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.is_alive": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_timestamp": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.download_file": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.show_index": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_static": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprint": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.block_qualification": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.client.api.get_blueprint_arguments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.blueprint": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}}, "df": 165, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprint.BlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.block_qualification": {"tf": 1}}, "df": 3}}}}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}}, "df": 6}}}}}, "s": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.blank_generator": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.client.api.get_available_blueprints": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1}}, "df": 317}}}}}}}}, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.blueprint.BlueprintArgs.block_qualification": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.client.api.soft_block_unit": {"tf": 1}, "mephisto.client.api.hard_block_unit": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id.main": {"tf": 1}}, "df": 10, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}}, "df": 6}}}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.blank_generator": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}}, "df": 5}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.scripts.mturk.identify_broken_units": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}}, "df": 2}}}, "w": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.tools.data_browser": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.__init__": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}}, "df": 8}}}}}}}, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name.main": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.requester_name": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.name": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}}, "df": 11, "d": {"docs": {"mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}}, "df": 36}, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}}, "df": 2}}}}, "o": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}}, "df": 1, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}}, "df": 1}}, "t": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}}, "df": 6}, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.task_launcher.GeneratorType.NONE": {"tf": 1}}, "df": 1, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}}, "df": 1}}}}}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.num_tasks": {"tf": 1}}, "df": 4}}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}}, "df": 2}}, "n": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.client.api.view_unit": {"tf": 1}, "mephisto.client.api.accept_unit": {"tf": 1}, "mephisto.client.api.reject_unit": {"tf": 1}, "mephisto.client.api.soft_block_unit": {"tf": 1}, "mephisto.client.api.hard_block_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.unit": {"tf": 1}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.launch": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.expire": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.new": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.GeneratorType.UNIT": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 110, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}}, "df": 17}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}}, "df": 4}}}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}}, "df": 2}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}}, "df": 4}}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}}, "df": 1}}}}}}}}}, "p": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}}, "df": 25, "d": {"docs": {"mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}}, "df": 1}}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"tf": 1}}, "df": 29, "r": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}}, "df": 1}, "g": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}}, "df": 14, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}}, "df": 6}}}}}}}}}}}}, "s": {"docs": {"mephisto.operations.registry.uses_mephisto": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client.api.handle_invalid_usage": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.dirs": {"tf": 1}, "mephisto.utils.dirs.get_root_dir": {"tf": 1}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.logger_core": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1}, "mephisto.utils.logger_core.warn_once": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}, "mephisto.utils.logger_core.format_loud": {"tf": 1}, "mephisto.utils.metrics": {"tf": 1}, "mephisto.utils.metrics.run_install_script": {"tf": 1}, "mephisto.utils.metrics.metrics_are_installed": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}, "mephisto.utils.qualifications": {"tf": 1}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}, "mephisto.utils.testing": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 86}}}}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.local_architect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_database": {"tf": 1}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.StringIDRow": {"tf": 1}, "mephisto.abstractions.databases.local_database.StringIDRow.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.scripts.local_db": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db.main": {"tf": 1}}, "df": 36, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}}, "df": 10, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port": {"tf": 1}}, "df": 4}}}}}}}}}}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {"mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}}, "df": 4}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db.main": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}}, "df": 10, "f": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "j": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.assignment.InitializationData.loadFromJSON": {"tf": 1}}, "df": 1}}}}}}}}}}, "g": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.log_error": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.log_level": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 5, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.utils.logger_core": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1}, "mephisto.utils.logger_core.warn_once": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.format_loud": {"tf": 1}}, "df": 6, "s": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.datatypes.LoopWrapper": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.set_active_thread": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}}, "df": 4}}}}}}}}}, "u": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.utils.logger_core.format_loud": {"tf": 1}}, "df": 1}}}, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1}}, "df": 2}}}}}}, "n": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1}}, "df": 2}}, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}}, "df": 11, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.force_shutdown": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.shutdown": {"tf": 1}}, "df": 4}}}}}}}}}}, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.client.api.launch_options": {"tf": 1}, "mephisto.client.api.requester_launch_options": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}}, "df": 20, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.LAUNCHED": {"tf": 1}}, "df": 1}, "r": {"docs": {"mephisto.operations.task_launcher": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.NONE": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.UNIT": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.ASSIGNMENT": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}}, "df": 16}}}}}}}, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.log_level": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 2}}}}}, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}}, "df": 29}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "u": {"docs": {"mephisto.abstractions.architects.heroku_architect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.scripts.heroku": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku": {"tf": 1.4142135623730951}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1.4142135623730951}}, "df": 24, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}}, "df": 15, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1}}, "df": 5}}}}}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}}, "df": 2}}, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname": {"tf": 1}}, "df": 1}}}}}}, "b": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}}, "df": 19}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}}, "df": 2}, "r": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.client.api.hard_block_unit": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client.api.handle_invalid_usage": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}}, "df": 4, "r": {"docs": {"mephisto.operations.client_io_handler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}, "mephisto.operations.config_handler": {"tf": 1}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1}, "mephisto.operations.config_handler.get_config": {"tf": 1}, "mephisto.operations.config_handler.write_config": {"tf": 1}, "mephisto.operations.config_handler.init_config": {"tf": 1}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}}, "df": 20}}}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status.main": {"tf": 1}}, "df": 17, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}}, "df": 5}}}, "y": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.operations.hydra_config": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.blueprint": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.provider": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.architect": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.log_level": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.task_dir": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.num_tasks": {"tf": 1}, "mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.operations.hydra_config.register_script_config": {"tf": 1}, "mephisto.operations.hydra_config.check_for_hydra_compat": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}}, "df": 27}}}}}, "z": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}}, "df": 3}}}}, "v": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}}, "df": 9, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}}, "df": 5}, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}}, "df": 2}}}}}}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.client.api.view_unit": {"tf": 1}}, "df": 1}}}}, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1}}, "df": 4}}}, "j": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}}, "df": 5, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1}}, "df": 1, "l": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"tf": 1}}, "df": 2}}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}}, "df": 2, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprint.BlueprintArgs.block_qualification": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.qualification": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.qualification.GrantedQualification": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 38, "s": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}, "mephisto.utils.qualifications": {"tf": 1}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 13}}}}}}}, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}}, "df": 1}, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1}}, "df": 4}}}}}}}, "e": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}}, "df": 1}}}}}}}, "annotation": {"root": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.server_type": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.block_qualification": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.requester_name": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1}, "mephisto.data_model.agent.Agent.state": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.name": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_title": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_description": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_reward": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_tags": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"tf": 1}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.force_shutdown": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.blueprint": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.provider": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.architect": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.log_level": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.task_dir": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.num_tasks": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1}, "mephisto.operations.registry.ARCHITECTS": {"tf": 1}, "mephisto.operations.registry.PROVIDERS": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.failure_reason": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 96, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.server_type": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.block_qualification": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.requester_name": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.name": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_title": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_description": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_tags": {"tf": 1}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.log_level": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.task_dir": {"tf": 1}}, "df": 47}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}, "mephisto.data_model.agent.Agent.state": {"tf": 1}}, "df": 2}}}}, "u": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.agent.Agent.state": {"tf": 1}}, "df": 1}}}}}}}}}}}}}, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.force_shutdown": {"tf": 1}}, "df": 10}}}, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.blueprint": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1.4142135623730951}}, "df": 4, "s": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}}, "df": 1}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.blueprint": {"tf": 1}}, "df": 1}}}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.failure_reason": {"tf": 1}}, "df": 8}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}}, "df": 2}}}}}}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1}}, "df": 1}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}}, "df": 1}}}}}}}}}}}, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.failure_reason": {"tf": 1}}, "df": 13}}}}}}}}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}, "mephisto.data_model.agent.Agent.state": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.blueprint": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.provider": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.architect": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1}, "mephisto.operations.registry.ARCHITECTS": {"tf": 1}, "mephisto.operations.registry.PROVIDERS": {"tf": 1}}, "df": 10}}}}}}}}}}, "c": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1.4142135623730951}}, "df": 1}}, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.architect": {"tf": 1}, "mephisto.operations.registry.ARCHITECTS": {"tf": 1.4142135623730951}}, "df": 2, "s": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}}, "df": 2}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.architect": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "n": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}}, "df": 2}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}, "mephisto.data_model.agent.Agent.state": {"tf": 1}}, "df": 2, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.agent.Agent.state": {"tf": 1}}, "df": 1}}}}}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}}, "df": 2}}}}}, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1.4142135623730951}}, "df": 1, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}}, "df": 1}}}, "f": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1.4142135623730951}}, "df": 2}}}, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.task_reward": {"tf": 1}}, "df": 1}}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}, "mephisto.data_model.agent.Agent.state": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.blueprint": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.provider": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.architect": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 10, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}}, "df": 1, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}}, "df": 1}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 1}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}}, "df": 1}}}}}}}}}}, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}}, "df": 1}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.num_tasks": {"tf": 1}}, "df": 14}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}}, "df": 1}}}}}}}}}, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}}, "df": 1}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.provider": {"tf": 1}, "mephisto.operations.registry.PROVIDERS": {"tf": 1}}, "df": 2, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.registry.PROVIDERS": {"tf": 1}}, "df": 1}}}}}}}}}}}}}, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1}, "mephisto.operations.registry.ARCHITECTS": {"tf": 1}, "mephisto.operations.registry.PROVIDERS": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 5}}}}}}}, "e": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}}, "df": 1, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1.4142135623730951}}, "df": 1}}}}}}, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.provider": {"tf": 1}, "mephisto.operations.registry.PROVIDERS": {"tf": 1}}, "df": 2, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.provider": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}}, "df": 1, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}}, "df": 1}}}}}}}}}}, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.operations.registry.BLUEPRINTS": {"tf": 1}, "mephisto.operations.registry.ARCHITECTS": {"tf": 1}, "mephisto.operations.registry.PROVIDERS": {"tf": 1}}, "df": 3}}}}}}}}}}}}}, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}}}}}}}}, "h": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}}}}, "default_value": {"root": {"0": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1.7320508075688772}}, "df": 8}, "1": {"8": {"0": {"0": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 3}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}}, "df": 4}, "2": {"docs": {"mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}}, "df": 1}, "3": {"0": {"0": {"0": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port": {"tf": 1}}, "df": 2}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {"mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}}, "df": 1}, "4": {"0": {"0": {"docs": {"mephisto.client.api.InvalidUsage.status_code": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "5": {"docs": {"mephisto.operations.hydra_config.TaskConfig.num_tasks": {"tf": 1}}, "df": 1}, "6": {"0": {"0": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 3}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {"mephisto.abstractions.architect.ArchitectArgs.server_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.block_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.ProviderArgs.requester_name": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.client.api.InvalidUsage.status_code": {"tf": 1}, "mephisto.client.config.Config.ENV": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.DISPLAY_PREFIX": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.CREATED": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.LAUNCHED": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.ASSIGNED": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.COMPLETED": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.ACCEPTED": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.MIXED": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.REJECTED": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.EXPIRED": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.RequesterArgs.name": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.task_title": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.task_description": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.task_reward": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.task_tags": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"tf": 1}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 2.23606797749979}, "mephisto.operations.datatypes.LiveTaskRun.force_shutdown": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.MephistoConfig.blueprint": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.MephistoConfig.provider": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.MephistoConfig.architect": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 2.6457513110645907}, "mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.MephistoConfig.log_level": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 3.1622776601683795}, "mephisto.operations.hydra_config.TaskConfig.task_dir": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig.num_tasks": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 4.123105625617661}, "mephisto.operations.registry.ARCHITECTS": {"tf": 3.7416573867739413}, "mephisto.operations.registry.PROVIDERS": {"tf": 3.3166247903554}, "mephisto.operations.task_launcher.GeneratorType.NONE": {"tf": 1.7320508075688772}, "mephisto.operations.task_launcher.GeneratorType.UNIT": {"tf": 1.7320508075688772}, "mephisto.operations.task_launcher.GeneratorType.ASSIGNMENT": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.failure_reason": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 10.04987562112089}}, "df": 135, "n": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}}, "df": 1, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.server_type": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.failure_reason": {"tf": 1}}, "df": 8}}, "t": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 4}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}, "t": {"2": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 2.23606797749979}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 2.449489742783178}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.loggers": {"tf": 2.23606797749979}}, "df": 10, "s": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}}, "df": 2}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}}}}}}}, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"tf": 1}}, "df": 1}}, "y": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}}, "df": 1}}, "o": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1.4142135623730951}}, "df": 3, "o": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 1}}, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 3}}, "e": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1.4142135623730951}}, "df": 1, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}}}, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1}}, "df": 1}}}, "x": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.MIXED": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 5.744562646538029}}, "df": 2, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1}, "mephisto.operations.registry.ARCHITECTS": {"tf": 1}, "mephisto.operations.registry.PROVIDERS": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1.4142135623730951}}, "df": 8}}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 2.6457513110645907}}, "df": 1}}}}, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.operations.registry.PROVIDERS": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.loggers": {"tf": 3.1622776601683795}}, "df": 12}}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 1}}, "x": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 3}}}}}}}, "e": {"docs": {}, "df": 0, "c": {"2": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.operations.registry.ARCHITECTS": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 2.449489742783178}}, "df": 3}, "docs": {}, "df": 0}, "x": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.EXPIRED": {"tf": 1}}, "df": 1}}}}}}, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 1}}}}}}, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.force_shutdown": {"tf": 1}}, "df": 9}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 2}}}, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "u": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.operations.registry.ARCHITECTS": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 3}}}}, "l": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}}, "a": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1.4142135623730951}}, "df": 2}}, "s": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}}, "df": 1}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}}, "y": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.operations.registry.ARCHITECTS": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1.4142135623730951}}, "df": 3, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname": {"tf": 1}}, "df": 1}}}}}}}, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 1}}, "g": {"docs": {"mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.LAUNCHED": {"tf": 1}}, "df": 1}, "r": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 1}}}}}, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1}}, "df": 4}}}, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.client.config.Config.ENV": {"tf": 1}}, "df": 1}}}}}}}}}, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}}, "df": 1}}}}}}}}}, "s": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}}}}}}}}, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 1}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 2.6457513110645907}}, "df": 1, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.loggers": {"tf": 1.4142135623730951}}, "df": 3, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}}, "s": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1.4142135623730951}}, "df": 1}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}}}}}, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"tf": 1}}, "df": 8}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE": {"tf": 1}}, "df": 1}}}, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}}}, "y": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1}}, "df": 2}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1}}, "df": 2}}}}}}, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 2.449489742783178}}, "df": 1}}}}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 2}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1}}, "df": 2}, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 1}, "n": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.CREATED": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.COMPLETED": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 3}}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}}, "df": 1}}}}}}}}}}, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1.4142135623730951}}, "df": 2, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 1}}}}}}}}}, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 1, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 3}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1}}, "df": 2}}}}, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1}}, "df": 2}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 3}}}}}}}, "j": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"tf": 1}}, "df": 2}}}}}}, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.loggers": {"tf": 1.4142135623730951}}, "df": 4}}, "e": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1.4142135623730951}}, "df": 1}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}}, "df": 1}}}}}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "x": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.operations.registry.PROVIDERS": {"tf": 1}}, "df": 6}}}}}}, "o": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"tf": 1}}, "df": 1}}}, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}}, "df": 1}}}}}}}}, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}}, "df": 1}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 1}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}}}, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}, "u": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1.7320508075688772}}, "df": 1}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 3}}}}}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 2, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model.agent.OnboardingAgent.DISPLAY_PREFIX": {"tf": 1}}, "df": 1}}}}}}}}}, "f": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}}, "df": 1}, "r": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 1}, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 2.23606797749979}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.ASSIGNED": {"tf": 1}}, "df": 1}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 3}}}}}}}}}, "c": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.ACCEPTED": {"tf": 1}}, "df": 1}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 2}, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1.4142135623730951}}, "df": 2, "s": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 2.23606797749979}}, "df": 1}}}}}}}}}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}}, "df": 1}}}}}}}}, "g": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 2}}, "df": 1}}}}, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 1}}}}}}, "l": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 2}}}}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}}}}, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}}, "df": 1}}}}}, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 1}}}}}, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 4.358898943540674}}, "df": 1}}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1.7320508075688772}, "mephisto.utils.logger_core.loggers": {"tf": 2}}, "df": 2, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1.4142135623730951}}, "df": 2}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "j": {"docs": {}, "df": 0, "j": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"3": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "y": {"3": {"8": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.hydra_config.TaskConfig.task_dir": {"tf": 1}}, "df": 1}}}}}, "docs": {}, "df": 0}, "docs": {}, "df": 0}}}}}}}}}, "docs": {}, "df": 0}}}}}}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1.7320508075688772}}, "df": 1}}}}}, "g": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 2}}}}, "y": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 4, "r": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 2}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}}, "df": 1}}, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 3, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1.7320508075688772}}, "df": 3}}}}}, "e": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}}}}}, "i": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}}, "df": 1}, "n": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2, "f": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.log_level": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}, "o": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}, "signature": {"root": {"0": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}}, "df": 11}, "1": {"0": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}}, "df": 1}, "8": {"0": {"0": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 4}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}}, "df": 12}, "3": {"0": {"0": {"0": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}}, "df": 2}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "5": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}}, "df": 4}, "6": {"0": {"0": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 4}, "4": {"8": {"0": {"0": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "8": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}}, "df": 1}, "docs": {"mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 2}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.deploy": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources.main": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name.main": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 2}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.main": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 2.6457513110645907}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.get_rand_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.AliveHandler.get": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.request_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.log_error": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.is_alive": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_timestamp": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.show_index": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_static": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 2}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 3.1622776601683795}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 4}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 2.8284271247461903}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.screen_task_required.blank_generator": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 2.8284271247461903}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 2.6457513110645907}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 4}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 4.47213595499958}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 3.605551275463989}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 4}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 3.3166247903554}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 3}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 2}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.StringIDRow.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1.4142135623730951}, "mephisto.client.api.get_available_requesters": {"tf": 1.4142135623730951}, "mephisto.client.api.get_running_task_runs": {"tf": 1.4142135623730951}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1.4142135623730951}, "mephisto.client.api.launch_options": {"tf": 1.4142135623730951}, "mephisto.client.api.start_task_run": {"tf": 1.4142135623730951}, "mephisto.client.api.view_unit": {"tf": 1.4142135623730951}, "mephisto.client.api.get_basic_task_options": {"tf": 1.4142135623730951}, "mephisto.client.api.requester_details": {"tf": 1.4142135623730951}, "mephisto.client.api.requester_register": {"tf": 1.4142135623730951}, "mephisto.client.api.get_submitted_data": {"tf": 1.4142135623730951}, "mephisto.client.api.get_balance": {"tf": 1.4142135623730951}, "mephisto.client.api.requester_launch_options": {"tf": 1.4142135623730951}, "mephisto.client.api.get_available_blueprints": {"tf": 1.4142135623730951}, "mephisto.client.api.get_blueprint_arguments": {"tf": 1.4142135623730951}, "mephisto.client.api.get_available_architects": {"tf": 1.4142135623730951}, "mephisto.client.api.get_architect_arguments": {"tf": 1.4142135623730951}, "mephisto.client.api.accept_unit": {"tf": 1.4142135623730951}, "mephisto.client.api.reject_unit": {"tf": 1.4142135623730951}, "mephisto.client.api.soft_block_unit": {"tf": 1.4142135623730951}, "mephisto.client.api.hard_block_unit": {"tf": 1.4142135623730951}, "mephisto.client.api.intentional_error": {"tf": 1.4142135623730951}, "mephisto.client.api.InvalidUsage.__init__": {"tf": 1.4142135623730951}, "mephisto.client.api.InvalidUsage.to_dict": {"tf": 1.4142135623730951}, "mephisto.client.api.handle_invalid_usage": {"tf": 1.4142135623730951}, "mephisto.client.config.Config.__init__": {"tf": 1.4142135623730951}, "mephisto.client.full.server.main": {"tf": 1.4142135623730951}, "mephisto.client.review.review_server.run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.observe": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.act": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.InitializationData.dumpJSON": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.InitializationData.loadFromJSON": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1.4142135623730951}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1.4142135623730951}, "mephisto.data_model.packet.Packet.to_sendable_dict": {"tf": 1.4142135623730951}, "mephisto.data_model.packet.Packet.copy": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project.new": {"tf": 1.4142135623730951}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.RequesterArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.register": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.new": {"tf": 1.4142135623730951}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_project": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.set_project": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_runs": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.new": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 2.6457513110645907}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.launch": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.expire": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.new": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.WorkerArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.register": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.new": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.get_config": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.write_config": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.init_config": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes.LoopWrapper.set_active_thread": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes.LiveTaskRun.shutdown": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes.WorkerFailureReasons.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 3.1622776601683795}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 3.1622776601683795}, "mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 3.1622776601683795}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.register_script_config": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.check_for_hydra_compat": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.shutdown_async": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.shutdown": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.print_run_details": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1.4142135623730951}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1.4142135623730951}, "mephisto.operations.registry.uses_mephisto": {"tf": 1.4142135623730951}, "mephisto.operations.registry.fill_registries": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.AgentDetails.to_dict": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1.4142135623730951}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1.4142135623730951}, "mephisto.scripts.local_db.load_data_to_mephisto_db.main": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.cleanup.main": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.print_outstanding_hit_status.main": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id.main": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.__init__": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.print_results": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.task_script": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_root_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_data_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.warn_once": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.get_logger": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.format_loud": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.run_install_script": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.metrics_are_installed": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.get_dash_url": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_project": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_worker": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_requester": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_mock_requester": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_task": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_task_run": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_assignment": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_unit": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_agent": {"tf": 1.4142135623730951}, "mephisto.utils.testing.make_completed_unit": {"tf": 1.4142135623730951}}, "df": 842, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "f": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architect.Architect.prepare": {"tf": 1}, "mephisto.abstractions.architect.Architect.deploy": {"tf": 1}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.AliveHandler.get": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.client.api.InvalidUsage.__init__": {"tf": 1}, "mephisto.client.api.InvalidUsage.to_dict": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.dumpJSON": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet.to_sendable_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.copy": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.set_project": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.set_active_thread": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.shutdown": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown_async": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.operator.Operator.print_run_details": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.to_dict": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.__init__": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}}, "df": 546}}, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}}, "df": 16}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1.4142135623730951}}, "df": 24}}}}}, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}}, "df": 2}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1}}, "df": 1}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 4}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}}, "df": 2}}}}}}, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.prepare": {"tf": 1}, "mephisto.abstractions.architect.Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 2.449489742783178}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 2.449489742783178}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 2}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 2.6457513110645907}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 2}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 2}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 2.8284271247461903}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 2}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 3.4641016151377544}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 3}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 3}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 2.449489742783178}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 2.449489742783178}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 2.6457513110645907}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 2.8284271247461903}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 2.23606797749979}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 2.6457513110645907}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.RequesterArgs.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1.7320508075688772}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.register_script_config": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils.dirs.get_root_dir": {"tf": 1}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.logger_core.warn_once": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}, "mephisto.utils.logger_core.format_loud": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 327, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}}, "df": 3}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}}, "df": 50}, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}}, "df": 6, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}}, "df": 2}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.client.api.intentional_error": {"tf": 1}, "mephisto.client.api.InvalidUsage.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}}, "df": 18, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.tools.examine_utils.print_results": {"tf": 1}}, "df": 1}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}}, "df": 3}}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 2}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 2}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1.7320508075688772}}, "df": 11}}}}, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}}, "df": 1}}}}, "f": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}}, "df": 1}}}, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}}, "df": 50, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}}, "df": 43}}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}}}}}}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}}, "df": 1}}}}, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}}, "df": 1}}}}}}}, "u": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}}, "df": 6}}}}}}}}}}, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}}, "df": 3}}}}}}, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}}, "df": 2}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}}, "df": 1}}}}}}}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}}, "df": 3, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}}, "df": 8}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 5}}}}}}}, "j": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}}, "df": 2}}}}}}, "a": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}}, "df": 5}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "x": {"docs": {"mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}}, "df": 8}}}}}}, "s": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 2}}, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 4}}}}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}}, "df": 1}}}}, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}}, "df": 3, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}}, "df": 4}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 2}}, "q": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"3": {"docs": {"mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}}, "df": 4}, "docs": {}, "df": 0}}}}}, "k": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}}, "df": 4}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.client.api.get_architect_arguments": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1.7320508075688772}}, "df": 11, "s": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1.4142135623730951}}, "df": 1}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}}, "df": 69}}, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1}}, "df": 6}}, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}}, "df": 2, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 2}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.operator.Operator.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 135}}}}, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}, "c": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 2}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}}, "df": 18}}, "c": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1.4142135623730951}}, "df": 1}, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1.4142135623730951}}, "df": 3}}}}, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}}, "df": 2}}, "l": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.client.review.review_server.run": {"tf": 1}}, "df": 1, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}}, "df": 1}}}}}}, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 4}}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}}, "df": 1}}}}}}}}, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 2}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1.7320508075688772}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.new": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1.4142135623730951}}, "df": 45, "s": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}}, "df": 3}}}}}}}}, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.client.review.review_server.run": {"tf": 1}}, "df": 1}}}}, "y": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1}}, "df": 1}}}}}}, "n": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 2}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.to_sendable_dict": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.config_handler.get_config": {"tf": 1}, "mephisto.operations.config_handler.write_config": {"tf": 1}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1}, "mephisto.operations.hydra_config.register_script_config": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1.4142135623730951}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1.4142135623730951}}, "df": 166}}, "p": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}}, "df": 1, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}}, "df": 3}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 1}}}}}}}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 2}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1.4142135623730951}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 2}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 2}}, "df": 66, "s": {"docs": {"mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}}, "df": 2}}}}}, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}}, "df": 12}}}}}, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}}, "df": 1}}}, "d": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}}, "df": 1}}}}}}}}}}, "t": {"2": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 2}, "docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}, "mephisto.client.api.requester_details": {"tf": 1}, "mephisto.client.api.requester_register": {"tf": 1}, "mephisto.client.api.requester_launch_options": {"tf": 1}, "mephisto.client.api.get_blueprint_arguments": {"tf": 1}, "mephisto.client.api.get_architect_arguments": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}}, "df": 59, "[": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}}, "df": 8}}}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1.4142135623730951}}, "df": 2}}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.client.api.view_unit": {"tf": 1}, "mephisto.client.review.review_server.run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 2}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 2.23606797749979}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 2}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 2.449489742783178}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 2.6457513110645907}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 2.6457513110645907}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 2.6457513110645907}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1.4142135623730951}}, "df": 104, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}}, "df": 48, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 3}}}}}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}}, "df": 1}}}}}}}}, "s": {"docs": {"mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 2}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 2}}}}}}}}, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.utils.logger_core.format_loud": {"tf": 1}}, "df": 14}}}}, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 4}}}, "u": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}}, "df": 10}}}, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}}, "df": 10}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}}, "df": 1}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}}, "df": 2}}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}}, "df": 4, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}}, "df": 12}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 2}}, "df": 2}}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 4}}}}, "t": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 4}}}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}}, "df": 1}}, "x": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.utils.logger_core.format_loud": {"tf": 1}}, "df": 3}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown": {"tf": 1}}, "df": 8}}}, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}}, "df": 1}}}}}, "n": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.utils.dirs.get_dir_for_run": {"tf": 1}}, "df": 1, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1}}, "df": 7}}, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 2.449489742783178}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 3.3166247903554}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 2.8284271247461903}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 2.23606797749979}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.client.api.InvalidUsage.__init__": {"tf": 1.4142135623730951}, "mephisto.client.review.review_server.run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 2.23606797749979}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1.4142135623730951}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task.Task.set_project": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.register": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}, "mephisto.operations.config_handler.init_config": {"tf": 1}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 2}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.__init__": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1.7320508075688772}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1.7320508075688772}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1.7320508075688772}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.logger_core.warn_once": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.get_logger": {"tf": 1.7320508075688772}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}}, "df": 267, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 2.449489742783178}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 3.3166247903554}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 2.8284271247461903}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 2.23606797749979}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.act": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 2.23606797749979}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 2}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 2.23606797749979}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1.7320508075688772}, "mephisto.tools.scripts.task_script": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.get_logger": {"tf": 1.7320508075688772}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 132}}}}}}, "t": {"docs": {"mephisto.utils.dirs.get_dir_for_task": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.client.api.get_balance": {"tf": 1}, "mephisto.client.review.review_server.run": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.register_script_config": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 91}}, "n": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}}, "df": 23}, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}}, "df": 1}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}}, "df": 1}}}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}}, "df": 11}}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 14}}, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1.7320508075688772}}, "df": 11}}}}, "i": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 5}}, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}}, "df": 2}}}}, "r": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1.4142135623730951}}, "df": 2, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.data_model.task_run.TaskRun.new": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}}, "df": 1}}}}, "y": {"docs": {"mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}}, "df": 6, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.client.api.InvalidUsage.__init__": {"tf": 1}}, "df": 1}}}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}}, "df": 1}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}}, "df": 7}}}}, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1.4142135623730951}}, "df": 3}}}}}}, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1.4142135623730951}}, "df": 30, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 3}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}}, "df": 1}}}}}}}}}, "j": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1.7320508075688772}, "mephisto.data_model.task.Task.get_project": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.set_project": {"tf": 1.7320508075688772}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1.4142135623730951}}, "df": 10}}}}}, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}}, "df": 2}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}}, "df": 1}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}}, "df": 2, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}}, "df": 3}}}}}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}}, "df": 1}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"tf": 1}, "mephisto.client.review.review_server.run": {"tf": 1}}, "df": 4}}, "o": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1.4142135623730951}}, "df": 1}}}, "y": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 8}}}, "d": {"docs": {}, "df": 0, "b": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.__init__": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 76}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 2}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.client.review.review_server.run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 2}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1.7320508075688772}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.set_project": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1.7320508075688772}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.config_handler.write_config": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}}, "df": 233, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.client.review.review_server.run": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 81, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 3}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}}, "df": 3}}}}}, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}}, "df": 10}}}}}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}}, "df": 1}}}}}}}}}}, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.packet.Packet.from_dict": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}}, "df": 3, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.register": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 2}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 2}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 2}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.get_dash_url": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1.4142135623730951}}, "df": 69}}}}}}, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.to_sendable_dict": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.config_handler.get_config": {"tf": 1}, "mephisto.operations.config_handler.write_config": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 78}}}}}}, "r": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.client.review.review_server.run": {"tf": 1.4142135623730951}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}}, "df": 31, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}}, "df": 1}}}}}}}, "s": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}}, "df": 6}}}}}}}}}, "o": {"docs": {"mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}}, "df": 5, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 8}}}}}, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}}, "df": 1}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}}, "df": 3}}}}}, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 2}}}}}, "s": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 7}}}}}}}}}, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.client.review.review_server.run": {"tf": 1}}, "df": 1}}}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 5}}}}}}}}, "m": {"2": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 2}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 2}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 2}, "mephisto.data_model.agent.Agent.new": {"tf": 2}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 2}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1.7320508075688772}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1.4142135623730951}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task.Task.set_project": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 2}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 3}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 2.23606797749979}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 236, "d": {"docs": {}, "df": 0, "b": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 73}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}}, "df": 1, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}}, "df": 1}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1.4142135623730951}}, "df": 2}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.client.api.InvalidUsage.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}}, "df": 12}}}}}}, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.new": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1.4142135623730951}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.set_project": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1.7320508075688772}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}}, "df": 201}}, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.operations.hydra_config.register_script_config": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}}, "df": 3}}}}, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}}, "df": 5, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}}, "df": 2}}}, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}}, "df": 2}}}}, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}}, "df": 2}}, "a": {"docs": {}, "df": 0, "x": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}}, "df": 9, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 4}}}}}, "p": {"docs": {"mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}}, "df": 1, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}}, "df": 12}}}}}}}}}}, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}}, "df": 7, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}}, "df": 2}}}}}}}}}, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}}, "df": 1}}}}}}}}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}}, "df": 2}}}, "s": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.utils.logger_core.warn_once": {"tf": 1}}, "df": 1}}}, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1.4142135623730951}}, "df": 57}}}}}}}}, "n": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}}, "df": 11, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}}, "df": 20, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}}, "df": 17}}}}}}}}}}}}}}, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}}, "df": 7}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 2}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 16}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1.4142135623730951}}, "df": 1}}}}}}, "t": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}}, "df": 1}}}, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}, "w": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}}, "df": 2}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}}, "df": 2}}}}}}}, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.client.review.review_server.run": {"tf": 1}}, "df": 1}}}, "g": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model.packet.Packet.__init__": {"tf": 1}}, "df": 1}}}}}}}, "k": {"docs": {"mephisto.utils.dirs.get_dir_for_task": {"tf": 1}}, "df": 1}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.client.api.get_blueprint_arguments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1.4142135623730951}}, "df": 64, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}}, "df": 1}}}}}, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}}, "df": 7}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}}, "df": 11}}}}, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.client.review.review_server.run": {"tf": 1}}, "df": 15}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.metrics.run_install_script": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}}, "df": 120}}, "t": {"docs": {}, "df": 0, "o": {"3": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}}, "df": 24}, "docs": {}, "df": 0}}, "n": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}}, "df": 2}}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}}, "df": 1, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}}, "df": 2}}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}}, "df": 1}}}, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}}, "df": 2}, "y": {"docs": {"mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}}, "df": 1}}, "r": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}}, "df": 1, "u": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1.4142135623730951}}, "df": 74, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1.4142135623730951}}, "df": 1}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}}, "df": 1}}}, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}}, "df": 8}}, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1.7320508075688772}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1.4142135623730951}}, "df": 2}}}}, "w": {"docs": {"mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}}, "df": 26}}, "e": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}}, "df": 2}}, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}}, "df": 1}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}}, "df": 1}}}}}}}}}}, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}}, "df": 1}}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}}, "df": 20}}}, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}}, "df": 1}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}}, "df": 8, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1.7320508075688772}, "mephisto.client.api.requester_details": {"tf": 1}, "mephisto.client.api.requester_register": {"tf": 1}, "mephisto.client.api.get_balance": {"tf": 1}, "mephisto.client.api.requester_launch_options": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.new": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1.7320508075688772}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1.4142135623730951}}, "df": 47}}}}}, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}}, "df": 1}}}}}}, "s": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_static": {"tf": 1}}, "df": 2, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}}, "df": 1}}}}}}, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1.4142135623730951}}, "df": 3, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}}}}}}}}, "j": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}}, "df": 2}}}}}}}, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 4}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}}, "df": 1}}}}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}}, "df": 57}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}}, "df": 4}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1.4142135623730951}}, "df": 28, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1.7320508075688772}}, "df": 6}}}}, "t": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1.4142135623730951}}, "df": 2}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}}, "df": 20, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1.4142135623730951}}, "df": 6}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}}, "df": 5}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1.4142135623730951}}, "df": 1}}}, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}}, "df": 3}}}}}}}}, "~": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}}, "df": 6}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1.4142135623730951}}, "df": 9}}}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}}, "df": 6}}}}}}}}}}, "n": {"docs": {"mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}}, "df": 5}}, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}}, "df": 18}}}}}}}}}, "n": {"docs": {}, "df": 0, "f": {"docs": {"mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.operations.config_handler.write_config": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 2}}, "df": 19, "s": {"docs": {"mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}}, "df": 1}}, "x": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1.4142135623730951}}, "df": 1}}}}, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}}, "df": 6}}}}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}}, "df": 4}}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}}, "df": 1}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1}}, "df": 1}}}}}}}}}}, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}}, "df": 2}}}}, "o": {"docs": {"mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}}, "df": 1}}, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client.api.intentional_error": {"tf": 1}, "mephisto.client.api.InvalidUsage.__init__": {"tf": 1}}, "df": 2}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}}, "df": 1}}}}}}}}}}, "s": {"docs": {}, "df": 0, "v": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.client.review.review_server.run": {"tf": 1}}, "df": 5}}, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 3, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}}, "df": 3}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}}, "df": 9, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}}, "df": 4}}}}}}}}}}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}}, "df": 1}}}}}}}, "f": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 4}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}}, "df": 1, "[": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}}, "df": 33}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1}}, "df": 15}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}}, "df": 5}}}, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1}}, "df": 13}}}}}}}}, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}}, "df": 1}}}}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1}}, "df": 3}}}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}}, "df": 11, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}}, "df": 9}}}}}}}}}, "n": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}}, "df": 3}}}, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}}, "df": 1}}, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 6, "s": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 1}, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 1}}}}, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}}, "df": 1, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}}, "df": 2, "w": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1.4142135623730951}}, "df": 2}}}}}}}, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 5}}}}}, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 6, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.download_file": {"tf": 1}}, "df": 6}}}}}}, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1.4142135623730951}}, "df": 1}}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}}, "df": 1}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.client.review.review_server.run": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}}, "df": 42}}}, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}}, "df": 2}}}}}, "i": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}}, "df": 1, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}}, "df": 1}}}}}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}}, "df": 34}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 2}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}}, "df": 4, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}}, "df": 2}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}}, "df": 3}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}}, "df": 1}}}}}}, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}}, "df": 2}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}}, "df": 1}}}}}}}, "p": {"docs": {"mephisto.data_model.assignment.InitializationData.dumpJSON": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.loadFromJSON": {"tf": 1}}, "df": 2}}, "i": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 2.449489742783178}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 2.23606797749979}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 2.23606797749979}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.client.api.view_unit": {"tf": 1}, "mephisto.client.api.accept_unit": {"tf": 1}, "mephisto.client.api.reject_unit": {"tf": 1}, "mephisto.client.api.soft_block_unit": {"tf": 1}, "mephisto.client.api.hard_block_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1.7320508075688772}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}}, "df": 144, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}}, "df": 1}}, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}}, "df": 7, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 9}}}}}}, "t": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 2.23606797749979}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}}, "df": 36, "e": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}}, "df": 2, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}}, "df": 11}}}}}}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1.4142135623730951}}, "df": 3}}}}}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model.packet.Packet.__init__": {"tf": 1}}, "df": 1}}}}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {"mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}}, "df": 9}}}, "p": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.packet.Packet.from_dict": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}}, "df": 3}}}, "f": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 3}}}, "p": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 2}, "a": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 2}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}}, "df": 6}}}}}}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}}, "df": 2}}}}}}}, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}}, "df": 1}}}}}}}, "s": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}}, "df": 4}, "o": {"docs": {"mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1.4142135623730951}}, "df": 1, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.assignment.InitializationData.dumpJSON": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.loadFromJSON": {"tf": 1}}, "df": 2}}}}}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}}, "df": 12}}, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}}, "df": 12}}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 2.23606797749979}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 3}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 2.8284271247461903}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 2.23606797749979}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1.7320508075688772}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 2.23606797749979}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1.7320508075688772}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1.4142135623730951}}, "df": 44}}, "q": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"3": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}}}}}}, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}}, "df": 17}}}}}}}}, "f": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 2}}, "df": 3}}}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}}, "df": 1}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}}, "df": 20}}}}}}}, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}}, "df": 23}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 5}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1.4142135623730951}}, "df": 14}}}, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 1}}}}}}}}}}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 1}}}}}}}}}}}, "t": {"docs": {"mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1.4142135623730951}, "mephisto.client.api.accept_unit": {"tf": 1}, "mephisto.client.api.reject_unit": {"tf": 1}, "mephisto.client.api.soft_block_unit": {"tf": 1}, "mephisto.client.api.hard_block_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.new": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 2.23606797749979}, "mephisto.data_model.unit.Unit.new": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1.7320508075688772}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 2}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1.7320508075688772}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1.7320508075688772}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1.7320508075688772}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 2}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_unit": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}}, "df": 69, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}}, "df": 14}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}}, "df": 2}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1.4142135623730951}}, "df": 5, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "j": {"docs": {}, "df": 0, "j": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"2": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}}, "df": 1}}}}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}}}, "docs": {}, "df": 0}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"3": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "y": {"3": {"8": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 2}}}}}, "docs": {}, "df": 0}, "docs": {}, "df": 0}}}}}}}}}, "docs": {}, "df": 0}}}}}}}}}}}}}}}}, "d": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}}, "df": 20}}}, "p": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}}, "df": 7}}}}}, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {"mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}}, "df": 2, "c": {"2": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.AliveHandler.get": {"tf": 1}}, "df": 1}}}, "x": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}}, "df": 5}}}, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}}, "df": 3}}}}, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}}, "df": 2}}}}}, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.client.api.handle_invalid_usage": {"tf": 1}}, "df": 1}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1}}, "df": 1}}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.tools.examine_utils.print_results": {"tf": 1}}, "df": 1}}}, "z": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}}, "df": 2}}}}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}}, "df": 4, "i": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1.4142135623730951}}, "df": 1, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}}, "df": 5}}}}}, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 11}}}}, "p": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}}, "df": 4}}, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}}, "df": 1}}}}, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 2}}}}}}}, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}}, "df": 8}}, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1}}, "df": 4}}}}}}, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1}}, "df": 11}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}}, "df": 1}}, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}}, "df": 3, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}}, "df": 4}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}}, "df": 1}}}}}}, "b": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "u": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 2}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}}, "df": 2}}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.client.review.review_server.run": {"tf": 1}}, "df": 1}}}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}}, "df": 11, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}}, "df": 1}}}}}}, "y": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1.4142135623730951}}, "df": 5}}}}}, "j": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.client.review.review_server.run": {"tf": 1}}, "df": 7, "l": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}}, "df": 4}}}}}, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.new": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1.4142135623730951}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.new": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1.7320508075688772}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1.7320508075688772}}, "df": 71, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}}, "df": 1}}}}}}}, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}}, "df": 3}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}}, "df": 1}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}}, "df": 5, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 45, "s": {"docs": {"mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1}}, "df": 9}}}}}}}, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}}, "df": 1}}}}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}}, "df": 1, "[": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}, "bases": {"root": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.architect.Architect": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB": {"tf": 1.4142135623730951}}, "df": 6}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}}, "df": 6, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}}, "df": 93}}}}}}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.exceptions.AgentDisconnectedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}}, "df": 4}}}}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}}, "df": 12, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}}, "df": 8}}}}}}}}}}}}, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}}, "df": 1}}}}}}}}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}}, "df": 19, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}}, "df": 1, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}}, "df": 12}}}}}}}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}}, "df": 127, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}}, "df": 14}}}}}}}}}}}}}}}}}}}}}}, "b": {"docs": {"mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.database.EntryAlreadyExistsException": {"tf": 1}, "mephisto.abstractions.database.EntryDoesNotExistException": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}}, "df": 14}}}, "i": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}}, "df": 20}}}}}, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}}, "df": 34}}}}, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1.4142135623730951}}, "df": 11, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}}, "df": 2}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}}, "df": 1, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}}, "df": 2}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}}, "df": 2}}}}}}}}}, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}}, "df": 2}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}}, "df": 31}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}}, "df": 12}, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1.4142135623730951}}, "df": 8, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}}, "df": 2, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}}, "df": 4}}}}}}}}}}}}}}}}}}, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}}, "df": 8}}}}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}}, "df": 5, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}}, "df": 1, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}}}}}, "q": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"3": {"docs": {"mephisto.abstractions.databases.local_database.StringIDRow": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}}}}}}, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1.4142135623730951}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}}, "df": 1}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}}, "df": 6, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}}, "df": 2}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.AliveHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}}, "df": 3}}}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}}, "df": 31, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}}, "df": 10}}}}}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}}, "df": 8}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 1}}}}}}}}}}, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "b": {"docs": {"mephisto.abstractions.architects.mock_architect.AliveHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}}, "df": 2, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}}}}, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}}, "df": 6}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.AliveHandler": {"tf": 1}}, "df": 1}}}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}}, "df": 10, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}}, "df": 4}}}}}}}}}, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}}, "df": 20}}}}}}, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}}, "df": 1}}}}}}, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1.4142135623730951}}, "df": 2}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}}, "df": 8}}}}}, "o": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions.databases.local_database.StringIDRow": {"tf": 1}}, "df": 1}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}}, "df": 12}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.database.MephistoDBException": {"tf": 1}, "mephisto.client.api.InvalidUsage": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1}}, "df": 3}}}}}}}, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}}, "df": 29, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}}, "df": 28}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}}, "df": 8}}}}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}}, "df": 3}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}}, "df": 14}}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}}, "df": 20, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}}, "df": 8}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}}, "df": 4, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}}, "df": 8}}}}}}}}}}}}}}}}}}}}}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}}, "df": 9, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}}, "df": 4}}}}, "s": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}}, "df": 11}}}}}}}}}, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}}, "df": 34, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}}, "df": 1}}}}}}}}, "b": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}}, "df": 14}}, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.database.MephistoDBException": {"tf": 1}, "mephisto.client.api.InvalidUsage": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1}}, "df": 3}}}}}}}}, "n": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.operations.task_launcher.GeneratorType": {"tf": 1.4142135623730951}}, "df": 1}}}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}}, "df": 1, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {"mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}}, "df": 6}}}}}}, "doc": {"root": {"0": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1.7320508075688772}}, "df": 9}, "1": {"0": {"0": {"0": {"0": {"0": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "b": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}, "5": {"0": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}, "8": {"0": {"0": {"docs": {"mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 3}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.client": {"tf": 2.23606797749979}}, "df": 7}, "2": {"0": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}}, "df": 2}, "2": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}}, "df": 1}, "docs": {"mephisto.client": {"tf": 1.4142135623730951}}, "df": 1}, "3": {"0": {"0": {"0": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}, "docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}, "3": {"1": {"docs": {"mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}, "4": {"0": {"3": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}, "4": {"3": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}, "docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}}, "df": 2}, "5": {"0": {"0": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}, "1": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}, "docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 3}, "6": {"0": {"0": {"docs": {"mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 3}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "8": {"0": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}}, "df": 1}, "8": {"8": {"8": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {"mephisto.client": {"tf": 1}}, "df": 1}, "9": {"7": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}, "docs": {"mephisto": {"tf": 6.324555320336759}, "mephisto.abstractions": {"tf": 9.327379053088816}, "mephisto.abstractions.architect": {"tf": 1.7320508075688772}, "mephisto.abstractions.architect.ArchitectArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architect.ArchitectArgs.server_type": {"tf": 1.7320508075688772}, "mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"tf": 1.7320508075688772}, "mephisto.abstractions.architect.Architect": {"tf": 1.7320508075688772}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 2.449489742783178}, "mephisto.abstractions.architect.Architect.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 2.449489742783178}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1.7320508075688772}, "mephisto.abstractions.architect.Architect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.deploy": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1.7320508075688772}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects": {"tf": 13.341664064126334}, "mephisto.abstractions.architects.channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.channels.websocket_channel": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 2.8284271247461903}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources.main": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name.main": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 2.6457513110645907}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 2}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 2}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.main": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 3}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 2.449489742783178}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.local_architect": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.get_rand_id": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 10.723805294763608}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 3}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 7.483314773547883}, "mephisto.abstractions.architects.mock_architect.AliveHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.AliveHandler.get": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 7.874007874011811}, "mephisto.abstractions.architects.router.build_router": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.app": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.request_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.log_error": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.is_alive": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_timestamp": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.download_file": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.show_index": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_static": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprint.BlueprintArgs": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprint.BlueprintArgs.block_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprint.Blueprint.ArgsClass": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints": {"tf": 15.937377450509228}, "mephisto.abstractions.blueprints.abstract": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.abstract.static_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 4.358898943540674}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 3}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 2}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 3}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 4.358898943540674}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 2}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 2.6457513110645907}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 2.6457513110645907}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.mixins.screen_task_required": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.blank_generator": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 3.1622776601683795}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 3.1622776601683795}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_agent_state": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 2.8284271247461903}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 4.358898943540674}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 2.8284271247461903}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 4.358898943540674}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin": {"tf": 2}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 2.6457513110645907}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_builder": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_runner": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 4.795831523312719}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 3.7416573867739413}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 3.7416573867739413}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 4.795831523312719}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 4.47213595499958}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 4.47213595499958}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 12.727922061357855}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.ProviderArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.ProviderArgs.requester_name": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 2.449489742783178}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 2.449489742783178}, "mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 2.23606797749979}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 2}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 3}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDBException": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.EntryAlreadyExistsException": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.EntryDoesNotExistException": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB": {"tf": 2.6457513110645907}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 2.449489742783178}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 2.23606797749979}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 2.449489742783178}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 2.23606797749979}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 2.23606797749979}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 2.23606797749979}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases": {"tf": 6}, "mephisto.abstractions.databases.local_database": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases.local_database.StringIDRow": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases.local_database.StringIDRow.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 2.8284271247461903}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers": {"tf": 19.924858845171276}, "mephisto.abstractions.providers.mock": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_datastore": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.PROVIDER_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_requester": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mock.mock_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mock.provider_type": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_datastore": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 2.6457513110645907}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.PROVIDER_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mturk.mturk_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 3.1622776601683795}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mturk.provider_type": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.utils": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.utils.script_utils": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.provider_type": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 2}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 2.449489742783178}, "mephisto.client": {"tf": 20.29778313018444}, "mephisto.client.api": {"tf": 1.7320508075688772}, "mephisto.client.api.get_available_requesters": {"tf": 1.7320508075688772}, "mephisto.client.api.get_running_task_runs": {"tf": 1.4142135623730951}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1.4142135623730951}, "mephisto.client.api.launch_options": {"tf": 1.7320508075688772}, "mephisto.client.api.start_task_run": {"tf": 1.7320508075688772}, "mephisto.client.api.view_unit": {"tf": 1.7320508075688772}, "mephisto.client.api.get_basic_task_options": {"tf": 1.7320508075688772}, "mephisto.client.api.requester_details": {"tf": 1.7320508075688772}, "mephisto.client.api.requester_register": {"tf": 1.7320508075688772}, "mephisto.client.api.get_submitted_data": {"tf": 1.7320508075688772}, "mephisto.client.api.get_balance": {"tf": 1.7320508075688772}, "mephisto.client.api.requester_launch_options": {"tf": 1.7320508075688772}, "mephisto.client.api.get_available_blueprints": {"tf": 1.7320508075688772}, "mephisto.client.api.get_blueprint_arguments": {"tf": 1.7320508075688772}, "mephisto.client.api.get_available_architects": {"tf": 1.7320508075688772}, "mephisto.client.api.get_architect_arguments": {"tf": 1.7320508075688772}, "mephisto.client.api.accept_unit": {"tf": 1.7320508075688772}, "mephisto.client.api.reject_unit": {"tf": 1.7320508075688772}, "mephisto.client.api.soft_block_unit": {"tf": 1.7320508075688772}, "mephisto.client.api.hard_block_unit": {"tf": 1.7320508075688772}, "mephisto.client.api.intentional_error": {"tf": 1.7320508075688772}, "mephisto.client.api.InvalidUsage": {"tf": 1.7320508075688772}, "mephisto.client.api.InvalidUsage.__init__": {"tf": 1.7320508075688772}, "mephisto.client.api.InvalidUsage.status_code": {"tf": 1.7320508075688772}, "mephisto.client.api.InvalidUsage.to_dict": {"tf": 1.7320508075688772}, "mephisto.client.api.handle_invalid_usage": {"tf": 1.7320508075688772}, "mephisto.client.cli": {"tf": 1.7320508075688772}, "mephisto.client.config": {"tf": 1.7320508075688772}, "mephisto.client.config.Config": {"tf": 1.7320508075688772}, "mephisto.client.config.Config.__init__": {"tf": 1.7320508075688772}, "mephisto.client.config.Config.ENV": {"tf": 1.7320508075688772}, "mephisto.client.full": {"tf": 1.7320508075688772}, "mephisto.client.full.server": {"tf": 1.7320508075688772}, "mephisto.client.full.server.main": {"tf": 1.7320508075688772}, "mephisto.client.review": {"tf": 1.7320508075688772}, "mephisto.client.review.review_server": {"tf": 1.7320508075688772}, "mephisto.client.review.review_server.run": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 13.638181696985855}, "mephisto.data_model.agent": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.state": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.observe": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.act": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new": {"tf": 2.449489742783178}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 2.449489742783178}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.OnboardingAgent.DISPLAY_PREFIX": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.InitializationData": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.InitializationData.dumpJSON": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.InitializationData.loadFromJSON": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.Assignment": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1.7320508075688772}, "mephisto.data_model.constants": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state": {"tf": 1.7320508075688772}, "mephisto.data_model.constants.assignment_state.AssignmentState": {"tf": 1.7320508075688772}, "mephisto.data_model.constants.assignment_state.AssignmentState.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.constants.assignment_state.AssignmentState.CREATED": {"tf": 1.7320508075688772}, "mephisto.data_model.constants.assignment_state.AssignmentState.LAUNCHED": {"tf": 1.7320508075688772}, "mephisto.data_model.constants.assignment_state.AssignmentState.ASSIGNED": {"tf": 1.7320508075688772}, "mephisto.data_model.constants.assignment_state.AssignmentState.COMPLETED": {"tf": 1.7320508075688772}, "mephisto.data_model.constants.assignment_state.AssignmentState.ACCEPTED": {"tf": 1.7320508075688772}, "mephisto.data_model.constants.assignment_state.AssignmentState.MIXED": {"tf": 1.7320508075688772}, "mephisto.data_model.constants.assignment_state.AssignmentState.REJECTED": {"tf": 1.7320508075688772}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"tf": 1.7320508075688772}, "mephisto.data_model.constants.assignment_state.AssignmentState.EXPIRED": {"tf": 1.7320508075688772}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1.4142135623730951}, "mephisto.data_model.exceptions": {"tf": 1.7320508075688772}, "mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1.4142135623730951}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.exceptions.AgentDisconnectedError": {"tf": 1.7320508075688772}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1.4142135623730951}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1.7320508075688772}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1.4142135623730951}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.packet": {"tf": 1.7320508075688772}, "mephisto.data_model.packet.Packet": {"tf": 2.449489742783178}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1.7320508075688772}, "mephisto.data_model.packet.Packet.to_sendable_dict": {"tf": 1.7320508075688772}, "mephisto.data_model.packet.Packet.copy": {"tf": 1.7320508075688772}, "mephisto.data_model.project": {"tf": 1.7320508075688772}, "mephisto.data_model.project.Project": {"tf": 2.449489742783178}, "mephisto.data_model.project.Project.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1.7320508075688772}, "mephisto.data_model.project.Project.new": {"tf": 1.7320508075688772}, "mephisto.data_model.qualification": {"tf": 1.7320508075688772}, "mephisto.data_model.qualification.Qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.qualification.GrantedQualification": {"tf": 1.4142135623730951}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.requester": {"tf": 1.7320508075688772}, "mephisto.data_model.requester.RequesterArgs": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.RequesterArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.requester.RequesterArgs.name": {"tf": 1.7320508075688772}, "mephisto.data_model.requester.Requester": {"tf": 1.7320508075688772}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.requester.Requester.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1.7320508075688772}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.register": {"tf": 2.449489742783178}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.new": {"tf": 2.449489742783178}, "mephisto.data_model.task": {"tf": 1.7320508075688772}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task": {"tf": 1.7320508075688772}, "mephisto.data_model.task.Task.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.task.Task.get_project": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.set_project": {"tf": 1.7320508075688772}, "mephisto.data_model.task.Task.get_runs": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1.7320508075688772}, "mephisto.data_model.task.Task.new": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.task_title": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.task_description": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.task_reward": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.task_tags": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRun": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1.4142135623730951}, "mephisto.data_model.unit": {"tf": 1.7320508075688772}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1.7320508075688772}, "mephisto.data_model.unit.Unit": {"tf": 2.23606797749979}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1.7320508075688772}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_status": {"tf": 2}, "mephisto.data_model.unit.Unit.launch": {"tf": 2.449489742783178}, "mephisto.data_model.unit.Unit.expire": {"tf": 1.7320508075688772}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1.7320508075688772}, "mephisto.data_model.unit.Unit.new": {"tf": 2.23606797749979}, "mephisto.data_model.worker": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.WorkerArgs": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.WorkerArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 2}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 2}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 2}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 2}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 2}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 2}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 2}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.register": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.new": {"tf": 2.449489742783178}, "mephisto.operations": {"tf": 20.322401432901575}, "mephisto.operations.client_io_handler": {"tf": 1.7320508075688772}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1.7320508075688772}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler": {"tf": 1.7320508075688772}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.get_config": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.write_config": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.init_config": {"tf": 1.7320508075688772}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.LoopWrapper": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.LoopWrapper.set_active_thread": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.LiveTaskRun.force_shutdown": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.LiveTaskRun.shutdown": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.WorkerFailureReasons": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.WorkerFailureReasons.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.DatabaseArgs": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 3.3166247903554}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.MephistoConfig.blueprint": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.MephistoConfig.provider": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.MephistoConfig.architect": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.MephistoConfig.log_level": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 3.3166247903554}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.TaskConfig.task_dir": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.TaskConfig.num_tasks": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 3.3166247903554}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.register_script_config": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.check_for_hydra_compat": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1.7320508075688772}, "mephisto.operations.operator": {"tf": 1.7320508075688772}, "mephisto.operations.operator.Operator": {"tf": 2.449489742783178}, "mephisto.operations.operator.Operator.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1.7320508075688772}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1.7320508075688772}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 3.4641016151377544}, "mephisto.operations.operator.Operator.shutdown_async": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.shutdown": {"tf": 1.7320508075688772}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1.7320508075688772}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1.7320508075688772}, "mephisto.operations.operator.Operator.print_run_details": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 2.23606797749979}, "mephisto.operations.registry": {"tf": 1.7320508075688772}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1.7320508075688772}, "mephisto.operations.registry.ARCHITECTS": {"tf": 1.7320508075688772}, "mephisto.operations.registry.PROVIDERS": {"tf": 1.7320508075688772}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1.7320508075688772}, "mephisto.operations.registry.uses_mephisto": {"tf": 1.7320508075688772}, "mephisto.operations.registry.fill_registries": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher": {"tf": 1.7320508075688772}, "mephisto.operations.task_launcher.GeneratorType": {"tf": 1.7320508075688772}, "mephisto.operations.task_launcher.GeneratorType.NONE": {"tf": 1.7320508075688772}, "mephisto.operations.task_launcher.GeneratorType.UNIT": {"tf": 1.7320508075688772}, "mephisto.operations.task_launcher.GeneratorType.ASSIGNMENT": {"tf": 1.7320508075688772}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1.7320508075688772}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1.7320508075688772}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.OnboardingInfo": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.AgentDetails": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.AgentDetails.failure_reason": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.AgentDetails.to_dict": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 2.23606797749979}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1.4142135623730951}, "mephisto.scripts": {"tf": 3.1622776601683795}, "mephisto.scripts.heroku": {"tf": 1.7320508075688772}, "mephisto.scripts.heroku.initialize_heroku": {"tf": 1.7320508075688772}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1.4142135623730951}, "mephisto.scripts.local_db": {"tf": 1.7320508075688772}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 2.6457513110645907}, "mephisto.scripts.local_db.load_data_to_mephisto_db.main": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk": {"tf": 4.898979485566356}, "mephisto.scripts.mturk.cleanup": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk.cleanup.main": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk.identify_broken_units": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk.launch_makeup_hits": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 2.449489742783178}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.print_outstanding_hit_status.main": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id.main": {"tf": 1.7320508075688772}, "mephisto.tools": {"tf": 14.52583904633395}, "mephisto.tools.data_browser": {"tf": 1.7320508075688772}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.__init__": {"tf": 1.7320508075688772}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1.7320508075688772}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 2.449489742783178}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 2.23606797749979}, "mephisto.tools.examine_utils": {"tf": 1.7320508075688772}, "mephisto.tools.examine_utils.print_results": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 2.6457513110645907}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1.7320508075688772}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1.7320508075688772}, "mephisto.tools.scripts": {"tf": 1.7320508075688772}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 2.23606797749979}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 2.23606797749979}, "mephisto.tools.scripts.task_script": {"tf": 3.1622776601683795}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1.7320508075688772}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 2.23606797749979}, "mephisto.utils": {"tf": 6.48074069840786}, "mephisto.utils.dirs": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_root_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1.7320508075688772}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_data_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 2.23606797749979}, "mephisto.utils.logger_core": {"tf": 1.7320508075688772}, "mephisto.utils.logger_core.loggers": {"tf": 1.7320508075688772}, "mephisto.utils.logger_core.warn_once": {"tf": 2.23606797749979}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 2.8284271247461903}, "mephisto.utils.logger_core.get_logger": {"tf": 3.7416573867739413}, "mephisto.utils.logger_core.format_loud": {"tf": 1.7320508075688772}, "mephisto.utils.metrics": {"tf": 1.7320508075688772}, "mephisto.utils.metrics.run_install_script": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.metrics_are_installed": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.start_metrics_server": {"tf": 2.449489742783178}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 2.23606797749979}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1.7320508075688772}, "mephisto.utils.metrics.get_dash_url": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications": {"tf": 1.7320508075688772}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1.7320508075688772}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1.4142135623730951}, "mephisto.utils.testing": {"tf": 1.7320508075688772}, "mephisto.utils.testing.get_test_project": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_worker": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_requester": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_mock_requester": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_task": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_task_run": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_assignment": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_unit": {"tf": 1.7320508075688772}, "mephisto.utils.testing.get_test_agent": {"tf": 1.7320508075688772}, "mephisto.utils.testing.make_completed_unit": {"tf": 1.4142135623730951}}, "df": 1320, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto": {"tf": 3}, "mephisto.abstractions": {"tf": 3}, "mephisto.abstractions.architects": {"tf": 3.605551275463989}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 3.3166247903554}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2.23606797749979}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases": {"tf": 2}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 3}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.data_model": {"tf": 3.1622776601683795}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.operations": {"tf": 4.69041575982343}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 2.23606797749979}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1.4142135623730951}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1.4142135623730951}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.operations.registry.fill_registries": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 2.23606797749979}, "mephisto.tools": {"tf": 2.6457513110645907}, "mephisto.tools.scripts": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils": {"tf": 3.3166247903554}, "mephisto.utils.dirs": {"tf": 1}, "mephisto.utils.dirs.get_root_dir": {"tf": 1}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}}, "df": 65, "d": {"docs": {}, "df": 0, "b": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.tools": {"tf": 2}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}}, "df": 12}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.tools": {"tf": 2.23606797749979}}, "df": 1}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}}, "df": 1}}}}}}}, "/": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.database.MephistoDB": {"tf": 1}}, "df": 1}}}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1.4142135623730951}}, "df": 1}}}}}}, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 6}}}}}}}}}}}}, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.tools": {"tf": 2.449489742783178}}, "df": 42, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 2.8284271247461903}, "mephisto.scripts": {"tf": 1}, "mephisto.tools": {"tf": 2.23606797749979}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}}, "df": 15}}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 3}}}}}, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.metrics.run_install_script": {"tf": 1}, "mephisto.utils.metrics.metrics_are_installed": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1.7320508075688772}}, "df": 5}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 3.1622776601683795}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 2}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.utils.logger_core.warn_once": {"tf": 1}}, "df": 15, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}}, "df": 16}}}}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.client": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 2}}, "s": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}}, "df": 2}}}, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}}}}, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}}, "df": 3}}}, "b": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}}}}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 5, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1}}, "df": 1}}}}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}}, "df": 15}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}}}}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}}, "df": 6}}, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}}, "df": 4, "d": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}}, "df": 3}}}}, "s": {"docs": {"mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 8}}}}}, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 5}, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 4}}}, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}}, "df": 2}}}}, "y": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.23606797749979}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.cleanup": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 24, "b": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 5}, "g": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}}, "df": 12, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}}, "df": 3}}, "s": {"docs": {"mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}}, "df": 1}}}, "p": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}}, "df": 2, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}}, "df": 21, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}}, "df": 1}}}}}, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}}, "df": 1}}, "k": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}}, "df": 3}}}, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 17, "s": {"docs": {"mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}}, "df": 3}, "u": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}}, "df": 1}}}}, "x": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}}, "df": 14, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 6}}}}}, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}}, "df": 1}}}, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}, "c": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 11}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}}, "df": 4}}}}}}}, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 3, "l": {"docs": {"mephisto": {"tf": 2}, "mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 2.449489742783178}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 13}}, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations": {"tf": 2}, "mephisto.operations.registry.uses_mephisto": {"tf": 1.4142135623730951}, "mephisto.utils": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1.7320508075688772}}, "df": 7, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations": {"tf": 2.6457513110645907}, "mephisto.operations.registry.fill_registries": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 7}}}}, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}, "y": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 2}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.utils": {"tf": 1.4142135623730951}}, "df": 18}}, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}}, "df": 44, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}}, "df": 2}}}}}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}}, "df": 1, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}}, "df": 2}}}}, "s": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}}, "df": 1}}}}}}}}}}, "s": {"docs": {"mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1}}, "df": 5, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}}, "df": 2}}}}}}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}}, "df": 1, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}}, "df": 2}}}}, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}}, "df": 2}}}}}}}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}}, "df": 1}}}}}}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 2}, "mephisto.utils": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 12}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}}, "df": 3}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}}, "df": 2}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 8, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester": {"tf": 1}}, "df": 6}}}}, "n": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 2}}, "df": 1}}}, "s": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}}, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}}, "df": 3}}}, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 10}}, "c": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 5}}}, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.client": {"tf": 1}}, "df": 3}}}, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}}, "df": 9, "s": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints": {"tf": 2.23606797749979}}, "df": 2}}}}, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}}, "df": 3, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}, "d": {"docs": {"mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 2}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}}, "df": 1}}}}}, "y": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.client": {"tf": 1}}, "df": 2, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}}, "df": 1}}}}}}}}}}, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 2.449489742783178}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}}, "df": 47, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers": {"tf": 1.7320508075688772}}, "df": 1}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 3, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}}, "df": 2}}}}, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}}, "df": 1}}}}}}}}}}, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}}, "df": 1}}}}}}}}}, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}}, "df": 1}}}}}}}}}}, "s": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.client": {"tf": 1}, "mephisto.utils.logger_core.warn_once": {"tf": 1}}, "df": 2}}}, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 53, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 3.605551275463989}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 2}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 2.8284271247461903}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 2.449489742783178}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 4.123105625617661}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 3.4641016151377544}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 2.449489742783178}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 4.58257569495584}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.client": {"tf": 2}, "mephisto.data_model": {"tf": 3.7416573867739413}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1.4142135623730951}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.launch": {"tf": 1.7320508075688772}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.operations": {"tf": 3.7416573867739413}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.scripts": {"tf": 1.4142135623730951}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 2}, "mephisto.tools": {"tf": 3.872983346207417}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}, "mephisto.utils": {"tf": 2.6457513110645907}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 310}, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 4}}}}, "e": {"docs": {"mephisto": {"tf": 4.358898943540674}, "mephisto.abstractions": {"tf": 4.898979485566356}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1.7320508075688772}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1.7320508075688772}, "mephisto.abstractions.architect.Architect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.deploy": {"tf": 2}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects": {"tf": 7.615773105863909}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 2}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 2}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 2}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 2.449489742783178}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 2.6457513110645907}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 2}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 4.58257569495584}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 3.1622776601683795}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 5.196152422706632}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 2}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 2}, "mephisto.abstractions.blueprints": {"tf": 7.615773105863909}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 2}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 2}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 8.366600265340756}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 2}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 2}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 2}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 2}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 2.23606797749979}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 2.23606797749979}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases": {"tf": 3.7416573867739413}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers": {"tf": 10.099504938362077}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 2}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 2}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 2}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 2}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 2}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 2}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 2}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 2.23606797749979}, "mephisto.client": {"tf": 3.605551275463989}, "mephisto.client.api.intentional_error": {"tf": 1}, "mephisto.data_model": {"tf": 7.615773105863909}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 2}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 2}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new": {"tf": 2}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 2}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1.7320508075688772}, "mephisto.data_model.constants": {"tf": 1.4142135623730951}, "mephisto.data_model.packet.Packet": {"tf": 1.7320508075688772}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 2}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 2}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 2}, "mephisto.data_model.task_run.TaskRunArgs": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit": {"tf": 2}, "mephisto.data_model.unit.Unit.__init__": {"tf": 2}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_status": {"tf": 2.449489742783178}, "mephisto.data_model.unit.Unit.launch": {"tf": 1.7320508075688772}, "mephisto.data_model.unit.Unit.expire": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 2}, "mephisto.data_model.worker.Worker.__init__": {"tf": 2}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 2}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 2}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 2.23606797749979}, "mephisto.operations": {"tf": 11.661903789690601}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 2.23606797749979}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1.7320508075688772}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1.7320508075688772}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.get_config": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.write_config": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.datatypes": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 2}, "mephisto.operations.operator.Operator": {"tf": 2.8284271247461903}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.shutdown_async": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1.4142135623730951}, "mephisto.operations.registry.fill_registries": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.scripts": {"tf": 1.4142135623730951}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 3.7416573867739413}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.tools": {"tf": 6.855654600401044}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 2.23606797749979}, "mephisto.tools.examine_utils": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.print_results": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 2.23606797749979}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 2}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 2}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1.4142135623730951}, "mephisto.utils": {"tf": 2.8284271247461903}, "mephisto.utils.dirs.get_root_dir": {"tf": 1}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 2}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_data_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1.7320508075688772}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1.7320508075688772}, "mephisto.utils.logger_core.get_logger": {"tf": 2}, "mephisto.utils.metrics.run_install_script": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.get_dash_url": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1.7320508075688772}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 603, "y": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 2.6457513110645907}, "mephisto.abstractions.blueprints.abstract": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.data_model": {"tf": 2.23606797749979}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.operations": {"tf": 2}, "mephisto.scripts": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}}, "df": 21}, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto": {"tf": 1.4142135623730951}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.449489742783178}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 2}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.operations": {"tf": 2.6457513110645907}, "mephisto.tools": {"tf": 2}, "mephisto.utils": {"tf": 1.4142135623730951}}, "df": 22}}, "n": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}, "mephisto.operations": {"tf": 2.6457513110645907}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 42}, "i": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 25}}, "m": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.operations": {"tf": 2.449489742783178}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 21}, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 17}}}, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 10}}, "u": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 3}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {"mephisto": {"tf": 2}, "mephisto.abstractions": {"tf": 2.449489742783178}, "mephisto.abstractions.architect.Architect": {"tf": 1}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architect.Architect.prepare": {"tf": 1}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects": {"tf": 4.358898943540674}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 2.6457513110645907}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 5}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 3.872983346207417}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 4.242640687119285}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.client": {"tf": 1.7320508075688772}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.data_model": {"tf": 4.123105625617661}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.operations": {"tf": 5.477225575051661}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.datatypes": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1.4142135623730951}, "mephisto.operations.registry.fill_registries": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 2.6457513110645907}, "mephisto.scripts.mturk.cleanup": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.tools": {"tf": 4.123105625617661}, "mephisto.tools.scripts": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}, "mephisto.utils": {"tf": 2.23606797749979}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}}, "df": 187}, "n": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 11}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects": {"tf": 2}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 22, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 2}}}}}}, "w": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}}, "df": 10, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}}, "df": 3}}}, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 4, "s": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}}, "df": 7}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {"mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}}, "df": 3}}}, "o": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 3.872983346207417}, "mephisto.abstractions.architect.ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architect.Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architect.Architect.prepare": {"tf": 1}, "mephisto.abstractions.architect.Architect.deploy": {"tf": 1}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 6}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 2.449489742783178}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 4}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 2.8284271247461903}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 3.4641016151377544}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 7.211102550927978}, "mephisto.abstractions.blueprints.abstract": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 4.58257569495584}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.ProviderArgs": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 2.8284271247461903}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 7.54983443527075}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 2}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1.4142135623730951}, "mephisto.client": {"tf": 3}, "mephisto.client.api.intentional_error": {"tf": 1}, "mephisto.data_model": {"tf": 4.69041575982343}, "mephisto.data_model.agent.Agent.__init__": {"tf": 2.23606797749979}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 2}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.__init__": {"tf": 2.23606797749979}, "mephisto.data_model.requester.Requester.ArgsClass": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.__init__": {"tf": 2.23606797749979}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 2.23606797749979}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 8.306623862918075}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}, "mephisto.operations.config_handler.write_config": {"tf": 1}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.operations.datatypes": {"tf": 1}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 2}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1.4142135623730951}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1.4142135623730951}, "mephisto.scripts": {"tf": 1.4142135623730951}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 4.242640687119285}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.tools": {"tf": 3}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1.7320508075688772}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}, "mephisto.utils": {"tf": 2.23606797749979}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.logger_core.warn_once": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.get_logger": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}}, "df": 363, "p": {"docs": {"mephisto": {"tf": 1}}, "df": 1}, "o": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2, "l": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.utils": {"tf": 1}}, "df": 4}}}, "r": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1}}, "df": 5}}}}}, "d": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.client": {"tf": 1.4142135623730951}}, "df": 6}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}}, "d": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}}, "df": 8}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions": {"tf": 2.6457513110645907}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architect.Architect.deploy": {"tf": 1}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 3.1622776601683795}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 4.795831523312719}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 3.1622776601683795}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 3.605551275463989}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.client": {"tf": 4.47213595499958}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.data_model": {"tf": 3.605551275463989}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.operations": {"tf": 3.872983346207417}, "mephisto.operations.datatypes": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 2.6457513110645907}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 2.6457513110645907}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 2.6457513110645907}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.tools": {"tf": 3.7416573867739413}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1.4142135623730951}, "mephisto.utils": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 204, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.operations": {"tf": 2.23606797749979}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 10, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}}, "df": 8, "s": {"docs": {"mephisto.data_model.agent.OnboardingAgent": {"tf": 1}}, "df": 1}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 4}}}}}}}, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 3}}}}}}}, "s": {"docs": {"mephisto.abstractions.architect.Architect": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 3.3166247903554}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers": {"tf": 2.6457513110645907}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.data_model": {"tf": 2.6457513110645907}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.operations": {"tf": 3}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.operator.Operator.print_run_details": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}}, "df": 60}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 6}}}}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations": {"tf": 2.449489742783178}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}}, "df": 4}}}}}}}}}}, "k": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 7, "s": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.tools": {"tf": 2.8284271247461903}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 11}, "n": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 3}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.scripts.mturk.cleanup": {"tf": 1}}, "df": 1}}}}, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 3}}, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1}}, "df": 9}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}}, "df": 5, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}}, "df": 7}}}, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}, "l": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.client": {"tf": 2.23606797749979}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.DatabaseArgs": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 35, "s": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}}, "df": 9}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 2, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}, "l": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}}, "df": 5}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.client": {"tf": 1.7320508075688772}, "mephisto.client.api.intentional_error": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}}, "df": 6, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 20}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}}}, "/": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "x": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}}}, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}}, "df": 10}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}}, "df": 3}, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}}}}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 2.6457513110645907}}, "df": 1, "s": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}}, "df": 2}, "d": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}}}}, "x": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1.7320508075688772}}, "df": 1}}, "l": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}}, "df": 3, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}}, "df": 1}}}}}, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.operations": {"tf": 1}}, "df": 13, "s": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}}, "df": 10}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 2}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification": {"tf": 1}}, "df": 2}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.worker_pool.WorkerPool": {"tf": 1}}, "df": 1}}}}, "f": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.operations.worker_pool.WorkerPool": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}, "o": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "f": {"docs": {"mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}}, "df": 1}}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}}, "df": 1}}}}}}, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.client": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 21}, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}, "t": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}}, "df": 2, "y": {"docs": {"mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}}, "df": 2}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}}, "df": 4}}, "g": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}}, "df": 1}}}}}}}}, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 21, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}}, "df": 1}}}}}}, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}}, "df": 1}}, "w": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 5}}, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 32, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}}, "df": 9}}}, "s": {"docs": {"mephisto.tools": {"tf": 1}}, "df": 1, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1}}, "df": 3}}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 3}}}}, "g": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}}, "df": 2}}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}}, "df": 2}}, "d": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.task.Task": {"tf": 1}}, "df": 1}}}}}, "t": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 4}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}, "u": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}}, "df": 2, "[": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}}, "df": 4}}}}}}}}, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}}, "df": 1}}}}}, "s": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}, "i": {"docs": {"mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto": {"tf": 1.4142135623730951}, "mephisto.abstractions": {"tf": 2.23606797749979}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 4}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2.6457513110645907}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.mock_architect.AliveHandler": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 4.58257569495584}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 3}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 5.0990195135927845}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.client": {"tf": 2.23606797749979}, "mephisto.data_model": {"tf": 4.358898943540674}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1.4142135623730951}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.operations": {"tf": 5.385164807134504}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.tools": {"tf": 2.8284271247461903}, "mephisto.utils": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}}, "df": 156, "n": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}}, "df": 2}}, "n": {"docs": {"mephisto": {"tf": 1.7320508075688772}, "mephisto.abstractions": {"tf": 2.23606797749979}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 3.4641016151377544}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 2.449489742783178}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 4.242640687119285}, "mephisto.abstractions.blueprints.abstract": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 4.358898943540674}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 3.3166247903554}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.client.api.intentional_error": {"tf": 1}, "mephisto.data_model": {"tf": 4.47213595499958}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.constants": {"tf": 1.4142135623730951}, "mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations": {"tf": 4.123105625617661}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.scripts": {"tf": 1.4142135623730951}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 4.123105625617661}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.examine_utils": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.utils": {"tf": 2.449489742783178}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 142, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 18, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.operations": {"tf": 1}, "mephisto.scripts": {"tf": 1}}, "df": 9, "s": {"docs": {"mephisto": {"tf": 1.4142135623730951}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}}, "df": 3}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 3}}}}}}, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.utils": {"tf": 1}}, "df": 1}}}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}}, "df": 2}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}}}}, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1}}, "df": 3}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 7}}}}, "s": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}}}, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}}}}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}}, "df": 2}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}}, "df": 2}}}}}}, "o": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations": {"tf": 2.8284271247461903}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 39}}, "p": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}}, "df": 4, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 2}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}}, "df": 6, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 10, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}}, "df": 26, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.AgentDetails": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 5}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 6, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.data_model.assignment.InitializationData": {"tf": 1}}, "df": 5}}}}, "s": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}}, "df": 4}}}}}}}}, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}}}}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 3, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}}, "df": 3}, "d": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 3}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}}, "df": 7}}}}}}, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 15}}}, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}}, "df": 3}}}}}}, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}}, "df": 3}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 8, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}}}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.utils.metrics.run_install_script": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.utils.metrics.metrics_are_installed": {"tf": 1}}, "df": 2}}}}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}}, "df": 17}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}}, "df": 1}}}}}}}}}, "o": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}}, "df": 2}}}}}}, "u": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}}, "df": 1}}}}}}}}}}, "f": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1.4142135623730951}}, "df": 8, "r": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.AgentDetails": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 28}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}}, "df": 2}}}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "v": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}}}, "j": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}}, "df": 2, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}}, "df": 1}}}}}, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.data_model": {"tf": 2.449489742783178}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 28}}}}}}}, "e": {"docs": {}, "df": 0, "x": {"docs": {"mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1.4142135623730951}}, "df": 2}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 2}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}}, "df": 7, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects": {"tf": 2}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 3}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 26, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1}}, "df": 8}}}}}}, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 2}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 2}}}}}}}, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 8}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}}, "df": 14}}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.scripts.mturk.cleanup": {"tf": 1}}, "df": 1}}}}}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1}}, "df": 2, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}}}}}}}, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {"mephisto.abstractions": {"tf": 2.23606797749979}, "mephisto.abstractions.architects": {"tf": 3.7416573867739413}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 3.1622776601683795}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 3.605551275463989}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1.4142135623730951}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 3.3166247903554}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 3.872983346207417}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 2.8284271247461903}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1.4142135623730951}}, "df": 124, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}}, "df": 6, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "f": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}}, "df": 10}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}}, "df": 1, "[": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}}, "df": 4}}}}}}}, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}}, "f": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects": {"tf": 2.6457513110645907}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 3.3166247903554}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.act": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 2}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 171}, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.client": {"tf": 3.7416573867739413}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1.7320508075688772}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.7320508075688772}, "mephisto.tools": {"tf": 2.23606797749979}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 77, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}}, "df": 10}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 3, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}}, "df": 6}}}}, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker": {"tf": 1}}, "df": 10}}}}}, "a": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}}, "df": 1}}}}}}}}, "\\": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}, "p": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 5}, "a": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.client": {"tf": 1.7320508075688772}}, "df": 2}}, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "f": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}, "o": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}}, "df": 5}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 7, "s": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}, "d": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}}}, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}}, "df": 13, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.utils.logger_core.warn_once": {"tf": 1}}, "df": 2, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 10}}}}}, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}}, "df": 3}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}}, "df": 8, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1}}, "df": 5}, "s": {"docs": {"mephisto.tools": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.databases": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}}, "df": 2}}}}, "t": {"docs": {"mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 10, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 10, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprint.Blueprint": {"tf": 1}}, "df": 1}}}}}}}}, "s": {"docs": {"mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.shutdown_async": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 5}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}}, "df": 17, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}}, "df": 2, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 13, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 14}, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}}, "df": 2}}}}}}, "i": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}}, "df": 1}}}}}, "t": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 12, "s": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}}, "df": 1}}, "c": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 4}}, "y": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}}, "df": 5, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}}, "df": 1}}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}}, "df": 1}}}}}}, "r": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 1, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 14, "r": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 5.196152422706632}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 50, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 3}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1}}, "df": 15}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}}, "df": 1}}}}}, "d": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}}, "df": 25}, "s": {"docs": {"mephisto.abstractions.architect.Architect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 9}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2.23606797749979}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 7}}}, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.operations": {"tf": 2.23606797749979}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 17, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}}, "df": 4}, "d": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}}, "df": 3}}}}}, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}}, "df": 2}}}}}}, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}}, "df": 6, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}}, "df": 1}, "d": {"docs": {"mephisto.tools": {"tf": 1.4142135623730951}}, "df": 1}}}}}, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}}, "df": 11}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}}, "df": 1}}}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}}}, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}}, "df": 3}}}}, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}, "j": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.new_project": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}}, "df": 12, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}}, "df": 2}}}}}, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}}, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.tools": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.tools": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.utils": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}}, "df": 4}}}}}}}}, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}}, "df": 6}}}, "y": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 5}}}}, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}}, "df": 3}}}}, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.print_run_details": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}}, "df": 7, "s": {"docs": {"mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.tools": {"tf": 1.4142135623730951}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 3}}}, "e": {"docs": {"mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}}, "df": 1, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 6}}, "t": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.scripts.mturk": {"tf": 1}}, "df": 1}}}}, "p": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}}, "df": 1}}}, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 2}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}}, "df": 4, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}}, "df": 1}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1}}, "df": 2}}}}}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}}, "df": 1}}}, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}}, "df": 3}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}}, "df": 3, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.tools": {"tf": 1.4142135623730951}}, "df": 1, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 2}}}}}}}, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 2}, "t": {"docs": {"mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}}, "df": 2}}}}}, "f": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 1}}}}}}, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 1}}}}}}}}}, "y": {"docs": {"mephisto.abstractions.architects.router": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.operations": {"tf": 2.6457513110645907}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 2}, "mephisto.utils": {"tf": 2.23606797749979}}, "df": 8, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 7}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 8, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "s": {"docs": {"mephisto": {"tf": 1}}, "df": 1}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers": {"tf": 1.7320508075688772}}, "df": 1}}}}}}, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}}}}}}, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 12, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.utils.dirs.get_tasks_dir": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}}, "df": 1}}}}, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 4}}}}}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}}, "df": 1}}}}}, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}}}, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 2}}}}}, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 3}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}}, "df": 12}, "y": {"docs": {"mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}}, "df": 2}}}}}, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.client": {"tf": 2}}, "df": 5}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}}, "df": 1}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 4, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}}, "df": 2}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 3, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}, "p": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 3, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}}, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}}, "df": 1}}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}}, "df": 2}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 2}}}}, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.scripts": {"tf": 1}}, "df": 1}}}}}, "l": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}}, "df": 2}}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}}}}}}}, "o": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}}, "df": 5}}, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.scripts.mturk": {"tf": 1}}, "df": 1}}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architect.Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 6, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}}, "df": 3}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}}, "df": 2}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 2}}, "c": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}}, "df": 2, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}}, "df": 1}}}}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}}, "df": 3, "s": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}}, "df": 5}}}, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}}, "df": 18, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}}, "df": 6}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}}, "df": 2, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2.449489742783178}}, "df": 1}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}}}, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.registry.fill_registries": {"tf": 1}}, "df": 1}}}}, "d": {"docs": {"mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}}, "df": 2}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}}, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}}, "df": 3}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}}}}}}}, "d": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 2, "i": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.metrics.run_install_script": {"tf": 1}}, "df": 11, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}}, "df": 7, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.scripts": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.examine_utils": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}, "mephisto.utils.dirs.get_root_dir": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1.7320508075688772}}, "df": 39}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.utils.dirs": {"tf": 1}}, "df": 3}}}}}, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 13}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}, "s": {"docs": {"mephisto.utils": {"tf": 1}}, "df": 1}, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.utils.dirs.get_provider_dir": {"tf": 1}}, "df": 1}}}}}}}, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto": {"tf": 1}}, "df": 1}}}}}}}, "s": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}}, "df": 1, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.client": {"tf": 1.7320508075688772}}, "df": 1, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 2}}}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.exceptions.AgentDisconnectedError": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}}, "df": 4}}}}}}}}}, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1}, "mephisto.utils.logger_core.warn_once": {"tf": 1}}, "df": 3, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 2}}}}}, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}}, "df": 1, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1.4142135623730951}}, "df": 1}, "s": {"docs": {"mephisto.scripts.mturk.cleanup": {"tf": 1}}, "df": 1}}}}}, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}}, "df": 1, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}}, "df": 1}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.scripts.mturk": {"tf": 1}}, "df": 1}}}}}}}}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}, "k": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 6}, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}}, "df": 1}}}}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}}, "df": 1}}}}}}}}}}, "f": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.utils": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 9}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}}, "df": 1}}}}}, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}, "s": {"docs": {"mephisto.operations.operator.Operator": {"tf": 1}}, "df": 1}}}, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 15, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.InitializationData": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo": {"tf": 1}}, "df": 15}}}}, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}}, "df": 3}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}}, "df": 5}}}}}}, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations.config_handler.write_config": {"tf": 1}}, "df": 1}}}}}}}}, "d": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}}, "df": 2}}, "e": {"docs": {"mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}}, "df": 1}}, "o": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 21, "c": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1}}, "df": 2, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}}, "df": 2}}}}}, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.utils": {"tf": 1}}, "df": 1}}}}}}}}, "w": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown_async": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.scripts.mturk.cleanup": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 19, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}}, "df": 4}}}}}}, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 12, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 23, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}}, "df": 1}}}}, "/": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}}}}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.4142135623730951}}, "df": 6, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}}, "df": 2, "n": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 25, "t": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"mephisto": {"tf": 2.23606797749979}, "mephisto.abstractions": {"tf": 2.23606797749979}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 6.324555320336759}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.client": {"tf": 2}, "mephisto.data_model": {"tf": 3.1622776601683795}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.assignment.InitializationData": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.operations": {"tf": 3.3166247903554}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.config_handler.get_config": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.tools": {"tf": 3.4641016151377544}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1.4142135623730951}, "mephisto.utils": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}}, "df": 98, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 2.6457513110645907}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model": {"tf": 2.449489742783178}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 33, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}}, "df": 3}, "/": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}}, "df": 1}}}}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.DatabaseArgs": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 4}}}}}}}}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 2}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}}, "df": 9}}}}}, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.datatypes": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}}, "df": 2}}}}}}, "e": {"docs": {"mephisto.data_model.unit.Unit.sync_status": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 2}}}, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.utils.metrics.get_dash_url": {"tf": 1}}, "df": 1}}}}}}}}, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 3}, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 5, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 2}}}}}}}}}, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 4}}}, "g": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1}}, "df": 2, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}}, "df": 2}}}}}, "t": {"docs": {"mephisto.client": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}}, "df": 2, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}}, "df": 1}}}}}, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 2}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 3}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 9, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architect.Architect": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 5}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architect.Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}}, "df": 12}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}}, "df": 5}}}}, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}}, "df": 2}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 4}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.unit.Unit.get_status": {"tf": 1}}, "df": 1}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.utils": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions": {"tf": 1.7320508075688772}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.operator.Operator.print_run_details": {"tf": 1}}, "df": 25}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 21, "d": {"docs": {"mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}}, "df": 2}}}}}}}}, "f": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}}, "df": 2, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 4, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}}, "df": 4}, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}}, "df": 4}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}}, "df": 2}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}}, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1.4142135623730951}, "mephisto.utils.dirs": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}}, "df": 19, "s": {"docs": {"mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 4}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}}}}, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 5}}}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}}, "df": 1}}}, "e": {"docs": {"mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}}, "df": 1}}}, "g": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 1}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.worker_pool.WorkerPool": {"tf": 1}}, "df": 1}}}}}}}}, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}}}}}}}}, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.utils": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 3, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}}, "df": 1}}}}}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}}, "df": 1}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}}, "df": 2}}}}}}}}}, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}}, "df": 1}}}}, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}, "b": {"docs": {"mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.tools": {"tf": 2}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 48}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk.cleanup": {"tf": 1}}, "df": 8}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 4}}}}}}, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 2}, "m": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}}, "df": 2}}}, "c": {"docs": {"mephisto.scripts.mturk": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 2, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 4, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 16}}}, "s": {"docs": {"mephisto": {"tf": 2.449489742783178}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 2}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.tools": {"tf": 2}, "mephisto.utils": {"tf": 2.449489742783178}, "mephisto.utils.dirs": {"tf": 1}}, "df": 15}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}, "d": {"docs": {"mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 7, "s": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}}, "df": 7}}}, "x": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1.4142135623730951}}, "df": 3}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}}, "df": 2, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}}, "df": 2}}}}, "s": {"docs": {"mephisto.utils": {"tf": 1}}, "df": 1}}}, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}}, "df": 8}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}}, "df": 1}}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}}, "df": 9}}, "t": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}}, "df": 4, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}}}, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model": {"tf": 1.4142135623730951}}, "df": 1, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}}, "df": 2}}}}}}}}}}, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.operations": {"tf": 4.123105625617661}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.get_config": {"tf": 1}, "mephisto.operations.config_handler.write_config": {"tf": 1}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.tools": {"tf": 3.1622776601683795}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 2}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 26, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architect.Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}}, "df": 9, "d": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.utils.dirs.get_root_dir": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}}, "df": 6}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects": {"tf": 2}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations": {"tf": 2.23606797749979}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.utils": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 15, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 3}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 9}}}}}, "s": {"docs": {"mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 2, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}, "r": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.tools": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.tools": {"tf": 1}}, "df": 1}}}}}}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}}}}, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 4, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2.449489742783178}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 13, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1}}, "df": 6}}}, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}}, "df": 1}}, "s": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}}}}}, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.client": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 3}}}, "s": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}}, "df": 2}}}}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.client": {"tf": 1.4142135623730951}}, "df": 1}, "s": {"docs": {"mephisto.tools": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}}, "df": 1}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}}, "df": 1}}}}}, "u": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}}, "df": 1}}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.constants": {"tf": 1}}, "df": 2}}}}}}, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}}, "df": 8, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}}, "df": 1}}}}}}}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto": {"tf": 1.4142135623730951}, "mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 7}, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}}, "df": 23}}, "s": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 2}}}, "s": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 2}}}}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}}, "df": 1}}}}}}}, "m": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 2, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1, "d": {"docs": {"mephisto": {"tf": 1}}, "df": 1}, "s": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.data_model": {"tf": 2}, "mephisto.data_model.worker.Worker": {"tf": 1}, "mephisto.operations": {"tf": 2.23606797749979}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}}, "df": 14}}}}}, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}}, "df": 4}}}}}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {"mephisto": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}}, "df": 19, "d": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.data_model": {"tf": 2}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 14}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 2}}, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}}, "df": 8}}}}}, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}}, "df": 2}}}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}}, "df": 1}}}, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}}, "df": 1}}}}}}}}, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.tools": {"tf": 1}}, "df": 1}}}}}}, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.database.MephistoDBException": {"tf": 1}, "mephisto.abstractions.database.EntryAlreadyExistsException": {"tf": 1}, "mephisto.abstractions.database.EntryDoesNotExistException": {"tf": 1}, "mephisto.client.api.InvalidUsage": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.operations": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}}, "df": 9, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto": {"tf": 1}}, "df": 1}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 5, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 4}}, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}}}}}}, "a": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}}, "df": 1, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}}, "df": 2}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}}}}, "/": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"5": {"3": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}, "docs": {}, "df": 0}, "docs": {}, "df": 0}}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "#": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}}, "df": 2}}}}}}}, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}}, "df": 1}}}, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}}, "df": 2}}, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 5, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 3}}}}}}, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 7}}, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 2}}, "df": 3, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}}, "df": 1}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}}}, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}}, "df": 2}}}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}}}}}}}, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}}}}}}, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}}}}}, "p": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}}, "df": 6, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}}, "df": 1}}}}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architect.ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architect.Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDBException": {"tf": 1}, "mephisto.abstractions.database.EntryAlreadyExistsException": {"tf": 1}, "mephisto.abstractions.database.EntryDoesNotExistException": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.client.api.InvalidUsage": {"tf": 1}, "mephisto.data_model": {"tf": 3}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.ArgsClass": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 2.449489742783178}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 101, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.data_model": {"tf": 3.3166247903554}, "mephisto.operations": {"tf": 2.6457513110645907}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.utils": {"tf": 2}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 14, "e": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}, "i": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}}, "df": 2, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}}, "df": 21, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 7}, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 2.449489742783178}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}}, "df": 11}}}}}}}}}, "/": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.7320508075688772}}, "df": 7, "u": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.7320508075688772}}, "df": 17}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}}, "df": 5}, "r": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}}, "df": 2}}, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}}, "df": 1}}, "r": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 6, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}}, "df": 2}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}}, "df": 6, "d": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}}, "df": 3}, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}, "s": {"docs": {"mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "d": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 6}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 41, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions": {"tf": 1}}, "df": 1}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.8284271247461903}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.operations": {"tf": 2.23606797749979}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}}, "df": 27, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}}}}, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}}, "df": 6}}}}}}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.7320508075688772}}, "df": 2}}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 7, "\\": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}}, "df": 6}}}, "e": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}}, "df": 88, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 16}, "d": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations": {"tf": 2.23606797749979}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 21}}, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}}, "df": 7}}}}}}}}}, "a": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}}, "df": 1}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 1}}}}}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1.7320508075688772}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1.7320508075688772}}, "df": 9, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}}, "df": 2}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 17, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.operations": {"tf": 2}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_root_dir": {"tf": 1}}, "df": 17}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.operator.Operator": {"tf": 1}}, "df": 1}}}}}, "t": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.8284271247461903}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model": {"tf": 3}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations": {"tf": 3.1622776601683795}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils": {"tf": 1}}, "df": 62, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}}}}, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}}, "df": 1}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 7, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.client.api.intentional_error": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 3}}, "t": {"docs": {"mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}}, "df": 1}}, "p": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}}, "df": 1}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1, "d": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1}}, "df": 3}}}}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 16, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}}}, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}}, "df": 4, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}}, "df": 17}}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "f": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1.4142135623730951}}, "df": 10}}}}}}}}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}}, "df": 11}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1.4142135623730951}}, "df": 2}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}}, "df": 2}}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 1}}}}, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}}, "df": 1}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 2}}}}}}}}}, "e": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}}, "df": 2}}}, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}, "d": {"docs": {"mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}}, "df": 2}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}}, "df": 2}}}, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 2}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}}, "df": 8, "s": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}}, "df": 8}}}}, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}}, "df": 2}}, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 3, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 7}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}}, "df": 1}}}}}, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}}, "df": 12}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}}}}}, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 2}}}, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}}, "df": 22, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}}, "df": 4}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}}, "df": 8}}}}}}, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}}}, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}}, "df": 2}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}}, "df": 1, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 4, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 2}}}}}, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.7320508075688772}}, "df": 5}, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}}, "df": 1}}}}}}}}}}}, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1, "d": {"docs": {"mephisto.utils.dirs": {"tf": 1}}, "df": 1}}}}}}}}}}, "s": {"docs": {}, "df": 0, "v": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}}, "df": 8}}, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.scripts.mturk": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 2}}}}, "a": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 3.3166247903554}, "mephisto.abstractions.architect.Architect": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 5}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 3.3166247903554}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 2.449489742783178}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 3.1622776601683795}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 6.164414002968976}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 3.3166247903554}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 6.244997998398398}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.client": {"tf": 3.3166247903554}, "mephisto.client.api.intentional_error": {"tf": 1}, "mephisto.data_model": {"tf": 5.5677643628300215}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.ArgsClass": {"tf": 1}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1.7320508075688772}, "mephisto.data_model.task.Task.new": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRunArgs": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1.7320508075688772}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations": {"tf": 6.48074069840786}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 3}, "mephisto.scripts.mturk.cleanup": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.tools": {"tf": 5.5677643628300215}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1.7320508075688772}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1.7320508075688772}, "mephisto.tools.scripts.task_script": {"tf": 2.23606797749979}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1.4142135623730951}, "mephisto.utils": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1.7320508075688772}, "mephisto.utils.logger_core.warn_once": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1.7320508075688772}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 390, "l": {"docs": {}, "df": 0, "l": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDBException": {"tf": 1}, "mephisto.abstractions.database.EntryAlreadyExistsException": {"tf": 1}, "mephisto.abstractions.database.EntryDoesNotExistException": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.client": {"tf": 1.7320508075688772}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.client.api.InvalidUsage": {"tf": 1}, "mephisto.data_model": {"tf": 2}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.operations": {"tf": 2.449489742783178}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.registry.fill_registries": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.tools": {"tf": 2.23606797749979}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 95, "o": {"docs": {}, "df": 0, "w": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 1.7320508075688772}, "mephisto.tools": {"tf": 1.4142135623730951}}, "df": 13, "s": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 8}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 4}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 5}}}, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}}, "df": 3}}}}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}}, "df": 3, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}}}}}}, "s": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.operations": {"tf": 2.8284271247461903}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}}, "df": 16}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 44}}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 3}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}}, "df": 2}}}}, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}}, "df": 1}}}, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 5}}}}, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.AliveHandler": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"tf": 1}}, "df": 1}}}}, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions": {"tf": 1.7320508075688772}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 3.7416573867739413}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.client": {"tf": 2}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 30, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto": {"tf": 1.4142135623730951}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1.4142135623730951}, "mephisto.utils": {"tf": 1}}, "df": 8, "s": {"docs": {"mephisto.abstractions": {"tf": 1}}, "df": 1}}}}, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architect.Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1}}, "df": 10}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}}, "df": 2}}}}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}}}}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {"mephisto": {"tf": 2}, "mephisto.abstractions": {"tf": 2.23606797749979}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 3}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 3.605551275463989}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.client": {"tf": 2}, "mephisto.data_model": {"tf": 4.242640687119285}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.operations": {"tf": 3.605551275463989}, "mephisto.operations.datatypes": {"tf": 1}, "mephisto.operations.registry.fill_registries": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.tools": {"tf": 2.449489742783178}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.scripts": {"tf": 1}, "mephisto.utils": {"tf": 2.23606797749979}, "mephisto.utils.metrics.metrics_are_installed": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 77, "n": {"docs": {"mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.constants": {"tf": 1}}, "df": 6}, "a": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}}, "df": 9}}}}, "g": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}}, "df": 2, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}}, "df": 9, "s": {"docs": {"mephisto.abstractions.architect.ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architect.Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs": {"tf": 1}, "mephisto.data_model.requester.Requester.ArgsClass": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}}, "df": 44}}}}}}, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}, "mephisto.client": {"tf": 2.23606797749979}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 21, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}}, "df": 3}}}}}}}, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}}, "df": 4}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}}, "b": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}}, "df": 2}}}}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 2}}, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}}, "df": 1}}}}}}, "s": {"docs": {"mephisto": {"tf": 2}, "mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 3.3166247903554}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 3.605551275463989}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 4}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 4}, "mephisto.data_model.agent.Agent": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 3.1622776601683795}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.tools": {"tf": 3.1622776601683795}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 99, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}}, "df": 9, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.databases": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}}, "df": 2}}}, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}}, "df": 2}}}}}}, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}}, "df": 1, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 39}, "s": {"docs": {"mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}}, "df": 3}}}}}}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}}, "df": 6}}}, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}}, "df": 4, "s": {"docs": {"mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}}, "df": 5, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}}, "df": 1}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints": {"tf": 3.3166247903554}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.data_model": {"tf": 2.449489742783178}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 2}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.operations": {"tf": 2}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}}, "df": 65, "s": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.data_model": {"tf": 2}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}}, "df": 24}}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}}, "df": 14}}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 2}}}}}}}, "k": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}}, "df": 3, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}}, "df": 3}}}}, "y": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}}}, "i": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.operations.operator.Operator.shutdown_async": {"tf": 1}}, "df": 1}}}}}}, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1}}, "df": 11, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 2.23606797749979}, "mephisto.operations": {"tf": 2}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}}, "df": 9, "s": {"docs": {"mephisto": {"tf": 1.4142135623730951}, "mephisto.abstractions": {"tf": 2.23606797749979}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1.7320508075688772}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.scripts": {"tf": 1}}, "df": 9, "/": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions": {"tf": 1}}, "df": 1}}}}}}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions": {"tf": 1}}, "df": 1}}}}}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions": {"tf": 1}}, "df": 1}}}}}}}}}}}}}, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.assignment.Assignment": {"tf": 1}}, "df": 1}}, "s": {"docs": {"mephisto.data_model.project.Project": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 2.449489742783178}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.8284271247461903}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.8284271247461903}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 30}, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}}}}}}}, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}}, "df": 12}}, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.operator.Operator.print_run_details": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}}, "df": 16}}}}, "n": {"docs": {"mephisto.abstractions": {"tf": 2.23606797749979}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 2.449489742783178}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2.6457513110645907}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 3.4641016151377544}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.client.api.intentional_error": {"tf": 1}, "mephisto.data_model": {"tf": 3}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.operations": {"tf": 2.23606797749979}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.tools": {"tf": 2.23606797749979}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}}, "df": 121, "d": {"docs": {"mephisto": {"tf": 2.23606797749979}, "mephisto.abstractions": {"tf": 3.1622776601683795}, "mephisto.abstractions.architect.Architect": {"tf": 1}, "mephisto.abstractions.architect.Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 3.7416573867739413}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 2}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2.6457513110645907}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 3.4641016151377544}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 4.242640687119285}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 3.605551275463989}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 2}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 5.196152422706632}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.client": {"tf": 2}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.data_model": {"tf": 4.47213595499958}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 2}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.operations": {"tf": 6.4031242374328485}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 2.23606797749979}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 2.449489742783178}, "mephisto.scripts.mturk.cleanup": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.tools": {"tf": 5}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1.7320508075688772}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1.4142135623730951}, "mephisto.utils": {"tf": 2.23606797749979}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 2}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 183, "\\": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}, "y": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.8284271247461903}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 2}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 2}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.InitializationData": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}}, "df": 82, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2}}}}}, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}, "w": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}}, "df": 5}}}}}, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}}}}}}, "t": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.operations": {"tf": 2.23606797749979}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.tools": {"tf": 2}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1.4142135623730951}}, "df": 30, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 3, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}}, "df": 2}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}}, "df": 2}}}}}}}, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 2, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1.7320508075688772}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}}, "df": 7}}}, "k": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}}, "df": 4}}}}}}}}, "\\": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}}, "df": 1}}}}}}}}}, "c": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.client": {"tf": 2.6457513110645907}, "mephisto.tools": {"tf": 1}}, "df": 20, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}}, "df": 1}}}, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.tools": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}, "d": {"docs": {"mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}}, "df": 1}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.utils.dirs": {"tf": 1}}, "df": 1}}}}}, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1}}, "df": 5, "s": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 2}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}}, "df": 4}}}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.unit.Unit.get_status": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}}, "df": 5}}}, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}}, "df": 18}}}}}}}, "t": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 11, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 5, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}}, "df": 6}}}}}, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.7320508075688772}}, "df": 5, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}}, "df": 3}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1, "d": {"docs": {"mephisto.abstractions.databases": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 2}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.operations": {"tf": 2}}, "df": 8}}}, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.operator.Operator": {"tf": 1}}, "df": 1}}}, "s": {"docs": {"mephisto.abstractions.databases": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 4}}, "m": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}}, "df": 1}, "k": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprint.Blueprint": {"tf": 1}}, "df": 1}}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 8}}}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 3.4641016151377544}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 3.3166247903554}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.data_model": {"tf": 2}, "mephisto.data_model.agent.Agent.__init__": {"tf": 2}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.operations": {"tf": 4.242640687119285}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1.4142135623730951}}, "df": 126, "s": {"docs": {"mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.operations": {"tf": 2}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}}, "df": 18, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}}, "df": 5}}}}, "h": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}}, "df": 2}}}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}}, "df": 5}}}}}, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}}}}, "d": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}}, "df": 9, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}}, "df": 21, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}}, "df": 1}}}}}}}}, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 2}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 3, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 3}}, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}}, "df": 3}}}, "f": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1}}, "df": 13}}}}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1}}, "df": 15}}}, "l": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}}, "df": 1}}}}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}}, "df": 1}}}}}}, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 17}}}}}}}}}}, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "g": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.tools": {"tf": 1}}, "df": 1, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.tools": {"tf": 1}}, "df": 1}}}}}}}}}}}, "p": {"docs": {}, "df": 0, "i": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.scripts": {"tf": 1}}, "df": 5}, "p": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 2}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}}, "df": 4, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 5, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 12, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.data_model.constants": {"tf": 1}}, "df": 1}}}}}}}}, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}}, "df": 9}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}}, "df": 4, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}}, "df": 2}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.scripts.mturk": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2}}}}}, "w": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}}, "df": 3}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}}, "df": 1}}}}}, "y": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 3}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 5, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.client": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}}}}}}}}}}}}}}}}}}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 10, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}}, "df": 2}}}}}, "b": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}}, "df": 1}}}}}}}}}, "o": {"docs": {}, "df": 0, "f": {"docs": {"mephisto": {"tf": 2.23606797749979}, "mephisto.abstractions": {"tf": 3.3166247903554}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 3}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 3.1622776601683795}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 3.4641016151377544}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 3.4641016151377544}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 3}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 5.385164807134504}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.client": {"tf": 2.6457513110645907}, "mephisto.data_model": {"tf": 5.744562646538029}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1.7320508075688772}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_runs": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1.7320508075688772}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations": {"tf": 6.48074069840786}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1.7320508075688772}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.config_handler.get_config": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown_async": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.operations.registry.fill_registries": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 2.6457513110645907}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 3.3166247903554}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.task_script": {"tf": 1.7320508075688772}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1.4142135623730951}, "mephisto.utils": {"tf": 2.23606797749979}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 184, "f": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}}, "df": 8, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 2}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}}, "df": 2}}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 2}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1}}, "df": 7, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "w": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 3}, "r": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions": {"tf": 1}}, "df": 1}}}}}, "w": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}}, "df": 1}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.config_handler.add_config_arg": {"tf": 1}}, "df": 1}}}}}}}, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 6}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}}, "df": 1}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}}, "df": 14}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}}}}}, "p": {"docs": {"mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}}, "df": 2, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 9}, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 2, "s": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}}, "df": 2}}, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations": {"tf": 2.8284271247461903}, "mephisto.operations.operator.Operator": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.shutdown_async": {"tf": 1}, "mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 6}}}}}, "n": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1}}, "df": 6, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1}}, "df": 2}}, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}}, "df": 1}}}, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1.4142135623730951}}, "df": 3, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 5, "s": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 11}, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 3, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 5}}}}}}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}}, "df": 2}}}}}}, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}}, "df": 2}}, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}}, "df": 1}}}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.scripts": {"tf": 1}}, "df": 1}}}}}}, "n": {"docs": {"mephisto": {"tf": 1.4142135623730951}, "mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 2.6457513110645907}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 3}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2.449489742783178}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 2.23606797749979}, "mephisto.abstractions.providers": {"tf": 3.605551275463989}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.client": {"tf": 2.449489742783178}, "mephisto.data_model": {"tf": 2}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.operations": {"tf": 3.872983346207417}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.datatypes": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.utils": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}}, "df": 104, "e": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.operations": {"tf": 2}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}}, "df": 26, "s": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 3}}, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architect.Architect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}}, "df": 2}}, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.logger_core.warn_once": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 34}}, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.warn_once": {"tf": 1}}, "df": 7}}, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}}}}, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 3.1622776601683795}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 2}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}}, "df": 49, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin": {"tf": 1}}, "df": 3}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1}}, "df": 3}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.data_model.agent.OnboardingAgent": {"tf": 1}}, "df": 1, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.agent.OnboardingAgent": {"tf": 1}}, "df": 1}}}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.operations.worker_pool.OnboardingInfo": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "g": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker": {"tf": 1}}, "df": 9}}}}}}, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 18, "w": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 13}}}}}}}}, "w": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 6, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}}, "df": 2}, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}}, "df": 2}}}}, "r": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 2.6457513110645907}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2.23606797749979}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 3}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.operations": {"tf": 3.1622776601683795}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.scripts": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk": {"tf": 1.7320508075688772}, "mephisto.tools": {"tf": 2.23606797749979}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}}, "df": 53, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 14}}}, "g": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "l": {"5": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "c": {"6": {"4": {"5": {"5": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {}, "df": 0}}}}}}}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 3.605551275463989}}, "df": 2, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}}, "df": 1}}}}}}, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.client.api.intentional_error": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.config_handler.get_config": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}}, "df": 15, "g": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}}, "df": 2}}}}}, "p": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}}, "df": 2}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1, "d": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}, "s": {"docs": {"mephisto.utils": {"tf": 1}}, "df": 1}}}}}, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.scripts.mturk": {"tf": 1}}, "df": 1}}}}, "r": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 4}}, "c": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.client.api.intentional_error": {"tf": 1}}, "df": 3}}}}}, "k": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}, "b": {"docs": {}, "df": 0, "j": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 10, "s": {"docs": {"mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}}, "df": 3}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2, "d": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}}, "df": 3}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}}, "df": 1}}}}}}}}}}, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}}}}}}}}, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}, "w": {"3": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 3.4641016151377544}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 2.23606797749979}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 58, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 17, "s": {"docs": {"mephisto": {"tf": 1}}, "df": 1}}}}, "f": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 4}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2.449489742783178}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 5}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 2}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 3.1622776601683795}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 2}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1.7320508075688772}, "mephisto.operations": {"tf": 3}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.tools": {"tf": 2.6457513110645907}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 126, "s": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.data_model": {"tf": 2}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 2.23606797749979}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}}, "df": 23}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 2.449489742783178}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}}, "df": 5}}}}}, "d": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}}, "df": 2}}, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}}, "df": 4}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.unit.Unit.expire": {"tf": 1}}, "df": 1}}}}}, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 14, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}}, "df": 1}}}}, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 10, "n": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}}, "df": 4}}, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.client": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 31, "l": {"docs": {}, "df": 0, "l": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}}, "df": 13}}, "b": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.7320508075688772}}, "df": 2, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 4.123105625617661}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}}, "df": 6, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1}}, "df": 5}, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.7320508075688772}}, "df": 1}}}}}}}, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}}, "df": 7}}, "a": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}}, "df": 1}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions": {"tf": 1.7320508075688772}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 3}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 3.1622776601683795}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.operations": {"tf": 3.605551275463989}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.tools": {"tf": 2.23606797749979}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.utils": {"tf": 1.4142135623730951}}, "df": 137, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1.4142135623730951}}, "df": 22}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 16}}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architect.Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 3.3166247903554}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.8284271247461903}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations": {"tf": 2}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 2.449489742783178}, "mephisto.tools": {"tf": 2.449489742783178}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 56}, "d": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}, "s": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}, "p": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 40, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.client.api.intentional_error": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}}, "df": 16, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.utils.metrics.metrics_are_installed": {"tf": 1}}, "df": 9}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.client": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 2}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}}, "df": 13, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}}, "df": 10}}}}}}, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects": {"tf": 2}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 2.449489742783178}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.utils": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 18}}, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 7}}}, "o": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}}, "df": 6, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations": {"tf": 1.4142135623730951}}, "df": 1}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}}, "df": 7, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 16}, "d": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}}, "df": 2}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.config_handler.write_config": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}}, "df": 5, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 3}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 4}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1}}, "df": 2}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model.requester.Requester.register": {"tf": 1}}, "df": 1}}}, "t": {"docs": {"mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 9, "s": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.7320508075688772}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 7, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}, "r": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.utils.logger_core.warn_once": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 3}}}}}, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}}, "df": 7}, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}}, "df": 7, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}}, "df": 2}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}, "l": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}, "t": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.operations": {"tf": 1.4142135623730951}}, "df": 1}}}}, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2}}, "df": 1, ":": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, ":": {"8": {"8": {"8": {"8": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}}}}}}}}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {}, "df": 0}}}}}}}}}}}}}, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {}, "df": 0, "e": {"5": {"3": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}, "docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 2.449489742783178}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}}, "df": 10, "/": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}}, "df": 1}}}}}, "s": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}}, "df": 2}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}}, "df": 3}}}}}, "o": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.utils.dirs.get_root_dir": {"tf": 1}}, "df": 3}}, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}, "e": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 2}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 5, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}}, "df": 19}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.scripts": {"tf": 1}}, "df": 1, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.tools.scripts": {"tf": 1}}, "df": 6}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 3}}}, "y": {"docs": {"mephisto.tools": {"tf": 1}, "mephisto.utils": {"tf": 1.4142135623730951}}, "df": 2, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.tools": {"tf": 1}}, "df": 1}}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 5, "d": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 3.1622776601683795}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.registry.fill_registries": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}}, "df": 45}, "s": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}}, "df": 10}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 7}}}}}}}}, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.OnboardingInfo": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}}, "df": 16, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 3.605551275463989}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 2}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 2}, "mephisto.client": {"tf": 3.872983346207417}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 2}, "mephisto.data_model.requester.Requester.ArgsClass": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 2}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.7320508075688772}, "mephisto.tools": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}}, "df": 57, "s": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.client": {"tf": 2}, "mephisto.data_model.requester.Requester": {"tf": 1}}, "df": 10}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}, "/": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}}}}, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}}, "df": 1}}, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}}, "df": 6}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}}}, "s": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.client": {"tf": 3.3166247903554}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}}, "df": 7, "s": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.operations": {"tf": 3.1622776601683795}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1.4142135623730951}}, "df": 19}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}}}}}, "d": {"docs": {"mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}}, "df": 1}}}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 14}}}}}, "l": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}}, "df": 1}}}}}, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 13, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}}, "df": 1}}}, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}}, "df": 5}}}}, "t": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}}, "df": 2, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}}, "df": 3, "d": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}, "s": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architect.Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 2}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 3.605551275463989}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.utils.dirs.get_root_dir": {"tf": 1}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.metrics.metrics_are_installed": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}}, "df": 203, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1}, "mephisto.tools": {"tf": 2.23606797749979}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 32}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 30}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}}, "df": 3}}}}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2, "d": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}}, "df": 3}}}}}}}, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.6457513110645907}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs": {"tf": 1}, "mephisto.data_model.requester.Requester.ArgsClass": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations": {"tf": 2.449489742783178}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 44, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}}, "df": 13}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}}, "df": 5}}}, "s": {"docs": {"mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}}, "df": 2}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}}, "df": 15}}}}}, "y": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.operations": {"tf": 2.6457513110645907}}, "df": 3}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.4142135623730951}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}}, "df": 3}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}}}}}, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}}, "df": 9}}}}}, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}}, "df": 14, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}}, "df": 1}, "d": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}}, "df": 5}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}}, "df": 1}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 14, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1}}, "df": 1}}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}}, "df": 2}}}}}}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1.4142135623730951}}, "df": 2}}}}}}}}}}}}}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 3}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 3}}}}}}}, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}}, "df": 8, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client": {"tf": 1.4142135623730951}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1}}, "df": 3}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.tools": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}}, "df": 2}}}, "s": {"docs": {"mephisto.tools": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}}, "df": 4, "d": {"docs": {"mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}}, "df": 1}}}}}, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}}, "df": 5, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}}, "df": 2}}}}, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}, "s": {"docs": {"mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}}, "df": 1}}}}}}, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}}, "df": 3, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 3}}}}, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 2}}}}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}}, "df": 11}, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}, "l": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError": {"tf": 1}}, "df": 3, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}}, "df": 5}}, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}}, "df": 11, "s": {"docs": {"mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}}, "df": 1}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}}, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}}, "df": 2, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}}, "df": 1}}}}}}}}}, "j": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}}, "df": 8, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}}, "df": 4}}}}}}, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}}, "df": 1}}}}}, "d": {"docs": {"mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 2}}}}, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}}, "df": 3, "s": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker": {"tf": 1}}, "df": 10}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}}, "df": 7}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}}}}}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}}, "df": 2}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}}}}}, "f": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 2, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}}, "df": 2}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}}, "df": 1}}}}}}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 2}}}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}}, "df": 2}}}}, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}}, "df": 2}}}}, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.scripts.mturk": {"tf": 1}}, "df": 1}}}}, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 5}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 2.449489742783178}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.operations": {"tf": 2.23606797749979}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk.cleanup": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.tools": {"tf": 2.6457513110645907}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1.7320508075688772}, "mephisto.utils.metrics.run_install_script": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 85, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 2.23606797749979}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.operator.Operator.print_run_details": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}}, "df": 28}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}}, "df": 10, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}}, "df": 6}}}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.scripts": {"tf": 1}}, "df": 1}}}}}, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.client": {"tf": 2.449489742783178}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.operations": {"tf": 2}, "mephisto.operations.datatypes": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}}, "df": 28, "/": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.databases": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}}, "df": 4, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1.4142135623730951}}, "df": 1}}}, "s": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}, "e": {"docs": {"mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}}, "df": 21, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}}, "df": 6}}}}, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 6}}}, "e": {"docs": {"mephisto.abstractions.databases": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}}, "df": 2}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}}, "df": 1}}}, "k": {"docs": {"mephisto.client": {"tf": 1.4142135623730951}}, "df": 1}}, "m": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}, "w": {"docs": {"mephisto.operations.config_handler.get_raw_config": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}, "h": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 3}}}, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}}}}}, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {"mephisto": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 2}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1}}, "df": 8}}}, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2}}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects": {"tf": 2}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 10, "s": {"docs": {"mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.scripts": {"tf": 1}}, "df": 2}}}}}, "r": {"docs": {"mephisto": {"tf": 2.449489742783178}, "mephisto.abstractions": {"tf": 2.23606797749979}, "mephisto.abstractions.architect.ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architect.Architect": {"tf": 1}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 3}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.mock_architect.AliveHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 4.795831523312719}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 3}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.ProviderArgs": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDBException": {"tf": 1}, "mephisto.abstractions.database.EntryAlreadyExistsException": {"tf": 1}, "mephisto.abstractions.database.EntryDoesNotExistException": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 5.656854249492381}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.client": {"tf": 2}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.client.api.InvalidUsage": {"tf": 1}, "mephisto.data_model": {"tf": 4.47213595499958}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 2}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.ArgsClass": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.operations": {"tf": 6.928203230275509}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1.7320508075688772}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1.7320508075688772}, "mephisto.tools": {"tf": 4.47213595499958}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1.4142135623730951}, "mephisto.tools.scripts": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}, "mephisto.utils": {"tf": 2.449489742783178}, "mephisto.utils.dirs": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.get_logger": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 412, "m": {"docs": {"mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2.23606797749979}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}}, "df": 4, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.abstractions": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.tools": {"tf": 2.23606797749979}}, "df": 5, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}}, "df": 2}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}}}}, "s": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 1}}}, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "f": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1.4142135623730951}}, "df": 8}}}}}}}, "e": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}}, "df": 2}}}}, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}}, "df": 8, "d": {"docs": {"mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}}, "df": 1}}}}, "u": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}}, "df": 1}, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 4}}}, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}}, "df": 2}}}}}}, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants": {"tf": 1}}, "df": 1}}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.operations": {"tf": 2}, "mephisto.tools": {"tf": 2}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 27, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 2}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 10}}}}}, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.utils": {"tf": 1.4142135623730951}}, "df": 13}}}}}}, "d": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}}, "df": 2}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}}, "df": 3}}}}}, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 4}}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}}, "df": 7, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 3}}, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 2}}}}}}}, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}}}}}, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 2}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 2}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.operations": {"tf": 2.8284271247461903}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1}, "mephisto.operations.config_handler.get_config": {"tf": 1}, "mephisto.operations.datatypes": {"tf": 1}, "mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils": {"tf": 2}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 43, "s": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.prepare": {"tf": 1}, "mephisto.abstractions.architect.Architect.deploy": {"tf": 1}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 2.6457513110645907}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1.4142135623730951}, "mephisto.utils": {"tf": 1.7320508075688772}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 29, "y": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}}, "df": 1}}}}}}, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2}}}}}, "l": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 2}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}}, "df": 1}}}}}}}, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}}, "df": 3, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}}, "df": 1}}}}}, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 45, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.scripts.mturk.cleanup": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}}, "df": 4}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 8, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}}, "df": 1}}}}}}}, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}}, "df": 12}}}, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 13}}}}, "g": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}}, "df": 1}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 2}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 3.605551275463989}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 2}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.operations": {"tf": 3.605551275463989}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 1.7320508075688772}, "mephisto.tools": {"tf": 2}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1.7320508075688772}, "mephisto.utils.metrics.run_install_script": {"tf": 1}}, "df": 93}, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.8284271247461903}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}}, "df": 31}}}}}}, "e": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}}}, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}}, "df": 4}}}}}}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}}, "df": 7, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}}, "df": 11}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}}, "df": 2}}}, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}}, "df": 3}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.scripts.mturk": {"tf": 1}}, "df": 1}}}, "r": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 3}}}}, "l": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.client": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}}, "df": 25, "y": {"docs": {"mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}}, "df": 2}}}, "l": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}}, "df": 1, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 3}}}}}}, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1, "y": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}}, "df": 6}}}}, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.datatypes": {"tf": 1}}, "df": 1}}}}}}}}, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}}, "df": 2}}}}}, "k": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}}, "df": 1}}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 3}}, "a": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.router": {"tf": 3}}, "df": 1}}, "g": {"docs": {"mephisto.abstractions.databases": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}}, "df": 2}}, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 3}}}}}, "e": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}}, "df": 2, "l": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 1}, "d": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 2}}}}}, "s": {"docs": {"mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}}, "df": 1}}, "t": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}}, "df": 2}}}}}}, "w": {"docs": {"mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1}}, "df": 2}}}, "n": {"docs": {"mephisto.client": {"tf": 2}}, "df": 1, "o": {"docs": {"mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 58, "t": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.client": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.scripts.mturk.cleanup": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}}, "df": 40, "e": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1, "d": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 3}, "s": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}}, "df": 3}}}}, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}}, "df": 2}}}}, "w": {"docs": {"mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 12, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 2}, "mephisto.abstractions.architects.router": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}}, "df": 3}}, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDBException": {"tf": 1}, "mephisto.abstractions.database.EntryAlreadyExistsException": {"tf": 1}, "mephisto.abstractions.database.EntryDoesNotExistException": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.client.api.InvalidUsage": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}}, "df": 13, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.act": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 21, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1.7320508075688772}}, "df": 11}}}}}}, "r": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}}}}}, "e": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations": {"tf": 2}}, "df": 56, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations.worker_pool.AgentDetails": {"tf": 1}}, "df": 1}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.scripts.mturk": {"tf": 1.4142135623730951}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 2}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 25, "s": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.6457513110645907}, "mephisto.data_model": {"tf": 1.7320508075688772}}, "df": 9}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 17}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}}, "df": 4}}}}, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 10}, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}}, "df": 2}}}}}}}}}, "x": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}}, "df": 2}}, "t": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}, "/": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "j": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}}}}}}}}}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}}, "df": 3}}}, "g": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}}, "df": 1}}}}}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}}, "df": 11, "b": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.tools": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 9}}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.client": {"tf": 1.4142135623730951}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.client": {"tf": 3.872983346207417}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.new": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.tools": {"tf": 2.6457513110645907}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 2}}, "df": 57, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 3, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 1}}}}}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}}, "df": 1}}}}}, "d": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 2}, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}}, "df": 9}}}}, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.databases": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}}, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.utils": {"tf": 1}}, "df": 1}}}}}}}, "p": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}}, "df": 1}}}, "b": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "n": {"docs": {"mephisto": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions": {"tf": 1}}, "df": 1}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.tools": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}}, "df": 2}}}}}, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 2}}}}, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprint.BlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.6457513110645907}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.client": {"tf": 2.23606797749979}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.operations": {"tf": 2.449489742783178}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}}, "df": 38, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.abstract": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 12}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprint.BlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.ArgsClass": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}}, "df": 4}}}}}}}}}}}, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.blueprint.BlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 2.449489742783178}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}}, "df": 21, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}}, "df": 10}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}}, "df": 8}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.scripts.mturk": {"tf": 1}}, "df": 1}}}}}}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.scripts.mturk": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2}}}}, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1.7320508075688772}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}}, "df": 25, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 5}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}}, "df": 13}}, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}}, "df": 4}}, "t": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}}, "df": 11}}}, "t": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.utils.logger_core.warn_once": {"tf": 1}}, "df": 24, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 2}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 8, "d": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}, "d": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}}, "df": 6, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}}, "df": 2}}}}}}}}, "e": {"docs": {"mephisto.abstractions": {"tf": 2.23606797749979}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.prepare": {"tf": 1}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 3.4641016151377544}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.router": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 3.605551275463989}, "mephisto.abstractions.blueprints.abstract": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 3}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 4.898979485566356}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.client": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 4.358898943540674}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations": {"tf": 4.358898943540674}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.scripts": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 2.6457513110645907}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.tools": {"tf": 2.23606797749979}, "mephisto.tools.examine_utils": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils": {"tf": 1.4142135623730951}}, "df": 135, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.client": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 6}, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.utils": {"tf": 1}}, "df": 1}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.scripts.mturk.cleanup": {"tf": 1}}, "df": 21}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.scripts": {"tf": 1}}, "df": 20}}}, "t": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 16}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 4}}}}, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}}, "df": 12}}}}, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 5}}}}, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 4}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}}, "df": 4}}}}, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 2}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.databases": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}}, "df": 2}}, "y": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 3}}}}}, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}}, "df": 3, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}}, "df": 6}}, "d": {"docs": {"mephisto.data_model": {"tf": 2.23606797749979}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 2}}, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}}, "df": 2}}}}}}, "s": {"docs": {"mephisto.abstractions.database.MephistoDB": {"tf": 1}}, "df": 1}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architect.Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDBException": {"tf": 1}, "mephisto.abstractions.database.EntryAlreadyExistsException": {"tf": 1}, "mephisto.abstractions.database.EntryDoesNotExistException": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.client.api.InvalidUsage": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.ArgsClass": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}}, "df": 36, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}}, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.client": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}}, "df": 15}}, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 4}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1.7320508075688772}, "mephisto.client": {"tf": 1.7320508075688772}}, "df": 3, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}}, "df": 3}}}}}}, "r": {"docs": {"mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}}, "df": 1}}, "y": {"docs": {"mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 2}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.client": {"tf": 1.7320508075688772}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.data_model": {"tf": 2.23606797749979}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.operations": {"tf": 2}, "mephisto.operations.registry.fill_registries": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 2}, "mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 96, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 4}, "o": {"3": {"docs": {"mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}}, "df": 2}, "docs": {}, "df": 0}}, "x": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}}, "df": 2}, "o": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 27, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}}, "df": 1}}}}, "k": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}}, "df": 3}}}}}}}}}, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1.4142135623730951}}, "df": 8, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}}, "df": 2}}}}}, "b": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 2}}}, "u": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 4, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.operations": {"tf": 2.23606797749979}, "mephisto.operations.operator.Operator": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}}, "df": 42, "r": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.operations": {"tf": 2.23606797749979}, "mephisto.scripts": {"tf": 1}, "mephisto.tools": {"tf": 2.23606797749979}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}}, "df": 31, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.7320508075688772}, "mephisto.utils": {"tf": 1}}, "df": 7, "/": {"docs": {}, "df": 0, "j": {"docs": {}, "df": 0, "j": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"3": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "y": {"3": {"8": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 2}}}}}, "docs": {}, "df": 0}, "docs": {}, "df": 0}}}}}}}}}, "docs": {}, "df": 0}}}}}}}}}}}}}}}, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}}, "df": 1}}}}}, "f": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.tools.scripts": {"tf": 1}, "mephisto.utils": {"tf": 1.7320508075688772}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 11}}}, "s": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 6}, "d": {"docs": {"mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 2}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.operations": {"tf": 2.8284271247461903}, "mephisto.operations.datatypes": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}, "mephisto.utils": {"tf": 1.4142135623730951}}, "df": 42}, "g": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}}, "df": 2}}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.operations": {"tf": 2.449489742783178}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 30}}}, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}}, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.tools.examine_utils": {"tf": 1}}, "df": 12}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 4}}}}}, "p": {"docs": {"mephisto.abstractions.architect.Architect": {"tf": 1}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.client": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}, "mephisto.operations.registry.fill_registries": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.utils": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 43, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 7}}, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}}}}}, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}}, "df": 17, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 3}, "d": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}}, "df": 5}}}}}}, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}}}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}}, "df": 5, "l": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator": {"tf": 1}}, "df": 7}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}}, "df": 2, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}}}}, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.data_model.task.Task.new": {"tf": 1}}, "df": 1}}}}}, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.8284271247461903}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 2}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 2}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 2}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 2}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 2}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 2}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 2}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 2}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 3.605551275463989}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.client": {"tf": 2.449489742783178}, "mephisto.data_model": {"tf": 2.449489742783178}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.assignment.InitializationData": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 2}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1.7320508075688772}, "mephisto.operations": {"tf": 2.8284271247461903}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.tools": {"tf": 3.1622776601683795}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1.7320508075688772}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 106, "s": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.client": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.operations": {"tf": 2.8284271247461903}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.tools": {"tf": 2.449489742783178}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1.4142135623730951}}, "df": 38}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 4}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}}, "df": 2}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1.4142135623730951}}, "df": 1}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}}, "df": 2}}}}}}}}}}}, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}}, "df": 1}}}}}, "k": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}}, "df": 1}}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}}, "df": 3}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 2}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}}, "df": 4, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}}}}, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1}}, "df": 1, "d": {"docs": {"mephisto": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 2}}}}, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk.cleanup": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 13}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools.examine_utils": {"tf": 1}, "mephisto.tools.scripts": {"tf": 1}}, "df": 4}}}}}, "s": {"docs": {"mephisto.tools": {"tf": 1}, "mephisto.utils": {"tf": 1.7320508075688772}}, "df": 2}}}}, "l": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 3}}}}}}}}}, "r": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architect.Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}}, "df": 10, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "b": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}}}, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1}}, "df": 3}}}, "i": {"docs": {"mephisto.client": {"tf": 1.4142135623730951}, "mephisto.client.api.intentional_error": {"tf": 1}}, "df": 2}}, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}}, "df": 3, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}}, "df": 4}, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}, "s": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}}, "df": 1}}}}}, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 2}}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}}, "df": 8}}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 2}}}, "a": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}}, "df": 10}, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}}}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}}, "df": 15, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}}, "df": 21, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}}, "df": 4}}, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 7}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}}, "df": 2}}}}, "s": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}}, "df": 1}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 1}}}}}, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1.7320508075688772}}, "df": 9, "s": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 6}}}}, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2}}, "df": 2, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2.6457513110645907}}, "df": 2}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 4}}}}}}, "p": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 2}}}, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "h": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.tools": {"tf": 1}}, "df": 13, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}, "r": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}}, "df": 8}}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}}, "df": 19, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}}, "df": 1}}}}}}, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.scripts.mturk.cleanup": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}}, "df": 6}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 3, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.client.api.intentional_error": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.tools": {"tf": 2}, "mephisto.utils": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}}, "df": 12, "s": {"docs": {"mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils": {"tf": 1.4142135623730951}}, "df": 3}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.client": {"tf": 1.4142135623730951}}, "df": 1}}}}}, "l": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}}, "df": 1}}, "d": {"docs": {"mephisto.data_model.constants": {"tf": 1}}, "df": 1}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "u": {"docs": {"mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}}, "df": 16, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}}}}}}, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 9}}, "a": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.7320508075688772}}, "df": 1, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}}, "df": 3}}}}, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}}}}}}, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.data_model": {"tf": 2.23606797749979}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.operations": {"tf": 2.23606797749979}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}}, "df": 41}, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}}, "df": 8, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 23, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2}, "mephisto.abstractions.architects.mock_architect.AliveHandler": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}}, "df": 7, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}}, "df": 2}}, "s": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}}, "df": 12, "u": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}}}}}}, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 3}}}}, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.cleanup": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 40, "n": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}}, "df": 7}}}}, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}}, "df": 1}}}, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1.4142135623730951}}, "df": 2}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}}}, "y": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations": {"tf": 3}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1.4142135623730951}}, "df": 12}}}}, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}}, "df": 4, "s": {"docs": {}, "df": 0, ":": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}}}}}, "w": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}}, "df": 2}}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}}, "g": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}}}}}, ":": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "v": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}}}}}}}, "m": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 4.358898943540674}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}}, "df": 9}}}, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}}, "df": 4}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}, "d": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}}, "df": 1}}}, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}}, "df": 7}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}}, "df": 2}}}, "w": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.client": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 6, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints": {"tf": 2.449489742783178}, "mephisto.abstractions.databases": {"tf": 1}}, "df": 2}}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations": {"tf": 2}}, "df": 1, "s": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto": {"tf": 1.7320508075688772}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.operations": {"tf": 3.1622776601683795}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 2}, "mephisto.utils.logger_core.get_logger": {"tf": 1.7320508075688772}}, "df": 27, "s": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 2}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model.task.Task": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.tools": {"tf": 1}}, "df": 1}}}}}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}, "k": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}}, "df": 1}}, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}}, "df": 1}}, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1}}, "df": 2}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "w": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 3, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2}, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}}, "df": 16, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1}}, "df": 3}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}}, "df": 4}}, "s": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}}, "df": 2}}}, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 3, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}}, "df": 5}}}}, "g": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.utils.logger_core.warn_once": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 9, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}}, "df": 2}, "c": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}}, "df": 5}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}}, "df": 1}, "r": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.get_logger": {"tf": 2}}, "df": 4, "s": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 3}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils": {"tf": 1.7320508075688772}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.get_logger": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 6}}}}, "s": {"docs": {"mephisto.utils": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 2}}, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1.4142135623730951}}, "df": 4, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 3}}}}, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 2, "d": {"docs": {"mephisto.abstractions.database.MephistoDB": {"tf": 1}}, "df": 1}}}, "l": {"docs": {"mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 36, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}}, "df": 1}}}}}}}}}}, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 9}}, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}}, "df": 1}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {"mephisto.abstractions.database.MephistoDB": {"tf": 1}}, "df": 1}}}}}}}}}, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {"mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}}, "df": 3}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}}}}}, "k": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}}, "df": 3, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}}, "df": 1}, "w": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}}, "df": 1}}}}}}}}}, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.data_model": {"tf": 2.449489742783178}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations": {"tf": 2.6457513110645907}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}}, "df": 25, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.operations": {"tf": 2.449489742783178}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 11}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}}, "df": 20}, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}}, "df": 2}, "r": {"docs": {"mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}}, "df": 2}}, "/": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 7}}}, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}, "b": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}}, "df": 1}}}, "y": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.datatypes": {"tf": 1}}, "df": 4}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 24, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}}, "df": 3, "s": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}}, "df": 26, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}, "d": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}, "[": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}}, "df": 8}}}, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.assignment.InitializationData": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}}, "df": 2}}}}}}}}}}}, "k": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 12, "w": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 4}}}}, "f": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 2}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 4}}}}}}}, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 4}}}}, "n": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 3, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}}, "df": 4}}}, "e": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}, "b": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}}}}}, "g": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}}}}}}}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}}, "df": 2}}}}, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 4.123105625617661}, "mephisto.client": {"tf": 3.605551275463989}, "mephisto.operations": {"tf": 1}}, "df": 4}, "l": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 4}, "y": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}}, "s": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects": {"tf": 3}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 3}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 3.3166247903554}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.operations": {"tf": 5.0990195135927845}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}}, "df": 68, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprint.BlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 2.8284271247461903}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 2.8284271247461903}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 2}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 2}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 3.4641016151377544}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 3.4641016151377544}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 2}, "mephisto.client": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo": {"tf": 1}, "mephisto.utils.logger_core.warn_once": {"tf": 1}}, "df": 29, "u": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}}, "df": 4, "s": {"docs": {"mephisto": {"tf": 1}}, "df": 1}, "d": {"docs": {"mephisto.operations": {"tf": 2}}, "df": 1}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1.7320508075688772}}, "df": 12, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}}, "df": 1}}}}}, "s": {"docs": {"mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}}, "df": 3}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 2}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 9}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}}, "df": 9}}}, "e": {"docs": {"mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 8, "d": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.data_model": {"tf": 2}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}}, "df": 23}, "s": {"docs": {"mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}}, "df": 3}}}}, "e": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}}, "df": 6, "s": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 4}, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}}, "df": 17, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 3, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}}}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}}, "df": 32, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 4, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}}, "df": 2}}}}, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}}, "df": 2}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}}, "df": 2}}}}}}}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}, "h": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 2.23606797749979}}, "df": 1}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}}, "df": 3}}}}}}, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 3}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}}, "df": 52, "s": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}}, "df": 8}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}}, "df": 1}}}}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 2.23606797749979}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.operations": {"tf": 2.23606797749979}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}}, "df": 57, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1.4142135623730951}}, "df": 12}}}}, "s": {"docs": {"mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}}, "df": 2}}}, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 13}}}, "y": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 5}}}, "u": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "f": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.tools": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}}, "df": 2}}}}}, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 2.449489742783178}, "mephisto.scripts.mturk.cleanup": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.tools": {"tf": 2.6457513110645907}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.metrics.run_install_script": {"tf": 1}}, "df": 15, "s": {"docs": {"mephisto": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2.23606797749979}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.scripts": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk": {"tf": 1.7320508075688772}, "mephisto.tools": {"tf": 2.6457513110645907}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.tools.examine_utils": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.tools.scripts": {"tf": 1}}, "df": 13}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}}, "df": 11}}}}}}}, "h": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}}, "df": 1}}}}, "u": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions": {"tf": 1}}, "df": 1}}}}}}}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}}, "df": 2}}}}}, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 3}}}}}, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}}, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1.4142135623730951}}, "df": 1}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}}, "df": 1}}}}}}}, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}}, "df": 1}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}}, "df": 10, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}}, "df": 15}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 9}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}}, "df": 1}}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1.4142135623730951}}, "df": 2}}}}}}}}}}}, "j": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}}, "df": 1}}}}, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.utils": {"tf": 1}}, "df": 1}}}}}}}, "m": {"docs": {"mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}}, "df": 1, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}, "f": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions": {"tf": 1}}, "df": 1}}}}}}}}, "c": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model": {"tf": 2.23606797749979}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations": {"tf": 2.449489742783178}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1.4142135623730951}}, "df": 44}, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.client": {"tf": 2.6457513110645907}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}}, "df": 12, "f": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}}, "df": 3, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}}, "df": 10}}}}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}}, "df": 1}}}}}}, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}}, "df": 3}}}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}}}}, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}}, "df": 11}, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}}, "df": 2}}}}}, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 6, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}}, "df": 3}}}}}, "l": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}}, "df": 1}}}}}}, "g": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}}, "df": 3}}}}}, "s": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 2}}}}}, "d": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.scripts.mturk": {"tf": 1}}, "df": 1}}}}}, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.data_model": {"tf": 2}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.operations": {"tf": 2.23606797749979}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1.7320508075688772}}, "df": 48, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 2}}}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.tools.examine_utils": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 18}}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}}, "df": 20}, "s": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}}, "df": 2}}}, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 8, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 5}}}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1.4142135623730951}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}}, "df": 5, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 2}}}}}}}, "s": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}}, "df": 1}, "t": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}}, "df": 6}}}, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}, "w": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}}, "df": 2, "r": {"docs": {"mephisto.abstractions": {"tf": 2}, "mephisto.abstractions.architect.Architect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architect.Architect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.deploy": {"tf": 1.7320508075688772}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 4.358898943540674}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 3.605551275463989}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.registry.fill_registries": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}}, "df": 65, "s": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 5}}, "d": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 3}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 3}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.requester.Requester.to_dict": {"tf": 1}}, "df": 1}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 3, "s": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 2.23606797749979}}, "df": 3}}}, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 3}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.utils.dirs.get_dir_for_task": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 3}}}}}, "t": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1.4142135623730951}}, "df": 43, "u": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 11}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architect.Architect": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 10, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1}}, "df": 1}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 9}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 1}}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 2, "\\": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}, "f": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}}, "df": 3}}, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1.4142135623730951}}, "df": 8}, "d": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}}, "df": 18, "/": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}}, "df": 1}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}}, "df": 4}}}, "s": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}}, "df": 1}}}, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 27, "n": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools.examine_utils": {"tf": 1}}, "df": 4}, "k": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}}, "df": 1}}}, "m": {"docs": {"mephisto.scripts.mturk": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 2}}}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}}, "df": 2, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 3}}}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}}, "df": 2}}}}}}}, "h": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown_async": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}}, "df": 9, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}}, "df": 2}}}}, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}, "mephisto.operations": {"tf": 2}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1.7320508075688772}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}}, "df": 13, "s": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1}}, "df": 1}}}, "s": {"docs": {"mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 1}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects": {"tf": 3.1622776601683795}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.client": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations": {"tf": 2.23606797749979}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.scripts": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1}}, "df": 73}}}, "w": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 3, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}}, "df": 1}, "s": {"docs": {"mephisto.client": {"tf": 1.4142135623730951}}, "df": 1}}, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 3}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1}}, "df": 3, "d": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.data_model.assignment.InitializationData": {"tf": 1}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 4, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}}, "df": 7}}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}}, "df": 3}}}}}}}}}}}}}}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}}}}}}}}}}}}}}, "o": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 11, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1.4142135623730951}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 2.449489742783178}, "mephisto.data_model.requester.Requester": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.scripts": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 18, "w": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect": {"tf": 1}}, "df": 2}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}}, "df": 2}}}}, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 14}}}}, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}}, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}}, "df": 2}}}}}, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 7}}}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 2}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 2}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 23}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}}, "df": 1}}}}}}, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}}, "df": 1}}}}, "f": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 4}}}, "a": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}}, "df": 9, "d": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 1}}}}, "f": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 2}}, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 15}, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client": {"tf": 3.4641016151377544}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}}, "df": 1}}, "y": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "x": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}}, "df": 15, "m": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}}}}}}}}, "/": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}}, "df": 1}}}}}}}}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 4}}}}, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}}, "df": 6}, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.AliveHandler": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}}, "df": 7}, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.utils": {"tf": 1}}, "df": 3}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.utils": {"tf": 1}}, "df": 1}}}}}}}}, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.7320508075688772}}, "df": 2}}, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 2}}, "g": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 6, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 5, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}}}}}}}}}}, "s": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}}}}}}}}, "z": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}}, "df": 2}}, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}}, "df": 3}}}, "s": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}}, "df": 1}, "l": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}, "y": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.4142135623730951}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 5}}}}, "n": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 4, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.databases": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}}, "df": 3}}, "h": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}}, "df": 1}}}}}}}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}}, "df": 8}}}}}}, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.scripts.mturk": {"tf": 1}}, "df": 1}}}}}, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}}, "df": 1}}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.operator.Operator": {"tf": 1}}, "df": 1}}}}}}}, "q": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}}, "df": 4, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.databases": {"tf": 1.4142135623730951}}, "df": 1}}}}}, "k": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2}}}}}, "e": {"docs": {"mephisto.client": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}}, "df": 2, "x": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}}, "df": 3, "d": {"docs": {"mephisto": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.datatypes": {"tf": 1}}, "df": 1}}}}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 5, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}}, "df": 11}}, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions": {"tf": 1}}, "df": 1}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 6, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}}, "df": 2}}}}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 7, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}}, "df": 4, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}}, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}}, "df": 29, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}}, "df": 12}}}, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 47}}}, "t": {"docs": {"mephisto.abstractions.database.MephistoDBException": {"tf": 1}, "mephisto.abstractions.database.EntryAlreadyExistsException": {"tf": 1}, "mephisto.abstractions.database.EntryDoesNotExistException": {"tf": 1}, "mephisto.client.api.InvalidUsage": {"tf": 1}}, "df": 4, "s": {"docs": {"mephisto.scripts.mturk": {"tf": 1}}, "df": 1}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.scripts.mturk.cleanup": {"tf": 1}}, "df": 1}}}}, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}}, "df": 3, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}}, "df": 40}}, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}}, "df": 2}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}}, "df": 2}}}}}, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1}}, "df": 3, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}}, "df": 2}}}}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.utils": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 5, "d": {"docs": {"mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 4}, "s": {"docs": {"mephisto.scripts.mturk.cleanup": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}}, "df": 2}}}}}}}, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}}, "df": 19, "s": {"docs": {"mephisto.abstractions.database.MephistoDBException": {"tf": 1}, "mephisto.abstractions.database.EntryAlreadyExistsException": {"tf": 1}, "mephisto.abstractions.database.EntryDoesNotExistException": {"tf": 1}, "mephisto.client.api.InvalidUsage": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1}}, "df": 5}}}}}}}, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.tools": {"tf": 1}}, "df": 1}}}}}}}}}, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.tools.examine_utils": {"tf": 1}}, "df": 6, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools.examine_utils": {"tf": 1}}, "df": 3}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}}, "df": 3}}}}, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 2}}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions": {"tf": 1}}, "df": 1}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 4}}, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 2}, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}}, "df": 1}}}, "y": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.scripts.mturk": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.registry.fill_registries": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 30, "s": {"docs": {"mephisto.operations": {"tf": 2}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 5}}}}}}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 2, "d": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}}, "df": 1}}}}}, "d": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}}, "df": 16, "s": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}}, "df": 2, "w": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.client.api.intentional_error": {"tf": 1}}, "df": 3, "s": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.client": {"tf": 2}}, "df": 2}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}}, "df": 3}}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.task_launcher.GeneratorType": {"tf": 1}}, "df": 1}}}}}}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 4}}}}}, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}}, "df": 8}}}}}}}}}}}}}}}}}}}}}}, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}}, "df": 10}}}}}}}}}}}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.scripts.mturk": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.scripts.mturk": {"tf": 1}}, "df": 1}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent": {"tf": 1}}, "df": 7}}}}}}}}, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model.packet.Packet": {"tf": 1}}, "df": 1}}}}}}}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}}, "df": 1}}}}}, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}}, "df": 1}}}}}}}}}}, "g": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.worker_pool.WorkerPool": {"tf": 1}}, "df": 1}}}}}}, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.client": {"tf": 2}, "mephisto.client.api.intentional_error": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 10, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}}, "df": 3}}}}}, "l": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}}, "df": 3}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}}, "df": 1}}}}}, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 6}}, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}}, "df": 6, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}}, "df": 5}}}}}}}, "n": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 4, "t": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1}}, "df": 3, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.data_model": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}}, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}}, "df": 1}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}}, "df": 2, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}}, "df": 2}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2}}}}}}}}}, "t": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 11}}, "c": {"2": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.tools": {"tf": 1}}, "df": 9}}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}}, "df": 5}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}}, "df": 1}}}}, "f": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}}, "df": 2}}}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}}, "df": 1}}}}}, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}}, "df": 1}}}}}}, "g": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1, "o": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}}, "df": 10, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}}, "t": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}}, "df": 2}, "g": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 2}}}, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}}, "df": 9, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1.7320508075688772}}, "df": 4}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}}, "df": 6, "n": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2.23606797749979}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations": {"tf": 2}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.operations.config_handler.write_config": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.tools": {"tf": 2}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 163}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 3.605551275463989}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.client": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 2.449489742783178}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.operations": {"tf": 2.449489742783178}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.config_handler.get_config": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.tools": {"tf": 2.6457513110645907}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}}, "df": 70, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 6}}}}, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 6}, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}}}}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}}, "df": 5, "[": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}}, "df": 4}}}}}}}}}}}, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}}, "df": 15, "d": {"docs": {"mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 3}}}}, "l": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}}, "df": 2, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 2.23606797749979}, "mephisto.operations": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 12}}}}, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 3}}}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}}, "df": 1}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}}, "df": 1}}}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.utils.dirs.get_dir_for_task": {"tf": 1}}, "df": 1}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}}, "df": 15, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}}, "df": 2}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}}, "df": 4}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.scripts": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}}, "df": 3}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.unit.Unit.get_status": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}}, "df": 1}}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}}, "df": 2}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}}, "df": 6, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}}, "df": 5, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 3}}}}}, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.utils": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}}, "df": 5}}}}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}}, "df": 1}}}}}}, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 4.123105625617661}, "mephisto.client": {"tf": 3.605551275463989}, "mephisto.operations": {"tf": 1}}, "df": 4}, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}}}}}}}}}}, "y": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2.6457513110645907}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 2.6457513110645907}, "mephisto.abstractions.blueprints": {"tf": 2.6457513110645907}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 2.449489742783178}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1.4142135623730951}}, "df": 30, "r": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints": {"tf": 2}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1.7320508075688772}}, "df": 9}}}, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}}, "df": 9}, "s": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}, "m": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.operations": {"tf": 1.4142135623730951}}, "df": 1}}, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.operations.config_handler.get_raw_config": {"tf": 1}, "mephisto.operations.config_handler.get_config": {"tf": 1}, "mephisto.operations.config_handler.write_config": {"tf": 1}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 7}}}}, "k": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.scripts": {"tf": 1}}, "df": 9, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 2}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 4}}, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.client": {"tf": 2.6457513110645907}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 9, "s": {"docs": {"mephisto.operations": {"tf": 1.4142135623730951}}, "df": 1}}, "e": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 10, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.449489742783178}, "mephisto.operations": {"tf": 1}}, "df": 3}}}, "s": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}}, "df": 3}}}}, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}}, "df": 5, "n": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 2}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model": {"tf": 1.4142135623730951}}, "df": 1}}}}, "b": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.operator.Operator": {"tf": 1}}, "df": 1}}}}}, "j": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}}, "df": 12}}}, "a": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}}, "df": 5}}}}}}}}}, "s": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}}, "df": 7, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}}, "df": 12, "l": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}}, "df": 4}}}, "x": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}}, "df": 1}}, "o": {"docs": {}, "df": 0, "b": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1.4142135623730951}}, "df": 7, "s": {"docs": {"mephisto.operations.operator.Operator": {"tf": 1}}, "df": 1}}}}, "z": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}}, "df": 4}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}}, "df": 2}}}}, "x": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "f": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}}, "df": 2, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprint.BlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 2}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 63, "s": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.utils": {"tf": 1.4142135623730951}}, "df": 29}}}}}}}, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}}, "df": 3}, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}}, "df": 5}}}, "y": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}}, "df": 2}}}}}, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}}, "df": 2}}}}}, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}}, "df": 5, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}}, "df": 1}}}, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}}, "df": 5, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 4}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}}, "df": 12}, "d": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}}, "df": 2}}}}}}, "+": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}, "pipeline": ["trimmer"], "_isPrebuiltIndex": true}; + /** pdoc search index */const docs = {"version": "0.9.5", "fields": ["qualname", "fullname", "annotation", "default_value", "signature", "bases", "doc"], "ref": "fullname", "documentStore": {"docs": {"mephisto": {"fullname": "mephisto", "modulename": "mephisto", "type": "module", "doc": "

Mephisto

\n\n

This is the main package directory, containing all of the core workings of Mephisto. They roughly follow the divisions noted in the abstractions overview doc. The breakdown is as following:

\n\n
    \n
  • abstractions: Contains the interface classes for the core abstractions in Mephisto, as well as implementations of those interfaces. These are the Architects, Blueprints, Crowd Providers, and Databases.
  • \n
  • client: Contains user interfaces for using Mephisto at a very high level. Primarily comprised of the python code for the cli and the web views.
  • \n
  • data_model: Contains the data model components as described in the architecture document. These are the relevant data structures that build upon the underlying MephistoDB, and are utilized throughout the Mephisto codebase.
  • \n
  • operations: Contains low-level operational code that performs more complex functionality on top of the Mephisto data model.
  • \n
  • scripts: Contains commonly executed convenience scripts for Mephisto users.
  • \n
  • tools: Contains helper methods and modules that allow for lower-level access to the Mephisto data model than the clients provide. Useful for creating custom workflows and scripts that are built on Mephisto.
  • \n
\n"}, "mephisto.abstractions": {"fullname": "mephisto.abstractions", "modulename": "mephisto.abstractions", "type": "module", "doc": "

Mephisto Core Abstractions

\n\n

This directory contains the interfaces for the four core Mephisto abstractions (as well as subcomponents of those abstractions). Those abstractions are discussed at a high level in the architecture overvierw doc.

\n\n

Specific implementations can be made to extend the Mephisto data model to work with new crowd providers, new task types, and new backend server architectures. These four primary abstractions are summarized below, but other sections go more in-depth.

\n\n

Architect

\n\n

An Architect is an abstraction that allows Mephisto to manage setup and maintenance of task servers for you. When launching a task, Mephisto uses an Architect to build required server files, launch that server, deploy the task files, and then later shut it down when the task is complete. More details are found in the abstractions/architects folder, along with the existing Architects.

\n\n

Architects also require a Channel to allow the ClientIOHandler to communicate with the server, and are expected to define their own or select a compatible one from the ones already present.

\n\n

Blueprint

\n\n

A Blueprint is the essential formula for running a task on Mephisto. It accepts some number of parameters and input data, and that should be sufficient content to be able to display a frontend to the crowdworker, process their responses, and then save them somewhere. It comprises of extensions of the AgentState (data storage), TaskRunner (actual steps to complete the task), and TaskBuilder (resources to display a frontend) classes. More details are provided in the abstractions/blueprints folder, where all the existing Blueprints live.

\n\n

CrowdProvider

\n\n

A CrowdProvider is a wrapper around any of the required functionality that Mephisto will need to utilize to accept work from workers on a specific service. Ultimately it comprises of an extension of each of Worker, Agent, Unit, and Requester. More details can be found in the abstractions/providers folder, where all of the existing CrowdProviders live.

\n\n

MephistoDB

\n\n

The MephistoDB is an abstraction around the storage for the Mephisto data model, such that it could be possible to create alternate methods for storing and loading the kind of data that mephisto requires without breaking functionality.

\n"}, "mephisto.abstractions.architect": {"fullname": "mephisto.abstractions.architect", "modulename": "mephisto.abstractions.architect", "type": "module", "doc": "

\n"}, "mephisto.abstractions.architect.ArchitectArgs": {"fullname": "mephisto.abstractions.architect.ArchitectArgs", "modulename": "mephisto.abstractions.architect", "qualname": "ArchitectArgs", "type": "class", "doc": "

Base class for arguments to configure architects

\n"}, "mephisto.abstractions.architect.ArchitectArgs.__init__": {"fullname": "mephisto.abstractions.architect.ArchitectArgs.__init__", "modulename": "mephisto.abstractions.architect", "qualname": "ArchitectArgs.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n _architect_type: str = '???',\n server_type: str = 'node',\n server_source_path: str = '???'\n)", "funcdef": "def"}, "mephisto.abstractions.architect.ArchitectArgs.server_type": {"fullname": "mephisto.abstractions.architect.ArchitectArgs.server_type", "modulename": "mephisto.abstractions.architect", "qualname": "ArchitectArgs.server_type", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = 'node'"}, "mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"fullname": "mephisto.abstractions.architect.ArchitectArgs.server_source_path", "modulename": "mephisto.abstractions.architect", "qualname": "ArchitectArgs.server_source_path", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.architect.Architect": {"fullname": "mephisto.abstractions.architect.Architect", "modulename": "mephisto.abstractions.architect", "qualname": "Architect", "type": "class", "doc": "

Provides methods for setting up a server somewhere and deploying tasks\nonto that server.

\n", "bases": "abc.ABC"}, "mephisto.abstractions.architect.Architect.__init__": {"fullname": "mephisto.abstractions.architect.Architect.__init__", "modulename": "mephisto.abstractions.architect", "qualname": "Architect.__init__", "type": "function", "doc": "

Initialize this architect with whatever options are provided given\nArgsClass. Parse whatever additional options may be required\nfor the specific task_run.

\n\n

Also set up any required database/memory into the MephistoDB so that\nthis data can be stored long-term.

\n", "signature": "(\n self,\n db: mephisto.abstractions.database.MephistoDB,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState,\n task_run: mephisto.data_model.task_run.TaskRun,\n build_dir_root: str\n)", "funcdef": "def"}, "mephisto.abstractions.architect.Architect.ArgsClass": {"fullname": "mephisto.abstractions.architect.Architect.ArgsClass", "modulename": "mephisto.abstractions.architect", "qualname": "Architect.ArgsClass", "type": "class", "doc": "

Base class for arguments to configure architects

\n"}, "mephisto.abstractions.architect.Architect.assert_task_args": {"fullname": "mephisto.abstractions.architect.Architect.assert_task_args", "modulename": "mephisto.abstractions.architect", "qualname": "Architect.assert_task_args", "type": "function", "doc": "

Assert that the provided arguments are valid. Should\nfail if a task launched with these arguments would\nnot work.

\n\n

This should include throwing an exception if the architect\nneeds login details or something similar given the\narguments passed in.

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.architect.Architect.get_channels": {"fullname": "mephisto.abstractions.architect.Architect.get_channels", "modulename": "mephisto.abstractions.architect", "qualname": "Architect.get_channels", "type": "function", "doc": "

Return a list of all relevant channels that the ClientIOHandler\nwill need to register to in order to function

\n", "signature": "(\n self,\n on_channel_open: Callable[[str], NoneType],\n on_catastrophic_disconnect: Callable[[str], NoneType],\n on_message: collections.abc.Callable[str, mephisto.data_model.packet.Packet, NoneType]\n) -> list[mephisto.abstractions._subcomponents.channel.Channel]", "funcdef": "def"}, "mephisto.abstractions.architect.Architect.download_file": {"fullname": "mephisto.abstractions.architect.Architect.download_file", "modulename": "mephisto.abstractions.architect", "qualname": "Architect.download_file", "type": "function", "doc": "

Save the file that is noted as stored on the server to\nthe desired save location.

\n", "signature": "(self, filename: str, save_dir: str) -> None", "funcdef": "def"}, "mephisto.abstractions.architect.Architect.prepare": {"fullname": "mephisto.abstractions.architect.Architect.prepare", "modulename": "mephisto.abstractions.architect", "qualname": "Architect.prepare", "type": "function", "doc": "

Produce the server files that will be deployed to the server

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.abstractions.architect.Architect.deploy": {"fullname": "mephisto.abstractions.architect.Architect.deploy", "modulename": "mephisto.abstractions.architect", "qualname": "Architect.deploy", "type": "function", "doc": "

Launch the server, and push the task files to the server. Return\nthe server URL

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.abstractions.architect.Architect.cleanup": {"fullname": "mephisto.abstractions.architect.Architect.cleanup", "modulename": "mephisto.abstractions.architect", "qualname": "Architect.cleanup", "type": "function", "doc": "

Remove any files that were used for the deployment process that\nno longer need to be kept track of now that the task has\nbeen launched.

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.architect.Architect.shutdown": {"fullname": "mephisto.abstractions.architect.Architect.shutdown", "modulename": "mephisto.abstractions.architect", "qualname": "Architect.shutdown", "type": "function", "doc": "

Shut down the server launched by this Surveyor, as stored\nin the db.

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.architects": {"fullname": "mephisto.abstractions.architects", "modulename": "mephisto.abstractions.architects", "type": "module", "doc": "

architects

\n\n

This folder contains all of the current official Architect implementations.

\n\n

Architect's contain the logic surrounding deploying a server that workers will be able to access. In many cases Mephisto is being run on compute clusters that aren't directly addressable, or in different configurations between collaborators. Mephisto should be able to run a task from start to finish regardless of the server configuration a user would like to use, and Architect's provide this capability.

\n\n

Architect

\n\n

The Architect class is responsible for providing Mephisto with lifecycle functions for preparing, deploying, and shutting down a given server. It's also responsible with providing access to the user via a Channel, which defines an interface of callbacks for incoming messages and a function for outgoing messages. It should define the following things in order to operate properly:

\n\n
    \n
  • ArgsClass: A dataclass that implements ArchitectArgs, specifying all of the configuration arguments that the Architect uses in order to properly initialize.
  • \n
  • get_channels: A method that will return a list of initialized Channel's that the ClientIOHandler will need to communicate with to manage running a task. Returns a list to handle cases where an Architect is communicating with multiple servers in a distributed setup.
  • \n
  • prepare: Prepare any files that will be used in the deploy process. Should return the location of the prepared server files.
  • \n
  • deploy: Launch the server (if necessary) and deploy the prepared task files such that the server will be able to serve them. Return the server URL for this task, such that Mephisto can point workers to it.
  • \n
  • cleanup: Clean up any files that were used in the deploy process that aren't necessarily useful for later
  • \n
  • shutdown: Shut down the server (if necessary) or otherwise take the specific task url expected to point to this Mephisto task run offline.
  • \n
  • download_file: Save the file that is stored on the server with a given filename to the local save directory provided. Only required by Architect's that aren't able to pass a file through the Channel directly.
  • \n
\n\n

Lifecycle

\n\n

During initialization, Mephisto calls assert_task_args and expects the ArchitectClass to be able to pass through any arguments specified by the ArgsClass, raising an exception if there are any configuration problems. After this point, Mephisto will initialize the Architect with the validated config.

\n\n

Initially Mephisto will call prepare to give the Architect a chance to collect any relevant files required to run the server. It will give the Blueprint a chance to add additional files to this folder before the deploy.

\n\n

Next, Mephisto will call deploy and then get_channels. This should ensure that there is an external server, and that Mephisto has a way to communicate with it through a Channel. Only after this is met, it will publish tasks to the crowd provider.

\n\n

Once the task is done, or if it is cancelled or an error occurs, Mephisto will call shutdown, which is the signal for the Architect to clean up both local resources and remote resources related to this task.

\n\n

Implementations

\n\n

LocalArchitect

\n\n

The LocalArchitect implementation works by running a node server on the local machine at the given port in a background process. It communicates over websockets with the WebsocketChannel, and requires that there's a directory where node is actively running in. The particular node server is the baseline router implementation available in the router/node folder.

\n\n

HerokuArchitect

\n\n

The HerokuArchitect implementation works by getting access to the heroku cli, preparing a directory of what to deploy on that server, and then pushing it along. It communicates over the WebsocketChannel. This also relies on the node server implementation available in the router/node folder.

\n\n

You can specify Heroku configuration variables in hydra using your config file:

\n\n
#@package _global_\nmephisto:\n  architect:\n    heroku_config_args:\n      ONE_ARGUMENT: something\n      ANOTHER_ARGUMENT: something else\n
\n\n

MockArchitect

\n\n

The MockArchitect is an Architect used primarily for testing. To test Mephisto lifecycle, you can choose should_run_server=False, which just leads to the lifecycle functions marking if they've been called. Setting should_run_server=True can be used to automatically test certain flows, as it launches a Tornado server for which every packet and action sent through it can be scripted.

\n\n

Discussions

\n\n

Currently the abstraction around prepare and deploy should be a little more rigid, defining the kinds of files that tasks should be able to deploy, where to expect to find them, etc. At the moment, this API is somewhat unclear, and while this is okay with the current set of Architect's, future ones may not be as clear on this capability.

\n\n

It's unclear if cleanup should be called immediately when the server is deployed (freeing space) or only after a task has been fully reviewed and archived following the review flow. It's possible that the deciding factor should be based on if the Blueprint is even registered to use the review flow at all.

\n"}, "mephisto.abstractions.architects.channels": {"fullname": "mephisto.abstractions.architects.channels", "modulename": "mephisto.abstractions.architects.channels", "type": "module", "doc": "

\n"}, "mephisto.abstractions.architects.channels.websocket_channel": {"fullname": "mephisto.abstractions.architects.channels.websocket_channel", "modulename": "mephisto.abstractions.architects.channels.websocket_channel", "type": "module", "doc": "

\n"}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"fullname": "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel", "modulename": "mephisto.abstractions.architects.channels.websocket_channel", "qualname": "WebsocketChannel", "type": "class", "doc": "

Channel for communicating with a server via websockets.

\n", "bases": "mephisto.abstractions._subcomponents.channel.Channel"}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"fullname": "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__", "modulename": "mephisto.abstractions.architects.channels.websocket_channel", "qualname": "WebsocketChannel.__init__", "type": "function", "doc": "

Create a channel by the given name, and initialize any resources that\nwill later be required during the open call.

\n\n

Requires a socket_url to connect with.

\n", "signature": "(\n self,\n channel_id: str,\n on_channel_open: Callable[[str], NoneType],\n on_catastrophic_disconnect: Callable[[str], NoneType],\n on_message: Callable[[str, mephisto.data_model.packet.Packet], NoneType],\n socket_url: str\n)", "funcdef": "def"}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"fullname": "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed", "modulename": "mephisto.abstractions.architects.channels.websocket_channel", "qualname": "WebsocketChannel.is_closed", "type": "function", "doc": "

Return whether or not this connection has been explicitly closed\nby the ClientIOHandler or another source.

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"fullname": "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close", "modulename": "mephisto.abstractions.architects.channels.websocket_channel", "qualname": "WebsocketChannel.close", "type": "function", "doc": "

Close this channel, and ensure that all threads and surrounding\nresources are cleaned up

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"fullname": "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive", "modulename": "mephisto.abstractions.architects.channels.websocket_channel", "qualname": "WebsocketChannel.is_alive", "type": "function", "doc": "

Return if this channel is actively able to send/recieve messages.

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"fullname": "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open", "modulename": "mephisto.abstractions.architects.channels.websocket_channel", "qualname": "WebsocketChannel.open", "type": "function", "doc": "

Set up a socket handling thread.

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"fullname": "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send", "modulename": "mephisto.abstractions.architects.channels.websocket_channel", "qualname": "WebsocketChannel.enqueue_send", "type": "function", "doc": "

Send the packet given to the intended recipient.\nReturn True on success and False on failure.

\n", "signature": "(self, packet: mephisto.data_model.packet.Packet) -> bool", "funcdef": "def"}, "mephisto.abstractions.architects.ec2": {"fullname": "mephisto.abstractions.architects.ec2", "modulename": "mephisto.abstractions.architects.ec2", "type": "module", "doc": "

\n"}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources": {"fullname": "mephisto.abstractions.architects.ec2.cleanup_ec2_resources", "modulename": "mephisto.abstractions.architects.ec2.cleanup_ec2_resources", "type": "module", "doc": "

\n"}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources.main": {"fullname": "mephisto.abstractions.architects.ec2.cleanup_ec2_resources.main", "modulename": "mephisto.abstractions.architects.ec2.cleanup_ec2_resources", "qualname": "main", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name": {"fullname": "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name", "modulename": "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name", "type": "module", "doc": "

\n"}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name.main": {"fullname": "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name.main", "modulename": "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name", "qualname": "main", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_architect": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "type": "module", "doc": "

\n"}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "url_safe_string", "type": "function", "doc": "

Produces a domain string that is safe for use\nin ec2 resources

\n", "signature": "(in_string: str) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2ArchitectArgs", "type": "class", "doc": "

Additional arguments for configuring a heroku architect

\n", "bases": "mephisto.abstractions.architect.ArchitectArgs"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2ArchitectArgs.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n _architect_type: str = 'ec2',\n server_type: str = 'node',\n server_source_path: str = '???',\n instance_type: str = 't2.micro',\n subdomain: str = '${mephisto.task.task_name}',\n profile_name: str = '???'\n)", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2ArchitectArgs.instance_type", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = 't2.micro'"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2ArchitectArgs.subdomain", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '${mephisto.task.task_name}'"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2ArchitectArgs.profile_name", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2Architect", "type": "class", "doc": "

Sets up a server on heroku and deploys the task on that server

\n", "bases": "mephisto.abstractions.architect.Architect"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2Architect.__init__", "type": "function", "doc": "

Create an architect with all required parameters for launch loaded

\n", "signature": "(\n self,\n db: mephisto.abstractions.database.MephistoDB,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState,\n task_run: mephisto.data_model.task_run.TaskRun,\n build_dir_root: str\n)", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2Architect.ArgsClass", "type": "class", "doc": "

Additional arguments for configuring a heroku architect

\n", "bases": "mephisto.abstractions.architect.ArchitectArgs"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2Architect.ARCHITECT_TYPE", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = 'ec2'"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2Architect.get_channels", "type": "function", "doc": "

Return a list of all relevant channels that the ClientIOHandler\nwill need to register to in order to function

\n", "signature": "(\n self,\n on_channel_open: Callable[[str], NoneType],\n on_catastrophic_disconnect: Callable[[str], NoneType],\n on_message: collections.abc.Callable[str, mephisto.data_model.packet.Packet, NoneType]\n) -> list[mephisto.abstractions._subcomponents.channel.Channel]", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2Architect.download_file", "type": "function", "doc": "

Download the file from local storage

\n", "signature": "(self, target_filename: str, save_dir: str) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2Architect.check_domain_unused_locally", "type": "function", "doc": "

Checks to see if we have an active local record for the given subdomain

\n", "signature": "(self, subdomain: str)", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2Architect.assert_task_args", "type": "function", "doc": "

Assert that the given profile is already ready, that a fallback exists\nand that all the configuration is ready

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2Architect.server_is_running", "type": "function", "doc": "

Utility function to check if the given heroku app (by app-name) is\nstill running

\n", "signature": "(self) -> bool", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2Architect.build_is_clean", "type": "function", "doc": "

Utility function to see if the build has been cleaned up

\n", "signature": "(self) -> bool", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2Architect.prepare", "type": "function", "doc": "

Produce the server files that will be deployed to the server

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2Architect.deploy", "type": "function", "doc": "

Launch the server, and push the task files to the server. Return\nthe server URL

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2Architect.cleanup", "type": "function", "doc": "

Remove any files that were used for the deployment process that\nno longer need to be kept track of now that the task has\nbeen launched.

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"fullname": "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown", "modulename": "mephisto.abstractions.architects.ec2.ec2_architect", "qualname": "EC2Architect.shutdown", "type": "function", "doc": "

Shut down the server launched by this Architect, as stored\nin the db.

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "type": "module", "doc": "

\n"}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "get_owner_tag", "type": "function", "doc": "

Creates a tag with the user's username\nas the owner for the given resource

\n", "signature": "() -> Dict[str, str]", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "check_aws_credentials", "type": "function", "doc": "

\n", "signature": "(profile_name: str) -> bool", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "setup_ec2_credentials", "type": "function", "doc": "

\n", "signature": "(\n profile_name: str,\n register_args: Union[omegaconf.dictconfig.DictConfig, NoneType] = None\n) -> bool", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "get_domain_if_available", "type": "function", "doc": "

Attempt to register the given domain with Route53, return\nTrue if registration is successful, False otherwise.

\n\n

Details on valid domains can be found here:\nhttps://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html

\n\n

Pricing is available on amazon

\n", "signature": "(session: boto3.session.Session, domain_name: str) -> bool", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "find_hosted_zone", "type": "function", "doc": "

search for a hosted zone with the given name, return its id\nif found and None otherwise

\n", "signature": "(\n session: boto3.session.Session,\n domain_name: str\n) -> Union[str, NoneType]", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "create_hosted_zone", "type": "function", "doc": "

Given a domain name, tries to create a hosted zone\nfor that domain. Returns the hosted zone id

\n", "signature": "(session: boto3.session.Session, domain_name: str) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "find_certificate_arn", "type": "function", "doc": "

Finds the certificate for the given domain if it exists, and returns\nthe certification arn.

\n", "signature": "(\n session: boto3.session.Session,\n domain_name: str\n) -> Union[str, NoneType]", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "get_certificate", "type": "function", "doc": "

Gets the certificate for the given domain name, and returns\nthe dns validation name and target and cert arn ('Name' and 'Value', 'arn')

\n", "signature": "(session: boto3.session.Session, domain_name: str) -> Dict[str, str]", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "register_zone_records", "type": "function", "doc": "

Creates the required zone records for this mephisto hosted zone. Requires\nthe load balancer target, and the ACM certificate addresses

\n\n

Returns the change id

\n", "signature": "(\n session: boto3.session.Session,\n zone_id: str,\n domain_name: str,\n load_balancer_arn: str,\n acm_valid_name: str,\n acm_valid_target: str\n) -> int", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "create_mephisto_vpc", "type": "function", "doc": "

Create the required vpc with two subnets, an associated\ninternet gateway, and routing tables.

\n\n

Currently sets up using US-east for both subnets

\n", "signature": "(session: boto3.session.Session) -> Dict[str, str]", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "create_security_group", "type": "function", "doc": "

Create a security group with public access\nfor 80 and 443, but only access from ssh_ip (comma-separated) for 22

\n", "signature": "(session: boto3.session.Session, vpc_id: str, ssh_ip: str) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "create_key_pair", "type": "function", "doc": "

creates a key pair by the given name, and writes it to file

\n", "signature": "(\n session: boto3.session.Session,\n key_name: str,\n key_pair_dir: str = '/Users/jju/mephisto/mephisto/abstractions/architects/ec2/keypairs'\n) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "create_instance", "type": "function", "doc": "

Create an instance, return the instance id, allocation id, and association id

\n", "signature": "(\n session: boto3.session.Session,\n key_pair_name: str,\n security_group_id: str,\n subnet_id: str,\n instance_name: str,\n volume_size: int = 8,\n instance_type: str = 'm2.micro'\n) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "create_target_group", "type": "function", "doc": "

Create a target group for the given instance

\n", "signature": "(\n session: boto3.session.Session,\n vpc_id: str,\n instance_id: str,\n group_name='mephisto-fallback'\n) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "rule_is_new", "type": "function", "doc": "

Check to see if a rule already exists with the given subdomain

\n", "signature": "(\n session: boto3.session.Session,\n subdomain: str,\n listener_arn: str\n) -> bool", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "register_instance_to_listener", "type": "function", "doc": "

Creates a rule for this specific redirect case,\nand returns the target group id and rule arn

\n", "signature": "(\n session: boto3.session.Session,\n instance_id: str,\n vpc_id: str,\n listener_arn: str,\n domain: str\n) -> Tuple[str, str]", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "create_load_balancer", "type": "function", "doc": "

Creates a load balancer and returns the balancer's arn

\n", "signature": "(\n session: boto3.session.Session,\n subnet_ids: List[str],\n security_group_id: str,\n vpc_id: str\n) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "configure_base_balancer", "type": "function", "doc": "

Configure the default rules for this load balancer. Return the id\nof the listener to add rules to for redirecting to specified target groups

\n", "signature": "(\n session: boto3.session.Session,\n balancer_arn: str,\n certificate_arn: str,\n target_group_arn: str\n) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "get_instance_address", "type": "function", "doc": "

Create a temporary publicly accessible IP for the given instance.\nReturn the IP address, the allocation id, and the association id.

\n", "signature": "(\n session: boto3.session.Session,\n instance_id: str\n) -> Tuple[str, str, str]", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "detete_instance_address", "type": "function", "doc": "

Removes the public ip described by the given allocation and association ids

\n", "signature": "(\n session: boto3.session.Session,\n allocation_id: str,\n association_id: str\n) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "try_server_push", "type": "function", "doc": "

Try to execute the server push provided in subprocess args

\n", "signature": "(subprocess_args: List[str], retries=5, sleep_time=10.0)", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "deploy_fallback_server", "type": "function", "doc": "

Deploy the fallback server to the given instance,\nreturn True if successful

\n", "signature": "(\n session: boto3.session.Session,\n instance_id: str,\n key_pair: str,\n log_access_pass: str\n) -> bool", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "deploy_to_routing_server", "type": "function", "doc": "

\n", "signature": "(\n session: boto3.session.Session,\n instance_id: str,\n key_pair: str,\n push_directory: str\n) -> bool", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "delete_rule", "type": "function", "doc": "

Remove the given rule and the target group for this rule

\n", "signature": "(\n session: boto3.session.Session,\n rule_arn: str,\n target_group_arn: str\n) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "delete_instance", "type": "function", "doc": "

Remove the given instance and the associated elastic ip

\n", "signature": "(session: boto3.session.Session, instance_id: str) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "remove_instance_and_cleanup", "type": "function", "doc": "

Cleanup for a launched server, removing the redirect rule\nclearing the target group, and then shutting down the instance.

\n", "signature": "(session: boto3.session.Session, server_name: str) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "delete_listener", "type": "function", "doc": "

\n", "signature": "(session: boto3.session.Session, listener_arn: str) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"fullname": "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server", "modulename": "mephisto.abstractions.architects.ec2.ec2_helpers", "qualname": "cleanup_fallback_server", "type": "function", "doc": "

Cleans up all of the resources for the given iam profile,\nassuming that the details are stored in the given\nserver_details_file.

\n\n

Optionally includes deleting the hosted zone, which remains\nan option due to the DNS changes required

\n", "signature": "(\n iam_profile: str,\n delete_hosted_zone: bool = False,\n server_details_file: str = '/Users/jju/mephisto/mephisto/abstractions/architects/ec2/servers/fallback.json'\n) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers": {"fullname": "mephisto.abstractions.architects.ec2.prepare_ec2_servers", "modulename": "mephisto.abstractions.architects.ec2.prepare_ec2_servers", "type": "module", "doc": "

\n"}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"fullname": "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details", "modulename": "mephisto.abstractions.architects.ec2.prepare_ec2_servers", "qualname": "update_details", "type": "function", "doc": "

Overwrite the contents of the open file with the given data.

\n", "signature": "(open_file, new_data: Dict[str, Any])", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"fullname": "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback", "modulename": "mephisto.abstractions.architects.ec2.prepare_ec2_servers", "qualname": "launch_ec2_fallback", "type": "function", "doc": "

This function is used to set up a mephisto\nvpc and fallback server for the AWS setup. At the moment\nit requires that you already have a domain registered,\nand it is up to you to delegate the domain to the\namazon nameservers created by this function. This\nfunction will request the ssl certificate from amazon

\n\n

At the moment, it only works on the us-east region.\nFeel free to open a PR to extend this functionality\nif you need another region!

\n", "signature": "(\n iam_profile: str,\n domain_name: str,\n ssh_ip_block: str,\n access_logs_key: str,\n key_pair_name: str = 'mephisto-server-key',\n server_details_file: str = '/Users/jju/mephisto/mephisto/abstractions/architects/ec2/servers/fallback.json',\n instance_type: str = 't2.nano'\n) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.main": {"fullname": "mephisto.abstractions.architects.ec2.prepare_ec2_servers.main", "modulename": "mephisto.abstractions.architects.ec2.prepare_ec2_servers", "qualname": "main", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.abstractions.architects.heroku_architect": {"fullname": "mephisto.abstractions.architects.heroku_architect", "modulename": "mephisto.abstractions.architects.heroku_architect", "type": "module", "doc": "

\n"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitectArgs", "type": "class", "doc": "

Additional arguments for configuring a heroku architect

\n", "bases": "mephisto.abstractions.architect.ArchitectArgs"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitectArgs.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n _architect_type: str = 'heroku',\n server_type: str = 'node',\n server_source_path: str = '???',\n use_hobby: bool = False,\n heroku_team: Union[str, NoneType] = '???',\n heroku_app_name: Union[str, NoneType] = '???',\n heroku_config_args: Dict[str, str] = \n)", "funcdef": "def"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitectArgs.use_hobby", "type": "variable", "doc": "

\n", "annotation": ": bool", "default_value": " = False"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitectArgs.heroku_team", "type": "variable", "doc": "

\n", "annotation": ": Union[str, NoneType]", "default_value": " = '???'"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitectArgs.heroku_app_name", "type": "variable", "doc": "

\n", "annotation": ": Union[str, NoneType]", "default_value": " = '???'"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitect", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitect", "type": "class", "doc": "

Sets up a server on heroku and deploys the task on that server

\n", "bases": "mephisto.abstractions.architect.Architect"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitect.__init__", "type": "function", "doc": "

Ensure heroku credentials are setup, then prepare the necessary files\nfor launching for this task.

\n\n

All necessary paths should be built in the init or stored in the database\nsuch that a re-init on the same task run can pull the server information.

\n\n

This means that we can shutdown a server that is still running after a\ncatastrophic failure.

\n", "signature": "(\n self,\n db: mephisto.abstractions.database.MephistoDB,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState,\n task_run: mephisto.data_model.task_run.TaskRun,\n build_dir_root: str\n)", "funcdef": "def"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitect.ArgsClass", "type": "class", "doc": "

Additional arguments for configuring a heroku architect

\n", "bases": "mephisto.abstractions.architect.ArchitectArgs"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitect.ARCHITECT_TYPE", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = 'heroku'"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitect.get_channels", "type": "function", "doc": "

Return a list of all relevant channels that the ClientIOHandler\nwill need to register to in order to function

\n", "signature": "(\n self,\n on_channel_open: Callable[[str], NoneType],\n on_catastrophic_disconnect: Callable[[str], NoneType],\n on_message: collections.abc.Callable[str, mephisto.data_model.packet.Packet, NoneType]\n) -> list[mephisto.abstractions._subcomponents.channel.Channel]", "funcdef": "def"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitect.download_file", "type": "function", "doc": "

Heroku architects need to download the file

\n", "signature": "(self, target_filename: str, save_dir: str) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitect.assert_task_args", "type": "function", "doc": "

Assert that the provided arguments are valid. Should\nfail if a task launched with these arguments would\nnot work.

\n\n

This should include throwing an exception if the architect\nneeds login details or something similar given the\narguments passed in.

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitect.get_heroku_client_path", "type": "function", "doc": "

Get the path to the heroku executable client, download a new one if it\ndoesnt exist.

\n", "signature": "() -> str", "funcdef": "def"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitect.get_user_identifier", "type": "function", "doc": "

Get heroku credentials for the current logged-in user

\n", "signature": "() -> Tuple[str, str]", "funcdef": "def"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitect.server_is_running", "type": "function", "doc": "

Utility function to check if the given heroku app (by app-name) is\nstill running

\n", "signature": "(self) -> bool", "funcdef": "def"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitect.build_is_clean", "type": "function", "doc": "

Utility function to see if the build has been cleaned up

\n", "signature": "(self) -> bool", "funcdef": "def"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitect.prepare", "type": "function", "doc": "

Produce the server files that will be deployed to the server

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitect.deploy", "type": "function", "doc": "

Launch the server, and push the task files to the server. Return\nthe server URL

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitect.cleanup", "type": "function", "doc": "

Remove any files that were used for the deployment process that\nno longer need to be kept track of now that the task has\nbeen launched.

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"fullname": "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown", "modulename": "mephisto.abstractions.architects.heroku_architect", "qualname": "HerokuArchitect.shutdown", "type": "function", "doc": "

Shut down the server launched by this Architect, as stored\nin the db.

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.local_architect": {"fullname": "mephisto.abstractions.architects.local_architect", "modulename": "mephisto.abstractions.architects.local_architect", "type": "module", "doc": "

\n"}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"fullname": "mephisto.abstractions.architects.local_architect.LocalArchitectArgs", "modulename": "mephisto.abstractions.architects.local_architect", "qualname": "LocalArchitectArgs", "type": "class", "doc": "

Additional arguments for configuring a local architect

\n", "bases": "mephisto.abstractions.architect.ArchitectArgs"}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"fullname": "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__", "modulename": "mephisto.abstractions.architects.local_architect", "qualname": "LocalArchitectArgs.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n _architect_type: str = 'local',\n server_type: str = 'node',\n server_source_path: str = '???',\n hostname: str = 'localhost',\n port: str = '3000'\n)", "funcdef": "def"}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname": {"fullname": "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname", "modulename": "mephisto.abstractions.architects.local_architect", "qualname": "LocalArchitectArgs.hostname", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = 'localhost'"}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port": {"fullname": "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port", "modulename": "mephisto.abstractions.architects.local_architect", "qualname": "LocalArchitectArgs.port", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '3000'"}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"fullname": "mephisto.abstractions.architects.local_architect.LocalArchitect", "modulename": "mephisto.abstractions.architects.local_architect", "qualname": "LocalArchitect", "type": "class", "doc": "

Provides methods for setting up a server locally and deploying tasks\nonto that server.

\n", "bases": "mephisto.abstractions.architect.Architect"}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"fullname": "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__", "modulename": "mephisto.abstractions.architects.local_architect", "qualname": "LocalArchitect.__init__", "type": "function", "doc": "

Create an architect for use in testing

\n", "signature": "(\n self,\n db: mephisto.abstractions.database.MephistoDB,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState,\n task_run: mephisto.data_model.task_run.TaskRun,\n build_dir_root: str\n)", "funcdef": "def"}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"fullname": "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass", "modulename": "mephisto.abstractions.architects.local_architect", "qualname": "LocalArchitect.ArgsClass", "type": "class", "doc": "

Additional arguments for configuring a local architect

\n", "bases": "mephisto.abstractions.architect.ArchitectArgs"}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"fullname": "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE", "modulename": "mephisto.abstractions.architects.local_architect", "qualname": "LocalArchitect.ARCHITECT_TYPE", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = 'local'"}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"fullname": "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels", "modulename": "mephisto.abstractions.architects.local_architect", "qualname": "LocalArchitect.get_channels", "type": "function", "doc": "

Return a list of all relevant channels that the ClientIOHandler\nwill need to register to in order to function

\n", "signature": "(\n self,\n on_channel_open: Callable[[str], NoneType],\n on_catastrophic_disconnect: Callable[[str], NoneType],\n on_message: collections.abc.Callable[str, mephisto.data_model.packet.Packet, NoneType]\n) -> list[mephisto.abstractions._subcomponents.channel.Channel]", "funcdef": "def"}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"fullname": "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file", "modulename": "mephisto.abstractions.architects.local_architect", "qualname": "LocalArchitect.download_file", "type": "function", "doc": "

Local architects can just move from the local directory

\n", "signature": "(self, target_filename: str, save_dir: str) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"fullname": "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare", "modulename": "mephisto.abstractions.architects.local_architect", "qualname": "LocalArchitect.prepare", "type": "function", "doc": "

Mark the preparation call

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"fullname": "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy", "modulename": "mephisto.abstractions.architects.local_architect", "qualname": "LocalArchitect.deploy", "type": "function", "doc": "

Deploy the server from a local folder for this task

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"fullname": "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup", "modulename": "mephisto.abstractions.architects.local_architect", "qualname": "LocalArchitect.cleanup", "type": "function", "doc": "

Cleanup the built directory

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"fullname": "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown", "modulename": "mephisto.abstractions.architects.local_architect", "qualname": "LocalArchitect.shutdown", "type": "function", "doc": "

Find the server process, shut it down, then remove the build directory

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect": {"fullname": "mephisto.abstractions.architects.mock_architect", "modulename": "mephisto.abstractions.architects.mock_architect", "type": "module", "doc": "

\n"}, "mephisto.abstractions.architects.mock_architect.get_rand_id": {"fullname": "mephisto.abstractions.architects.mock_architect.get_rand_id", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "get_rand_id", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"fullname": "mephisto.abstractions.architects.mock_architect.MockArchitectArgs", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockArchitectArgs", "type": "class", "doc": "

Additional arguments for configuring a mock architect

\n", "bases": "mephisto.abstractions.architect.ArchitectArgs"}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"fullname": "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockArchitectArgs.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n _architect_type: str = 'mock',\n server_type: str = 'node',\n server_source_path: str = '???',\n should_run_server: bool = False,\n port: str = '3000'\n)", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"fullname": "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockArchitectArgs.should_run_server", "type": "variable", "doc": "

\n", "annotation": ": bool", "default_value": " = False"}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port": {"fullname": "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockArchitectArgs.port", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '3000'"}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"fullname": "mephisto.abstractions.architects.mock_architect.SocketHandler", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "SocketHandler", "type": "class", "doc": "

Subclass this class to create a basic WebSocket handler.

\n\n

Override on_message to handle incoming messages, and use\nwrite_message to send messages to the client. You can also\noverride open and on_close to handle opened and closed\nconnections.

\n\n

Custom upgrade response headers can be sent by overriding\n~tornado.web.RequestHandler.set_default_headers or\n~tornado.web.RequestHandler.prepare.

\n\n

See http://dev.w3.org/html5/websockets/ for details on the\nJavaScript interface. The protocol is specified at\nhttp://tools.ietf.org/html/rfc6455.

\n\n

Here is an example WebSocket handler that echos back all received messages\nback to the client:

\n\n

.. testcode::

\n\n

class EchoWebSocket(tornado.websocket.WebSocketHandler):\n def open(self):\n print(\"WebSocket opened\")

\n\n
  def on_message(self, message):\n      self.write_message(u\"You said: \" + message)\n\n  def on_close(self):\n      print(\"WebSocket closed\")\n
\n\n

.. testoutput::\n :hide:

\n\n

WebSockets are not standard HTTP connections. The \"handshake\" is\nHTTP, but after the handshake, the protocol is\nmessage-based. Consequently, most of the Tornado HTTP facilities\nare not available in handlers of this type. The only communication\nmethods available to you are write_message(), ping(), and\nclose(). Likewise, your request handler class should implement\nopen() method rather than get() or post().

\n\n

If you map the handler above to /websocket in your application, you can\ninvoke it in JavaScript with::

\n\n

var ws = new WebSocket(\"ws://localhost:8888/websocket\");\n ws.onopen = function() {\n ws.send(\"Hello, world\");\n };\n ws.onmessage = function (evt) {\n alert(evt.data);\n };

\n\n

This script pops up an alert box that says \"You said: Hello, world\".

\n\n

Web browsers allow any site to open a websocket connection to any other,\ninstead of using the same-origin policy that governs other network\naccess from javascript. This can be surprising and is a potential\nsecurity hole, so since Tornado 4.0 WebSocketHandler requires\napplications that wish to receive cross-origin websockets to opt in\nby overriding the ~WebSocketHandler.check_origin method (see that\nmethod's docs for details). Failure to do so is the most likely\ncause of 403 errors when making a websocket connection.

\n\n

When using a secure websocket connection (wss://) with a self-signed\ncertificate, the connection from a browser may fail because it wants\nto show the \"accept this certificate\" dialog but has nowhere to show it.\nYou must first visit a regular HTML page using the same certificate\nto accept it before the websocket connection will succeed.

\n\n

If the application setting websocket_ping_interval has a non-zero\nvalue, a ping will be sent periodically, and the connection will be\nclosed if a response is not received before the websocket_ping_timeout.

\n\n

Messages larger than the websocket_max_message_size application setting\n(default 10MiB) will not be accepted.

\n\n

.. versionchanged:: 4.5\n Added websocket_ping_interval, websocket_ping_timeout, and\n websocket_max_message_size.

\n", "bases": "tornado.websocket.WebSocketHandler"}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"fullname": "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "SocketHandler.__init__", "type": "function", "doc": "

\n", "signature": "(self, *args, **kwargs)", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"fullname": "mephisto.abstractions.architects.mock_architect.SocketHandler.open", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "SocketHandler.open", "type": "function", "doc": "

Opens a websocket and assigns a random UUID that is stored in the class-level\nsubs variable.

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"fullname": "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "SocketHandler.on_close", "type": "function", "doc": "

Runs when a socket is closed.

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"fullname": "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "SocketHandler.on_message", "type": "function", "doc": "

Callback that runs when a new message is received from a client See the\nchat_service README for the resultant message structure.\nArgs:\n message_text: A stringified JSON object with a text or attachment key.\n text should contain a string message and attachment is a dict.\n See WebsocketAgent.put_data for more information about the\n attachment dict structure.

\n", "signature": "(self, message_text)", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"fullname": "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "SocketHandler.check_origin", "type": "function", "doc": "

Override to enable support for allowing alternate origins.

\n\n

The origin argument is the value of the Origin HTTP\nheader, the url responsible for initiating this request. This\nmethod is not called for clients that do not send this header;\nsuch requests are always allowed (because all browsers that\nimplement WebSockets support this header, and non-browser\nclients do not have the same cross-site security concerns).

\n\n

Should return True to accept the request or False to\nreject it. By default, rejects all requests with an origin on\na host other than this one.

\n\n

This is a security protection against cross site scripting attacks on\nbrowsers, since WebSockets are allowed to bypass the usual same-origin\npolicies and don't use CORS headers.

\n\n

.. warning::

\n\n

This is an important security measure; don't disable it\n without understanding the security implications. In\n particular, if your authentication is cookie-based, you\n must either restrict the origins allowed by\n check_origin() or implement your own XSRF-like\n protection for websocket connections. See these\n <https://www.christian-schneider.net/CrossSiteWebSocketHijacking.html>_\n articles\n <https://devcenter.heroku.com/articles/websocket-security>_\n for more.

\n\n

To accept all cross-origin traffic (which was the default prior to\nTornado 4.0), simply override this method to always return True::

\n\n
def check_origin(self, origin):\n    return True\n
\n\n

To allow connections from any subdomain of your site, you might\ndo something like::

\n\n
def check_origin(self, origin):\n    parsed_origin = urllib.parse.urlparse(origin)\n    return parsed_origin.netloc.endswith(\".mydomain.com\")\n
\n\n

.. versionadded:: 4.0

\n", "signature": "(self, origin)", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.AliveHandler": {"fullname": "mephisto.abstractions.architects.mock_architect.AliveHandler", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "AliveHandler", "type": "class", "doc": "

Simple handler for is_alive

\n", "bases": "tornado.web.RequestHandler"}, "mephisto.abstractions.architects.mock_architect.AliveHandler.get": {"fullname": "mephisto.abstractions.architects.mock_architect.AliveHandler.get", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "AliveHandler.get", "type": "function", "doc": "

\n", "signature": "(self, eids)", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockServer": {"fullname": "mephisto.abstractions.architects.mock_architect.MockServer", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockServer", "type": "class", "doc": "

Tornado-based server that with hooks for sending specific\nmessages through socket connections and such

\n", "bases": "tornado.web.Application"}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"fullname": "mephisto.abstractions.architects.mock_architect.MockServer.__init__", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockServer.__init__", "type": "function", "doc": "

\n", "signature": "(self, port)", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"fullname": "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockServer.send_agent_act", "type": "function", "doc": "

Send a packet from the given agent with\nthe given content

\n", "signature": "(self, agent_id, act_content)", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"fullname": "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockServer.register_mock_agent", "type": "function", "doc": "

Send a packet asking to register a mock agent.

\n", "signature": "(self, worker_name, agent_details)", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"fullname": "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockServer.submit_mock_unit", "type": "function", "doc": "

Send a packet asking to submit data.

\n", "signature": "(self, agent_id, submit_data)", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"fullname": "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockServer.register_mock_agent_after_onboarding", "type": "function", "doc": "

Send a packet asking to register a mock agent.

\n", "signature": "(self, worker_id, agent_id, onboard_data)", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"fullname": "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockServer.disconnect_mock_agent", "type": "function", "doc": "

Mark a mock agent as disconnected.

\n", "signature": "(self, agent_id)", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"fullname": "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockServer.launch_mock", "type": "function", "doc": "

Start the primary loop for this application

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"fullname": "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockServer.shutdown_mock", "type": "function", "doc": "

Defined to shutown the tornado application.

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"fullname": "mephisto.abstractions.architects.mock_architect.MockArchitect", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockArchitect", "type": "class", "doc": "

The MockArchitect runs a mock server on the localhost so that\nwe can send special packets and assert connections have been made

\n", "bases": "mephisto.abstractions.architect.Architect"}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"fullname": "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockArchitect.__init__", "type": "function", "doc": "

Create an architect for use in testing

\n", "signature": "(\n self,\n db: mephisto.abstractions.database.MephistoDB,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState,\n task_run: mephisto.data_model.task_run.TaskRun,\n build_dir_root: str\n)", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"fullname": "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockArchitect.ArgsClass", "type": "class", "doc": "

Additional arguments for configuring a mock architect

\n", "bases": "mephisto.abstractions.architect.ArchitectArgs"}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"fullname": "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockArchitect.ARCHITECT_TYPE", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = 'mock'"}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"fullname": "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockArchitect.get_channels", "type": "function", "doc": "

Return a list of all relevant channels that the ClientIOHandler\nwill need to register to in order to function

\n", "signature": "(\n self,\n on_channel_open: Callable[[str], NoneType],\n on_catastrophic_disconnect: Callable[[str], NoneType],\n on_message: collections.abc.Callable[str, mephisto.data_model.packet.Packet, NoneType]\n) -> list[mephisto.abstractions._subcomponents.channel.Channel]", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"fullname": "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockArchitect.download_file", "type": "function", "doc": "

Mock architects can just pretend to write a file

\n", "signature": "(self, target_filename: str, save_dir: str) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"fullname": "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockArchitect.prepare", "type": "function", "doc": "

Mark the preparation call

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"fullname": "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockArchitect.deploy", "type": "function", "doc": "

Mock a deploy or deploy a mock server, depending on settings

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"fullname": "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockArchitect.cleanup", "type": "function", "doc": "

Mark the cleanup call

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"fullname": "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown", "modulename": "mephisto.abstractions.architects.mock_architect", "qualname": "MockArchitect.shutdown", "type": "function", "doc": "

Mark the shutdown call

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.router": {"fullname": "mephisto.abstractions.architects.router", "modulename": "mephisto.abstractions.architects.router", "type": "module", "doc": "

router

\n\n

This directory contains all of the Mephisto code regarding setting up and deploying and endpoint that can handle interfacing with the mephisto-core package. As of now there are two implementations, a node server in deploy and a Flask server in flask. Each of these can be extended upon such that you can deploy your own server (with whatever logic you may need) but still have mephisto routing functionality.

\n\n

build_router.py

\n\n

This file contains code to be able to initialize the required build files for a server, assuming that they're set up properly. With the routers available in this directory, they should work out-of-the-box, but more configuration. If you want to specify your own build, you should start from the given servers, then provide the architect.server_source_root and architect.server_type arguments as appropriate with your server directory and the kind of server you're running.

\n\n

Router Types

\n\n

node

\n\n

This folder contains a node-based server that meets the specification for being a Mephisto Router. Additional files are served via /static/ and uploaded files from the user are temporarily available from /tmp/.

\n\n

flask

\n\n

This folder contains a Flask Blueprint (not to be confused with a Mephisto Blueprint) in mephisto_flask_blueprint.py. It also has example usage of this within the app.py file. The app.py file is what we actually deploy by default, and the contents demonstrate some important usage requirements for deploying a Mephisto router within an arbitrary Flask app.

\n\n

Key notes: you'll need to import the blueprint and the websocket server, and register the app alongside the websocket server. You'll also need to use monkey.patch_all() to ensure that the threading of the websockets and the main Flask server are able to interleave.

\n\n

Routing implementation, functionality, and gotchas

\n\n

In short, the Mephisto protocol for routing requests from clients down to the Mephisto main server is somewhat complicated. There are a number of endpoints that need to retain the behavior that's captured in the comments of the Flask implementation's mephisto_flask_blueprint.py file. These should be enumerated further here.

\n\n

TODO Document the requirements for a Mephisto Router to be running properly, including keeping track of local agent states, converting HTTP POST requests to websocket messages, and the heartbeat protocols.

\n"}, "mephisto.abstractions.architects.router.build_router": {"fullname": "mephisto.abstractions.architects.router.build_router", "modulename": "mephisto.abstractions.architects.router.build_router", "type": "module", "doc": "

\n"}, "mephisto.abstractions.architects.router.build_router.can_build": {"fullname": "mephisto.abstractions.architects.router.build_router.can_build", "modulename": "mephisto.abstractions.architects.router.build_router", "qualname": "can_build", "type": "function", "doc": "

Determine if the build dir is properly formatted for\nbeing able to have the router built within. This is a\nvalidation step that should be run before build_router.

\n", "signature": "(\n build_dir: str,\n task_run: mephisto.data_model.task_run.TaskRun\n) -> bool", "funcdef": "def"}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"fullname": "mephisto.abstractions.architects.router.build_router.install_router_files", "modulename": "mephisto.abstractions.architects.router.build_router", "qualname": "install_router_files", "type": "function", "doc": "

Create a new build including the node_modules

\n", "signature": "() -> None", "funcdef": "def"}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"fullname": "mephisto.abstractions.architects.router.build_router.build_node_router", "modulename": "mephisto.abstractions.architects.router.build_router", "qualname": "build_node_router", "type": "function", "doc": "

Build requirements for the NPM router

\n", "signature": "(\n build_dir: str,\n task_run: mephisto.data_model.task_run.TaskRun\n) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"fullname": "mephisto.abstractions.architects.router.build_router.build_flask_router", "modulename": "mephisto.abstractions.architects.router.build_router", "qualname": "build_flask_router", "type": "function", "doc": "

\n", "signature": "(\n build_dir: str,\n task_run: mephisto.data_model.task_run.TaskRun\n) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.router.build_router.build_router": {"fullname": "mephisto.abstractions.architects.router.build_router.build_router", "modulename": "mephisto.abstractions.architects.router.build_router", "qualname": "build_router", "type": "function", "doc": "

Copy expected files from the router source into the build dir,\nusing existing files in the build dir as replacements for the\ndefaults if available

\n", "signature": "(\n build_dir: str,\n task_run: mephisto.data_model.task_run.TaskRun,\n version: str = 'node',\n server_source_path: Union[str, NoneType] = None\n) -> str", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask": {"fullname": "mephisto.abstractions.architects.router.flask", "modulename": "mephisto.abstractions.architects.router.flask", "type": "module", "doc": "

\n"}, "mephisto.abstractions.architects.router.flask.app": {"fullname": "mephisto.abstractions.architects.router.flask.app", "modulename": "mephisto.abstractions.architects.router.flask.app", "type": "module", "doc": "

\n"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "type": "module", "doc": "

\n"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "debug_log", "type": "function", "doc": "

Log only if debugging is enabled

\n\n

Explicitly does not use the regular Mephisto logging framework as we\nmay want to deploy this on a server that doesn't have Mephisto installed,\nand we can keep package size low this way.

\n", "signature": "(*args)", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "js_time", "type": "function", "doc": "

Convert python time to js time, as the mephisto-core package expects

\n", "signature": "(python_time: float) -> int", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "LocalAgentState", "type": "class", "doc": "

Keeps track of a connected agent over their lifecycle interacting with the router

\n"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "LocalAgentState.__init__", "type": "function", "doc": "

Initialize an object to track the lifecycle of a connection

\n", "signature": "(self, agent_id: str)", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "MephistoRouterState", "type": "class", "doc": "

\n"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "MephistoRouterState.__init__", "type": "function", "doc": "

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "mephisto_router_app", "type": "variable", "doc": "

\n", "annotation": ": Union[mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter, NoneType]", "default_value": " = None"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "mephisto_router_state", "type": "variable", "doc": "

\n", "annotation": ": Union[mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState, NoneType]", "default_value": " = None"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "register_router_application", "type": "function", "doc": "

Register a routing application with the global state,\nsuch that HTTP requests can access it and so that\nall websocket routers share the same state.

\n\n

Returns the global router state

\n", "signature": "(\n router: mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter\n) -> mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "MephistoRouter", "type": "class", "doc": "

Base implementation of a websocket server that handles\nall of the socket based IO for mephisto-core

\n", "bases": "geventwebsocket.resource.WebSocketApplication"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "MephistoRouter.__init__", "type": "function", "doc": "

Initialize with the gloabl state of MephistoRouters

\n", "signature": "(self, *args, **kwargs)", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "MephistoRouter.on_open", "type": "function", "doc": "

Initialize a new client connection, and give them a uuid to refer to

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "MephistoRouter.on_message", "type": "function", "doc": "

Determine the type of message, and then handle via the correct handler

\n", "signature": "(self, message: str) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "MephistoRouter.on_close", "type": "function", "doc": "

Mark a socket dead for a LocalAgentState, give time to reconnect

\n", "signature": "(self, reason: Any) -> None", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "MephistoRouter.make_agent_request", "type": "function", "doc": "

Make a request to the core Mephisto server, and then await the response

\n", "signature": "(\n self,\n request_packet: Dict[str, Any]\n) -> Union[Dict[str, Any], NoneType]", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.request_agent": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.request_agent", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "request_agent", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "submit_onboarding", "type": "function", "doc": "

Parse onboarding as if it were a request sent from the\nactive agent, rather than coming as a request from the router.

\n", "signature": "()", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "submit_task", "type": "function", "doc": "

Parse task submission as if it were an act

\n", "signature": "()", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.log_error": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.log_error", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "log_error", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.is_alive": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.is_alive", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "is_alive", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_timestamp": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_timestamp", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "get_timestamp", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.download_file": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.download_file", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "download_file", "type": "function", "doc": "

\n", "signature": "(filename)", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.show_index": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.show_index", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "show_index", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "get_task_config", "type": "function", "doc": "

\n", "signature": "(res)", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_static": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_static", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "get_static", "type": "function", "doc": "

\n", "signature": "(res)", "funcdef": "def"}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"fullname": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header", "modulename": "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint", "qualname": "add_header", "type": "function", "doc": "

Add headers to prevent caching, as this server may be used in local\ndevelopment or with the same address but different contents

\n", "signature": "(r)", "funcdef": "def"}, "mephisto.abstractions.blueprint": {"fullname": "mephisto.abstractions.blueprint", "modulename": "mephisto.abstractions.blueprint", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprint.BlueprintArgs": {"fullname": "mephisto.abstractions.blueprint.BlueprintArgs", "modulename": "mephisto.abstractions.blueprint", "qualname": "BlueprintArgs", "type": "class", "doc": "

BlueprintArgs(_blueprint_type: str = '???', block_qualification: str = '???')

\n"}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"fullname": "mephisto.abstractions.blueprint.BlueprintArgs.__init__", "modulename": "mephisto.abstractions.blueprint", "qualname": "BlueprintArgs.__init__", "type": "function", "doc": "

\n", "signature": "(self, _blueprint_type: str = '???', block_qualification: str = '???')", "funcdef": "def"}, "mephisto.abstractions.blueprint.BlueprintArgs.block_qualification": {"fullname": "mephisto.abstractions.blueprint.BlueprintArgs.block_qualification", "modulename": "mephisto.abstractions.blueprint", "qualname": "BlueprintArgs.block_qualification", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprint.SharedTaskState": {"fullname": "mephisto.abstractions.blueprint.SharedTaskState", "modulename": "mephisto.abstractions.blueprint", "qualname": "SharedTaskState", "type": "class", "doc": "

Base class for specifying additional state that can't just\nbe passed as Hydra args, like functions and objects

\n"}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"fullname": "mephisto.abstractions.blueprint.SharedTaskState.__init__", "modulename": "mephisto.abstractions.blueprint", "qualname": "SharedTaskState.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n task_config: Dict[str, Any] = ,\n qualifications: List[Any] = ,\n worker_can_do_unit: collections.abc.Callable[mephisto.data_model.worker.Worker, mephisto.data_model.unit.Unit, bool] = ,\n on_unit_submitted: collections.abc.Callable[mephisto.data_model.unit.Unit, NoneType] = \n)", "funcdef": "def"}, "mephisto.abstractions.blueprint.BlueprintMixin": {"fullname": "mephisto.abstractions.blueprint.BlueprintMixin", "modulename": "mephisto.abstractions.blueprint", "qualname": "BlueprintMixin", "type": "class", "doc": "

Base class for compositional mixins for blueprints

\n\n

We expect mixins that subclass other mixins to handle subinitialization\nwork, such that only the highest class needs to be called.

\n", "bases": "abc.ABC"}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"fullname": "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins", "modulename": "mephisto.abstractions.blueprint", "qualname": "BlueprintMixin.extract_unique_mixins", "type": "function", "doc": "

Return the unique mixin classes that are used in the given blueprint class

\n", "signature": "(blueprint_class: type[mephisto.abstractions.blueprint.Blueprint])", "funcdef": "def"}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"fullname": "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config", "modulename": "mephisto.abstractions.blueprint", "qualname": "BlueprintMixin.init_mixin_config", "type": "function", "doc": "

Method to initialize any required attributes to make this mixin function

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"fullname": "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args", "modulename": "mephisto.abstractions.blueprint", "qualname": "BlueprintMixin.assert_mixin_args", "type": "function", "doc": "

Method to validate the incoming args and throw if something won't work

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"fullname": "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications", "modulename": "mephisto.abstractions.blueprint", "qualname": "BlueprintMixin.get_mixin_qualifications", "type": "function", "doc": "

Method to provide any required qualifications to make this mixin function

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n) -> List[Dict[str, Any]]", "funcdef": "def"}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"fullname": "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state", "modulename": "mephisto.abstractions.blueprint", "qualname": "BlueprintMixin.mixin_args_and_state", "type": "function", "doc": "

Magic utility decorator that can be used to inject mixin configurations\n(BlueprintArgs and SharedTaskState) without the user needing to define new\nclasses for these. Should only be used by tasks that aren't already specifying\nnew versions of these, which should just inherit otherwise.

\n\n

Usage:\n @register_mephisto_abstraction()\n @ABlueprintMixin.mixin_args_and_state\n class MyBlueprint(ABlueprintMixin, Blueprint):\n pass

\n", "signature": "(\n mixin_cls: type[mephisto.abstractions.blueprint.BlueprintMixin],\n target_cls: type[mephisto.abstractions.blueprint.Blueprint]\n)", "funcdef": "def"}, "mephisto.abstractions.blueprint.Blueprint": {"fullname": "mephisto.abstractions.blueprint.Blueprint", "modulename": "mephisto.abstractions.blueprint", "qualname": "Blueprint", "type": "class", "doc": "

Configuration class for the various parts of building, launching,\nand running a task of a specific task. Provides utility functions\nfor managing between the three main components, which are separated\ninto separate classes in acknowledgement that some tasks may have\nparticularly complicated processes for them

\n", "bases": "abc.ABC"}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"fullname": "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass", "modulename": "mephisto.abstractions.blueprint", "qualname": "Blueprint.OnboardingAgentStateClass", "type": "class", "doc": "

Class for holding state information about work by an Agent on a Unit, currently\nstored as current task work into a json file.

\n\n

Specific state implementations will need to be created for different Task Types,\nas different tasks store and load differing data.

\n", "bases": "abc.ABC"}, "mephisto.abstractions.blueprint.Blueprint.ArgsClass": {"fullname": "mephisto.abstractions.blueprint.Blueprint.ArgsClass", "modulename": "mephisto.abstractions.blueprint", "qualname": "Blueprint.ArgsClass", "type": "class", "doc": "

BlueprintArgs(_blueprint_type: str = '???', block_qualification: str = '???')

\n"}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"fullname": "mephisto.abstractions.blueprint.Blueprint.SharedStateClass", "modulename": "mephisto.abstractions.blueprint", "qualname": "Blueprint.SharedStateClass", "type": "class", "doc": "

Base class for specifying additional state that can't just\nbe passed as Hydra args, like functions and objects

\n"}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"fullname": "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications", "modulename": "mephisto.abstractions.blueprint", "qualname": "Blueprint.get_required_qualifications", "type": "function", "doc": "

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"fullname": "mephisto.abstractions.blueprint.Blueprint.assert_task_args", "modulename": "mephisto.abstractions.blueprint", "qualname": "Blueprint.assert_task_args", "type": "function", "doc": "

Assert that the provided arguments are valid. Should\nfail if a task launched with these arguments would\nnot work

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"fullname": "mephisto.abstractions.blueprint.Blueprint.get_frontend_args", "modulename": "mephisto.abstractions.blueprint", "qualname": "Blueprint.get_frontend_args", "type": "function", "doc": "

Specifies what options should be fowarded\nto the client for use by the task's frontend

\n", "signature": "(self) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"fullname": "mephisto.abstractions.blueprint.Blueprint.get_initialization_data", "modulename": "mephisto.abstractions.blueprint", "qualname": "Blueprint.get_initialization_data", "type": "function", "doc": "

Get all of the data used to initialize tasks from this blueprint.\nCan either be a simple iterable if all the assignments can\nbe processed at once, or a Generator if the number\nof tasks is unknown or changes based on something running\nconcurrently with the job.

\n", "signature": "(\n self\n) -> collections.abc.Iterable[mephisto.data_model.assignment.InitializationData]", "funcdef": "def"}, "mephisto.abstractions.blueprints": {"fullname": "mephisto.abstractions.blueprints", "modulename": "mephisto.abstractions.blueprints", "type": "module", "doc": "

Blueprints

\n\n

Overview

\n\n

Blueprints serve to package tasks (and groups of similar tasks) into a reusable format. They can be used to work through piloting tasks, collecting data, testing different formats, etc. They're also used by the architecture to simplify the data accumulation and review processes. The StaticBlueprint is a good starting example of how to implement a blueprint.

\n\n

Implementation Details

\n\n

AgentState

\n\n

The agent state is responsible for defining the data that is important to store for a specific Unit, as well as methods for writing that locally to disk. To abstract this, it must implement the following methods:

\n\n
    \n
  • set_init_state(data): given data provided by the get_init_data_for_agent method, initialize this agent state to whatever starting state is relevant for this Unit.
  • \n
  • get_init_state(): Return the initial state to be sent to the agent for use in the frontend.
  • \n
  • load_data(): Load data that is saved to file to re-initialize the state for this AgentState. Generally data should be stored in self.agent.get_data_dir(), however any storage solution will work as long as it remains consistent.
  • \n
  • get_data(): Return the stored data for this task in the format containing everything the frontend needs to render and run the task.
  • \n
  • get_parsed_data(): Return the stored data for this task in the format that is relevant for review or packaging the data.
  • \n
  • save_data(): Save data to a file such that it can be re-initialized later. Generally data should be stored in self.agent.get_data_dir(), however any storage solution will work as long as it remains consistent, and load_data() will be able to find it.
  • \n
  • update_data(): Update the local state stored in this AgentState given the data sent from the frontend. Given your frontend is what packages data to send, this is entirely customizable by the task creator.
  • \n
\n\n

TaskBuilder

\n\n

TaskBuilders exist to abstract away the portion of building a frontend to however one would want to, allowing Mephisto users to design tasks however they'd like. They also can take build options to customize what ends up built. They must implement the following:

\n\n
    \n
  • build_in_dir(build_dir): Take any important source files and put them into the given build dir. This directory will be deployed to the frontend and will become the static target for completing the task.
  • \n
  • get_extra_options(): Return the specific task options that are relevant to customize the frontend when build_in_dir is called.
  • \n
\n\n

TaskRunner

\n\n

The TaskRunner component of a blueprint is responsible for actually stepping Agents through the task when it is live. It is, in short, able to set up task control. A TaskRunner needs to implement the following:

\n\n
    \n
  • get_init_data_for_agent: Provide initial data for an assignment. If this agent is reconnecting (and as such attached to an existing task), update that task to point to the new agent (as the old agent object will no longer receive data from the frontend).
  • \n
  • run_assignment: Handle setup for any resources required to get this assignment running. It will be launched in a background thread, and should be tolerant to being interrupted by cleanup_assignment.
  • \n
  • cleanup_assignment: Send any signals to the required thread for the given assignment to tell it to terminate, then clean up any resources that were set within it.
  • \n
  • get_data_for_assignment (optional): Get the data that an assignment is going to use when run. By default, this pulls from assignment.get_assignment_data() however if a task has a special storage mechanism or data type, the assignment data can be fetched here.
  • \n
\n\n

SharedTaskState

\n\n

A blueprint is able to create a container that handles any shared data that is initialized during a task or modified between tasks, or for function hooks that are used across a run. The following hooks are already provided in the base:

\n\n
    \n
  • validate_onboarding: A function that takes in an onboarding agent's AgentState.get_data() call, and should always return a boolean of if that state represents a successful onboarding completion.
  • \n
  • worker_can_do_unit: A function that takes in a Worker and a Unit, and should return a boolean representing if the worker is eligible to work on that particular unit.
  • \n
  • on_unit_submitted: A function that takes in a Unit after a TaskRunner ends, and is able to do any automatic post-processing operations on that unit that a Mephisto user may want.
  • \n
\n\n

Blueprint Mixins

\n\n

Blueprints sometimes share some component functionality that may be useful across a multitude of tasks. We capture these in mixins. Mephisto is able to recognize certain mixins in order to complete additional operations, however custom mixins may help cut down on boiler plate in common run_task.py scripts. As your tasks mature, we suggest utilizing blueprint mixins to share common workflows and design patterns you observe.

\n\n

OnboardingRequired

\n\n

This mixin allows for blueprints that require people to complete an onboarding task _before_ they're even able to start on their first task. Usually this is useful for providing task context, and then quizzing workers to see if they understand what's provided. Tasks using this mixin will activate onboarding mode for new Workers whenever the mephisto.blueprint.onboarding_qualification hydra argument is provided.

\n\n

ScreenTaskRequired

\n\n

This mixin allows for blueprints that require people to complete a _test_ version of the real task the first time a worker does the task. This allows you to validate workers on a run of the real task, either on your actual data (when providing SharedTaskState.screening_data_factory=False) or on test data that you may more easily validate using (when providing a generator to SharedTaskState.screening_data_factory). The tasks should be the same as your standard task, just able to be easily validated. You do pay for screening tasks, and as such we ask you set mephisto.blueprint.max_screening_units to put a cap on how many screening units you want to launch.

\n\n

Implementations

\n\n

StaticBlueprint

\n\n

The StaticBlueprint class allows a replication of the interface that MTurk provides, being able to take a snippet of HTML and a .csv file and deploy tasks that fill templates of the HTML with values from the .csv.

\n\n

You can also specify the task data in a .json file, or by passing the data array or a generator to SharedStaticTaskState.static_task_data.

\n\n

MockBlueprint

\n\n

The MockBlueprint exists to test other parts of the Mephisto architecture, and doesn't actually provide a real task.

\n"}, "mephisto.abstractions.blueprints.abstract": {"fullname": "mephisto.abstractions.blueprints.abstract", "modulename": "mephisto.abstractions.blueprints.abstract", "type": "module", "doc": "

Abstract blueprints

\n\n

The blueprints present in this folder provide a set of common underlying blueprint infrastructure, but are incomplete in some form or other. They are not registered as blueprints because they aren't intended to be launched, but rather to be extended upon.

\n"}, "mephisto.abstractions.blueprints.abstract.static_task": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task", "modulename": "mephisto.abstractions.blueprints.abstract.static_task", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder", "qualname": "EmptyStaticTaskBuilder", "type": "class", "doc": "

Abstract class for a task builder for static tasks

\n", "bases": "mephisto.abstractions._subcomponents.task_builder.TaskBuilder"}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder", "qualname": "EmptyStaticTaskBuilder.build_in_dir", "type": "function", "doc": "

Build the frontend if it doesn't exist, then copy into the server directory

\n", "signature": "(self, build_dir: str)", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state", "qualname": "StaticAgentState", "type": "class", "doc": "

Agent state for static tasks.

\n", "bases": "mephisto.abstractions._subcomponents.agent_state.AgentState"}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state", "qualname": "StaticAgentState.__init__", "type": "function", "doc": "

Static agent states should store\ninput dict -> output dict pairs to disc

\n", "signature": "(self, agent: mephisto.data_model.agent.Agent)", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state", "qualname": "StaticAgentState.set_init_state", "type": "function", "doc": "

Set the initial state for this agent

\n", "signature": "(self, data: Any) -> bool", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state", "qualname": "StaticAgentState.get_init_state", "type": "function", "doc": "

Return the initial state for this agent,\nNone if no such state exists

\n", "signature": "(self) -> Union[Dict[str, Any], NoneType]", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state", "qualname": "StaticAgentState.load_data", "type": "function", "doc": "

Load data for this agent from disk

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state", "qualname": "StaticAgentState.get_data", "type": "function", "doc": "

Return dict of this agent's state

\n", "signature": "(self) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state", "qualname": "StaticAgentState.save_data", "type": "function", "doc": "

Save static agent data to disk

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state", "qualname": "StaticAgentState.update_data", "type": "function", "doc": "

Process the incoming data packet, and handle updating the state

\n", "signature": "(self, live_update: Dict[str, Any]) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state", "qualname": "StaticAgentState.update_submit", "type": "function", "doc": "

Move the submitted output to the local dict

\n", "signature": "(self, submission_data: Dict[str, Any]) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state", "qualname": "StaticAgentState.get_task_start", "type": "function", "doc": "

Extract out and return the start time recorded for this task.

\n", "signature": "(self) -> Union[float, NoneType]", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state", "qualname": "StaticAgentState.get_task_end", "type": "function", "doc": "

Extract out and return the end time recorded for this task.

\n", "signature": "(self) -> Union[float, NoneType]", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "SharedStaticTaskState", "type": "class", "doc": "

SharedStaticTaskState(task_config: Dict[str, Any] = , qualifications: List[Any] = , worker_can_do_unit: Callable[[ForwardRef('Worker'), ForwardRef('Unit')], bool] = , on_unit_submitted: Callable[[ForwardRef('Unit')], NoneType] = , onboarding_data: Dict[str, Any] = , validate_onboarding: Callable[[Any], bool] = , static_task_data: Iterable[Any] = )

\n", "bases": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState, mephisto.abstractions.blueprint.SharedTaskState"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "SharedStaticTaskState.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n task_config: Dict[str, Any] = ,\n qualifications: List[Any] = ,\n worker_can_do_unit: collections.abc.Callable[mephisto.data_model.worker.Worker, mephisto.data_model.unit.Unit, bool] = ,\n on_unit_submitted: collections.abc.Callable[mephisto.data_model.unit.Unit, NoneType] = ,\n onboarding_data: Dict[str, Any] = ,\n validate_onboarding: Callable[[Any], bool] = ,\n static_task_data: Iterable[Any] = \n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprintArgs", "type": "class", "doc": "

StaticBlueprintArgs(_blueprint_type: str = 'abstract_static', block_qualification: str = '???', onboarding_qualification: str = '???', _group: str = 'StaticBlueprint', units_per_assignment: int = 1, extra_source_dir: str = '???', data_json: str = '???', data_jsonl: str = '???', data_csv: str = '???')

\n", "bases": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs, mephisto.abstractions.blueprint.BlueprintArgs"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprintArgs.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n _blueprint_type: str = 'abstract_static',\n block_qualification: str = '???',\n onboarding_qualification: str = '???',\n _group: str = 'StaticBlueprint',\n units_per_assignment: int = 1,\n extra_source_dir: str = '???',\n data_json: str = '???',\n data_jsonl: str = '???',\n data_csv: str = '???'\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprintArgs.units_per_assignment", "type": "variable", "doc": "

\n", "annotation": ": int", "default_value": " = 1"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprintArgs.extra_source_dir", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprintArgs.data_json", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprintArgs.data_jsonl", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprintArgs.data_csv", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprint", "type": "class", "doc": "

Abstract blueprint for a task that runs without any extensive backend.\nThese are generally one-off tasks sending data to the frontend and then\nawaiting a response.

\n", "bases": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired, mephisto.abstractions.blueprint.Blueprint"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprint.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprint.AgentStateClass", "type": "class", "doc": "

Agent state for static tasks.

\n", "bases": "mephisto.abstractions._subcomponents.agent_state.AgentState"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprint.OnboardingAgentStateClass", "type": "class", "doc": "

Agent state for static tasks.

\n", "bases": "mephisto.abstractions._subcomponents.agent_state.AgentState"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprint.TaskBuilderClass", "type": "class", "doc": "

Abstract class for a task builder for static tasks

\n", "bases": "mephisto.abstractions._subcomponents.task_builder.TaskBuilder"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprint.TaskRunnerClass", "type": "class", "doc": "

Task runner for a static task

\n\n

Static tasks always assume single unit assignments,\nas only one person can work on them at a time

\n", "bases": "mephisto.abstractions._subcomponents.task_runner.TaskRunner"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprint.ArgsClass", "type": "class", "doc": "

StaticBlueprintArgs(_blueprint_type: str = 'abstract_static', block_qualification: str = '???', onboarding_qualification: str = '???', _group: str = 'StaticBlueprint', units_per_assignment: int = 1, extra_source_dir: str = '???', data_json: str = '???', data_jsonl: str = '???', data_csv: str = '???')

\n", "bases": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs, mephisto.abstractions.blueprint.BlueprintArgs"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprint.SharedStateClass", "type": "class", "doc": "

SharedStaticTaskState(task_config: Dict[str, Any] = , qualifications: List[Any] = , worker_can_do_unit: Callable[[ForwardRef('Worker'), ForwardRef('Unit')], bool] = , on_unit_submitted: Callable[[ForwardRef('Unit')], NoneType] = , onboarding_data: Dict[str, Any] = , validate_onboarding: Callable[[Any], bool] = , static_task_data: Iterable[Any] = )

\n", "bases": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState, mephisto.abstractions.blueprint.SharedTaskState"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprint.assert_task_args", "type": "function", "doc": "

Ensure that the data can be properly loaded

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint", "qualname": "StaticBlueprint.get_initialization_data", "type": "function", "doc": "

Return the InitializationData retrieved from the specified stream

\n", "signature": "(\n self\n) -> collections.abc.Iterable[mephisto.data_model.assignment.InitializationData]", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner", "qualname": "StaticTaskRunner", "type": "class", "doc": "

Task runner for a static task

\n\n

Static tasks always assume single unit assignments,\nas only one person can work on them at a time

\n", "bases": "mephisto.abstractions._subcomponents.task_runner.TaskRunner"}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner", "qualname": "StaticTaskRunner.__init__", "type": "function", "doc": "

Get the correct TaskRunner for this task run

\n", "signature": "(\n cls,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner", "qualname": "StaticTaskRunner.get_init_data_for_agent", "type": "function", "doc": "

Return the data for an agent already assigned to a particular unit

\n", "signature": "(self, agent: mephisto.data_model.agent.Agent) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner", "qualname": "StaticTaskRunner.run_onboarding", "type": "function", "doc": "

Static onboarding flows exactly like a regular task, waiting for\nthe submit to come through

\n", "signature": "(self, agent: mephisto.data_model.agent.OnboardingAgent)", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner", "qualname": "StaticTaskRunner.cleanup_onboarding", "type": "function", "doc": "

Nothing to clean up in a static onboarding

\n", "signature": "(self, agent: mephisto.data_model.agent.OnboardingAgent)", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner", "qualname": "StaticTaskRunner.run_unit", "type": "function", "doc": "

Static runners will get the task data, send it to the user, then\nwait for the agent to act (the data to be completed)

\n", "signature": "(\n self,\n unit: mephisto.data_model.unit.Unit,\n agent: mephisto.data_model.agent.Agent\n) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"fullname": "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit", "modulename": "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner", "qualname": "StaticTaskRunner.cleanup_unit", "type": "function", "doc": "

There is currently no cleanup associated with killing an incomplete task

\n", "signature": "(self, unit: mephisto.data_model.unit.Unit) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins": {"fullname": "mephisto.abstractions.blueprints.mixins", "modulename": "mephisto.abstractions.blueprints.mixins", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.mixins.onboarding_required": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "qualname": "OnboardingRequiredArgs", "type": "class", "doc": "

OnboardingRequiredArgs(onboarding_qualification: str = '???')

\n"}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "qualname": "OnboardingRequiredArgs.__init__", "type": "function", "doc": "

\n", "signature": "(self, onboarding_qualification: str = '???')", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "qualname": "OnboardingRequiredArgs.onboarding_qualification", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "qualname": "OnboardingSharedState", "type": "class", "doc": "

OnboardingSharedState(onboarding_data: Dict[str, Any] = , validate_onboarding: Callable[[Any], bool] = )

\n"}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "qualname": "OnboardingSharedState.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n onboarding_data: Dict[str, Any] = ,\n validate_onboarding: Callable[[Any], bool] = \n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "qualname": "OnboardingRequired", "type": "class", "doc": "

Compositional class for blueprints that may have an onboarding step

\n", "bases": "mephisto.abstractions.blueprint.BlueprintMixin"}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "qualname": "OnboardingRequired.__init__", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "qualname": "OnboardingRequired.ArgsMixin", "type": "class", "doc": "

OnboardingRequiredArgs(onboarding_qualification: str = '???')

\n"}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "qualname": "OnboardingRequired.SharedStateMixin", "type": "class", "doc": "

OnboardingSharedState(onboarding_data: Dict[str, Any] = , validate_onboarding: Callable[[Any], bool] = )

\n"}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "qualname": "OnboardingRequired.init_mixin_config", "type": "function", "doc": "

Method to initialize any required attributes to make this mixin function

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "qualname": "OnboardingRequired.assert_mixin_args", "type": "function", "doc": "

Method to validate the incoming args and throw if something won't work

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "qualname": "OnboardingRequired.get_mixin_qualifications", "type": "function", "doc": "

Method to provide any required qualifications to make this mixin function

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n) -> List[Dict[str, Any]]", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "qualname": "OnboardingRequired.get_failed_qual", "type": "function", "doc": "

Returns the wrapper for a qualification to represent failing an onboarding

\n", "signature": "(qual_name: str) -> str", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "qualname": "OnboardingRequired.init_onboarding_config", "type": "function", "doc": "

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "qualname": "OnboardingRequired.get_onboarding_data", "type": "function", "doc": "

If the onboarding task on the frontend requires any specialized data, the blueprint\nshould provide it for the user.

\n\n

As onboarding qualifies a worker for all tasks from this blueprint, this should\ngenerally be static data that can later be evaluated against.

\n", "signature": "(self, worker_id: str) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"fullname": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding", "modulename": "mephisto.abstractions.blueprints.mixins.onboarding_required", "qualname": "OnboardingRequired.validate_onboarding", "type": "function", "doc": "

Check the incoming onboarding data and evaluate if the worker\nhas passed the qualification or not. Return True if the worker\nhas qualified.

\n\n

By default we use the validate_onboarding provided in a run_task,\nand all onboarding tasks should allow run_task to specify additional\nor entirely override what's provided in a blueprint.

\n", "signature": "(\n self,\n worker: mephisto.data_model.worker.Worker,\n onboarding_agent: mephisto.data_model.agent.OnboardingAgent\n) -> bool", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.screen_task_required": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequiredArgs", "type": "class", "doc": "

ScreenTaskRequiredArgs(passed_qualification_name: str = '???', max_screening_units: int = '???', use_screening_task: bool = False)

\n"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequiredArgs.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n passed_qualification_name: str = '???',\n max_screening_units: int = '???',\n use_screening_task: bool = False\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequiredArgs.passed_qualification_name", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequiredArgs.max_screening_units", "type": "variable", "doc": "

\n", "annotation": ": int", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequiredArgs.use_screening_task", "type": "variable", "doc": "

\n", "annotation": ": bool", "default_value": " = False"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.blank_generator": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.blank_generator", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "blank_generator", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskSharedState", "type": "class", "doc": "

ScreenTaskSharedState(screening_data_factory: Tuple[bool, Generator[Dict[str, Any], NoneType, NoneType]] = )

\n"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskSharedState.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n screening_data_factory: Tuple[bool, Generator[Dict[str, Any], NoneType, NoneType]] = \n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequired", "type": "class", "doc": "

Compositional class for blueprints that may have a first task to\nqualify workers who have never attempted the task before

\n", "bases": "mephisto.abstractions.blueprint.BlueprintMixin"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequired.__init__", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequired.ArgsMixin", "type": "class", "doc": "

ScreenTaskRequiredArgs(passed_qualification_name: str = '???', max_screening_units: int = '???', use_screening_task: bool = False)

\n"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequired.SharedStateMixin", "type": "class", "doc": "

ScreenTaskSharedState(screening_data_factory: Tuple[bool, Generator[Dict[str, Any], NoneType, NoneType]] = )

\n"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequired.init_mixin_config", "type": "function", "doc": "

Method to initialize any required attributes to make this mixin function

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequired.init_screening_config", "type": "function", "doc": "

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState\n) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequired.assert_mixin_args", "type": "function", "doc": "

Method to validate the incoming args and throw if something won't work

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequired.worker_needs_screening", "type": "function", "doc": "

Workers that are able to access the task (not blocked) but are not passed need qualification

\n", "signature": "(self, worker: mephisto.data_model.worker.Worker) -> bool", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequired.should_generate_unit", "type": "function", "doc": "

\n", "signature": "(self) -> bool", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequired.get_screening_unit_data", "type": "function", "doc": "

\n", "signature": "(self) -> Union[Dict[str, Any], NoneType]", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequired.create_validation_function", "type": "function", "doc": "

Takes in a validator function to determine if validation units are\npassable, and returns a on_unit_submitted function to be used\nin the SharedTaskState

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n screen_unit: collections.abc.Callable[mephisto.data_model.unit.Unit, bool]\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"fullname": "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications", "modulename": "mephisto.abstractions.blueprints.mixins.screen_task_required", "qualname": "ScreenTaskRequired.get_mixin_qualifications", "type": "function", "doc": "

Creates the relevant task qualifications for this task

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnitArgs", "type": "class", "doc": "

UseGoldUnitArgs(gold_qualification_base: str = '???', use_golds: bool = False, min_golds: int = 1, max_incorrect_golds: int = 0)

\n"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnitArgs.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n gold_qualification_base: str = '???',\n use_golds: bool = False,\n min_golds: int = 1,\n max_incorrect_golds: int = 0\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnitArgs.gold_qualification_base", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnitArgs.use_golds", "type": "variable", "doc": "

\n", "annotation": ": bool", "default_value": " = False"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnitArgs.min_golds", "type": "variable", "doc": "

\n", "annotation": ": int", "default_value": " = 1"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnitArgs.max_incorrect_golds", "type": "variable", "doc": "

\n", "annotation": ": int", "default_value": " = 0"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "get_gold_factory", "type": "function", "doc": "

Returns a gold factory that can be used to distribute golds to workers\nUsage of golds only persists within a single TaskRun, so golds may repeat\non future task runs.

\n", "signature": "(\n golds: List[Dict[str, Any]]\n) -> collections.abc.Callable[mephisto.data_model.worker.Worker, typing.Dict[str, typing.Any]]", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "worker_needs_gold", "type": "function", "doc": "

Return a bool of whether or not a worker needs to be shown a gold unit in the current slot.\nGenerally we show a lot of of golds to begin with, (up until min_golds), and then scale down.

\n", "signature": "(\n units_completed: int,\n num_correct: int,\n num_incorrect: int,\n min_golds: int\n) -> bool", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "worker_qualifies", "type": "function", "doc": "

Return a bool of whether or not a worker is qualified to continue working on these tasks.

\n", "signature": "(\n units_completed: int,\n num_correct: int,\n num_incorrect: int,\n max_incorrect_golds: int\n) -> bool", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "GoldUnitSharedState", "type": "class", "doc": "

GoldUnitSharedState(get_gold_for_worker: Callable[[ForwardRef('Worker')], Dict[str, Any]] = , worker_needs_gold: Callable[[int, int, int, int], bool] = , worker_qualifies: Callable[[int, int, int, int], bool] = )

\n"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "GoldUnitSharedState.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n get_gold_for_worker: collections.abc.Callable[mephisto.data_model.worker.Worker, typing.Dict[str, typing.Any]] = ,\n worker_needs_gold: Callable[[int, int, int, int], bool] = ,\n worker_qualifies: Callable[[int, int, int, int], bool] = \n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnit", "type": "class", "doc": "

Compositional class for blueprints that want to inject gold units\ninto worker queues.

\n\n

TODO(#97) add support for adding gold subunits

\n", "bases": "mephisto.abstractions.blueprint.BlueprintMixin"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnit.__init__", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnit.ArgsMixin", "type": "class", "doc": "

UseGoldUnitArgs(gold_qualification_base: str = '???', use_golds: bool = False, min_golds: int = 1, max_incorrect_golds: int = 0)

\n"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnit.SharedStateMixin", "type": "class", "doc": "

GoldUnitSharedState(get_gold_for_worker: Callable[[ForwardRef('Worker')], Dict[str, Any]] = , worker_needs_gold: Callable[[int, int, int, int], bool] = , worker_qualifies: Callable[[int, int, int, int], bool] = )

\n"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnit.init_mixin_config", "type": "function", "doc": "

Method to initialize any required attributes to make this mixin function

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnit.init_gold_config", "type": "function", "doc": "

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState\n) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnit.assert_mixin_args", "type": "function", "doc": "

Method to validate the incoming args and throw if something won't work

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnit.get_current_qual_or_default", "type": "function", "doc": "

Return the qualification of this name for the worker, or the default value

\n", "signature": "(\n worker: mephisto.data_model.worker.Worker,\n qual_name: str,\n default_val: Any = 0\n) -> Any", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnit.get_completion_stats_for_worker", "type": "function", "doc": "

Return the correct and incorrect gold counts, as well as the total count for a worker

\n", "signature": "(\n self,\n worker: mephisto.data_model.worker.Worker\n) -> Tuple[int, int, int]", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnit.should_produce_gold_for_worker", "type": "function", "doc": "

Workers that can access the task should be evaluated to do a gold

\n", "signature": "(self, worker: mephisto.data_model.worker.Worker) -> bool", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnit.update_qualified_status", "type": "function", "doc": "

Workers qualification status may change after failing a unit

\n", "signature": "(self, worker: mephisto.data_model.worker.Worker) -> bool", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnit.get_gold_unit_data_for_worker", "type": "function", "doc": "

\n", "signature": "(\n self,\n worker: mephisto.data_model.worker.Worker\n) -> Union[Dict[str, Any], NoneType]", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnit.create_validation_function", "type": "function", "doc": "

Takes in a validator function to determine if validation units are\npassable, and returns a on_unit_submitted function to be used\nin the SharedTaskState

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n screen_unit: collections.abc.Callable[mephisto.data_model.unit.Unit, bool]\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"fullname": "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications", "modulename": "mephisto.abstractions.blueprints.mixins.use_gold_unit", "qualname": "UseGoldUnit.get_mixin_qualifications", "type": "function", "doc": "

Creates the relevant task qualifications for this task

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock": {"fullname": "mephisto.abstractions.blueprints.mock", "modulename": "mephisto.abstractions.blueprints.mock", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.mock.mock_agent_state": {"fullname": "mephisto.abstractions.blueprints.mock.mock_agent_state", "modulename": "mephisto.abstractions.blueprints.mock.mock_agent_state", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"fullname": "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState", "modulename": "mephisto.abstractions.blueprints.mock.mock_agent_state", "qualname": "MockAgentState", "type": "class", "doc": "

Mock agent state that is to be used for testing

\n", "bases": "mephisto.abstractions._subcomponents.agent_state.AgentState"}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"fullname": "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__", "modulename": "mephisto.abstractions.blueprints.mock.mock_agent_state", "qualname": "MockAgentState.__init__", "type": "function", "doc": "

Mock agent states keep everything in local memory

\n", "signature": "(self, agent: mephisto.data_model.agent.Agent)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"fullname": "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state", "modulename": "mephisto.abstractions.blueprints.mock.mock_agent_state", "qualname": "MockAgentState.set_init_state", "type": "function", "doc": "

Set the initial state for this agent

\n", "signature": "(self, data: Any) -> bool", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"fullname": "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state", "modulename": "mephisto.abstractions.blueprints.mock.mock_agent_state", "qualname": "MockAgentState.get_init_state", "type": "function", "doc": "

Return the initial state for this agent,\nNone if no such state exists

\n", "signature": "(self) -> Union[Dict[str, Any], NoneType]", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"fullname": "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data", "modulename": "mephisto.abstractions.blueprints.mock.mock_agent_state", "qualname": "MockAgentState.load_data", "type": "function", "doc": "

Mock agent states have no data stored

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"fullname": "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data", "modulename": "mephisto.abstractions.blueprints.mock.mock_agent_state", "qualname": "MockAgentState.get_data", "type": "function", "doc": "

Return dict of this agent's state

\n", "signature": "(self) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"fullname": "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data", "modulename": "mephisto.abstractions.blueprints.mock.mock_agent_state", "qualname": "MockAgentState.save_data", "type": "function", "doc": "

Mock agents don't save data (yet)

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"fullname": "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data", "modulename": "mephisto.abstractions.blueprints.mock.mock_agent_state", "qualname": "MockAgentState.update_data", "type": "function", "doc": "

Put new data into this mock state

\n", "signature": "(self, live_update: Dict[str, Any]) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"fullname": "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit", "modulename": "mephisto.abstractions.blueprints.mock.mock_agent_state", "qualname": "MockAgentState.update_submit", "type": "function", "doc": "

Move the submitted data into the live state

\n", "signature": "(self, submitted_data: Dict[str, Any]) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_blueprint": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprintArgs", "type": "class", "doc": "

MockBlueprintArgs(passed_qualification_name: str = '???', max_screening_units: int = '???', use_screening_task: bool = False, onboarding_qualification: str = '???', _blueprint_type: str = 'mock', block_qualification: str = '???', num_assignments: int = '???', use_onboarding: bool = False, timeout_time: int = 0, is_concurrent: bool = True)

\n", "bases": "mephisto.abstractions.blueprint.BlueprintArgs, mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs, mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprintArgs.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n passed_qualification_name: str = '???',\n max_screening_units: int = '???',\n use_screening_task: bool = False,\n onboarding_qualification: str = '???',\n _blueprint_type: str = 'mock',\n block_qualification: str = '???',\n num_assignments: int = '???',\n use_onboarding: bool = False,\n timeout_time: int = 0,\n is_concurrent: bool = True\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprintArgs.num_assignments", "type": "variable", "doc": "

\n", "annotation": ": int", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprintArgs.use_onboarding", "type": "variable", "doc": "

\n", "annotation": ": bool", "default_value": " = False"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprintArgs.timeout_time", "type": "variable", "doc": "

\n", "annotation": ": int", "default_value": " = 0"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprintArgs.is_concurrent", "type": "variable", "doc": "

\n", "annotation": ": bool", "default_value": " = True"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockSharedState", "type": "class", "doc": "

MockSharedState(screening_data_factory: Tuple[bool, Generator[Dict[str, Any], NoneType, NoneType]] = , onboarding_data: Dict[str, Any] = , validate_onboarding: Callable[[Any], bool] = , task_config: Dict[str, Any] = , qualifications: List[Any] = , worker_can_do_unit: Callable[[ForwardRef('Worker'), ForwardRef('Unit')], bool] = , on_unit_submitted: Callable[[ForwardRef('Unit')], NoneType] = )

\n", "bases": "mephisto.abstractions.blueprint.SharedTaskState, mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState, mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockSharedState.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n screening_data_factory: Tuple[bool, Generator[Dict[str, Any], NoneType, NoneType]] = ,\n onboarding_data: Dict[str, Any] = ,\n validate_onboarding: Callable[[Any], bool] = ,\n task_config: Dict[str, Any] = ,\n qualifications: List[Any] = ,\n worker_can_do_unit: collections.abc.Callable[mephisto.data_model.worker.Worker, mephisto.data_model.unit.Unit, bool] = ,\n on_unit_submitted: collections.abc.Callable[mephisto.data_model.unit.Unit, NoneType] = \n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprint", "type": "class", "doc": "

Mock of a task type, for use in testing

\n", "bases": "mephisto.abstractions.blueprint.Blueprint, mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired, mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprint.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprint.AgentStateClass", "type": "class", "doc": "

Mock agent state that is to be used for testing

\n", "bases": "mephisto.abstractions._subcomponents.agent_state.AgentState"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprint.OnboardingAgentStateClass", "type": "class", "doc": "

Mock agent state that is to be used for testing

\n", "bases": "mephisto.abstractions._subcomponents.agent_state.AgentState"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprint.TaskBuilderClass", "type": "class", "doc": "

Builder for a mock task, for use in testing

\n", "bases": "mephisto.abstractions._subcomponents.task_builder.TaskBuilder"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprint.TaskRunnerClass", "type": "class", "doc": "

Mock of a task runner, for use in testing

\n", "bases": "mephisto.abstractions._subcomponents.task_runner.TaskRunner"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprint.ArgsClass", "type": "class", "doc": "

MockBlueprintArgs(passed_qualification_name: str = '???', max_screening_units: int = '???', use_screening_task: bool = False, onboarding_qualification: str = '???', _blueprint_type: str = 'mock', block_qualification: str = '???', num_assignments: int = '???', use_onboarding: bool = False, timeout_time: int = 0, is_concurrent: bool = True)

\n", "bases": "mephisto.abstractions.blueprint.BlueprintArgs, mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs, mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprint.SharedStateClass", "type": "class", "doc": "

MockSharedState(screening_data_factory: Tuple[bool, Generator[Dict[str, Any], NoneType, NoneType]] = , onboarding_data: Dict[str, Any] = , validate_onboarding: Callable[[Any], bool] = , task_config: Dict[str, Any] = , qualifications: List[Any] = , worker_can_do_unit: Callable[[ForwardRef('Worker'), ForwardRef('Unit')], bool] = , on_unit_submitted: Callable[[ForwardRef('Unit')], NoneType] = )

\n", "bases": "mephisto.abstractions.blueprint.SharedTaskState, mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState, mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprint.BLUEPRINT_TYPE", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = 'mock'"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprint.ArgsMixin", "type": "class", "doc": "

OnboardingRequiredArgs(onboarding_qualification: str = '???')

\n"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprint.SharedStateMixin", "type": "class", "doc": "

OnboardingSharedState(onboarding_data: Dict[str, Any] = , validate_onboarding: Callable[[Any], bool] = )

\n"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprint.get_initialization_data", "type": "function", "doc": "

Return the number of empty assignments specified in --num-assignments

\n", "signature": "(self) -> Iterable[mephisto.data_model.assignment.InitializationData]", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"fullname": "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding", "modulename": "mephisto.abstractions.blueprints.mock.mock_blueprint", "qualname": "MockBlueprint.validate_onboarding", "type": "function", "doc": "

Onboarding validation for MockBlueprints just returns the 'should_pass' field

\n", "signature": "(\n self,\n worker: mephisto.data_model.worker.Worker,\n onboarding_agent: mephisto.data_model.agent.OnboardingAgent\n) -> bool", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_task_builder": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_builder", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_builder", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_builder", "qualname": "MockTaskBuilder", "type": "class", "doc": "

Builder for a mock task, for use in testing

\n", "bases": "mephisto.abstractions._subcomponents.task_builder.TaskBuilder"}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_builder", "qualname": "MockTaskBuilder.BUILT_FILE", "type": "variable", "doc": "

\n", "default_value": " = 'done.built'"}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_builder", "qualname": "MockTaskBuilder.BUILT_MESSAGE", "type": "variable", "doc": "

\n", "default_value": " = 'built!'"}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_builder", "qualname": "MockTaskBuilder.build_in_dir", "type": "function", "doc": "

Mock tasks don't really build anything (yet)

\n", "signature": "(self, build_dir: str)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_task_runner": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_runner", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_runner", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_runner", "qualname": "MockTaskRunner", "type": "class", "doc": "

Mock of a task runner, for use in testing

\n", "bases": "mephisto.abstractions._subcomponents.task_runner.TaskRunner"}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_runner", "qualname": "MockTaskRunner.__init__", "type": "function", "doc": "

Get the correct TaskRunner for this task run

\n", "signature": "(\n cls,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_runner", "qualname": "MockTaskRunner.get_mock_assignment_data", "type": "function", "doc": "

\n", "signature": "() -> mephisto.data_model.assignment.InitializationData", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_runner", "qualname": "MockTaskRunner.get_data_for_assignment", "type": "function", "doc": "

Mock tasks have no data unless given during testing

\n", "signature": "(\n assignment: mephisto.data_model.assignment.Assignment\n) -> mephisto.data_model.assignment.InitializationData", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_runner", "qualname": "MockTaskRunner.get_init_data_for_agent", "type": "function", "doc": "

Return the data for an agent already assigned to a particular unit

\n", "signature": "(self, agent: mephisto.data_model.agent.Agent) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_runner", "qualname": "MockTaskRunner.run_onboarding", "type": "function", "doc": "

Mock runners simply wait for an act to come in with whether\nor not onboarding is complete

\n", "signature": "(self, onboarding_agent: mephisto.data_model.agent.OnboardingAgent)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_runner", "qualname": "MockTaskRunner.run_unit", "type": "function", "doc": "

Mock runners will pass the agents for the given assignment\nall of the required messages to finish a task.

\n", "signature": "(\n self,\n unit: mephisto.data_model.unit.Unit,\n agent: mephisto.data_model.agent.Agent\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_runner", "qualname": "MockTaskRunner.run_assignment", "type": "function", "doc": "

Mock runners will pass the agents for the given assignment\nall of the required messages to finish a task.

\n", "signature": "(\n self,\n assignment: mephisto.data_model.assignment.Assignment,\n agents: list[mephisto.data_model.agent.Agent]\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_runner", "qualname": "MockTaskRunner.cleanup_assignment", "type": "function", "doc": "

No cleanup required yet for ending mock runs

\n", "signature": "(self, assignment: mephisto.data_model.assignment.Assignment)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_runner", "qualname": "MockTaskRunner.cleanup_unit", "type": "function", "doc": "

No cleanup required yet for ending mock runs

\n", "signature": "(self, unit: mephisto.data_model.unit.Unit)", "funcdef": "def"}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"fullname": "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding", "modulename": "mephisto.abstractions.blueprints.mock.mock_task_runner", "qualname": "MockTaskRunner.cleanup_onboarding", "type": "function", "doc": "

No cleanup required yet for ending onboarding in mocks

\n", "signature": "(self, onboarding_agent: mephisto.data_model.agent.OnboardingAgent)", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat": {"fullname": "mephisto.abstractions.blueprints.parlai_chat", "modulename": "mephisto.abstractions.blueprints.parlai_chat", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state", "qualname": "ParlAIChatAgentState", "type": "class", "doc": "

Holds information about ParlAI-style chat. Data is stored in json files\ncontaining every act from the ParlAI world.

\n", "bases": "mephisto.abstractions._subcomponents.agent_state.AgentState"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state", "qualname": "ParlAIChatAgentState.__init__", "type": "function", "doc": "

Create an AgentState to track the state of an agent's work on a Unit

\n\n

Initialize with an existing file if it exists.

\n", "signature": "(self, agent: mephisto.data_model.agent.Agent)", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state", "qualname": "ParlAIChatAgentState.set_init_state", "type": "function", "doc": "

Set the initial state for this agent

\n", "signature": "(self, data: Any) -> bool", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state", "qualname": "ParlAIChatAgentState.get_init_state", "type": "function", "doc": "

Return the initial state for this agent,\nNone if no such state exists

\n", "signature": "(self) -> Union[Dict[str, Any], NoneType]", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state", "qualname": "ParlAIChatAgentState.load_data", "type": "function", "doc": "

Load stored data from a file to this object

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state", "qualname": "ParlAIChatAgentState.get_data", "type": "function", "doc": "

Return dict with the messages of this agent

\n", "signature": "(self) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state", "qualname": "ParlAIChatAgentState.get_parsed_data", "type": "function", "doc": "

Return properly parsed data from this task

\n", "signature": "(self) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state", "qualname": "ParlAIChatAgentState.get_task_start", "type": "function", "doc": "

Return the start time for this task, the timestamp of the very first message.

\n", "signature": "(self) -> float", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state", "qualname": "ParlAIChatAgentState.get_task_end", "type": "function", "doc": "

Return the end time for this task, the timestamp of the very final message.

\n", "signature": "(self) -> float", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state", "qualname": "ParlAIChatAgentState.save_data", "type": "function", "doc": "

Save all messages from this agent to

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state", "qualname": "ParlAIChatAgentState.update_data", "type": "function", "doc": "

Append the incoming packet as well as its arrival time

\n", "signature": "(self, live_update: Dict[str, Any]) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state", "qualname": "ParlAIChatAgentState.update_submit", "type": "function", "doc": "

Append any final submission to this state

\n", "signature": "(self, submitted_data: Dict[str, Any]) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "SharedParlAITaskState", "type": "class", "doc": "

SharedParlAITaskState(task_config: Dict[str, Any] = , qualifications: List[Any] = , worker_can_do_unit: Callable[[ForwardRef('Worker'), ForwardRef('Unit')], bool] = , on_unit_submitted: Callable[[ForwardRef('Unit')], NoneType] = , onboarding_data: Dict[str, Any] = , validate_onboarding: Callable[[Any], bool] = , frontend_task_opts: Dict[str, Any] = , world_opt: Dict[str, Any] = , onboarding_world_opt: Dict[str, Any] = , world_module: Union[Any, NoneType] = None)

\n", "bases": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState, mephisto.abstractions.blueprint.SharedTaskState"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "SharedParlAITaskState.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n task_config: Dict[str, Any] = ,\n qualifications: List[Any] = ,\n worker_can_do_unit: collections.abc.Callable[mephisto.data_model.worker.Worker, mephisto.data_model.unit.Unit, bool] = ,\n on_unit_submitted: collections.abc.Callable[mephisto.data_model.unit.Unit, NoneType] = ,\n onboarding_data: Dict[str, Any] = ,\n validate_onboarding: Callable[[Any], bool] = ,\n frontend_task_opts: Dict[str, Any] = ,\n world_opt: Dict[str, Any] = ,\n onboarding_world_opt: Dict[str, Any] = ,\n world_module: Union[Any, NoneType] = None\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "SharedParlAITaskState.world_module", "type": "variable", "doc": "

\n", "annotation": ": Union[Any, NoneType]", "default_value": " = None"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprintArgs", "type": "class", "doc": "

ParlAIChatBlueprintArgs(_blueprint_type: str = 'parlai_chat', block_qualification: str = '???', onboarding_qualification: str = '???', _group: str = 'ParlAIChatBlueprint', world_file: str = '???', preview_source: str = '???', task_description_file: str = '???', custom_source_bundle: str = '???', custom_source_dir: str = '???', extra_source_dir: str = '???', context_csv: str = '???', context_jsonl: str = '???', num_conversations: int = '???')

\n", "bases": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs, mephisto.abstractions.blueprint.BlueprintArgs"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprintArgs.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n _blueprint_type: str = 'parlai_chat',\n block_qualification: str = '???',\n onboarding_qualification: str = '???',\n _group: str = 'ParlAIChatBlueprint',\n world_file: str = '???',\n preview_source: str = '???',\n task_description_file: str = '???',\n custom_source_bundle: str = '???',\n custom_source_dir: str = '???',\n extra_source_dir: str = '???',\n context_csv: str = '???',\n context_jsonl: str = '???',\n num_conversations: int = '???'\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprintArgs.world_file", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprintArgs.preview_source", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprintArgs.task_description_file", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprintArgs.custom_source_bundle", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprintArgs.custom_source_dir", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprintArgs.extra_source_dir", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprintArgs.context_csv", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprintArgs.context_jsonl", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprintArgs.num_conversations", "type": "variable", "doc": "

\n", "annotation": ": int", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprint", "type": "class", "doc": "

Blueprint for a task that runs a parlai chat

\n", "bases": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired, mephisto.abstractions.blueprint.Blueprint"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprint.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprint.AgentStateClass", "type": "class", "doc": "

Holds information about ParlAI-style chat. Data is stored in json files\ncontaining every act from the ParlAI world.

\n", "bases": "mephisto.abstractions._subcomponents.agent_state.AgentState"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprint.OnboardingAgentStateClass", "type": "class", "doc": "

Holds information about ParlAI-style chat. Data is stored in json files\ncontaining every act from the ParlAI world.

\n", "bases": "mephisto.abstractions._subcomponents.agent_state.AgentState"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprint.TaskBuilderClass", "type": "class", "doc": "

Builder for a parlai chat task, pulls the appropriate html,\nbuilds the frontend (if a build doesn't already exist),\nthen puts the file into the server directory

\n", "bases": "mephisto.abstractions._subcomponents.task_builder.TaskBuilder"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprint.TaskRunnerClass", "type": "class", "doc": "

Task runner for a parlai chat task

\n", "bases": "mephisto.abstractions._subcomponents.task_runner.TaskRunner"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprint.ArgsClass", "type": "class", "doc": "

ParlAIChatBlueprintArgs(_blueprint_type: str = 'parlai_chat', block_qualification: str = '???', onboarding_qualification: str = '???', _group: str = 'ParlAIChatBlueprint', world_file: str = '???', preview_source: str = '???', task_description_file: str = '???', custom_source_bundle: str = '???', custom_source_dir: str = '???', extra_source_dir: str = '???', context_csv: str = '???', context_jsonl: str = '???', num_conversations: int = '???')

\n", "bases": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs, mephisto.abstractions.blueprint.BlueprintArgs"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprint.SharedStateClass", "type": "class", "doc": "

SharedParlAITaskState(task_config: Dict[str, Any] = , qualifications: List[Any] = , worker_can_do_unit: Callable[[ForwardRef('Worker'), ForwardRef('Unit')], bool] = , on_unit_submitted: Callable[[ForwardRef('Unit')], NoneType] = , onboarding_data: Dict[str, Any] = , validate_onboarding: Callable[[Any], bool] = , frontend_task_opts: Dict[str, Any] = , world_opt: Dict[str, Any] = , onboarding_world_opt: Dict[str, Any] = , world_module: Union[Any, NoneType] = None)

\n", "bases": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState, mephisto.abstractions.blueprint.SharedTaskState"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprint.BLUEPRINT_TYPE", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = 'parlai_chat'"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprint.assert_task_args", "type": "function", "doc": "

Ensure that arguments are properly configured to launch this task

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprint.get_frontend_args", "type": "function", "doc": "

Specifies what options within a task_config should be fowarded\nto the client for use by the task's frontend

\n", "signature": "(self) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprint.get_initialization_data", "type": "function", "doc": "

Return the InitializationData retrieved from the specified stream

\n", "signature": "(\n self\n) -> collections.abc.Iterable[mephisto.data_model.assignment.InitializationData]", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint", "qualname": "ParlAIChatBlueprint.validate_onboarding", "type": "function", "doc": "

Check the incoming onboarding data and evaluate if the worker\nhas passed the qualification or not. Return True if the worker\nhas qualified.

\n\n

By default we use the validate_onboarding provided in a run_task,\nand all onboarding tasks should allow run_task to specify additional\nor entirely override what's provided in a blueprint.

\n", "signature": "(\n self,\n worker: mephisto.data_model.worker.Worker,\n onboarding_agent: mephisto.data_model.agent.OnboardingAgent\n) -> bool", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder", "qualname": "ParlAIChatTaskBuilder", "type": "class", "doc": "

Builder for a parlai chat task, pulls the appropriate html,\nbuilds the frontend (if a build doesn't already exist),\nthen puts the file into the server directory

\n", "bases": "mephisto.abstractions._subcomponents.task_builder.TaskBuilder"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder", "qualname": "ParlAIChatTaskBuilder.BUILT_FILE", "type": "variable", "doc": "

\n", "default_value": " = 'done.built'"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder", "qualname": "ParlAIChatTaskBuilder.BUILT_MESSAGE", "type": "variable", "doc": "

\n", "default_value": " = 'built!'"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder", "qualname": "ParlAIChatTaskBuilder.rebuild_core", "type": "function", "doc": "

Rebuild the frontend for this task

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder", "qualname": "ParlAIChatTaskBuilder.build_custom_bundle", "type": "function", "doc": "

Locate all of the custom files used for a custom build, create\na prebuild directory containing all of them, then build the\ncustom source.

\n\n

Check dates to only go through this build process when files have changes

\n", "signature": "(self, custom_src_dir)", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder", "qualname": "ParlAIChatTaskBuilder.build_in_dir", "type": "function", "doc": "

Build the frontend if it doesn't exist, then copy into the server directory

\n", "signature": "(self, build_dir: str)", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "qualname": "MephistoAgentWrapper", "type": "class", "doc": "

Class that wraps a mephisto agent to be used as an\nagent in ParlAI worlds

\n", "bases": "parlai.core.agents.Agent"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "qualname": "MephistoAgentWrapper.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n agent: Union[mephisto.data_model.agent.Agent, mephisto.data_model.agent.OnboardingAgent]\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "qualname": "MephistoAgentWrapper.id", "type": "variable", "doc": "

Alias for agent_id

\n"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "qualname": "MephistoAgentWrapper.agent_id", "type": "variable", "doc": "

Agent IDs in ParlAI are used to identify the speaker,\nand often are a label like \"teacher\"

\n"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "qualname": "MephistoAgentWrapper.act", "type": "function", "doc": "

ParlAI Agents send an act dict, we must convert this

\n", "signature": "(self, timeout=None)", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "qualname": "MephistoAgentWrapper.observe", "type": "function", "doc": "

We can simply add a message id if not already provided to these

\n", "signature": "(self, act)", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "qualname": "ParlAIChatTaskRunner", "type": "class", "doc": "

Task runner for a parlai chat task

\n", "bases": "mephisto.abstractions._subcomponents.task_runner.TaskRunner"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "qualname": "ParlAIChatTaskRunner.__init__", "type": "function", "doc": "

Get the correct TaskRunner for this task run

\n", "signature": "(\n cls,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "qualname": "ParlAIChatTaskRunner.get_init_data_for_agent", "type": "function", "doc": "

Return the data for an agent already assigned to a particular unit

\n", "signature": "(self, agent: mephisto.data_model.agent.Agent) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "qualname": "ParlAIChatTaskRunner.get_world_id", "type": "function", "doc": "

Get a world id specific to the given world type

\n", "signature": "(self, world_type: str, extra_id: str) -> str", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "qualname": "ParlAIChatTaskRunner.run_onboarding", "type": "function", "doc": "

ParlAI Onboarding will initialize an onboarding\nworld, then run it to completion if possible

\n", "signature": "(self, agent: mephisto.data_model.agent.OnboardingAgent) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "qualname": "ParlAIChatTaskRunner.cleanup_onboarding", "type": "function", "doc": "

Shutdown the world

\n", "signature": "(self, agent: mephisto.data_model.agent.OnboardingAgent) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "qualname": "ParlAIChatTaskRunner.run_assignment", "type": "function", "doc": "

ParlAI runners will initialize a task world, then run them to completion\nif possible

\n", "signature": "(\n self,\n assignment: mephisto.data_model.assignment.Assignment,\n agents: list[mephisto.data_model.agent.Agent]\n) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "qualname": "ParlAIChatTaskRunner.cleanup_assignment", "type": "function", "doc": "

Handle cleanup for a specific assignment

\n", "signature": "(self, assignment: mephisto.data_model.assignment.Assignment) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "qualname": "ParlAIChatTaskRunner.run_unit", "type": "function", "doc": "

ParlAI runners will initialize a task world, then run them to completion\nif possible

\n", "signature": "(\n self,\n unit: mephisto.data_model.unit.Unit,\n agent: mephisto.data_model.agent.Agent\n) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner", "qualname": "ParlAIChatTaskRunner.cleanup_unit", "type": "function", "doc": "

Handle cleanup for a specific unit

\n", "signature": "(self, unit: mephisto.data_model.unit.Unit) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed", "qualname": "ParlAIAgent", "type": "class", "doc": "

\n"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed", "qualname": "ParlAIAgent.__init__", "type": "function", "doc": "

\n", "signature": "(self, *args, **kwargs)", "funcdef": "def"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed", "qualname": "Message", "type": "class", "doc": "

\n"}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"fullname": "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__", "modulename": "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed", "qualname": "Message.__init__", "type": "function", "doc": "

\n", "signature": "(self, *args, **kwargs)", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure": {"fullname": "mephisto.abstractions.blueprints.remote_procedure", "modulename": "mephisto.abstractions.blueprints.remote_procedure", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "qualname": "RemoteRequest", "type": "class", "doc": "

RemoteRequest(uuid: str, target: str, args_json: Union[str, NoneType], response_json: Union[str, NoneType], timestamp: float)

\n"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "qualname": "RemoteRequest.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n uuid: str,\n target: str,\n args_json: Union[str, NoneType],\n response_json: Union[str, NoneType],\n timestamp: float\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "qualname": "RemoteRequest.to_dict", "type": "function", "doc": "

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "qualname": "RemoteProcedureAgentState", "type": "class", "doc": "

Holds information about tasks with live interactions in a remote query model.

\n", "bases": "mephisto.abstractions._subcomponents.agent_state.AgentState"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "qualname": "RemoteProcedureAgentState.__init__", "type": "function", "doc": "

Create an agent state that keeps track of incoming actions from the frontend client\nInitialize with an existing file if it exists.

\n", "signature": "(self, agent: mephisto.data_model.agent.Agent)", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "qualname": "RemoteProcedureAgentState.set_init_state", "type": "function", "doc": "

Set the initial state for this agent

\n", "signature": "(self, data: Any) -> bool", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "qualname": "RemoteProcedureAgentState.get_init_state", "type": "function", "doc": "

Return the initial state for this agent,\nNone if no such state exists

\n", "signature": "(self) -> Union[Dict[str, Any], NoneType]", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "qualname": "RemoteProcedureAgentState.load_data", "type": "function", "doc": "

Load stored data from a file to this object

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "qualname": "RemoteProcedureAgentState.get_data", "type": "function", "doc": "

Return dict with the messages of this agent

\n", "signature": "(self) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "qualname": "RemoteProcedureAgentState.get_parsed_data", "type": "function", "doc": "

Return the formatted content

\n", "signature": "(self) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "qualname": "RemoteProcedureAgentState.get_task_start", "type": "function", "doc": "

Return the start time for this task

\n", "signature": "(self) -> float", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "qualname": "RemoteProcedureAgentState.get_task_end", "type": "function", "doc": "

Return the end time for this task

\n", "signature": "(self) -> float", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "qualname": "RemoteProcedureAgentState.save_data", "type": "function", "doc": "

Save all messages from this agent to

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "qualname": "RemoteProcedureAgentState.update_data", "type": "function", "doc": "

Append the incoming packet as well as who it came from

\n", "signature": "(self, live_update: Dict[str, Any]) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state", "qualname": "RemoteProcedureAgentState.update_submit", "type": "function", "doc": "

Append any final submission to this state

\n", "signature": "(self, submitted_data: Dict[str, Any]) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "SharedRemoteProcedureTaskState", "type": "class", "doc": "

SharedRemoteProcedureTaskState(task_config: Dict[str, Any] = , qualifications: List[Any] = , worker_can_do_unit: Callable[[ForwardRef('Worker'), ForwardRef('Unit')], bool] = , on_unit_submitted: Callable[[ForwardRef('Unit')], NoneType] = , onboarding_data: Dict[str, Any] = , validate_onboarding: Callable[[Any], bool] = , function_registry: Union[Mapping[str, Callable[[str, Dict[str, Any], ForwardRef('RemoteProcedureAgentState')], Union[Dict[str, Any], NoneType]]], NoneType] = None, static_task_data: Iterable[Any] = )

\n", "bases": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState, mephisto.abstractions.blueprint.SharedTaskState"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "SharedRemoteProcedureTaskState.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n task_config: Dict[str, Any] = ,\n qualifications: List[Any] = ,\n worker_can_do_unit: collections.abc.Callable[mephisto.data_model.worker.Worker, mephisto.data_model.unit.Unit, bool] = ,\n on_unit_submitted: collections.abc.Callable[mephisto.data_model.unit.Unit, NoneType] = ,\n onboarding_data: Dict[str, Any] = ,\n validate_onboarding: Callable[[Any], bool] = ,\n function_registry: Union[collections.abc.Mapping[str, collections.abc.Callable[str, Dict[str, Any], mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState, Union[Dict[str, Any], NoneType]]], NoneType] = None,\n static_task_data: Iterable[Any] = \n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "SharedRemoteProcedureTaskState.function_registry", "type": "variable", "doc": "

\n", "annotation": ": Union[collections.abc.Mapping[str, collections.abc.Callable[str, Dict[str, Any], mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState, Union[Dict[str, Any], NoneType]]], NoneType]", "default_value": " = None"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "RemoteProcedureBlueprintArgs", "type": "class", "doc": "

RemoteProcedureBlueprintArgs(_blueprint_type: str = 'remote_procedure', block_qualification: str = '???', onboarding_qualification: str = '???', _group: str = 'RemoteProcedureBlueprintArgs', task_source: str = '???', link_task_source: bool = False, units_per_assignment: int = 1)

\n", "bases": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs, mephisto.abstractions.blueprint.BlueprintArgs"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "RemoteProcedureBlueprintArgs.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n _blueprint_type: str = 'remote_procedure',\n block_qualification: str = '???',\n onboarding_qualification: str = '???',\n _group: str = 'RemoteProcedureBlueprintArgs',\n task_source: str = '???',\n link_task_source: bool = False,\n units_per_assignment: int = 1\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "RemoteProcedureBlueprintArgs.task_source", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "RemoteProcedureBlueprintArgs.link_task_source", "type": "variable", "doc": "

\n", "annotation": ": bool", "default_value": " = False"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "RemoteProcedureBlueprintArgs.units_per_assignment", "type": "variable", "doc": "

\n", "annotation": ": int", "default_value": " = 1"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "RemoteProcedureBlueprint", "type": "class", "doc": "

Blueprint for a task that runs a parlai chat

\n", "bases": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired, mephisto.abstractions.blueprint.Blueprint"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "RemoteProcedureBlueprint.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "RemoteProcedureBlueprint.AgentStateClass", "type": "class", "doc": "

Holds information about tasks with live interactions in a remote query model.

\n", "bases": "mephisto.abstractions._subcomponents.agent_state.AgentState"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "RemoteProcedureBlueprint.OnboardingAgentStateClass", "type": "class", "doc": "

Holds information about tasks with live interactions in a remote query model.

\n", "bases": "mephisto.abstractions._subcomponents.agent_state.AgentState"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "RemoteProcedureBlueprint.TaskBuilderClass", "type": "class", "doc": "

Builder for a \"static task\" that has access to remote queries.\nAt the moment, simply a StaticReactTaskBuilder, as we will be using static react tasks\nin the same way.

\n", "bases": "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "RemoteProcedureBlueprint.TaskRunnerClass", "type": "class", "doc": "

Task runner for a task with live remote queries on the local machine

\n\n

TODO this is pretty gross, and would be better as a series of worker

\n\n

threads that handle commands, as the functions all have direct access

\n\n

to the full worker state.

\n", "bases": "mephisto.abstractions._subcomponents.task_runner.TaskRunner"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "RemoteProcedureBlueprint.ArgsClass", "type": "class", "doc": "

RemoteProcedureBlueprintArgs(_blueprint_type: str = 'remote_procedure', block_qualification: str = '???', onboarding_qualification: str = '???', _group: str = 'RemoteProcedureBlueprintArgs', task_source: str = '???', link_task_source: bool = False, units_per_assignment: int = 1)

\n", "bases": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs, mephisto.abstractions.blueprint.BlueprintArgs"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "RemoteProcedureBlueprint.SharedStateClass", "type": "class", "doc": "

SharedRemoteProcedureTaskState(task_config: Dict[str, Any] = , qualifications: List[Any] = , worker_can_do_unit: Callable[[ForwardRef('Worker'), ForwardRef('Unit')], bool] = , on_unit_submitted: Callable[[ForwardRef('Unit')], NoneType] = , onboarding_data: Dict[str, Any] = , validate_onboarding: Callable[[Any], bool] = , function_registry: Union[Mapping[str, Callable[[str, Dict[str, Any], ForwardRef('RemoteProcedureAgentState')], Union[Dict[str, Any], NoneType]]], NoneType] = None, static_task_data: Iterable[Any] = )

\n", "bases": "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState, mephisto.abstractions.blueprint.SharedTaskState"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "RemoteProcedureBlueprint.BLUEPRINT_TYPE", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = 'remote_procedure'"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "RemoteProcedureBlueprint.assert_task_args", "type": "function", "doc": "

Ensure that arguments are properly configured to launch this task

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint", "qualname": "RemoteProcedureBlueprint.get_initialization_data", "type": "function", "doc": "

Return the InitializationData retrieved from the specified stream

\n", "signature": "(\n self\n) -> collections.abc.Iterable[mephisto.data_model.assignment.InitializationData]", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder", "qualname": "RemoteProcedureTaskBuilder", "type": "class", "doc": "

Builder for a \"static task\" that has access to remote queries.\nAt the moment, simply a StaticReactTaskBuilder, as we will be using static react tasks\nin the same way.

\n", "bases": "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner", "qualname": "RemoteProcedureTaskRunner", "type": "class", "doc": "

Task runner for a task with live remote queries on the local machine

\n\n

TODO this is pretty gross, and would be better as a series of worker

\n\n

threads that handle commands, as the functions all have direct access

\n\n

to the full worker state.

\n", "bases": "mephisto.abstractions._subcomponents.task_runner.TaskRunner"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner", "qualname": "RemoteProcedureTaskRunner.__init__", "type": "function", "doc": "

Get the correct TaskRunner for this task run

\n", "signature": "(\n cls,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner", "qualname": "RemoteProcedureTaskRunner.get_init_data_for_agent", "type": "function", "doc": "

Return the data for an agent already assigned to a particular unit

\n", "signature": "(self, agent: mephisto.data_model.agent.Agent) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner", "qualname": "RemoteProcedureTaskRunner.run_onboarding", "type": "function", "doc": "

Running onboarding with access to remote queries

\n", "signature": "(self, agent: mephisto.data_model.agent.OnboardingAgent) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner", "qualname": "RemoteProcedureTaskRunner.cleanup_onboarding", "type": "function", "doc": "

Shutdown onboarding resources

\n", "signature": "(self, agent: mephisto.data_model.agent.OnboardingAgent) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner", "qualname": "RemoteProcedureTaskRunner.run_unit", "type": "function", "doc": "

Running a task with access to remote queries

\n", "signature": "(\n self,\n unit: mephisto.data_model.unit.Unit,\n agent: mephisto.data_model.agent.Agent\n) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"fullname": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit", "modulename": "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner", "qualname": "RemoteProcedureTaskRunner.cleanup_unit", "type": "function", "doc": "

Handle cleanup for a specific unit

\n", "signature": "(self, unit: mephisto.data_model.unit.Unit) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.static_html_task": {"fullname": "mephisto.abstractions.blueprints.static_html_task", "modulename": "mephisto.abstractions.blueprints.static_html_task", "type": "module", "doc": "

StaticHTMLBlueprint

\n\n

Overview

\n\n

The StaticHTMLBlueprint exists to create a simple transition stand-in to allow users of other platforms (which generally push for customization with HTML) to begin using Mephisto with minimal changes. This generally exists in the form of specifying a templated HTML file and providing assignment data that fills the templates.

\n\n

There are no plans to extend the StaticHTMLBlueprint, or provide other HTML support, as we believe this to be more an onboarding ramp rather than a fully fleshed out feature. The React-based codebase contains better features and cleaner, reusable modules, and as such our focus is on tasks in that area.

\n\n

Usage

\n\n

An example usage case is available here. General usage for this Blueprint type can be summed up as copying that directory structure, providing your own templated HTML in the server_files, and then providng the data.csv or other data to post those templates to workers. More in-depth descriptions can be seen there.

\n\n

Implementation Details

\n\n

At a high level, this is a deeper implementation of the abstract StaticArchitect, which contains all of the logic for deploying arbitrary tasks where the worker is given some content, and we ask for one response, as a complete Unit. This module adds the logic to ensure that the frontend where the worker is given content is able to render arbitrary HTML.

\n\n

app.jsx

\n\n

The app.jsx file contains most of the logic to ensure we can render HTML, including being able to attach and execute the arbitrary scripts that are included or linked in the given HTML file. It creates a react application using the mephisto-core package, and creates an empty form with a submit button. It then populates the inner form using two primary methods:

\n\n
    \n
  • handleUpdatingRemainingScripts: This method walks through the list of scripts that are given in the attached HTML, either loading the external script and putting it into the head, or directly evaluating the content of local scripts. As the page has already loaded by the time we are loading in the remaining scripts, this all must be injected in an asynchronous manner. _Ultimately_ this isn't incredibly safe if you don't trust the attached scripts.
  • \n
  • interpolateHtml: This method injects the values for the specific task into their template variable slots. These template variables are specified in the InitializationData for an assignment, and populate fields as noted in the Template Variables section below.
  • \n
\n\n

Upon submit, the data in the form (as marked by the name fields of any inputs) will be sent to the backend and stored in the agent_data.json file.

\n\n

Template Variables

\n\n

You can provide template variables when running your task, generally in the form of template variables that are given names. When you specify these (either via .csv or directly providing a parsed array of dicts for this data), any named variable my_special_variable will be filled into the frontend in all locations containing ${my_special_variable}.

\n\n

Mephisto-specific Template Variables

\n\n

As of now, we also make available the following variables to the HTML via templating:

\n\n
    \n
  • ${mephisto_agent_id}: The agent ID that Mephisto has associated with the current worker and task.
  • \n
  • ${provider_worker_id}: The worker id that the provider uses locally to identify the worker.
  • \n
\n\n

StaticHTMLBlueprint

\n\n

The Blueprint here extends on the abstract StaticBlueprint, adding HTML-specific requirements to outline the task that ends up visualized. The added arguments are as follows:

\n\n
    \n
  • task_source: The path to the (templated) HTML that should be displayed for the task.
  • \n
  • preview_source: The path to the HTML that should be displayed while previewing a task.
  • \n
  • onboarding_source: The path to the HTML that should be displayed during onboarding.
  • \n
\n\n

Providing an onboarding_source requires also providing an onboarding_qualification in order to trigger onboarding for your task. You should also specify a validate_onboarding in your SharedTaskState to ensure that the onboarding is completed properly.

\n\n

StaticHTMLTaskBuilder

\n\n

This TaskBuilder class primarily seeks to copy the source files as linked in the StaticHTMLBlueprint and include them in what gets deployed on the server. As these are primarily static files, the builder is fairly straightforward. Regardless of the files that are provided, the onboarding html ends up at onboarding.html on the server and the preview html ends up on the server at preview.html. The task html retains its name, as this is specified as the html arg parsed on the frontend.

\n"}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint", "qualname": "StaticHTMLBlueprintArgs", "type": "class", "doc": "

Adds required options for StaticBlueprints.\ntask_source points to the file intending to be deployed for this task\ndata_csv has the data to be deployed for this task.

\n", "bases": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs"}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint", "qualname": "StaticHTMLBlueprintArgs.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n _blueprint_type: str = 'static_task',\n block_qualification: str = '???',\n onboarding_qualification: str = '???',\n _group: str = 'StaticBlueprint',\n units_per_assignment: int = 1,\n extra_source_dir: str = '???',\n data_json: str = '???',\n data_jsonl: str = '???',\n data_csv: str = '???',\n task_source: str = '???',\n preview_source: Union[str, NoneType] = '???',\n onboarding_source: Union[str, NoneType] = '???'\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint", "qualname": "StaticHTMLBlueprintArgs.task_source", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint", "qualname": "StaticHTMLBlueprintArgs.preview_source", "type": "variable", "doc": "

\n", "annotation": ": Union[str, NoneType]", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint", "qualname": "StaticHTMLBlueprintArgs.onboarding_source", "type": "variable", "doc": "

\n", "annotation": ": Union[str, NoneType]", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint", "qualname": "StaticHTMLBlueprint", "type": "class", "doc": "

Blueprint for a task that runs off of a built react javascript bundle

\n", "bases": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint"}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint", "qualname": "StaticHTMLBlueprint.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint", "qualname": "StaticHTMLBlueprint.TaskBuilderClass", "type": "class", "doc": "

Builder for a static task, pulls the appropriate html,\nbuilds the frontend (if a build doesn't already exist),\nthen puts the file into the server directory

\n", "bases": "mephisto.abstractions._subcomponents.task_builder.TaskBuilder"}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint", "qualname": "StaticHTMLBlueprint.ArgsClass", "type": "class", "doc": "

Adds required options for StaticBlueprints.\ntask_source points to the file intending to be deployed for this task\ndata_csv has the data to be deployed for this task.

\n", "bases": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs"}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint", "qualname": "StaticHTMLBlueprint.BLUEPRINT_TYPE", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = 'static_task'"}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint", "qualname": "StaticHTMLBlueprint.assert_task_args", "type": "function", "doc": "

Ensure that the data can be properly loaded

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder", "qualname": "StaticHTMLTaskBuilder", "type": "class", "doc": "

Builder for a static task, pulls the appropriate html,\nbuilds the frontend (if a build doesn't already exist),\nthen puts the file into the server directory

\n", "bases": "mephisto.abstractions._subcomponents.task_builder.TaskBuilder"}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder", "qualname": "StaticHTMLTaskBuilder.BUILT_FILE", "type": "variable", "doc": "

\n", "default_value": " = 'done.built'"}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder", "qualname": "StaticHTMLTaskBuilder.BUILT_MESSAGE", "type": "variable", "doc": "

\n", "default_value": " = 'built!'"}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder", "qualname": "StaticHTMLTaskBuilder.rebuild_core", "type": "function", "doc": "

Rebuild the frontend for this task

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"fullname": "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir", "modulename": "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder", "qualname": "StaticHTMLTaskBuilder.build_in_dir", "type": "function", "doc": "

Build the frontend if it doesn't exist, then copy into the server directory

\n", "signature": "(self, build_dir: str)", "funcdef": "def"}, "mephisto.abstractions.blueprints.static_react_task": {"fullname": "mephisto.abstractions.blueprints.static_react_task", "modulename": "mephisto.abstractions.blueprints.static_react_task", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint": {"fullname": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint", "modulename": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"fullname": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs", "modulename": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint", "qualname": "StaticReactBlueprintArgs", "type": "class", "doc": "

StaticReactBlueprint: Tasks launched from static blueprints need\na prebuilt javascript bundle containing the task. We suggest building\nwith our provided useMephistoTask hook.

\n", "bases": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs"}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"fullname": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__", "modulename": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint", "qualname": "StaticReactBlueprintArgs.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n _blueprint_type: str = 'static_react_task',\n block_qualification: str = '???',\n onboarding_qualification: str = '???',\n _group: str = 'StaticReactBlueprint',\n units_per_assignment: int = 1,\n extra_source_dir: str = '???',\n data_json: str = '???',\n data_jsonl: str = '???',\n data_csv: str = '???',\n task_source: str = '???',\n link_task_source: bool = False\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"fullname": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source", "modulename": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint", "qualname": "StaticReactBlueprintArgs.task_source", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"fullname": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source", "modulename": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint", "qualname": "StaticReactBlueprintArgs.link_task_source", "type": "variable", "doc": "

\n", "annotation": ": bool", "default_value": " = False"}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"fullname": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint", "modulename": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint", "qualname": "StaticReactBlueprint", "type": "class", "doc": "

Blueprint for a task that runs off of a built react javascript bundle

\n", "bases": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint"}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"fullname": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__", "modulename": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint", "qualname": "StaticReactBlueprint.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"fullname": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass", "modulename": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint", "qualname": "StaticReactBlueprint.TaskBuilderClass", "type": "class", "doc": "

Builder for a static task, puts required files into\nthe server directory for deployment.

\n", "bases": "mephisto.abstractions._subcomponents.task_builder.TaskBuilder"}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"fullname": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass", "modulename": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint", "qualname": "StaticReactBlueprint.ArgsClass", "type": "class", "doc": "

StaticReactBlueprint: Tasks launched from static blueprints need\na prebuilt javascript bundle containing the task. We suggest building\nwith our provided useMephistoTask hook.

\n", "bases": "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs"}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"fullname": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE", "modulename": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint", "qualname": "StaticReactBlueprint.BLUEPRINT_TYPE", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = 'static_react_task'"}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"fullname": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args", "modulename": "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint", "qualname": "StaticReactBlueprint.assert_task_args", "type": "function", "doc": "

Ensure that static requirements are fulfilled, and source file exists

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n) -> None", "funcdef": "def"}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder": {"fullname": "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder", "modulename": "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder", "type": "module", "doc": "

\n"}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"fullname": "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder", "modulename": "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder", "qualname": "StaticReactTaskBuilder", "type": "class", "doc": "

Builder for a static task, puts required files into\nthe server directory for deployment.

\n", "bases": "mephisto.abstractions._subcomponents.task_builder.TaskBuilder"}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"fullname": "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE", "modulename": "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder", "qualname": "StaticReactTaskBuilder.BUILT_FILE", "type": "variable", "doc": "

\n", "default_value": " = 'done.built'"}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"fullname": "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE", "modulename": "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder", "qualname": "StaticReactTaskBuilder.BUILT_MESSAGE", "type": "variable", "doc": "

\n", "default_value": " = 'built!'"}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"fullname": "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir", "modulename": "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder", "qualname": "StaticReactTaskBuilder.build_in_dir", "type": "function", "doc": "

Build the frontend if it doesn't exist, then copy into the server directory

\n", "signature": "(self, build_dir: str)", "funcdef": "def"}, "mephisto.abstractions.crowd_provider": {"fullname": "mephisto.abstractions.crowd_provider", "modulename": "mephisto.abstractions.crowd_provider", "type": "module", "doc": "

\n"}, "mephisto.abstractions.crowd_provider.ProviderArgs": {"fullname": "mephisto.abstractions.crowd_provider.ProviderArgs", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "ProviderArgs", "type": "class", "doc": "

Base class for arguments to configure Crowd Providers

\n"}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"fullname": "mephisto.abstractions.crowd_provider.ProviderArgs.__init__", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "ProviderArgs.__init__", "type": "function", "doc": "

\n", "signature": "(self, _provider_type: str = '???', requester_name: str = '???')", "funcdef": "def"}, "mephisto.abstractions.crowd_provider.ProviderArgs.requester_name": {"fullname": "mephisto.abstractions.crowd_provider.ProviderArgs.requester_name", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "ProviderArgs.requester_name", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"fullname": "mephisto.abstractions.crowd_provider.CrowdProvider", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "CrowdProvider", "type": "class", "doc": "

Base class that defines the required functionality for\nthe mephisto system to be able to interface with an\nexternal crowdsourcing vendor.

\n\n

Implementing the methods within, as well as supplying\nwrapped Unit, Requester, Worker, and Agent classes\nshould ensure support for a vendor.

\n", "bases": "abc.ABC"}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"fullname": "mephisto.abstractions.crowd_provider.CrowdProvider.__init__", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "CrowdProvider.__init__", "type": "function", "doc": "

Crowd provider classes should keep as much of their state\nas possible in their non-python datastore. This way\nthe system can work even after shutdowns, and the\nstate of the system can be managed or observed from\nother processes.

\n\n

In order to set up a datastore, init should check to see\nif one is already set (using get_datastore_for_provider)\nand use that one if available, otherwise make a new one\nand register it with the database.

\n", "signature": "(self, db: mephisto.abstractions.database.MephistoDB)", "funcdef": "def"}, "mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE": {"fullname": "mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "CrowdProvider.PROVIDER_TYPE", "type": "variable", "doc": "

\n", "default_value": " = '__PROVIDER_BASE_CLASS__'"}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"fullname": "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "CrowdProvider.UnitClass", "type": "class", "doc": "

This class tracks the status of an individual worker's contribution to a\nhigher level assignment. It is the smallest 'unit' of work to complete\nthe assignment, and this class is only responsible for checking\nthe status of that work itself being done.

\n\n

It should be extended for usage with a specific crowd provider

\n", "bases": "mephisto.data_model._db_backed_meta.MephistoDataModelComponentMixin"}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"fullname": "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "CrowdProvider.RequesterClass", "type": "class", "doc": "

High level class representing a requester on some kind of crowd provider. Sets some default\ninitializations, but mostly should be extended by the specific requesters for crowd providers\nwith whatever implementation details are required to get those to work.

\n", "bases": "mephisto.data_model._db_backed_meta.MephistoDataModelComponentMixin"}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"fullname": "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "CrowdProvider.WorkerClass", "type": "class", "doc": "

This class represents an individual - namely a person. It maintains components of ongoing identity for a user.

\n", "bases": "mephisto.data_model._db_backed_meta.MephistoDataModelComponentMixin"}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"fullname": "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "CrowdProvider.AgentClass", "type": "class", "doc": "

This class encompasses a worker as they are working on an individual assignment.\nIt maintains details for the current task at hand such as start and end time,\nconnection status, etc.

\n", "bases": "mephisto.data_model._db_backed_meta.MephistoDataModelComponentMixin"}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"fullname": "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "CrowdProvider.ArgsClass", "type": "class", "doc": "

Base class for arguments to configure Crowd Providers

\n"}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"fullname": "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "CrowdProvider.is_sandbox", "type": "function", "doc": "

Determine if the given crowd provider is a sandbox provider

\n", "signature": "(cls) -> bool", "funcdef": "def"}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"fullname": "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "CrowdProvider.assert_task_args", "type": "function", "doc": "

Assert that the provided arguments are valid. Should\nfail if a task launched with these arguments would\nnot work

\n", "signature": "(\n cls,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState\n)", "funcdef": "def"}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"fullname": "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "CrowdProvider.get_wrapper_js_path", "type": "function", "doc": "

Return the path to the wrap_crowd_source.js file for this\nprovider to be deployed to the server

\n", "signature": "(cls)", "funcdef": "def"}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"fullname": "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "CrowdProvider.initialize_provider_datastore", "type": "function", "doc": "

Do whatever is required to initialize this provider insofar\nas setting up local or external state is required to ensure\nthat this vendor is usable.

\n\n

Local data storage should be put into the given root path.

\n\n

This method should return the local data storage component that\nis required to do any object initialization, as it will be available\nfrom the MephistoDB in a db.get_provider_datastore(PROVIDER_TYPE).

\n", "signature": "(self, storage_path: str) -> Any", "funcdef": "def"}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"fullname": "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "CrowdProvider.setup_resources_for_task_run", "type": "function", "doc": "

Setup any required resources for managing any additional resources\nsurrounding a specific task run.

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState,\n server_url: str\n) -> None", "funcdef": "def"}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"fullname": "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "CrowdProvider.cleanup_resources_from_task_run", "type": "function", "doc": "

Destroy any resources set up specifically for this task run

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n server_url: str\n) -> None", "funcdef": "def"}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"fullname": "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification", "modulename": "mephisto.abstractions.crowd_provider", "qualname": "CrowdProvider.cleanup_qualification", "type": "function", "doc": "

Remove the linked qualification from the crowdprovider if it exists

\n", "signature": "(self, qualification_name: str) -> None", "funcdef": "def"}, "mephisto.abstractions.database": {"fullname": "mephisto.abstractions.database", "modulename": "mephisto.abstractions.database", "type": "module", "doc": "

\n"}, "mephisto.abstractions.database.MephistoDBException": {"fullname": "mephisto.abstractions.database.MephistoDBException", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDBException", "type": "class", "doc": "

Common base class for all non-exit exceptions.

\n", "bases": "builtins.Exception"}, "mephisto.abstractions.database.EntryAlreadyExistsException": {"fullname": "mephisto.abstractions.database.EntryAlreadyExistsException", "modulename": "mephisto.abstractions.database", "qualname": "EntryAlreadyExistsException", "type": "class", "doc": "

Common base class for all non-exit exceptions.

\n", "bases": "MephistoDBException"}, "mephisto.abstractions.database.EntryDoesNotExistException": {"fullname": "mephisto.abstractions.database.EntryDoesNotExistException", "modulename": "mephisto.abstractions.database", "qualname": "EntryDoesNotExistException", "type": "class", "doc": "

Common base class for all non-exit exceptions.

\n", "bases": "MephistoDBException"}, "mephisto.abstractions.database.MephistoDB": {"fullname": "mephisto.abstractions.database.MephistoDB", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB", "type": "class", "doc": "

Provides the interface for all queries that are necessary for the Mephisto\narchitecture to run as expected. All other databases should implement\nthese methods to be used as the database that backs Mephisto.

\n\n

By default, we use a LocalMesphistoDB located at mephisto/data/database.db

\n", "bases": "abc.ABC"}, "mephisto.abstractions.database.MephistoDB.__init__": {"fullname": "mephisto.abstractions.database.MephistoDB.__init__", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.__init__", "type": "function", "doc": "

Ensure the database is set up and ready to handle data

\n", "signature": "(self, database_path=None)", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"fullname": "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.get_db_path_for_provider", "type": "function", "doc": "

Get the path to store data for a specific provider in

\n", "signature": "(self, provider_type) -> str", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"fullname": "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.has_datastore_for_provider", "type": "function", "doc": "

Determine if a datastore has been registered for the given provider

\n", "signature": "(self, provider_type: str) -> bool", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"fullname": "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.get_datastore_for_provider", "type": "function", "doc": "

Get the provider datastore registered with this db

\n", "signature": "(self, provider_type: str) -> Any", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"fullname": "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.set_datastore_for_provider", "type": "function", "doc": "

Set the provider datastore registered with this db

\n", "signature": "(self, provider_type: str, datastore: Any) -> None", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"fullname": "mephisto.abstractions.database.MephistoDB.optimized_load", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.optimized_load", "type": "function", "doc": "

Load the given class in an optimized fashion, if this DB has a more\nefficient way of storing and managing the data

\n", "signature": "(\n self,\n target_cls,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None\n)", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.cache_result": {"fullname": "mephisto.abstractions.database.MephistoDB.cache_result", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.cache_result", "type": "function", "doc": "

Opportunity to store the result class from a load

\n", "signature": "(self, target_cls, value) -> None", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.shutdown": {"fullname": "mephisto.abstractions.database.MephistoDB.shutdown", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.shutdown", "type": "function", "doc": "

Do whatever is required to close this database's resources

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.init_tables": {"fullname": "mephisto.abstractions.database.MephistoDB.init_tables", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.init_tables", "type": "function", "doc": "

Initialize any tables that may be required to run this database. If this is an expensive\noperation, check to see if they already exist before trying to initialize

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.new_project": {"fullname": "mephisto.abstractions.database.MephistoDB.new_project", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.new_project", "type": "function", "doc": "

Create a new project with the given project name. Raise EntryAlreadyExistsException if a project\nwith this name has already been created.

\n\n

Project names are permanent, as changing directories later is painful.

\n", "signature": "(self, project_name: str) -> str", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.get_project": {"fullname": "mephisto.abstractions.database.MephistoDB.get_project", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.get_project", "type": "function", "doc": "

Return project's fields by the given project_id, raise EntryDoesNotExistException if no id exists\nin projects

\n\n

See Project for the expected returned mapping's fields

\n", "signature": "(self, project_id: str) -> Mapping[str, Any]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.find_projects": {"fullname": "mephisto.abstractions.database.MephistoDB.find_projects", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.find_projects", "type": "function", "doc": "

Try to find any project that matches the above. When called with no arguments,\nreturn all projects.

\n", "signature": "(\n self,\n project_name: Union[str, NoneType] = None\n) -> List[mephisto.data_model.project.Project]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.new_task": {"fullname": "mephisto.abstractions.database.MephistoDB.new_task", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.new_task", "type": "function", "doc": "

Create a new task with the given task name. Raise EntryAlreadyExistsException if a task\nwith this name has already been created.

\n", "signature": "(\n self,\n task_name: str,\n task_type: str,\n project_id: Union[str, NoneType] = None\n) -> str", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.get_task": {"fullname": "mephisto.abstractions.database.MephistoDB.get_task", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.get_task", "type": "function", "doc": "

Return task's fields by task_id, raise EntryDoesNotExistException if no id exists\nin tasks

\n\n

See Task for the expected fields for the returned mapping

\n", "signature": "(self, task_id: str) -> Mapping[str, Any]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"fullname": "mephisto.abstractions.database.MephistoDB.find_tasks", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.find_tasks", "type": "function", "doc": "

Try to find any task that matches the above. When called with no arguments,\nreturn all tasks.

\n", "signature": "(\n self,\n task_name: Union[str, NoneType] = None,\n project_id: Union[str, NoneType] = None\n) -> List[mephisto.data_model.task.Task]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.update_task": {"fullname": "mephisto.abstractions.database.MephistoDB.update_task", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.update_task", "type": "function", "doc": "

Update the given task with the given parameters if possible, raise appropriate exception otherwise.

\n\n

Should only be runable if no runs have been created for this task

\n", "signature": "(\n self,\n task_id: str,\n task_name: Union[str, NoneType] = None,\n project_id: Union[str, NoneType] = None\n) -> None", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"fullname": "mephisto.abstractions.database.MephistoDB.new_task_run", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.new_task_run", "type": "function", "doc": "

Create a new task_run for the given task.

\n\n

Once a run is created, it should no longer be altered. The assignments and\nsubassignments depend on the data set up within, as the launched task\ncannot be replaced and the requester can not be swapped mid-run.

\n", "signature": "(\n self,\n task_id: str,\n requester_id: str,\n init_params: str,\n provider_type: str,\n task_type: str,\n sandbox: bool = True\n) -> str", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"fullname": "mephisto.abstractions.database.MephistoDB.get_task_run", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.get_task_run", "type": "function", "doc": "

Return the given task_run's fields by task_run_id, raise EntryDoesNotExistException if no id exists\nin task_runs.

\n\n

See TaskRun for the expected fields to populate in the returned mapping

\n", "signature": "(self, task_run_id: str) -> Mapping[str, Any]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"fullname": "mephisto.abstractions.database.MephistoDB.find_task_runs", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.find_task_runs", "type": "function", "doc": "

Try to find any task_run that matches the above. When called with no arguments,\nreturn all task_runs.

\n", "signature": "(\n self,\n task_id: Union[str, NoneType] = None,\n requester_id: Union[str, NoneType] = None,\n is_completed: Union[bool, NoneType] = None\n) -> List[mephisto.data_model.task_run.TaskRun]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"fullname": "mephisto.abstractions.database.MephistoDB.update_task_run", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.update_task_run", "type": "function", "doc": "

Update a task run. At the moment, can only update completion status

\n", "signature": "(self, task_run_id: str, is_completed: bool)", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"fullname": "mephisto.abstractions.database.MephistoDB.new_assignment", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.new_assignment", "type": "function", "doc": "

Create a new assignment for the given task

\n\n

Assignments should not be edited or altered once created

\n", "signature": "(\n self,\n task_id: str,\n task_run_id: str,\n requester_id: str,\n task_type: str,\n provider_type: str,\n sandbox: bool = True\n) -> str", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"fullname": "mephisto.abstractions.database.MephistoDB.get_assignment", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.get_assignment", "type": "function", "doc": "

Return assignment's fields by assignment_id, raise EntryDoesNotExistException if\nno id exists in tasks

\n\n

See Assignment for the expected fields for the returned mapping

\n", "signature": "(self, assignment_id: str) -> Mapping[str, Any]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"fullname": "mephisto.abstractions.database.MephistoDB.find_assignments", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.find_assignments", "type": "function", "doc": "

Try to find any task that matches the above. When called with no arguments,\nreturn all tasks.

\n", "signature": "(\n self,\n task_run_id: Union[str, NoneType] = None,\n task_id: Union[str, NoneType] = None,\n requester_id: Union[str, NoneType] = None,\n task_type: Union[str, NoneType] = None,\n provider_type: Union[str, NoneType] = None,\n sandbox: Union[bool, NoneType] = None\n) -> List[mephisto.data_model.assignment.Assignment]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.new_unit": {"fullname": "mephisto.abstractions.database.MephistoDB.new_unit", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.new_unit", "type": "function", "doc": "

Create a new unit with the given index. Raises EntryAlreadyExistsException\nif there is already a unit for the given assignment with the given index.

\n", "signature": "(\n self,\n task_id: str,\n task_run_id: str,\n requester_id: str,\n assignment_id: str,\n unit_index: int,\n pay_amount: float,\n provider_type: str,\n task_type: str,\n sandbox: bool = True\n) -> str", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.get_unit": {"fullname": "mephisto.abstractions.database.MephistoDB.get_unit", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.get_unit", "type": "function", "doc": "

Return unit's fields by unit_id, raise EntryDoesNotExistException\nif no id exists in units

\n\n

See unit for the expected fields for the returned mapping

\n", "signature": "(self, unit_id: str) -> Mapping[str, Any]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.find_units": {"fullname": "mephisto.abstractions.database.MephistoDB.find_units", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.find_units", "type": "function", "doc": "

Try to find any unit that matches the above. When called with no arguments,\nreturn all units.

\n", "signature": "(\n self,\n task_id: Union[str, NoneType] = None,\n task_run_id: Union[str, NoneType] = None,\n requester_id: Union[str, NoneType] = None,\n assignment_id: Union[str, NoneType] = None,\n unit_index: Union[int, NoneType] = None,\n provider_type: Union[str, NoneType] = None,\n task_type: Union[str, NoneType] = None,\n agent_id: Union[str, NoneType] = None,\n worker_id: Union[str, NoneType] = None,\n sandbox: Union[bool, NoneType] = None,\n status: Union[str, NoneType] = None\n) -> List[mephisto.data_model.unit.Unit]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"fullname": "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.clear_unit_agent_assignment", "type": "function", "doc": "

Update the given unit by removing the agent that is assigned to it, thus updating\nthe status to assignable.

\n", "signature": "(self, unit_id: str) -> None", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.update_unit": {"fullname": "mephisto.abstractions.database.MephistoDB.update_unit", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.update_unit", "type": "function", "doc": "

Update the given task with the given parameters if possible, raise appropriate exception otherwise.

\n", "signature": "(\n self,\n unit_id: str,\n agent_id: Union[str, NoneType] = None,\n status: Union[str, NoneType] = None\n) -> None", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.new_requester": {"fullname": "mephisto.abstractions.database.MephistoDB.new_requester", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.new_requester", "type": "function", "doc": "

Create a new requester with the given name and provider type.\nRaises EntryAlreadyExistsException\nif there is already a requester with this name

\n", "signature": "(self, requester_name: str, provider_type: str) -> str", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.get_requester": {"fullname": "mephisto.abstractions.database.MephistoDB.get_requester", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.get_requester", "type": "function", "doc": "

Return requester's fields by requester_id, raise EntryDoesNotExistException\nif no id exists in requesters

\n\n

See requester for the expected fields for the returned mapping

\n", "signature": "(self, requester_id: str) -> Mapping[str, Any]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"fullname": "mephisto.abstractions.database.MephistoDB.find_requesters", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.find_requesters", "type": "function", "doc": "

Try to find any requester that matches the above. When called with no arguments,\nreturn all requesters.

\n", "signature": "(\n self,\n requester_name: Union[str, NoneType] = None,\n provider_type: Union[str, NoneType] = None\n) -> List[mephisto.data_model.requester.Requester]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.new_worker": {"fullname": "mephisto.abstractions.database.MephistoDB.new_worker", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.new_worker", "type": "function", "doc": "

Create a new worker with the given name and provider type.\nRaises EntryAlreadyExistsException\nif there is already a worker with this name

\n\n

worker_name should be the unique identifier by which the crowd provider\nis using to keep track of this worker

\n", "signature": "(self, worker_name: str, provider_type: str) -> str", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.get_worker": {"fullname": "mephisto.abstractions.database.MephistoDB.get_worker", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.get_worker", "type": "function", "doc": "

Return worker's fields by worker_id, raise EntryDoesNotExistException\nif no id exists in workers

\n\n

See worker for the expected fields for the returned mapping

\n", "signature": "(self, worker_id: str) -> Mapping[str, Any]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.find_workers": {"fullname": "mephisto.abstractions.database.MephistoDB.find_workers", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.find_workers", "type": "function", "doc": "

Try to find any worker that matches the above. When called with no arguments,\nreturn all workers.

\n", "signature": "(\n self,\n worker_name: Union[str, NoneType] = None,\n provider_type: Union[str, NoneType] = None\n) -> List[mephisto.data_model.worker.Worker]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.new_agent": {"fullname": "mephisto.abstractions.database.MephistoDB.new_agent", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.new_agent", "type": "function", "doc": "

Create a new agent for the given worker id to assign to the given unit\nRaises EntryAlreadyExistsException

\n\n

Should update the unit's status to ASSIGNED and the assigned agent to\nthis one.

\n", "signature": "(\n self,\n worker_id: str,\n unit_id: str,\n task_id: str,\n task_run_id: str,\n assignment_id: str,\n task_type: str,\n provider_type: str\n) -> str", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.get_agent": {"fullname": "mephisto.abstractions.database.MephistoDB.get_agent", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.get_agent", "type": "function", "doc": "

Return agent's fields by agent_id, raise EntryDoesNotExistException\nif no id exists in agents

\n\n

See Agent for the expected fields for the returned mapping

\n", "signature": "(self, agent_id: str) -> Mapping[str, Any]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.update_agent": {"fullname": "mephisto.abstractions.database.MephistoDB.update_agent", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.update_agent", "type": "function", "doc": "

Update the given task with the given parameters if possible, raise appropriate exception otherwise.

\n", "signature": "(self, agent_id: str, status: Union[str, NoneType] = None) -> None", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.find_agents": {"fullname": "mephisto.abstractions.database.MephistoDB.find_agents", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.find_agents", "type": "function", "doc": "

Try to find any agent that matches the above. When called with no arguments,\nreturn all agents.

\n", "signature": "(\n self,\n status: Union[str, NoneType] = None,\n unit_id: Union[str, NoneType] = None,\n worker_id: Union[str, NoneType] = None,\n task_id: Union[str, NoneType] = None,\n task_run_id: Union[str, NoneType] = None,\n assignment_id: Union[str, NoneType] = None,\n task_type: Union[str, NoneType] = None,\n provider_type: Union[str, NoneType] = None\n) -> List[mephisto.data_model.agent.Agent]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"fullname": "mephisto.abstractions.database.MephistoDB.new_onboarding_agent", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.new_onboarding_agent", "type": "function", "doc": "

Create a new agent for the given worker id to assign to the given unit\nRaises EntryAlreadyExistsException

\n\n

Should update the unit's status to ASSIGNED and the assigned agent to\nthis one.

\n", "signature": "(\n self,\n worker_id: str,\n task_id: str,\n task_run_id: str,\n task_type: str\n) -> str", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"fullname": "mephisto.abstractions.database.MephistoDB.get_onboarding_agent", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.get_onboarding_agent", "type": "function", "doc": "

Return onboarding agent's fields by onboarding_agent_id, raise\nEntryDoesNotExistException if no id exists in onboarding_agents

\n\n

See OnboardingAgent for the expected fields for the returned mapping

\n", "signature": "(self, onboarding_agent_id: str) -> Mapping[str, Any]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"fullname": "mephisto.abstractions.database.MephistoDB.update_onboarding_agent", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.update_onboarding_agent", "type": "function", "doc": "

Update the given onboarding agent with the given parameters if possible,\nraise appropriate exception otherwise.

\n", "signature": "(\n self,\n onboarding_agent_id: str,\n status: Union[str, NoneType] = None\n) -> None", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"fullname": "mephisto.abstractions.database.MephistoDB.find_onboarding_agents", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.find_onboarding_agents", "type": "function", "doc": "

Try to find any onboarding agent that matches the above. When called with no arguments,\nreturn all onboarding agents.

\n", "signature": "(\n self,\n status: Union[str, NoneType] = None,\n worker_id: Union[str, NoneType] = None,\n task_id: Union[str, NoneType] = None,\n task_run_id: Union[str, NoneType] = None,\n task_type: Union[str, NoneType] = None\n) -> List[mephisto.data_model.agent.OnboardingAgent]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"fullname": "mephisto.abstractions.database.MephistoDB.make_qualification", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.make_qualification", "type": "function", "doc": "

Make a new qualification, throws an error if a qualification by the given name\nalready exists. Return the id for the qualification.

\n", "signature": "(self, qualification_name: str) -> str", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"fullname": "mephisto.abstractions.database.MephistoDB.find_qualifications", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.find_qualifications", "type": "function", "doc": "

Find a qualification. If no name is supplied, returns all qualifications.

\n", "signature": "(\n self,\n qualification_name: Union[str, NoneType] = None\n) -> List[mephisto.data_model.qualification.Qualification]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"fullname": "mephisto.abstractions.database.MephistoDB.get_qualification", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.get_qualification", "type": "function", "doc": "

Return qualification's fields by qualification_id, raise\nEntryDoesNotExistException if no id exists in qualifications

\n\n

See Qualification for the expected fields for the returned mapping

\n", "signature": "(self, qualification_id: str) -> Mapping[str, Any]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"fullname": "mephisto.abstractions.database.MephistoDB.delete_qualification", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.delete_qualification", "type": "function", "doc": "

Remove this qualification from all workers that have it, then delete the qualification

\n", "signature": "(self, qualification_name: str) -> None", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"fullname": "mephisto.abstractions.database.MephistoDB.grant_qualification", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.grant_qualification", "type": "function", "doc": "

Grant a worker the given qualification. Update the qualification value if it\nalready exists

\n", "signature": "(self, qualification_id: str, worker_id: str, value: int = 1) -> None", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"fullname": "mephisto.abstractions.database.MephistoDB.check_granted_qualifications", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.check_granted_qualifications", "type": "function", "doc": "

Find granted qualifications that match the given specifications

\n", "signature": "(\n self,\n qualification_id: Union[str, NoneType] = None,\n worker_id: Union[str, NoneType] = None,\n value: Union[int, NoneType] = None\n) -> List[mephisto.data_model.qualification.GrantedQualification]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"fullname": "mephisto.abstractions.database.MephistoDB.get_granted_qualification", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.get_granted_qualification", "type": "function", "doc": "

Return the granted qualification in the database between the given\nworker and qualification id

\n\n

See GrantedQualification for the expected fields for the returned mapping

\n", "signature": "(self, qualification_id: str, worker_id: str) -> Mapping[str, Any]", "funcdef": "def"}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"fullname": "mephisto.abstractions.database.MephistoDB.revoke_qualification", "modulename": "mephisto.abstractions.database", "qualname": "MephistoDB.revoke_qualification", "type": "function", "doc": "

Remove the given qualification from the given worker

\n", "signature": "(self, qualification_id: str, worker_id: str) -> None", "funcdef": "def"}, "mephisto.abstractions.databases": {"fullname": "mephisto.abstractions.databases", "modulename": "mephisto.abstractions.databases", "type": "module", "doc": "

MephistoDB implementations

\n\n

This folder contains implementations of the MephistoDB abstraction. Databases can currently be configured using the mephisto.database._database_type flag.

\n\n

LocalMephistoDB

\n\n

Activated with mephisto.database._database_type=local. An implementation of the Mephisto Data Model outlined in MephistoDB. This database stores all of the information locally via SQLite. Some helper functions are included to make the implementation cleaner by abstracting away SQLite error parsing and string formatting, however it's pretty straightforward from the requirements of MephistoDB.

\n\n

SingletonMephistoDB

\n\n

This database is best used for high performance runs on a single machine, where direct access to the underlying database isn't necessary during the runtime. It makes no guarantees on the rate of writing state or status to disk, as much of it is stored locally and in caches to keep IO locks down. Using this, you'll likely be able to get up on max_num_concurrent_units to 150-300 on live tasks, and upwards from 500 on static tasks.

\n\n

At the moment this DB acts as a wrapper around the LocalMephistoDB, and trades off Mephisto memory consumption for writing time. All of the data model accesses that occur are cached into a library of singletons, so large enough tasks may have memory risks. This allows us to make clearer assertions about the synced nature of the data model members, but obviously requires active memory to do so.

\n"}, "mephisto.abstractions.databases.local_database": {"fullname": "mephisto.abstractions.databases.local_database", "modulename": "mephisto.abstractions.databases.local_database", "type": "module", "doc": "

\n"}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"fullname": "mephisto.abstractions.databases.local_database.nonesafe_int", "modulename": "mephisto.abstractions.databases.local_database", "qualname": "nonesafe_int", "type": "function", "doc": "

Cast input to an int or None

\n", "signature": "(in_string: Union[str, NoneType]) -> Union[int, NoneType]", "funcdef": "def"}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"fullname": "mephisto.abstractions.databases.local_database.assert_valid_provider", "modulename": "mephisto.abstractions.databases.local_database", "qualname": "assert_valid_provider", "type": "function", "doc": "

Throw an assertion error if the given provider type is not valid

\n", "signature": "(provider_type: str) -> None", "funcdef": "def"}, "mephisto.abstractions.databases.local_database.is_key_failure": {"fullname": "mephisto.abstractions.databases.local_database.is_key_failure", "modulename": "mephisto.abstractions.databases.local_database", "qualname": "is_key_failure", "type": "function", "doc": "

Return if the given error is representing a foreign key\nfailure, where an insertion was expecting something to\nexist already in the DB but it didn't.

\n", "signature": "(e: sqlite3.IntegrityError) -> bool", "funcdef": "def"}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"fullname": "mephisto.abstractions.databases.local_database.is_unique_failure", "modulename": "mephisto.abstractions.databases.local_database", "qualname": "is_unique_failure", "type": "function", "doc": "

Return if the given error is representing a foreign key\nfailure, where an insertion was expecting something to\nexist already in the DB but it didn't.

\n", "signature": "(e: sqlite3.IntegrityError) -> bool", "funcdef": "def"}, "mephisto.abstractions.databases.local_database.StringIDRow": {"fullname": "mephisto.abstractions.databases.local_database.StringIDRow", "modulename": "mephisto.abstractions.databases.local_database", "qualname": "StringIDRow", "type": "class", "doc": "

\n", "bases": "sqlite3.Row"}, "mephisto.abstractions.databases.local_database.StringIDRow.__init__": {"fullname": "mephisto.abstractions.databases.local_database.StringIDRow.__init__", "modulename": "mephisto.abstractions.databases.local_database", "qualname": "StringIDRow.__init__", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"fullname": "mephisto.abstractions.databases.local_database.LocalMephistoDB", "modulename": "mephisto.abstractions.databases.local_database", "qualname": "LocalMephistoDB", "type": "class", "doc": "

Local database for core Mephisto data storage, the LocalMephistoDatabase handles\ngrounding all of the python interactions with the Mephisto architecture to\nlocal files and a database.

\n", "bases": "mephisto.abstractions.database.MephistoDB"}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"fullname": "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__", "modulename": "mephisto.abstractions.databases.local_database", "qualname": "LocalMephistoDB.__init__", "type": "function", "doc": "

Ensure the database is set up and ready to handle data

\n", "signature": "(self, database_path=None)", "funcdef": "def"}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"fullname": "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown", "modulename": "mephisto.abstractions.databases.local_database", "qualname": "LocalMephistoDB.shutdown", "type": "function", "doc": "

Close all open connections

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"fullname": "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables", "modulename": "mephisto.abstractions.databases.local_database", "qualname": "LocalMephistoDB.init_tables", "type": "function", "doc": "

Run all the table creation SQL queries to ensure the expected tables exist

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.databases.local_singleton_database": {"fullname": "mephisto.abstractions.databases.local_singleton_database", "modulename": "mephisto.abstractions.databases.local_singleton_database", "type": "module", "doc": "

\n"}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"fullname": "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB", "modulename": "mephisto.abstractions.databases.local_singleton_database", "qualname": "MephistoSingletonDB", "type": "class", "doc": "

Class that creates a singleton storage for all accessed data.

\n\n

Tries to keep the data usage down with weak references, but it's\nstill subject to memory leaks.

\n\n

This is a tradeoff to have more speed for not making db queries from disk

\n", "bases": "mephisto.abstractions.databases.local_database.LocalMephistoDB"}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"fullname": "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__", "modulename": "mephisto.abstractions.databases.local_singleton_database", "qualname": "MephistoSingletonDB.__init__", "type": "function", "doc": "

Ensure the database is set up and ready to handle data

\n", "signature": "(self, database_path=None)", "funcdef": "def"}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"fullname": "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown", "modulename": "mephisto.abstractions.databases.local_singleton_database", "qualname": "MephistoSingletonDB.shutdown", "type": "function", "doc": "

Close all open connections

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"fullname": "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load", "modulename": "mephisto.abstractions.databases.local_singleton_database", "qualname": "MephistoSingletonDB.optimized_load", "type": "function", "doc": "

Load the given class in an optimized fashion, if this DB has a more\nefficient way of storing and managing the data

\n", "signature": "(\n self,\n target_cls,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None\n)", "funcdef": "def"}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"fullname": "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result", "modulename": "mephisto.abstractions.databases.local_singleton_database", "qualname": "MephistoSingletonDB.cache_result", "type": "function", "doc": "

Store the result of a load for caching reasons

\n", "signature": "(self, target_cls, value) -> None", "funcdef": "def"}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"fullname": "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit", "modulename": "mephisto.abstractions.databases.local_singleton_database", "qualname": "MephistoSingletonDB.new_unit", "type": "function", "doc": "

Create a new unit with the given index. Raises EntryAlreadyExistsException\nif there is already a unit for the given assignment with the given index.

\n", "signature": "(\n self,\n task_id: str,\n task_run_id: str,\n requester_id: str,\n assignment_id: str,\n unit_index: int,\n pay_amount: float,\n provider_type: str,\n task_type: str,\n sandbox: bool = True\n) -> str", "funcdef": "def"}, "mephisto.abstractions.providers": {"fullname": "mephisto.abstractions.providers", "modulename": "mephisto.abstractions.providers", "type": "module", "doc": "

CrowdProviders

\n\n

The providers directory is home to the existing providers for Mephisto. This file describes high level what crowd providers do, important details on existing providers, and how to create a new CrowdProvider for an existing crowdsourcing service.

\n\n

Implementation Details

\n\n

CrowdProviders in short exist to be an abstraction layer between Mephisto and wherever we're sourcing the crowdwork from. Using CrowdProviders lets Mephisto launch the same tasks all over the place using the same code. The primary abstractions that need a little bit of wrapping are the Worker, Agent, Unit, and Requester. These requirements and high level abstraction reasoning are included below, while explicit implementation requirements are provided in the \"How to make a new CrowdProvider\" section.

\n\n

Worker

\n\n

The Worker is responsible for keeping long-term track of a worker's individual identity as displayed by a crowd provider. Keeping the worker lets us report statistics about individual workers, as well as set up qualifications that might be more relevant than a provider could have preset. From the CrowdProvider perspective, different crowd providers may have different methods for identifying their workers. They may also have different methods for blocking, unblocking, qualifying, and bonusing workers. In order for Mephisto to be able to handle these actions, the <Crowd>Worker must abstract these.

\n\n

If the crowd provider is capable of assigning qualifications to a worker to prevent them from working on tasks they are not eligible for, you can implement grant_crowd_qualification and revoke_crowd_qualification to sync qualifications between the crowd provider and Mephisto. You'll also need to implement the delete_qualification method in the base <Crowd>Provider class if you want to be able to cleanup qualifications you've removed from Mephisto. Depending on the provider, setup_resources_for_task_run or <Crowd>Unit are the correct locations to actually register required qualifications for a task.

\n\n

Agent

\n\n

The Agent is responsible for keeping track of a Worker's work on a specific Unit. As such, it's used for approving, rejecting, and keeping track of status. Furthermore, it may be required that Mephisto tells a CrowdProvider that a worker has completed the task, so this must be captured as well. <Crowd>Agent handles all of these abstractions.

\n\n

Unit

\n\n

The Unit is responsible for keeping track of portions of an Assignment that need to be assigned, through the entire process of them being assigned and worked on. From a high level, they are the Assignment-side point of entry into finding work. For the purpose of abstraction, the Unit needs to be able to keep track of it's remote counterpart (whatever thing we assign the worker from the crowd provider's perspective). It also needs to be able to actually _deploy_ the task to be made available through the crowd provider, and potentially expire it when it should be taken offline. <Crowd>Unit handles these abstractions.

\n\n

Requester

\n\n

The Requester is responsible for providing the account access to be able to launch tasks. As such, any credential creation and management needs to be hidden behind the <Crowd>Requester so that Mephisto doesn't need to know the implementation details.

\n\n

Existing Providers

\n\n

The providers we currently support are listed below:

\n\n

MTurkProvider

\n\n

Provides an interface for launching tasks on MTurk and keeping track of workers and work there.

\n\n

SandboxMTurkProvider

\n\n

A specific interface for launching tasks on the MTurk sandbox

\n\n

(TODO) Can we bundle this into the MTurkProvider and make it so that providers have a TEST/SANDBOX mode bundled in? This would clarify how the testing utilities work, without needing to publish real tasks.

\n\n

LocalProvider (TODO)

\n\n

An interface that allows for launching tasks on your local machine, allowing for ip-address based workers to submit work.

\n\n

MockProvider

\n\n

An implementation of a provider that allows for robust testing by exposing all of the underlying state to a user.

\n\n

How to make a new CrowdProvider

\n\n

Both the MockProvider and MTurkProvider are strong examples of implementing a provider. Important implementation details are captured below.

\n\n

<Crowd>Provider

\n\n

The CrowdProvider implementation is mostly a place to centralize all of the components for this provider, and as such it should set UnitClass, RequesterClass, WorkerClass, and AgentClass. Beyond this it should implement the following:

\n\n
    \n
  • initialize_provider_datastore: This method should return a connection to any of the data required to keep tabs on the crowd provider. Ideally it should store important information to disk somehow (such as in a SQL database).
  • \n
  • setup_resources_for_task_run: This method is called prior to launching a task run, and should setup any kind of details with the provider that are required. For instance, this might register the task before requesting instances, find and register required qualifications, or do any other required prep work such as setting up listeners.
  • \n
\n\n

<Crowd>Worker

\n\n

The <Crowd>Worker implementation needs to handle worker interactions, generally from the perspective of a requester:

\n\n
    \n
  • bonus_worker: Provide the worker a bonus for the given reason, optionally attached to a unit. Return a tuple of False with an error reason if the operation can't be performed, and (True, \"\") otherwise.
  • \n
  • block_worker: Block the given worker, optionally based on their work on a unit, and from a specific requester. Return a tuple of False with an error reason if the operation can't be performed, and (True, \"\") otherwise.
  • \n
  • unblock_worker: Unblock the worker from a specific requester. Return a tuple of False with an error reason if the operation can't be performed, and (True, \"\") otherwise.
  • \n
  • is_blocked: Provide whether or not this worker is blocked by the given Requester.
  • \n
  • is_eligible: Determine if the worker is eligible to work on the given TaskRun.
  • \n
\n\n

<Crowd>Agent

\n\n

The <Crowd>Agent implementation needs to be able to handle the following interactions:

\n\n
    \n
  • new_from_provider_data: As different providers may give different information upon the creation of an agent (which occurs when a worker accepts a unit), this information is sent through from the server via whatever is packaged in wrap_crowd_source.js. You can then store this into the provider datastore and return an Agent.
  • \n
  • approve_work: Tell the crowd provider that this work is accepted. (If allowed)
  • \n
  • reject_work: Tell the crowd provider that this work is rejected (if allowed), with the provided feedback reason.
  • \n
  • get_status: Return the current agent's status according to the crowd provider (if this state is automatically tracked by the crowd provider, and can be queried). Defaults to whatever status updates the WorkerPool can provide.
  • \n
  • mark_done: Tell the crowd provider that the task this agent is working on is now complete (if required). Otherwise just mark it as so in the local database.
  • \n
\n\n

<Crowd>Unit

\n\n

The <Crowd>Unit implementation needs to be able to handle the following interactions:

\n\n
    \n
  • get_status: Return the status for this unit, as known by the provider.
  • \n
  • launch: Given the url of the server to point people to for this task, launch the task and make it available for crowd workers to claim.
  • \n
  • expire: Submit a request to expire the HIT, and return the time that will need to be waited in order for that request to be fulfilled (in case it is not immediate).
  • \n
\n\n

<Crowd>Requester

\n\n

The <Crowd>Requester mostly just needs to abstract the registration process, but the full list of functions are below:

\n\n
    \n
  • register: Given arguments, register this requester
  • \n
  • get_register_args: Return the arguments required to register one of these requesters.
  • \n
  • is_registered: Determine if the current credentials for a Requester are valid.
  • \n
  • get_available_budget (Optional): return the available budget for this requester.
  • \n
\n\n

(TODO) maybe refactor budget? As not all requesters have budgets? Or perhaps have a few kinds of metadata?

\n\n

wrap_crowd_source.js

\n\n

A few frontend functions are required to be sure that the backend is able to interface with frontend interactions:

\n\n
    \n
  • getWorkerName(): Return the worker name, as will be provided to as the identifier for mephisto to know who is attempting the task
  • \n
  • getAssignmentId(): Return an identifier for the specific task as represented by the provider.
  • \n
  • getAgentRegistration(): Return the data that is going to be passed to the <Crowd>Agent's new_from_provider method. Currently the worker_name field is required to also set up the <Crowd>Worker.
  • \n
  • handleSubmitToProvider(): Tell the provider that the task is done from the frontend. Often amounts to hitting some kind of submit button after populating form data.
  • \n
\n\n

This file may also contain additional logic for handling things like error handling in a crowd provider-specific manner.

\n"}, "mephisto.abstractions.providers.mock": {"fullname": "mephisto.abstractions.providers.mock", "modulename": "mephisto.abstractions.providers.mock", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mock.mock_agent": {"fullname": "mephisto.abstractions.providers.mock.mock_agent", "modulename": "mephisto.abstractions.providers.mock.mock_agent", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"fullname": "mephisto.abstractions.providers.mock.mock_agent.MockAgent", "modulename": "mephisto.abstractions.providers.mock.mock_agent", "qualname": "MockAgent", "type": "class", "doc": "

This class encompasses a worker as they are working on an individual assignment.\nIt maintains details for the current task at hand such as start and end time,\nconnection status, etc.

\n", "bases": "mephisto.data_model.agent.Agent"}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"fullname": "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__", "modulename": "mephisto.abstractions.providers.mock.mock_agent", "qualname": "MockAgent.__init__", "type": "function", "doc": "

The new method is overridden to be able to automatically generate\nthe expected Agent class without needing to specifically find it\nfor a given db_id. As such it is impossible to create a base Agent\nas you will instead be returned the correct Agent class according to\nthe crowdprovider associated with this Agent.

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"fullname": "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe", "modulename": "mephisto.abstractions.providers.mock.mock_agent", "qualname": "MockAgent.observe", "type": "function", "doc": "

Put observations into this mock agent's observation list

\n", "signature": "(self, live_update: Dict[str, Any]) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"fullname": "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update", "modulename": "mephisto.abstractions.providers.mock.mock_agent", "qualname": "MockAgent.enqueue_mock_live_update", "type": "function", "doc": "

Add a fake observation to pull off on the next act call

\n", "signature": "(self, data: Dict[str, Any]) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"fullname": "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event", "modulename": "mephisto.abstractions.providers.mock.mock_agent", "qualname": "MockAgent.enqueue_mock_submit_event", "type": "function", "doc": "

Add a final submit event to put in the queue for this agent\nto be called on completion

\n", "signature": "(self, data: Dict[str, Any]) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"fullname": "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update", "modulename": "mephisto.abstractions.providers.mock.mock_agent", "qualname": "MockAgent.get_live_update", "type": "function", "doc": "

Either take an act from this mock agent's act queue (for use\nby tests and other mock purposes) or request a regular act\n(for use in manual testing).

\n", "signature": "(self, timeout=None) -> Union[Dict[str, Any], NoneType]", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"fullname": "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work", "modulename": "mephisto.abstractions.providers.mock.mock_agent", "qualname": "MockAgent.approve_work", "type": "function", "doc": "

Approve the work done on this specific Unit

\n\n

Mock Units

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"fullname": "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work", "modulename": "mephisto.abstractions.providers.mock.mock_agent", "qualname": "MockAgent.reject_work", "type": "function", "doc": "

Reject the work done on this specific Unit

\n", "signature": "(self, reason) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"fullname": "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done", "modulename": "mephisto.abstractions.providers.mock.mock_agent", "qualname": "MockAgent.mark_done", "type": "function", "doc": "

No need to tell mock crowd provider about doneness

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"fullname": "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected", "modulename": "mephisto.abstractions.providers.mock.mock_agent", "qualname": "MockAgent.mark_disconnected", "type": "function", "doc": "

Mark this mock agent as having disconnected

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"fullname": "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit", "modulename": "mephisto.abstractions.providers.mock.mock_agent", "qualname": "MockAgent.await_submit", "type": "function", "doc": "

Check the submission status of this agent, first popping off\nand triggering a local submit if there is one on a timeout submit

\n", "signature": "(self, timeout: Union[int, NoneType] = None) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"fullname": "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new", "modulename": "mephisto.abstractions.providers.mock.mock_agent", "qualname": "MockAgent.new", "type": "function", "doc": "

Create an agent for this worker to be used for work on the given Unit.

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n worker: mephisto.data_model.worker.Worker,\n unit: mephisto.data_model.unit.Unit\n) -> mephisto.data_model.agent.Agent", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_datastore": {"fullname": "mephisto.abstractions.providers.mock.mock_datastore", "modulename": "mephisto.abstractions.providers.mock.mock_datastore", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"fullname": "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore", "modulename": "mephisto.abstractions.providers.mock.mock_datastore", "qualname": "MockDatastore", "type": "class", "doc": "

Handles storing mock results and statuses across processes for use\nin unit testing and manual experimentation.

\n"}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"fullname": "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__", "modulename": "mephisto.abstractions.providers.mock.mock_datastore", "qualname": "MockDatastore.__init__", "type": "function", "doc": "

Initialize local storage of active agents, connect to the database

\n", "signature": "(self, datastore_root: str)", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"fullname": "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables", "modulename": "mephisto.abstractions.providers.mock.mock_datastore", "qualname": "MockDatastore.init_tables", "type": "function", "doc": "

Run all the table creation SQL queries to ensure the expected tables exist

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"fullname": "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists", "modulename": "mephisto.abstractions.providers.mock.mock_datastore", "qualname": "MockDatastore.ensure_requester_exists", "type": "function", "doc": "

Create a record of this requester if it doesn't exist

\n", "signature": "(self, requester_id: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"fullname": "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered", "modulename": "mephisto.abstractions.providers.mock.mock_datastore", "qualname": "MockDatastore.set_requester_registered", "type": "function", "doc": "

Set the requester registration status for the given id

\n", "signature": "(self, requester_id: str, val: bool) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"fullname": "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered", "modulename": "mephisto.abstractions.providers.mock.mock_datastore", "qualname": "MockDatastore.get_requester_registered", "type": "function", "doc": "

Get the registration status of a requester

\n", "signature": "(self, requester_id: str) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"fullname": "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists", "modulename": "mephisto.abstractions.providers.mock.mock_datastore", "qualname": "MockDatastore.ensure_worker_exists", "type": "function", "doc": "

Create a record of this worker if it doesn't exist

\n", "signature": "(self, worker_id: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"fullname": "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked", "modulename": "mephisto.abstractions.providers.mock.mock_datastore", "qualname": "MockDatastore.set_worker_blocked", "type": "function", "doc": "

Set the worker registration status for the given id

\n", "signature": "(self, worker_id: str, val: bool) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"fullname": "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked", "modulename": "mephisto.abstractions.providers.mock.mock_datastore", "qualname": "MockDatastore.get_worker_blocked", "type": "function", "doc": "

Get the registration status of a worker

\n", "signature": "(self, worker_id: str) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"fullname": "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists", "modulename": "mephisto.abstractions.providers.mock.mock_datastore", "qualname": "MockDatastore.ensure_unit_exists", "type": "function", "doc": "

Create a record of this unit if it doesn't exist

\n", "signature": "(self, unit_id: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"fullname": "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired", "modulename": "mephisto.abstractions.providers.mock.mock_datastore", "qualname": "MockDatastore.set_unit_expired", "type": "function", "doc": "

Set the unit registration status for the given id

\n", "signature": "(self, unit_id: str, val: bool) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"fullname": "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired", "modulename": "mephisto.abstractions.providers.mock.mock_datastore", "qualname": "MockDatastore.get_unit_expired", "type": "function", "doc": "

Get the registration status of a unit

\n", "signature": "(self, unit_id: str) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_provider": {"fullname": "mephisto.abstractions.providers.mock.mock_provider", "modulename": "mephisto.abstractions.providers.mock.mock_provider", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"fullname": "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs", "modulename": "mephisto.abstractions.providers.mock.mock_provider", "qualname": "MockProviderArgs", "type": "class", "doc": "

Base class for arguments to configure Crowd Providers

\n", "bases": "mephisto.abstractions.crowd_provider.ProviderArgs"}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"fullname": "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__", "modulename": "mephisto.abstractions.providers.mock.mock_provider", "qualname": "MockProviderArgs.__init__", "type": "function", "doc": "

\n", "signature": "(self, _provider_type: str = 'mock', requester_name: str = '???')", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"fullname": "mephisto.abstractions.providers.mock.mock_provider.MockProvider", "modulename": "mephisto.abstractions.providers.mock.mock_provider", "qualname": "MockProvider", "type": "class", "doc": "

Mock implementation of a CrowdProvider that stores everything\nin a local state in the class for use in tests.

\n", "bases": "mephisto.abstractions.crowd_provider.CrowdProvider"}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"fullname": "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass", "modulename": "mephisto.abstractions.providers.mock.mock_provider", "qualname": "MockProvider.UnitClass", "type": "class", "doc": "

This class tracks the status of an individual worker's contribution to a\nhigher level assignment. It is the smallest 'unit' of work to complete\nthe assignment, and this class is only responsible for checking\nthe status of that work itself being done.

\n\n

It should be extended for usage with a specific crowd provider

\n", "bases": "mephisto.data_model.unit.Unit"}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"fullname": "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass", "modulename": "mephisto.abstractions.providers.mock.mock_provider", "qualname": "MockProvider.RequesterClass", "type": "class", "doc": "

High level class representing a requester on some kind of crowd provider. Sets some default\ninitializations, but mostly should be extended by the specific requesters for crowd providers\nwith whatever implementation details are required to get those to work.

\n", "bases": "mephisto.data_model.requester.Requester"}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"fullname": "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass", "modulename": "mephisto.abstractions.providers.mock.mock_provider", "qualname": "MockProvider.WorkerClass", "type": "class", "doc": "

This class represents an individual - namely a person. It maintains components of ongoing identity for a user.

\n", "bases": "mephisto.data_model.worker.Worker"}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"fullname": "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass", "modulename": "mephisto.abstractions.providers.mock.mock_provider", "qualname": "MockProvider.AgentClass", "type": "class", "doc": "

This class encompasses a worker as they are working on an individual assignment.\nIt maintains details for the current task at hand such as start and end time,\nconnection status, etc.

\n", "bases": "mephisto.data_model.agent.Agent"}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"fullname": "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass", "modulename": "mephisto.abstractions.providers.mock.mock_provider", "qualname": "MockProvider.ArgsClass", "type": "class", "doc": "

Base class for arguments to configure Crowd Providers

\n", "bases": "mephisto.abstractions.crowd_provider.ProviderArgs"}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.PROVIDER_TYPE": {"fullname": "mephisto.abstractions.providers.mock.mock_provider.MockProvider.PROVIDER_TYPE", "modulename": "mephisto.abstractions.providers.mock.mock_provider", "qualname": "MockProvider.PROVIDER_TYPE", "type": "variable", "doc": "

\n", "default_value": " = 'mock'"}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"fullname": "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore", "modulename": "mephisto.abstractions.providers.mock.mock_provider", "qualname": "MockProvider.initialize_provider_datastore", "type": "function", "doc": "

Mocks don't need any initialization

\n", "signature": "(self, storage_path: str) -> Any", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"fullname": "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run", "modulename": "mephisto.abstractions.providers.mock.mock_provider", "qualname": "MockProvider.setup_resources_for_task_run", "type": "function", "doc": "

Mocks don't do any initialization

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState,\n server_url: str\n) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"fullname": "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run", "modulename": "mephisto.abstractions.providers.mock.mock_provider", "qualname": "MockProvider.cleanup_resources_from_task_run", "type": "function", "doc": "

Mocks don't do any initialization

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n server_url: str\n) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"fullname": "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path", "modulename": "mephisto.abstractions.providers.mock.mock_provider", "qualname": "MockProvider.get_wrapper_js_path", "type": "function", "doc": "

Return the path to the wrap_crowd_source.js file for this\nprovider to be deployed to the server

\n", "signature": "(cls)", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_requester": {"fullname": "mephisto.abstractions.providers.mock.mock_requester", "modulename": "mephisto.abstractions.providers.mock.mock_requester", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"fullname": "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs", "modulename": "mephisto.abstractions.providers.mock.mock_requester", "qualname": "MockRequesterArgs", "type": "class", "doc": "

MockRequesterArgs(name: str = 'MOCK_REQUESTER', force_fail: bool = False)

\n", "bases": "mephisto.data_model.requester.RequesterArgs"}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"fullname": "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__", "modulename": "mephisto.abstractions.providers.mock.mock_requester", "qualname": "MockRequesterArgs.__init__", "type": "function", "doc": "

\n", "signature": "(self, name: str = 'MOCK_REQUESTER', force_fail: bool = False)", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"fullname": "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name", "modulename": "mephisto.abstractions.providers.mock.mock_requester", "qualname": "MockRequesterArgs.name", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = 'MOCK_REQUESTER'"}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"fullname": "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail", "modulename": "mephisto.abstractions.providers.mock.mock_requester", "qualname": "MockRequesterArgs.force_fail", "type": "variable", "doc": "

\n", "annotation": ": bool", "default_value": " = False"}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"fullname": "mephisto.abstractions.providers.mock.mock_requester.MockRequester", "modulename": "mephisto.abstractions.providers.mock.mock_requester", "qualname": "MockRequester", "type": "class", "doc": "

High level class representing a requester on some kind of crowd provider. Sets some default\ninitializations, but mostly should be extended by the specific requesters for crowd providers\nwith whatever implementation details are required to get those to work.

\n", "bases": "mephisto.data_model.requester.Requester"}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"fullname": "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__", "modulename": "mephisto.abstractions.providers.mock.mock_requester", "qualname": "MockRequester.__init__", "type": "function", "doc": "

The new method is overridden to be able to automatically generate\nthe expected Requester class without needing to specifically find it\nfor a given db_id. As such it is impossible to create a base Requester\nas you will instead be returned the correct Requester class according to\nthe crowdprovider associated with this Requester.

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"fullname": "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass", "modulename": "mephisto.abstractions.providers.mock.mock_requester", "qualname": "MockRequester.ArgsClass", "type": "class", "doc": "

MockRequesterArgs(name: str = 'MOCK_REQUESTER', force_fail: bool = False)

\n", "bases": "mephisto.data_model.requester.RequesterArgs"}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"fullname": "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register", "modulename": "mephisto.abstractions.providers.mock.mock_requester", "qualname": "MockRequester.register", "type": "function", "doc": "

Mock requesters don't actually register credentials

\n", "signature": "(\n self,\n args: Union[omegaconf.dictconfig.DictConfig, NoneType] = None\n) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"fullname": "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered", "modulename": "mephisto.abstractions.providers.mock.mock_requester", "qualname": "MockRequester.is_registered", "type": "function", "doc": "

Return the registration status

\n", "signature": "(self) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"fullname": "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget", "modulename": "mephisto.abstractions.providers.mock.mock_requester", "qualname": "MockRequester.get_available_budget", "type": "function", "doc": "

MockRequesters have $100000 to spend

\n", "signature": "(self) -> float", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"fullname": "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox", "modulename": "mephisto.abstractions.providers.mock.mock_requester", "qualname": "MockRequester.is_sandbox", "type": "function", "doc": "

MockRequesters are for testing only, and are thus treated as sandbox

\n", "signature": "(self) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"fullname": "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new", "modulename": "mephisto.abstractions.providers.mock.mock_requester", "qualname": "MockRequester.new", "type": "function", "doc": "

Try to create a new requester by this name, raise an exception if\nthe name already exists.

\n\n

Implementation should call _register_requester(db, requester_id) when sure the requester\ncan be successfully created to have it put into the db and return the result.

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n requester_name: str\n) -> mephisto.data_model.requester.Requester", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_unit": {"fullname": "mephisto.abstractions.providers.mock.mock_unit", "modulename": "mephisto.abstractions.providers.mock.mock_unit", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"fullname": "mephisto.abstractions.providers.mock.mock_unit.MockUnit", "modulename": "mephisto.abstractions.providers.mock.mock_unit", "qualname": "MockUnit", "type": "class", "doc": "

This class tracks the status of an individual worker's contribution to a\nhigher level assignment. It is the smallest 'unit' of work to complete\nthe assignment, and this class is only responsible for checking\nthe status of that work itself being done.

\n\n

It should be extended for usage with a specific crowd provider

\n", "bases": "mephisto.data_model.unit.Unit"}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"fullname": "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__", "modulename": "mephisto.abstractions.providers.mock.mock_unit", "qualname": "MockUnit.__init__", "type": "function", "doc": "

The new method is overridden to be able to automatically generate\nthe expected Unit class without needing to specifically find it\nfor a given db_id. As such it is impossible to create a Unit\nas you will instead be returned the correct Unit class according to\nthe crowdprovider associated with this Unit.

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"fullname": "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch", "modulename": "mephisto.abstractions.providers.mock.mock_unit", "qualname": "MockUnit.launch", "type": "function", "doc": "

Mock launches do nothing right now beyond updating state

\n", "signature": "(self, task_url: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"fullname": "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire", "modulename": "mephisto.abstractions.providers.mock.mock_unit", "qualname": "MockUnit.expire", "type": "function", "doc": "

Expiration is immediate on Mocks

\n", "signature": "(self) -> float", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"fullname": "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired", "modulename": "mephisto.abstractions.providers.mock.mock_unit", "qualname": "MockUnit.is_expired", "type": "function", "doc": "

Determine if this unit is expired as according to the vendor.

\n", "signature": "(self) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"fullname": "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new", "modulename": "mephisto.abstractions.providers.mock.mock_unit", "qualname": "MockUnit.new", "type": "function", "doc": "

Create a Unit for the given assignment

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n assignment: mephisto.data_model.assignment.Assignment,\n index: int,\n pay_amount: float\n) -> mephisto.data_model.unit.Unit", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_worker": {"fullname": "mephisto.abstractions.providers.mock.mock_worker", "modulename": "mephisto.abstractions.providers.mock.mock_worker", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"fullname": "mephisto.abstractions.providers.mock.mock_worker.MockWorker", "modulename": "mephisto.abstractions.providers.mock.mock_worker", "qualname": "MockWorker", "type": "class", "doc": "

This class represents an individual - namely a person. It maintains components of ongoing identity for a user.

\n", "bases": "mephisto.data_model.worker.Worker"}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"fullname": "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__", "modulename": "mephisto.abstractions.providers.mock.mock_worker", "qualname": "MockWorker.__init__", "type": "function", "doc": "

The new method is overridden to be able to automatically generate\nthe expected Worker class without needing to specifically find it\nfor a given db_id. As such it is impossible to create a base Worker\nas you will instead be returned the correct Worker class according to\nthe crowdprovider associated with this Worker.

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"fullname": "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker", "modulename": "mephisto.abstractions.providers.mock.mock_worker", "qualname": "MockWorker.bonus_worker", "type": "function", "doc": "

Bonus this worker for work any reason. Return success of bonus

\n", "signature": "(\n self,\n amount: float,\n reason: str,\n unit: Union[mephisto.data_model.unit.Unit, NoneType] = None\n) -> Tuple[bool, str]", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"fullname": "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker", "modulename": "mephisto.abstractions.providers.mock.mock_worker", "qualname": "MockWorker.block_worker", "type": "function", "doc": "

Block this worker for a specified reason. Return success of block

\n", "signature": "(\n self,\n reason: str,\n unit: Union[mephisto.data_model.unit.Unit, NoneType] = None,\n requester: Union[mephisto.data_model.requester.Requester, NoneType] = None\n) -> Tuple[bool, str]", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"fullname": "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker", "modulename": "mephisto.abstractions.providers.mock.mock_worker", "qualname": "MockWorker.unblock_worker", "type": "function", "doc": "

unblock a blocked worker for the specified reason. Return success of unblock

\n", "signature": "(\n self,\n reason: str,\n requester: mephisto.data_model.requester.Requester\n) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"fullname": "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked", "modulename": "mephisto.abstractions.providers.mock.mock_worker", "qualname": "MockWorker.is_blocked", "type": "function", "doc": "

Determine if a worker is blocked

\n", "signature": "(self, requester: mephisto.data_model.requester.Requester) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"fullname": "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible", "modulename": "mephisto.abstractions.providers.mock.mock_worker", "qualname": "MockWorker.is_eligible", "type": "function", "doc": "

Determine if this worker is eligible for the given task run

\n", "signature": "(self, task_run: mephisto.data_model.task_run.TaskRun) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"fullname": "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new", "modulename": "mephisto.abstractions.providers.mock.mock_worker", "qualname": "MockWorker.new", "type": "function", "doc": "

Create a new worker attached to the given identifier, assuming it doesn't already\nexist in the database.

\n\n

Implementation should return the result of _register_worker when sure the worker\ncan be successfully created to have it put into the db.

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n worker_id: str\n) -> mephisto.data_model.worker.Worker", "funcdef": "def"}, "mephisto.abstractions.providers.mock.provider_type": {"fullname": "mephisto.abstractions.providers.mock.provider_type", "modulename": "mephisto.abstractions.providers.mock.provider_type", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk": {"fullname": "mephisto.abstractions.providers.mturk", "modulename": "mephisto.abstractions.providers.mturk", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk.mturk_agent": {"fullname": "mephisto.abstractions.providers.mturk.mturk_agent", "modulename": "mephisto.abstractions.providers.mturk.mturk_agent", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"fullname": "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent", "modulename": "mephisto.abstractions.providers.mturk.mturk_agent", "qualname": "MTurkAgent", "type": "class", "doc": "

This class encompasses a worker as they are working on an individual assignment.\nIt maintains details for the current task at hand such as start and end time,\nconnection status, etc.

\n", "bases": "mephisto.data_model.agent.Agent"}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"fullname": "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__", "modulename": "mephisto.abstractions.providers.mturk.mturk_agent", "qualname": "MTurkAgent.__init__", "type": "function", "doc": "

The new method is overridden to be able to automatically generate\nthe expected Agent class without needing to specifically find it\nfor a given db_id. As such it is impossible to create a base Agent\nas you will instead be returned the correct Agent class according to\nthe crowdprovider associated with this Agent.

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE": {"fullname": "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE", "modulename": "mephisto.abstractions.providers.mturk.mturk_agent", "qualname": "MTurkAgent.PROVIDER_TYPE", "type": "variable", "doc": "

\n", "default_value": " = 'mturk'"}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"fullname": "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data", "modulename": "mephisto.abstractions.providers.mturk.mturk_agent", "qualname": "MTurkAgent.new_from_provider_data", "type": "function", "doc": "

Wrapper around the new method that allows registering additional\nbookkeeping information from a crowd provider for this agent

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n worker: mephisto.data_model.worker.Worker,\n unit: mephisto.data_model.unit.Unit,\n provider_data: Dict[str, Any]\n) -> mephisto.data_model.agent.Agent", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"fullname": "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data", "modulename": "mephisto.abstractions.providers.mturk.mturk_agent", "qualname": "MTurkAgent.attempt_to_reconcile_submitted_data", "type": "function", "doc": "

Hacky attempt to load the data directly from MTurk to handle\ndata submitted that we missed somehow. Chance of failure is\ncertainly non-zero.

\n", "signature": "(self, mturk_hit_id: str)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"fullname": "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work", "modulename": "mephisto.abstractions.providers.mturk.mturk_agent", "qualname": "MTurkAgent.approve_work", "type": "function", "doc": "

Approve the work done on this specific Unit

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"fullname": "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work", "modulename": "mephisto.abstractions.providers.mturk.mturk_agent", "qualname": "MTurkAgent.reject_work", "type": "function", "doc": "

Reject the work done on this specific Unit

\n", "signature": "(self, reason) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"fullname": "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done", "modulename": "mephisto.abstractions.providers.mturk.mturk_agent", "qualname": "MTurkAgent.mark_done", "type": "function", "doc": "

MTurk agents are marked as done on the side of MTurk, so if this agent\nis marked as done there's nothing else we need to do as the task has been\nsubmitted.

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"fullname": "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new", "modulename": "mephisto.abstractions.providers.mturk.mturk_agent", "qualname": "MTurkAgent.new", "type": "function", "doc": "

Create an agent for this worker to be used for work on the given Unit.

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n worker: mephisto.data_model.worker.Worker,\n unit: mephisto.data_model.unit.Unit\n) -> mephisto.data_model.agent.Agent", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_datastore": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "qualname": "MTurkDatastore", "type": "class", "doc": "

Handles storing multiple sessions for different requesters\nacross a single mephisto thread (locked to a MephistoDB).\nAlso creates a relevant tables for mapping between MTurk\nand mephisto.

\n"}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "qualname": "MTurkDatastore.__init__", "type": "function", "doc": "

Initialize the session storage to empty, initialize tables if needed

\n", "signature": "(self, datastore_root: str)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "qualname": "MTurkDatastore.init_tables", "type": "function", "doc": "

Run all the table creation SQL queries to ensure the expected tables exist

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "qualname": "MTurkDatastore.is_hit_mapping_in_sync", "type": "function", "doc": "

Determine if a cached value from the given compare time is still valid

\n", "signature": "(self, unit_id: str, compare_time: float)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "qualname": "MTurkDatastore.new_hit", "type": "function", "doc": "

Register a new HIT mapping in the table

\n", "signature": "(self, hit_id: str, hit_link: str, duration: int, run_id: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "qualname": "MTurkDatastore.get_unassigned_hit_ids", "type": "function", "doc": "

Return a list of all HIT ids that haven't been assigned

\n", "signature": "(self, run_id: str)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "qualname": "MTurkDatastore.register_assignment_to_hit", "type": "function", "doc": "

Register a specific assignment and hit to the given unit,\nor clear the assignment after a return

\n", "signature": "(\n self,\n hit_id: str,\n unit_id: Union[str, NoneType] = None,\n assignment_id: Union[str, NoneType] = None\n) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "qualname": "MTurkDatastore.clear_hit_from_unit", "type": "function", "doc": "

Clear the hit mapping that maps the given unit,\nif such a unit-hit map exists

\n", "signature": "(self, unit_id: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "qualname": "MTurkDatastore.get_hit_mapping", "type": "function", "doc": "

Get the mapping between Mephisto IDs and MTurk ids

\n", "signature": "(self, unit_id: str) -> sqlite3.Row", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "qualname": "MTurkDatastore.register_run", "type": "function", "doc": "

Register a new task run in the mturk table

\n", "signature": "(\n self,\n run_id: str,\n hit_type_id: str,\n hit_config_path: str,\n frame_height: int = 0\n) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "qualname": "MTurkDatastore.get_run", "type": "function", "doc": "

Get the details for a run by task_run_id

\n", "signature": "(self, run_id: str) -> sqlite3.Row", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "qualname": "MTurkDatastore.create_qualification_mapping", "type": "function", "doc": "

Create a mapping between mephisto qualification name and mturk\nqualification details in the local datastore.

\n\n

Repeat entries with the same qualification_name will be idempotent

\n", "signature": "(\n self,\n qualification_name: str,\n requester_id: str,\n mturk_qualification_name: str,\n mturk_qualification_id: str\n) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "qualname": "MTurkDatastore.get_qualification_mapping", "type": "function", "doc": "

Get the mapping between Mephisto qualifications and MTurk qualifications

\n", "signature": "(self, qualification_name: str) -> Union[sqlite3.Row, NoneType]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "qualname": "MTurkDatastore.get_session_for_requester", "type": "function", "doc": "

Either create a new session for the given requester or return\nthe existing one if it has already been created

\n", "signature": "(self, requester_name: str) -> boto3.session.Session", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "qualname": "MTurkDatastore.get_client_for_requester", "type": "function", "doc": "

Return the client for the given requester, which should allow\ndirect calls to the mturk surface

\n", "signature": "(self, requester_name: str) -> Any", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"fullname": "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester", "modulename": "mephisto.abstractions.providers.mturk.mturk_datastore", "qualname": "MTurkDatastore.get_sandbox_client_for_requester", "type": "function", "doc": "

Return the client for the given requester, which should allow\ndirect calls to the mturk surface

\n", "signature": "(self, requester_name: str) -> Any", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_provider": {"fullname": "mephisto.abstractions.providers.mturk.mturk_provider", "modulename": "mephisto.abstractions.providers.mturk.mturk_provider", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"fullname": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs", "modulename": "mephisto.abstractions.providers.mturk.mturk_provider", "qualname": "MTurkProviderArgs", "type": "class", "doc": "

Provider args for an MTurk provider

\n", "bases": "mephisto.abstractions.crowd_provider.ProviderArgs"}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"fullname": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__", "modulename": "mephisto.abstractions.providers.mturk.mturk_provider", "qualname": "MTurkProviderArgs.__init__", "type": "function", "doc": "

\n", "signature": "(self, _provider_type: str = 'mturk', requester_name: str = '???')", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"fullname": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider", "modulename": "mephisto.abstractions.providers.mturk.mturk_provider", "qualname": "MTurkProvider", "type": "class", "doc": "

Implementation of a crowdprovider that interfaces with MTurk

\n", "bases": "mephisto.abstractions.crowd_provider.CrowdProvider"}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.PROVIDER_TYPE": {"fullname": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.PROVIDER_TYPE", "modulename": "mephisto.abstractions.providers.mturk.mturk_provider", "qualname": "MTurkProvider.PROVIDER_TYPE", "type": "variable", "doc": "

\n", "default_value": " = 'mturk'"}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"fullname": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass", "modulename": "mephisto.abstractions.providers.mturk.mturk_provider", "qualname": "MTurkProvider.UnitClass", "type": "class", "doc": "

This class tracks the status of an individual worker's contribution to a\nhigher level assignment. It is the smallest 'unit' of work to complete\nthe assignment, and this class is only responsible for checking\nthe status of that work itself being done.

\n", "bases": "mephisto.data_model.unit.Unit"}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"fullname": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass", "modulename": "mephisto.abstractions.providers.mturk.mturk_provider", "qualname": "MTurkProvider.RequesterClass", "type": "class", "doc": "

Wrapper for requester behavior as provided by MTurk. Makes\nall requests directly to MTurk through boto3.

\n", "bases": "mephisto.data_model.requester.Requester"}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"fullname": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass", "modulename": "mephisto.abstractions.providers.mturk.mturk_provider", "qualname": "MTurkProvider.WorkerClass", "type": "class", "doc": "

This class represents an individual - namely a person. It maintains components of ongoing identity for a user.

\n", "bases": "mephisto.data_model.worker.Worker"}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"fullname": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass", "modulename": "mephisto.abstractions.providers.mturk.mturk_provider", "qualname": "MTurkProvider.AgentClass", "type": "class", "doc": "

This class encompasses a worker as they are working on an individual assignment.\nIt maintains details for the current task at hand such as start and end time,\nconnection status, etc.

\n", "bases": "mephisto.data_model.agent.Agent"}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"fullname": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass", "modulename": "mephisto.abstractions.providers.mturk.mturk_provider", "qualname": "MTurkProvider.ArgsClass", "type": "class", "doc": "

Provider args for an MTurk provider

\n", "bases": "mephisto.abstractions.crowd_provider.ProviderArgs"}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"fullname": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore", "modulename": "mephisto.abstractions.providers.mturk.mturk_provider", "qualname": "MTurkProvider.initialize_provider_datastore", "type": "function", "doc": "

MTurk itself is the source of truth for most data required to run\ntasks on MTurk. The datastore holds sessions to connect with\nMTurk as well as mappings between MTurk ids and Mephisto ids

\n", "signature": "(self, storage_path: str) -> Any", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"fullname": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run", "modulename": "mephisto.abstractions.providers.mturk.mturk_provider", "qualname": "MTurkProvider.setup_resources_for_task_run", "type": "function", "doc": "

Produce the HIT type for this task run.

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n args: omegaconf.dictconfig.DictConfig,\n shared_state: mephisto.abstractions.blueprint.SharedTaskState,\n server_url: str\n) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"fullname": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run", "modulename": "mephisto.abstractions.providers.mturk.mturk_provider", "qualname": "MTurkProvider.cleanup_resources_from_task_run", "type": "function", "doc": "

No cleanup necessary for task type

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n server_url: str\n) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"fullname": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path", "modulename": "mephisto.abstractions.providers.mturk.mturk_provider", "qualname": "MTurkProvider.get_wrapper_js_path", "type": "function", "doc": "

Return the path to the wrap_crowd_source.js file for this\nprovider to be deployed to the server

\n", "signature": "(cls)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"fullname": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification", "modulename": "mephisto.abstractions.providers.mturk.mturk_provider", "qualname": "MTurkProvider.cleanup_qualification", "type": "function", "doc": "

Remove the qualification from the sandbox server, if it exists

\n", "signature": "(self, qualification_name: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_requester": {"fullname": "mephisto.abstractions.providers.mturk.mturk_requester", "modulename": "mephisto.abstractions.providers.mturk.mturk_requester", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"fullname": "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs", "modulename": "mephisto.abstractions.providers.mturk.mturk_requester", "qualname": "MTurkRequesterArgs", "type": "class", "doc": "

MTurkRequesterArgs(name: str = '???', _group: str = 'MTurkRequester', access_key_id: str = '???', secret_access_key: str = '???')

\n", "bases": "mephisto.data_model.requester.RequesterArgs"}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"fullname": "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__", "modulename": "mephisto.abstractions.providers.mturk.mturk_requester", "qualname": "MTurkRequesterArgs.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n name: str = '???',\n _group: str = 'MTurkRequester',\n access_key_id: str = '???',\n secret_access_key: str = '???'\n)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"fullname": "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id", "modulename": "mephisto.abstractions.providers.mturk.mturk_requester", "qualname": "MTurkRequesterArgs.access_key_id", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"fullname": "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key", "modulename": "mephisto.abstractions.providers.mturk.mturk_requester", "qualname": "MTurkRequesterArgs.secret_access_key", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"fullname": "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester", "modulename": "mephisto.abstractions.providers.mturk.mturk_requester", "qualname": "MTurkRequester", "type": "class", "doc": "

Wrapper for requester behavior as provided by MTurk. Makes\nall requests directly to MTurk through boto3.

\n", "bases": "mephisto.data_model.requester.Requester"}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"fullname": "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__", "modulename": "mephisto.abstractions.providers.mturk.mturk_requester", "qualname": "MTurkRequester.__init__", "type": "function", "doc": "

The new method is overridden to be able to automatically generate\nthe expected Requester class without needing to specifically find it\nfor a given db_id. As such it is impossible to create a base Requester\nas you will instead be returned the correct Requester class according to\nthe crowdprovider associated with this Requester.

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE": {"fullname": "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE", "modulename": "mephisto.abstractions.providers.mturk.mturk_requester", "qualname": "MTurkRequester.PROVIDER_TYPE", "type": "variable", "doc": "

\n", "default_value": " = 'mturk'"}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"fullname": "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass", "modulename": "mephisto.abstractions.providers.mturk.mturk_requester", "qualname": "MTurkRequester.ArgsClass", "type": "class", "doc": "

MTurkRequesterArgs(name: str = '???', _group: str = 'MTurkRequester', access_key_id: str = '???', secret_access_key: str = '???')

\n", "bases": "mephisto.data_model.requester.RequesterArgs"}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"fullname": "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register", "modulename": "mephisto.abstractions.providers.mturk.mturk_requester", "qualname": "MTurkRequester.register", "type": "function", "doc": "

Register this requester with the crowd provider by providing any required credentials\nor such. If no args are provided, assume the registration is already made and try\nto assert it as such.

\n", "signature": "(\n self,\n args: Union[omegaconf.dictconfig.DictConfig, NoneType] = None\n) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"fullname": "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered", "modulename": "mephisto.abstractions.providers.mturk.mturk_requester", "qualname": "MTurkRequester.is_registered", "type": "function", "doc": "

Return whether or not this requester has registered yet

\n", "signature": "(self) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"fullname": "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget", "modulename": "mephisto.abstractions.providers.mturk.mturk_requester", "qualname": "MTurkRequester.get_available_budget", "type": "function", "doc": "

Get the available budget from MTurk

\n", "signature": "(self) -> float", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"fullname": "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new", "modulename": "mephisto.abstractions.providers.mturk.mturk_requester", "qualname": "MTurkRequester.new", "type": "function", "doc": "

Try to create a new requester by this name, raise an exception if\nthe name already exists.

\n\n

Implementation should call _register_requester(db, requester_id) when sure the requester\ncan be successfully created to have it put into the db and return the result.

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n requester_name: str\n) -> mephisto.data_model.requester.Requester", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_unit": {"fullname": "mephisto.abstractions.providers.mturk.mturk_unit", "modulename": "mephisto.abstractions.providers.mturk.mturk_unit", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"fullname": "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit", "modulename": "mephisto.abstractions.providers.mturk.mturk_unit", "qualname": "MTurkUnit", "type": "class", "doc": "

This class tracks the status of an individual worker's contribution to a\nhigher level assignment. It is the smallest 'unit' of work to complete\nthe assignment, and this class is only responsible for checking\nthe status of that work itself being done.

\n", "bases": "mephisto.data_model.unit.Unit"}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"fullname": "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__", "modulename": "mephisto.abstractions.providers.mturk.mturk_unit", "qualname": "MTurkUnit.__init__", "type": "function", "doc": "

The new method is overridden to be able to automatically generate\nthe expected Unit class without needing to specifically find it\nfor a given db_id. As such it is impossible to create a Unit\nas you will instead be returned the correct Unit class according to\nthe crowdprovider associated with this Unit.

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE": {"fullname": "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE", "modulename": "mephisto.abstractions.providers.mturk.mturk_unit", "qualname": "MTurkUnit.PROVIDER_TYPE", "type": "variable", "doc": "

\n", "default_value": " = 'mturk'"}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"fullname": "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data", "modulename": "mephisto.abstractions.providers.mturk.mturk_unit", "qualname": "MTurkUnit.register_from_provider_data", "type": "function", "doc": "

Update the datastore and local information from this registration

\n", "signature": "(self, hit_id: str, mturk_assignment_id: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"fullname": "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id", "modulename": "mephisto.abstractions.providers.mturk.mturk_unit", "qualname": "MTurkUnit.get_mturk_assignment_id", "type": "function", "doc": "

Return the MTurk assignment id associated with this unit

\n", "signature": "(self) -> Union[str, NoneType]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"fullname": "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id", "modulename": "mephisto.abstractions.providers.mturk.mturk_unit", "qualname": "MTurkUnit.get_mturk_hit_id", "type": "function", "doc": "

Return the MTurk hit id associated with this unit

\n", "signature": "(self) -> Union[str, NoneType]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"fullname": "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester", "modulename": "mephisto.abstractions.providers.mturk.mturk_unit", "qualname": "MTurkUnit.get_requester", "type": "function", "doc": "

Wrapper around regular Requester as this will be MTurkRequesters

\n", "signature": "(\n self\n) -> mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"fullname": "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status", "modulename": "mephisto.abstractions.providers.mturk.mturk_unit", "qualname": "MTurkUnit.set_db_status", "type": "function", "doc": "

Set the status reflected in the database for this Unit

\n", "signature": "(self, status: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"fullname": "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent", "modulename": "mephisto.abstractions.providers.mturk.mturk_unit", "qualname": "MTurkUnit.clear_assigned_agent", "type": "function", "doc": "

Additionally to clearing the agent, we also need to dissociate the\nhit_id from this unit in the MTurkDatastore

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"fullname": "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status", "modulename": "mephisto.abstractions.providers.mturk.mturk_unit", "qualname": "MTurkUnit.get_status", "type": "function", "doc": "

Get status for this unit directly from MTurk, fall back on local info

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"fullname": "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch", "modulename": "mephisto.abstractions.providers.mturk.mturk_unit", "qualname": "MTurkUnit.launch", "type": "function", "doc": "

Create this HIT on MTurk (making it availalbe) and register the ids in the local db

\n", "signature": "(self, task_url: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"fullname": "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire", "modulename": "mephisto.abstractions.providers.mturk.mturk_unit", "qualname": "MTurkUnit.expire", "type": "function", "doc": "

Send a request to expire the HIT, and if it's not assigned return,\notherwise just return the maximum assignment duration

\n", "signature": "(self) -> float", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"fullname": "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired", "modulename": "mephisto.abstractions.providers.mturk.mturk_unit", "qualname": "MTurkUnit.is_expired", "type": "function", "doc": "

Determine if this unit is expired as according to the vendor.

\n\n

In this case, we keep track of the expiration locally by refreshing\nthe hit's status and seeing if we've expired.

\n", "signature": "(self) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"fullname": "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new", "modulename": "mephisto.abstractions.providers.mturk.mturk_unit", "qualname": "MTurkUnit.new", "type": "function", "doc": "

Create a Unit for the given assignment

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n assignment: mephisto.data_model.assignment.Assignment,\n index: int,\n pay_amount: float\n) -> mephisto.data_model.unit.Unit", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "client_is_sandbox", "type": "function", "doc": "

Determine if the given client is communicating with\nthe live server or a sandbox

\n", "signature": "(client: Any) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "check_aws_credentials", "type": "function", "doc": "

\n", "signature": "(profile_name: str) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "setup_aws_credentials", "type": "function", "doc": "

\n", "signature": "(\n profile_name: str,\n register_args: Union[omegaconf.dictconfig.DictConfig, NoneType] = None\n) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "calculate_mturk_task_fee", "type": "function", "doc": "

MTurk Pricing: https://requester.mturk.com/pricing\n20% fee on the reward and bonus amount (if any) you pay Workers.

\n", "signature": "(task_amount: float) -> float", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "calculate_mturk_bonus_fee", "type": "function", "doc": "

MTurk Pricing: https://requester.mturk.com/pricing\n20% fee on the reward and bonus amount (if any) you pay Workers.

\n", "signature": "(bonus_amount: float) -> float", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "get_requester_balance", "type": "function", "doc": "

Get the balance for the requester associated with this client

\n", "signature": "(client: Any) -> float", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "check_mturk_balance", "type": "function", "doc": "

Checks to see if there is at least balance_needed amount in the\nrequester account, returns True if the balance is greater than\nbalance_needed

\n", "signature": "(client: Any, balance_needed: float)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "create_hit_config", "type": "function", "doc": "

Writes a HIT config to file

\n", "signature": "(\n opt: Dict[str, Any],\n task_description: str,\n unique_worker: bool,\n is_sandbox: bool\n) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "delete_qualification", "type": "function", "doc": "

Deletes a qualification by id

\n", "signature": "(client: Any, qualification_id: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "find_qualification", "type": "function", "doc": "

Query amazon to find the existing qualification name, return the Id,\notherwise return none.\nIf must_be_owned is true, it only returns qualifications owned by the user.\nWill return False if it finds another's qualification

\n\n

The return format is (meets_owner_constraint, qual_id)

\n", "signature": "(\n client: Any,\n qualification_name: str,\n must_be_owned: bool = True\n) -> Tuple[bool, Union[str, NoneType]]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "find_or_create_qualification", "type": "function", "doc": "

Query amazon to find the existing qualification name, return the Id. If\nit exists and must_be_owned is true but we don't own it, this returns none.\nIf it doesn't exist, the qualification is created

\n", "signature": "(\n client: Any,\n qualification_name: str,\n description: str,\n must_be_owned: bool = True\n) -> Union[str, NoneType]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "give_worker_qualification", "type": "function", "doc": "

Give a qualification to the given worker

\n", "signature": "(\n client: Any,\n worker_id: str,\n qualification_id: str,\n value: Union[int, NoneType] = None\n) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "remove_worker_qualification", "type": "function", "doc": "

Give a qualification to the given worker

\n", "signature": "(\n client: Any,\n worker_id: str,\n qualification_id: str,\n reason: str = ''\n) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "convert_mephisto_qualifications", "type": "function", "doc": "

Convert qualifications from mephisto's format to MTurk's

\n", "signature": "(client: Any, qualifications: List[Dict[str, Any]])", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "create_hit_type", "type": "function", "doc": "

Create a HIT type to be used to generate HITs of the requested params

\n", "signature": "(\n client: Any,\n task_args: omegaconf.dictconfig.DictConfig,\n qualifications: List[Dict[str, Any]],\n auto_approve_delay: Union[int, NoneType] = 604800,\n skip_locale_qual=False\n) -> str", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "create_compensation_hit_with_hit_type", "type": "function", "doc": "

Creates a simple compensation HIT to direct workers to submit

\n", "signature": "(\n client: Any,\n reason: str,\n hit_type_id: str,\n num_assignments: int = 1\n) -> Tuple[str, str, Dict[str, Any]]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "create_hit_with_hit_type", "type": "function", "doc": "

Creates the actual HIT given the type and page to direct clients to

\n", "signature": "(\n client: Any,\n frame_height: int,\n page_url: str,\n hit_type_id: str,\n num_assignments: int = 1\n) -> Tuple[str, str, Dict[str, Any]]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "expire_hit", "type": "function", "doc": "

\n", "signature": "(client: Any, hit_id: str)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.get_hit", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "get_hit", "type": "function", "doc": "

Get hit from mturk by hit_id

\n", "signature": "(client: Any, hit_id: str) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "get_assignment", "type": "function", "doc": "

Gets assignment from mturk by assignment_id. Only works if the\nassignment is in a completed state

\n", "signature": "(client: Any, assignment_id: str) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "get_assignments_for_hit", "type": "function", "doc": "

Get completed assignments for a hit

\n", "signature": "(client: Any, hit_id: str) -> List[Dict[str, Any]]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.approve_work", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "approve_work", "type": "function", "doc": "

approve work for a given assignment through the mturk client

\n", "signature": "(\n client: Any,\n assignment_id: str,\n override_rejection: bool = False\n) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.reject_work", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "reject_work", "type": "function", "doc": "

reject work for a given assignment through the mturk client

\n", "signature": "(client: Any, assignment_id: str, reason: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "approve_assignments_for_hit", "type": "function", "doc": "

Approve work for assignments associated with a given hit, through\nmturk client

\n", "signature": "(client: Any, hit_id: str, override_rejection: bool = False)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.block_worker", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "block_worker", "type": "function", "doc": "

Block a worker by id using the mturk client, passes reason along

\n", "signature": "(client: Any, worker_id: str, reason: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "unblock_worker", "type": "function", "doc": "

Remove a block on the given worker

\n", "signature": "(client: Any, worker_id: str, reason: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "is_worker_blocked", "type": "function", "doc": "

Determine if the given worker is blocked by this client

\n", "signature": "(client: Any, worker_id: str) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "pay_bonus", "type": "function", "doc": "

Handles paying bonus to a Turker, fails for insufficient funds.\nReturns True on success and False on failure

\n", "signature": "(\n client: Any,\n worker_id: str,\n bonus_amount: float,\n assignment_id: str,\n reason: str,\n unique_request_token: str\n) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.email_worker", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "email_worker", "type": "function", "doc": "

Send an email to a worker through the mturk client

\n", "signature": "(\n client: Any,\n worker_id: str,\n subject: str,\n message_text: str\n) -> Tuple[bool, str]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "get_outstanding_hits", "type": "function", "doc": "

Return the HITs sorted by HITTypeId that are still on the MTurk Server

\n", "signature": "(client: Any) -> Dict[str, List[Dict[str, Any]]]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"fullname": "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits", "modulename": "mephisto.abstractions.providers.mturk.mturk_utils", "qualname": "expire_and_dispose_hits", "type": "function", "doc": "

Loops over attempting to expire and dispose any hits in the hits list that can be disposed\nReturns any HITs that could not be disposed of

\n", "signature": "(\n client: Any,\n hits: List[Dict[str, Any]],\n quiet: bool = False\n) -> List[Dict[str, Any]]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_worker": {"fullname": "mephisto.abstractions.providers.mturk.mturk_worker", "modulename": "mephisto.abstractions.providers.mturk.mturk_worker", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"fullname": "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker", "modulename": "mephisto.abstractions.providers.mturk.mturk_worker", "qualname": "MTurkWorker", "type": "class", "doc": "

This class represents an individual - namely a person. It maintains components of ongoing identity for a user.

\n", "bases": "mephisto.data_model.worker.Worker"}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"fullname": "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__", "modulename": "mephisto.abstractions.providers.mturk.mturk_worker", "qualname": "MTurkWorker.__init__", "type": "function", "doc": "

The new method is overridden to be able to automatically generate\nthe expected Worker class without needing to specifically find it\nfor a given db_id. As such it is impossible to create a base Worker\nas you will instead be returned the correct Worker class according to\nthe crowdprovider associated with this Worker.

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE": {"fullname": "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE", "modulename": "mephisto.abstractions.providers.mturk.mturk_worker", "qualname": "MTurkWorker.PROVIDER_TYPE", "type": "variable", "doc": "

\n", "default_value": " = 'mturk'"}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"fullname": "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id", "modulename": "mephisto.abstractions.providers.mturk.mturk_worker", "qualname": "MTurkWorker.get_from_mturk_worker_id", "type": "function", "doc": "

Get the MTurkWorker from the given worker_id

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n mturk_worker_id: str\n) -> Union[mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker, NoneType]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"fullname": "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id", "modulename": "mephisto.abstractions.providers.mturk.mturk_worker", "qualname": "MTurkWorker.get_mturk_worker_id", "type": "function", "doc": "

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"fullname": "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification", "modulename": "mephisto.abstractions.providers.mturk.mturk_worker", "qualname": "MTurkWorker.grant_crowd_qualification", "type": "function", "doc": "

Grant a qualification by the given name to this worker. Check the local\nMTurk db to find the matching MTurk qualification to grant, and pass\nthat. If no qualification exists, try to create one.

\n\n

In creating a new qualification, Mephisto resolves the ambiguity over which\nrequester to associate that qualification with by using the FIRST requester\nof the given account type (either mturk or mturk_sandbox)

\n", "signature": "(self, qualification_name: str, value: int = 1) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"fullname": "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification", "modulename": "mephisto.abstractions.providers.mturk.mturk_worker", "qualname": "MTurkWorker.revoke_crowd_qualification", "type": "function", "doc": "

Revoke the qualification by the given name from this worker. Check the local\nMTurk db to find the matching MTurk qualification to revoke, pass if\nno such qualification exists.

\n", "signature": "(self, qualification_name: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"fullname": "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker", "modulename": "mephisto.abstractions.providers.mturk.mturk_worker", "qualname": "MTurkWorker.bonus_worker", "type": "function", "doc": "

Bonus this worker for work any reason. Return tuple of success and failure message

\n", "signature": "(\n self,\n amount: float,\n reason: str,\n unit: Union[mephisto.data_model.unit.Unit, NoneType] = None\n) -> Tuple[bool, str]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"fullname": "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker", "modulename": "mephisto.abstractions.providers.mturk.mturk_worker", "qualname": "MTurkWorker.block_worker", "type": "function", "doc": "

Block this worker for a specified reason. Return success of block

\n", "signature": "(\n self,\n reason: str,\n unit: Union[mephisto.data_model.unit.Unit, NoneType] = None,\n requester: Union[mephisto.data_model.requester.Requester, NoneType] = None\n) -> Tuple[bool, str]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"fullname": "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker", "modulename": "mephisto.abstractions.providers.mturk.mturk_worker", "qualname": "MTurkWorker.unblock_worker", "type": "function", "doc": "

unblock a blocked worker for the specified reason. Return success of unblock

\n", "signature": "(\n self,\n reason: str,\n requester: mephisto.data_model.requester.Requester\n) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"fullname": "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked", "modulename": "mephisto.abstractions.providers.mturk.mturk_worker", "qualname": "MTurkWorker.is_blocked", "type": "function", "doc": "

Determine if a worker is blocked

\n", "signature": "(self, requester: mephisto.data_model.requester.Requester) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"fullname": "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible", "modulename": "mephisto.abstractions.providers.mturk.mturk_worker", "qualname": "MTurkWorker.is_eligible", "type": "function", "doc": "

Qualifications are handled primarily by MTurk, so if a worker is able to get\nthrough to be able to access the task, they should be eligible

\n", "signature": "(self, task_run: mephisto.data_model.task_run.TaskRun) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"fullname": "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new", "modulename": "mephisto.abstractions.providers.mturk.mturk_worker", "qualname": "MTurkWorker.new", "type": "function", "doc": "

Create a new worker attached to the given identifier, assuming it doesn't already\nexist in the database.

\n\n

Implementation should return the result of _register_worker when sure the worker\ncan be successfully created to have it put into the db.

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n worker_id: str\n) -> mephisto.data_model.worker.Worker", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.provider_type": {"fullname": "mephisto.abstractions.providers.mturk.provider_type", "modulename": "mephisto.abstractions.providers.mturk.provider_type", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk.utils": {"fullname": "mephisto.abstractions.providers.mturk.utils", "modulename": "mephisto.abstractions.providers.mturk.utils", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk.utils.script_utils": {"fullname": "mephisto.abstractions.providers.mturk.utils.script_utils", "modulename": "mephisto.abstractions.providers.mturk.utils.script_utils", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"fullname": "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers", "modulename": "mephisto.abstractions.providers.mturk.utils.script_utils", "qualname": "direct_soft_block_mturk_workers", "type": "function", "doc": "

Directly assign the soft blocking MTurk qualification that Mephisto\nassociates with soft_block_qual_name to all of the MTurk worker ids\nin worker_list. If requester_name is not provided, it will use the\nmost recently registered mturk requester in the database.

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n worker_list: List[str],\n soft_block_qual_name: str,\n requester_name: Union[str, NoneType] = None\n)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"fullname": "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id", "modulename": "mephisto.abstractions.providers.mturk.utils.script_utils", "qualname": "get_mturk_ids_from_unit_id", "type": "function", "doc": "

Find the relevant mturk ids from the given mephisto unit id

\n", "signature": "(db, unit_id: str) -> Dict[str, Union[str, NoneType]]", "funcdef": "def"}, "mephisto.abstractions.providers.mturk_sandbox": {"fullname": "mephisto.abstractions.providers.mturk_sandbox", "modulename": "mephisto.abstractions.providers.mturk_sandbox", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk_sandbox.provider_type": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.provider_type", "modulename": "mephisto.abstractions.providers.mturk_sandbox.provider_type", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent", "qualname": "SandboxMTurkAgent", "type": "class", "doc": "

Wrapper for a regular MTurk agent that will only communicate with sandbox

\n", "bases": "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent", "qualname": "SandboxMTurkAgent.PROVIDER_TYPE", "type": "variable", "doc": "

\n", "default_value": " = 'mturk_sandbox'"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent", "qualname": "SandboxMTurkAgent.new", "type": "function", "doc": "

Create an agent for this worker to be used for work on the given Unit.

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n worker: mephisto.data_model.worker.Worker,\n unit: mephisto.data_model.unit.Unit\n) -> mephisto.data_model.agent.Agent", "funcdef": "def"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider", "qualname": "SandboxMTurkProviderArgs", "type": "class", "doc": "

Provider args for a sandbox MTurk provider

\n", "bases": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider", "qualname": "SandboxMTurkProviderArgs.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n _provider_type: str = 'mturk_sandbox',\n requester_name: str = '???'\n)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider", "qualname": "SandboxMTurkProvider", "type": "class", "doc": "

Mock implementation of a CrowdProvider that stores everything\nin a local state in the class for use in tests.

\n", "bases": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider", "qualname": "SandboxMTurkProvider.PROVIDER_TYPE", "type": "variable", "doc": "

\n", "default_value": " = 'mturk_sandbox'"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider", "qualname": "SandboxMTurkProvider.UnitClass", "type": "class", "doc": "

This class tracks the status of an individual worker's contribution to a\nhigher level assignment. It is the smallest 'unit' of work to complete\nthe assignment, and this class is only responsible for checking\nthe status of that work itself being done.

\n", "bases": "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider", "qualname": "SandboxMTurkProvider.RequesterClass", "type": "class", "doc": "

Wrapper around regular requester that handles removing the appended \"sandbox\" name

\n", "bases": "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider", "qualname": "SandboxMTurkProvider.WorkerClass", "type": "class", "doc": "

This class represents an individual - namely a person. It maintains components of ongoing identity for a user.

\n", "bases": "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider", "qualname": "SandboxMTurkProvider.AgentClass", "type": "class", "doc": "

Wrapper for a regular MTurk agent that will only communicate with sandbox

\n", "bases": "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider", "qualname": "SandboxMTurkProvider.ArgsClass", "type": "class", "doc": "

Provider args for a sandbox MTurk provider

\n", "bases": "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider", "qualname": "SandboxMTurkProvider.get_wrapper_js_path", "type": "function", "doc": "

Return the path to the wrap_crowd_source.js file for this\nprovider to be deployed to the server

\n", "signature": "(cls)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider", "qualname": "SandboxMTurkProvider.cleanup_qualification", "type": "function", "doc": "

Remove the qualification from the sandbox server

\n", "signature": "(self, qualification_name: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester", "qualname": "SandboxMTurkRequester", "type": "class", "doc": "

Wrapper around regular requester that handles removing the appended \"sandbox\" name

\n", "bases": "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester", "qualname": "SandboxMTurkRequester.__init__", "type": "function", "doc": "

The new method is overridden to be able to automatically generate\nthe expected Requester class without needing to specifically find it\nfor a given db_id. As such it is impossible to create a base Requester\nas you will instead be returned the correct Requester class according to\nthe crowdprovider associated with this Requester.

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester", "qualname": "SandboxMTurkRequester.PROVIDER_TYPE", "type": "variable", "doc": "

\n", "default_value": " = 'mturk_sandbox'"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester", "qualname": "SandboxMTurkRequester.is_sandbox", "type": "function", "doc": "

Determine if this is a requester on sandbox

\n", "signature": "(cls) -> bool", "funcdef": "def"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester", "qualname": "SandboxMTurkRequester.new", "type": "function", "doc": "

Try to create a new requester by this name, raise an exception if\nthe name already exists.

\n\n

Implementation should call _register_requester(db, requester_id) when sure the requester\ncan be successfully created to have it put into the db and return the result.

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n requester_name: str\n) -> mephisto.data_model.requester.Requester", "funcdef": "def"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit", "qualname": "SandboxMTurkUnit", "type": "class", "doc": "

This class tracks the status of an individual worker's contribution to a\nhigher level assignment. It is the smallest 'unit' of work to complete\nthe assignment, and this class is only responsible for checking\nthe status of that work itself being done.

\n", "bases": "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit", "qualname": "SandboxMTurkUnit.PROVIDER_TYPE", "type": "variable", "doc": "

\n", "default_value": " = 'mturk_sandbox'"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit", "qualname": "SandboxMTurkUnit.new", "type": "function", "doc": "

Create a Unit for the given assignment

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n assignment: mephisto.data_model.assignment.Assignment,\n index: int,\n pay_amount: float\n) -> mephisto.data_model.unit.Unit", "funcdef": "def"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker", "type": "module", "doc": "

\n"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker", "qualname": "SandboxMTurkWorker", "type": "class", "doc": "

This class represents an individual - namely a person. It maintains components of ongoing identity for a user.

\n", "bases": "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker", "qualname": "SandboxMTurkWorker.__init__", "type": "function", "doc": "

The new method is overridden to be able to automatically generate\nthe expected Worker class without needing to specifically find it\nfor a given db_id. As such it is impossible to create a base Worker\nas you will instead be returned the correct Worker class according to\nthe crowdprovider associated with this Worker.

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker", "qualname": "SandboxMTurkWorker.PROVIDER_TYPE", "type": "variable", "doc": "

\n", "default_value": " = 'mturk_sandbox'"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker", "qualname": "SandboxMTurkWorker.grant_crowd_qualification", "type": "function", "doc": "

Grant a qualification by the given name to this worker. Check the local\nMTurk db to find the matching MTurk qualification to grant, and pass\nthat. If no qualification exists, try to create one.

\n", "signature": "(self, qualification_name: str, value: int = 1) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker", "qualname": "SandboxMTurkWorker.revoke_crowd_qualification", "type": "function", "doc": "

Revoke the qualification by the given name from this worker. Check the local\nMTurk db to find the matching MTurk qualification to revoke, pass if\nno such qualification exists.

\n", "signature": "(self, qualification_name: str) -> None", "funcdef": "def"}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"fullname": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new", "modulename": "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker", "qualname": "SandboxMTurkWorker.new", "type": "function", "doc": "

Create a new worker attached to the given identifier, assuming it doesn't already\nexist in the database.

\n\n

Implementation should return the result of _register_worker when sure the worker\ncan be successfully created to have it put into the db.

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n worker_id: str\n) -> mephisto.data_model.worker.Worker", "funcdef": "def"}, "mephisto.client": {"fullname": "mephisto.client", "modulename": "mephisto.client", "type": "module", "doc": "

API specifications

\n\n

All of the endpoints below are GET unless specified otherwise.

\n\n

These specs are to be implemented in mephisto/client/api.py.

\n\n

Key: \ud83d\udc9a - Data Complete / \ud83d\udc9b - Data Mocked / \ud83d\udc9c - Consumed by UI / \ud83d\udda4 - Not consumed by UI

\n\n

WIP Endpoints / Backlog

\n\n
    \n
  • Endpoints for actions to modify the review state of a Unit
  • \n
  • Endpoint for getting the URL of a task and it's data to show
  • \n
  • Make error reponse format more consistent across all endpoints / types of errors. Some stuff from the wild:\n
      \n
    • https://stripe.com/docs/api/errors
    • \n
    • https://cloud.google.com/apis/design/errors#http_mapping
    • \n
  • \n
\n\n
\n\n

\ud83d\udd75\ufe0f\u200d\u2640\ufe0f Requesters

\n\n

/requesters

\n\n

\ud83d\udc9a\ud83d\udc9c Shows a list of all the requesters that are available on the local system

\n\n

Sample response:

\n\n
{\n  \"requesters\": [\n    {\n      \"provider_type\": \"mturk\",\n      \"registered\": false,\n      \"requester_id\": \"1\",\n      \"requester_name\": \"Bob\"\n    },\n    {\n      \"provider_type\": \"mturk\",\n      \"registered\": true,\n      \"requester_id\": \"2\",\n      \"requester_name\": \"sally\"\n    }\n  ]\n}\n
\n\n

/requester/<type>

\n\n

\ud83d\udc9a\ud83d\udc9c Provides information on what params to provide if you'd like to set up a requester.

\n\n

Sample response:

\n\n
[\n  {\n    \"args\": {\n      \"access_key_id\": {\n        \"choices\": null,\n        \"default\": null,\n        \"dest\": \"access_key_id\",\n        \"help\": \"IAM Access Key ID\",\n        \"option_string\": \"--access-key-id\",\n        \"type\": \"str\"\n      },\n      // ...\n    },\n    \"desc\": \"\\n            MTurkRequester: AWS are required to create a new Requester.\\n            Please create an IAM user with programmatic access and\\n            AmazonMechanicalTurkFullAccess policy at\\n            'https://console.aws.amazon.com/iam/ (On the \\\"Set permissions\\\"\\n            page, choose \\\"Attach existing policies directly\\\" and then select\\n            \\\"AmazonMechanicalTurkFullAccess\\\" policy). After creating\\n            the IAM user, you should get an Access Key ID\\n            and Secret Access Key.\\n        \"\n  }\n]\n
\n\n

/<requester_name>/get_balance - TODO: Change to /requester/balance/<requester_name>

\n\n

\ud83d\udc9a\ud83d\udc9c

\n\n

[Discussion] Instead of balance should we make the endpoint a bit more generic, e.g. info or metadata instead? [Yes] This is because perhaps not every requester may have the concept of having a budget, although most might.

\n\n

Sample response:

\n\n
# Success:\n\n{ \"balance\": 3000 }\n\n# Error:\n\n{ message: \"Could not find the requester\" } # [501]\n
\n\n

POST /requester/<type>/register

\n\n

\ud83d\udc9b\ud83d\udda4

\n\n

Sample response:

\n\n
# Success:\n\n{\n  \"success\": true\n}\n\n# Error:\n\n{\n  \"msg\": \"No name was specified for the requester.\",\n  \"success\": false\n}\n
\n\n
\n\n

\ud83d\ude80 Launching

\n\n

/launch/options

\n\n

\ud83d\udc9b\ud83d\udc9c

\n\n

Sample response:

\n\n
{\n  \"blueprints\": [\n    { \"name\": \"Test Blueprint\", \"rank\": 1 },\n    { \"name\": \"Simple Q+A\", \"rank\": 2 }\n  ],\n  \"architects\": [\"Local\", \"Heroku\"]\n}\n
\n\n

/blueprints/<blueprint_name>/arguments

\n\n

\ud83d\udc9b\ud83d\udc9c

\n\n

Sample response:

\n\n
{ \n  \"args\": [\n    {\n      \"name\": \"Task name\",\n      \"defaultValue\": \"Default Task Name\",\n      \"helpText\": \"This is what your task will be named.\"\n    }\n  ]\n}\n
\n\n

/architects/<architect_name>/arguments

\n\n

\ud83d\udc9b\ud83d\udc9c

\n\n

Sample response:

\n\n
{\n  \"args\": [\n    {\n      \"name\": \"Port number\",\n      \"defaultValue\": 8888,\n      \"helpText\": \"Your task will be run on this port.\"\n    }\n  ]\n}\n
\n\n

POST /task_runs/launch

\n\n

\ud83d\udc9b\ud83d\udda4

\n\n

Sample request:

\n\n
{\n  \"blueprint_name\": \"Test Blueprint\",\n  \"blueprint_args\": [ { ... } ],\n  \"architect\": \"Test Architect\",\n  \"architect_args\": [ { ... } ],\n  \"requester\": <requester_id>\n}\n
\n\n

Sample response:

\n\n
# Success:\n\n{\n  \"success\": true\n}\n\n# Error:\n\n{\n  \"success\": false,\n  # TODO: How should the server provide validation feedback?\n}\n
\n\n
\n\n

\ud83d\udce5 Review

\n\n

/task_runs/running

\n\n

\ud83d\udc9b\ud83d\udda4

\n\n

[Discussion] We need to confirm and communicate what exactly we mean by a \"running\" task. Based on prior discussions, my suspicion is that this categorization is a little difficult. Let's settle on a technical definition.

\n\n

Sample response:

\n\n
{\n  live_task_count: 1,\n  task_count: 1,\n  task_runs: TaskRun[]\n}\n\n# For full example payload, see `task_runs__running` in mephisto/webapp/src/mocks.ts\n
\n\n

/task_runs/reviewable

\n\n

\ud83d\udc9b\ud83d\udda4

\n\n

Shows tasks with atleast 1 unit that is reviewable.

\n\n

Sample response:

\n\n
{\n  \"total_reviewable\": 8,\n  \"task_runs\": TaskRun[]\n}\n
\n\n

/task_runs/<task_id>/units

\n\n

\ud83d\udc9b\ud83d\udda4

\n\n

Sample response:

\n\n
{\n  \"unit_id\": <unit_id>,\n  \"view_path\": \"https://google.com\",\n  \"data\": {\n    \"name\": \"me\"\n  }\n}\n
\n\n

POST /task_runs/<task_id>/units/<unit_id>/accept

\n\n

\ud83d\udc9b\ud83d\udda4

\n\n

[Discussion] Accept params here to allow giving a bonus?

\n\n

POST /task_runs/<task_id>/units/<unit_id>/reject

\n\n

\ud83d\udc9b\ud83d\udda4

\n"}, "mephisto.client.api": {"fullname": "mephisto.client.api", "modulename": "mephisto.client.api", "type": "module", "doc": "

\n"}, "mephisto.client.api.get_available_requesters": {"fullname": "mephisto.client.api.get_available_requesters", "modulename": "mephisto.client.api", "qualname": "get_available_requesters", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.client.api.get_running_task_runs": {"fullname": "mephisto.client.api.get_running_task_runs", "modulename": "mephisto.client.api", "qualname": "get_running_task_runs", "type": "function", "doc": "

Find running tasks by querying for all task runs that aren't completed

\n", "signature": "()", "funcdef": "def"}, "mephisto.client.api.get_reviewable_task_runs": {"fullname": "mephisto.client.api.get_reviewable_task_runs", "modulename": "mephisto.client.api", "qualname": "get_reviewable_task_runs", "type": "function", "doc": "

Find reviewable task runs by querying for all reviewable tasks\nand getting their runs

\n", "signature": "()", "funcdef": "def"}, "mephisto.client.api.launch_options": {"fullname": "mephisto.client.api.launch_options", "modulename": "mephisto.client.api", "qualname": "launch_options", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.client.api.start_task_run": {"fullname": "mephisto.client.api.start_task_run", "modulename": "mephisto.client.api", "qualname": "start_task_run", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.client.api.view_unit": {"fullname": "mephisto.client.api.view_unit", "modulename": "mephisto.client.api", "qualname": "view_unit", "type": "function", "doc": "

\n", "signature": "(task_id)", "funcdef": "def"}, "mephisto.client.api.get_basic_task_options": {"fullname": "mephisto.client.api.get_basic_task_options", "modulename": "mephisto.client.api", "qualname": "get_basic_task_options", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.client.api.requester_details": {"fullname": "mephisto.client.api.requester_details", "modulename": "mephisto.client.api", "qualname": "requester_details", "type": "function", "doc": "

\n", "signature": "(requester_type)", "funcdef": "def"}, "mephisto.client.api.requester_register": {"fullname": "mephisto.client.api.requester_register", "modulename": "mephisto.client.api", "qualname": "requester_register", "type": "function", "doc": "

\n", "signature": "(requester_type)", "funcdef": "def"}, "mephisto.client.api.get_submitted_data": {"fullname": "mephisto.client.api.get_submitted_data", "modulename": "mephisto.client.api", "qualname": "get_submitted_data", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.client.api.get_balance": {"fullname": "mephisto.client.api.get_balance", "modulename": "mephisto.client.api", "qualname": "get_balance", "type": "function", "doc": "

\n", "signature": "(requester_name)", "funcdef": "def"}, "mephisto.client.api.requester_launch_options": {"fullname": "mephisto.client.api.requester_launch_options", "modulename": "mephisto.client.api", "qualname": "requester_launch_options", "type": "function", "doc": "

\n", "signature": "(requester_type)", "funcdef": "def"}, "mephisto.client.api.get_available_blueprints": {"fullname": "mephisto.client.api.get_available_blueprints", "modulename": "mephisto.client.api", "qualname": "get_available_blueprints", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.client.api.get_blueprint_arguments": {"fullname": "mephisto.client.api.get_blueprint_arguments", "modulename": "mephisto.client.api", "qualname": "get_blueprint_arguments", "type": "function", "doc": "

\n", "signature": "(blueprint_type)", "funcdef": "def"}, "mephisto.client.api.get_available_architects": {"fullname": "mephisto.client.api.get_available_architects", "modulename": "mephisto.client.api", "qualname": "get_available_architects", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.client.api.get_architect_arguments": {"fullname": "mephisto.client.api.get_architect_arguments", "modulename": "mephisto.client.api", "qualname": "get_architect_arguments", "type": "function", "doc": "

\n", "signature": "(architect_type)", "funcdef": "def"}, "mephisto.client.api.accept_unit": {"fullname": "mephisto.client.api.accept_unit", "modulename": "mephisto.client.api", "qualname": "accept_unit", "type": "function", "doc": "

\n", "signature": "(unit_id)", "funcdef": "def"}, "mephisto.client.api.reject_unit": {"fullname": "mephisto.client.api.reject_unit", "modulename": "mephisto.client.api", "qualname": "reject_unit", "type": "function", "doc": "

\n", "signature": "(unit_id)", "funcdef": "def"}, "mephisto.client.api.soft_block_unit": {"fullname": "mephisto.client.api.soft_block_unit", "modulename": "mephisto.client.api", "qualname": "soft_block_unit", "type": "function", "doc": "

\n", "signature": "(unit_id)", "funcdef": "def"}, "mephisto.client.api.hard_block_unit": {"fullname": "mephisto.client.api.hard_block_unit", "modulename": "mephisto.client.api", "qualname": "hard_block_unit", "type": "function", "doc": "

\n", "signature": "(unit_id)", "funcdef": "def"}, "mephisto.client.api.intentional_error": {"fullname": "mephisto.client.api.intentional_error", "modulename": "mephisto.client.api", "qualname": "intentional_error", "type": "function", "doc": "

A helper endpoint to test out cases in the UI where an error occurs.

\n", "signature": "(status_code)", "funcdef": "def"}, "mephisto.client.api.InvalidUsage": {"fullname": "mephisto.client.api.InvalidUsage", "modulename": "mephisto.client.api", "qualname": "InvalidUsage", "type": "class", "doc": "

Common base class for all non-exit exceptions.

\n", "bases": "builtins.Exception"}, "mephisto.client.api.InvalidUsage.__init__": {"fullname": "mephisto.client.api.InvalidUsage.__init__", "modulename": "mephisto.client.api", "qualname": "InvalidUsage.__init__", "type": "function", "doc": "

\n", "signature": "(self, message, status_code=None, payload=None)", "funcdef": "def"}, "mephisto.client.api.InvalidUsage.status_code": {"fullname": "mephisto.client.api.InvalidUsage.status_code", "modulename": "mephisto.client.api", "qualname": "InvalidUsage.status_code", "type": "variable", "doc": "

\n", "default_value": " = 400"}, "mephisto.client.api.InvalidUsage.to_dict": {"fullname": "mephisto.client.api.InvalidUsage.to_dict", "modulename": "mephisto.client.api", "qualname": "InvalidUsage.to_dict", "type": "function", "doc": "

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.client.api.handle_invalid_usage": {"fullname": "mephisto.client.api.handle_invalid_usage", "modulename": "mephisto.client.api", "qualname": "handle_invalid_usage", "type": "function", "doc": "

\n", "signature": "(error)", "funcdef": "def"}, "mephisto.client.cli": {"fullname": "mephisto.client.cli", "modulename": "mephisto.client.cli", "type": "module", "doc": "

\n"}, "mephisto.client.config": {"fullname": "mephisto.client.config", "modulename": "mephisto.client.config", "type": "module", "doc": "

\n"}, "mephisto.client.config.Config": {"fullname": "mephisto.client.config.Config", "modulename": "mephisto.client.config", "qualname": "Config", "type": "class", "doc": "

\n"}, "mephisto.client.config.Config.__init__": {"fullname": "mephisto.client.config.Config.__init__", "modulename": "mephisto.client.config", "qualname": "Config.__init__", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.client.config.Config.ENV": {"fullname": "mephisto.client.config.Config.ENV", "modulename": "mephisto.client.config", "qualname": "Config.ENV", "type": "variable", "doc": "

\n", "default_value": " = 'development'"}, "mephisto.client.full": {"fullname": "mephisto.client.full", "modulename": "mephisto.client.full", "type": "module", "doc": "

\n"}, "mephisto.client.full.server": {"fullname": "mephisto.client.full.server", "modulename": "mephisto.client.full.server", "type": "module", "doc": "

\n"}, "mephisto.client.full.server.main": {"fullname": "mephisto.client.full.server.main", "modulename": "mephisto.client.full.server", "qualname": "main", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.client.review": {"fullname": "mephisto.client.review", "modulename": "mephisto.client.review", "type": "module", "doc": "

\n"}, "mephisto.client.review.review_server": {"fullname": "mephisto.client.review.review_server", "modulename": "mephisto.client.review.review_server", "type": "module", "doc": "

\n"}, "mephisto.client.review.review_server.run": {"fullname": "mephisto.client.review.review_server.run", "modulename": "mephisto.client.review.review_server", "qualname": "run", "type": "function", "doc": "

\n", "signature": "(\n build_dir,\n port,\n output,\n csv_headers,\n json=False,\n database_task_name=None,\n all_data=False,\n debug=False,\n assets_dir=None\n)", "funcdef": "def"}, "mephisto.data_model": {"fullname": "mephisto.data_model", "modulename": "mephisto.data_model", "type": "module", "doc": "

Data Model

\n\n

This folder contains classes that generally represent the lowest levels of abstraction in Mephisto, lying as closely to the actual data as possible.

\n\n

Philosophy

\n\n

The mephisto data model consists of important classes to formalize some of the concepts that are required for interacting with tasks, crowdsourcing providers, workers, etc. These classes try to abstract away some of the underlying convenience of working with mephisto into a common location, and are designed both to be extended from (in the form of creating child classes for specialized cases, or for the purpose of testing) and behind (like eventually supporting a common database for organizational use). All of the classes are to be database-backed, in that creation of these objects should populate the database, and most content will be linked through there. In this way, the state is maintained by the database, and the objects are collections of convenience methods for interacting with the underlying data model.

\n\n

Note: This abstraction is broken specifically in the case of Agents that are currently in a task, as their running task world relies on the specific Agent instance that is currently being tracked and updated by the WorkerPool.

\n\n

Database-backed Base Classes

\n\n

The following classes are the units of Mephisto, in that they keep track of what mephisto is doing, where things are stored, history of workers, etc. The rest of the system in general should only be utilizing these classes to make any operations, allowing them to be a strong abstraction layer.

\n\n

Project

\n\n

High level project that many crowdsourcing tasks may be related to. Useful for budgeting and grouping tasks for a review perspective. They are primarily a bookkeeping tool. At the moment they are fairly under-implemented, but can certainly be extended.

\n\n

Task

\n\n

The Task class is required to create a group of TaskRuns for the purpose of aggregation and bookkeeping. Much of what is present in the current Task implementation can be deprecated. Much of the functionality here for ensuring that a task has common arguments and correct components is now stored in the Blueprint concept.

\n\n

Eventually the Task code can be deprecated and replaced with useful aggregation functionality across TaskRuns within.

\n\n

TaskRun

\n\n

This class keeps track of the configuration options and all assignments associated with an individual launch of a task. It also provides utility functions for ensuring workers can be assigned units (get_valid_units_for_worker, reserve_unit).

\n\n

Generally has 3 states:

\n\n
    \n
  • Setup (not yet launched, _has_assignments=False, _is_completed=False): Before launch while the Mephisto architecture is still building the components required to launch this run.
  • \n
  • In Flight (launched, _has_assignments=True, _is_completed=False): After launch, when tasks are still in flight and may still be updating statuses.
  • \n
  • Completed (all tasks done/expired, _has_assignments=True, _is_completed=True): Once a task run is fully complete and no tasks will be launched anymore, it's ready for review.
  • \n
\n\n

Configuration parameters for launching a specific run are stored in the form of a json dump of the configuration file provided for the launch.

\n\n

Assignment

\n\n

This class represents a single unit of work, or a thing that needs to be done. This can be something like \"annotate this specific image\" or \"Have a conversation between two specified characters.\" It can be seen as an individual instantiation of the more general Task described above. As it is mostly captured by the Blueprint running the task, the only remaining components are knowing where the data is stored (get_assignment_data), tracking the assignment status (get_status) and knowing which Workers and Units are associated with that progress.

\n\n

Unit

\n\n

This class represents the role that an individual fills in completing an assignment. An individual worker should only complete one Unit per assignment, which covers the idea of having multiple people in a conversation, or different annotators for a specific task. The Unit is the first abstract class that needs to be synced with a CrowdProvider, as in order to know the status of the work (generally if it's ongoing or disconnected or such), it may be necessary to talk to an external provider.

\n\n

Worker

\n\n

This class represents an individual - namely a person. It maintains components of ongoing identity for a user. Workers can be blocked, unblocked, and bonused. You can also get all of the Agents associated with a worker. Ultimately, Workers are tightly coupled with a CrowdProvider, as the identity of a person is tied to where we get them from.

\n\n

Agent

\n\n

This class encompasses a worker as they are working on an individual assignment. It maintains details for the current task at hand such as start and end time, connection status, etc. Generally this is an abstraction the worker operating at a frontend and the backend interactions. The WorkerPool and ClientIOHandler classese are responsible for maintaining most of that abstraction, so this class mostly needs to implement ways to approve and reject work, as well as get a work's status or mark it as done when the final work is received.

\n\n

Requester

\n\n

This class encompasses your identity as it is known by a CrowdProvider you intend to launch tasks on. It keeps track of some metadata on your account (such as your budget) but also some Mephisto usage statistics (such as amount spent in total from that requester).

\n\n

Qualification and GrantedQualification

\n\n

These classes act as a method for assigning Mephisto-backed qualifications to workers in a manner such that the same qualifications can be used across multiple different crowd providers, or with crowd providers that don't normally provide a method for granting qualifications before a worker connects.

\n\n

Non-Database backed abstractions

\n\n

Some classes in the data model aren't backed by the data model because they are generally lightweight views of existing data or transient containers.

\n\n

Packet

\n\n

Encapsulates messages being sent from the ClientIOhandler to any Mephisto server.

\n\n

Constants

\n\n

Some Mephisto constants that are able to standardize values across multiple classes live in the data model within the contants folder.

\n"}, "mephisto.data_model.agent": {"fullname": "mephisto.data_model.agent", "modulename": "mephisto.data_model.agent", "type": "module", "doc": "

\n"}, "mephisto.data_model.agent.Agent": {"fullname": "mephisto.data_model.agent.Agent", "modulename": "mephisto.data_model.agent", "qualname": "Agent", "type": "class", "doc": "

This class encompasses a worker as they are working on an individual assignment.\nIt maintains details for the current task at hand such as start and end time,\nconnection status, etc.

\n", "bases": "mephisto.data_model._db_backed_meta.MephistoDataModelComponentMixin"}, "mephisto.data_model.agent.Agent.__init__": {"fullname": "mephisto.data_model.agent.Agent.__init__", "modulename": "mephisto.data_model.agent", "qualname": "Agent.__init__", "type": "function", "doc": "

The new method is overridden to be able to automatically generate\nthe expected Agent class without needing to specifically find it\nfor a given db_id. As such it is impossible to create a base Agent\nas you will instead be returned the correct Agent class according to\nthe crowdprovider associated with this Agent.

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.data_model.agent.Agent.state": {"fullname": "mephisto.data_model.agent.Agent.state", "modulename": "mephisto.data_model.agent", "qualname": "Agent.state", "type": "variable", "doc": "

\n", "annotation": ": mephisto.abstractions._subcomponents.agent_state.AgentState"}, "mephisto.data_model.agent.Agent.set_live_run": {"fullname": "mephisto.data_model.agent.Agent.set_live_run", "modulename": "mephisto.data_model.agent", "qualname": "Agent.set_live_run", "type": "function", "doc": "

Set an associated live run for this agent

\n", "signature": "(self, live_run: mephisto.operations.datatypes.LiveTaskRun) -> None", "funcdef": "def"}, "mephisto.data_model.agent.Agent.get_live_run": {"fullname": "mephisto.data_model.agent.Agent.get_live_run", "modulename": "mephisto.data_model.agent", "qualname": "Agent.get_live_run", "type": "function", "doc": "

Return the associated live run for this agent. Throw if not set

\n", "signature": "(self) -> mephisto.operations.datatypes.LiveTaskRun", "funcdef": "def"}, "mephisto.data_model.agent.Agent.get_agent_id": {"fullname": "mephisto.data_model.agent.Agent.get_agent_id", "modulename": "mephisto.data_model.agent", "qualname": "Agent.get_agent_id", "type": "function", "doc": "

Return this agent's id

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.data_model.agent.Agent.get_worker": {"fullname": "mephisto.data_model.agent.Agent.get_worker", "modulename": "mephisto.data_model.agent", "qualname": "Agent.get_worker", "type": "function", "doc": "

Return the worker that is using this agent for a task

\n", "signature": "(self) -> mephisto.data_model.worker.Worker", "funcdef": "def"}, "mephisto.data_model.agent.Agent.get_unit": {"fullname": "mephisto.data_model.agent.Agent.get_unit", "modulename": "mephisto.data_model.agent", "qualname": "Agent.get_unit", "type": "function", "doc": "

Return the Unit that this agent is working on.

\n", "signature": "(self) -> mephisto.data_model.unit.Unit", "funcdef": "def"}, "mephisto.data_model.agent.Agent.get_assignment": {"fullname": "mephisto.data_model.agent.Agent.get_assignment", "modulename": "mephisto.data_model.agent", "qualname": "Agent.get_assignment", "type": "function", "doc": "

Return the assignment this agent is working on

\n", "signature": "(self) -> mephisto.data_model.assignment.Assignment", "funcdef": "def"}, "mephisto.data_model.agent.Agent.get_task_run": {"fullname": "mephisto.data_model.agent.Agent.get_task_run", "modulename": "mephisto.data_model.agent", "qualname": "Agent.get_task_run", "type": "function", "doc": "

Return the TaskRun this agent is working within

\n", "signature": "(self) -> mephisto.data_model.task_run.TaskRun", "funcdef": "def"}, "mephisto.data_model.agent.Agent.get_task": {"fullname": "mephisto.data_model.agent.Agent.get_task", "modulename": "mephisto.data_model.agent", "qualname": "Agent.get_task", "type": "function", "doc": "

Return the Task this agent is working within

\n", "signature": "(self) -> mephisto.data_model.task.Task", "funcdef": "def"}, "mephisto.data_model.agent.Agent.get_data_dir": {"fullname": "mephisto.data_model.agent.Agent.get_data_dir", "modulename": "mephisto.data_model.agent", "qualname": "Agent.get_data_dir", "type": "function", "doc": "

Return the directory to be storing any agent state for\nthis agent into

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.data_model.agent.Agent.update_status": {"fullname": "mephisto.data_model.agent.Agent.update_status", "modulename": "mephisto.data_model.agent", "qualname": "Agent.update_status", "type": "function", "doc": "

Update the database status of this agent, and\npossibly send a message to the frontend agent informing\nthem of this update

\n", "signature": "(self, new_status: str) -> None", "funcdef": "def"}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"fullname": "mephisto.data_model.agent.Agent.new_from_provider_data", "modulename": "mephisto.data_model.agent", "qualname": "Agent.new_from_provider_data", "type": "function", "doc": "

Wrapper around the new method that allows registering additional\nbookkeeping information from a crowd provider for this agent

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n worker: mephisto.data_model.worker.Worker,\n unit: mephisto.data_model.unit.Unit,\n provider_data: Dict[str, Any]\n) -> mephisto.data_model.agent.Agent", "funcdef": "def"}, "mephisto.data_model.agent.Agent.observe": {"fullname": "mephisto.data_model.agent.Agent.observe", "modulename": "mephisto.data_model.agent", "qualname": "Agent.observe", "type": "function", "doc": "

Pass the observed information to the AgentState, then\nqueue the information to be pushed to the user

\n", "signature": "(self, live_update: Dict[str, Any]) -> None", "funcdef": "def"}, "mephisto.data_model.agent.Agent.get_live_update": {"fullname": "mephisto.data_model.agent.Agent.get_live_update", "modulename": "mephisto.data_model.agent", "qualname": "Agent.get_live_update", "type": "function", "doc": "

Request information from the Agent's frontend. If non-blocking,\n(timeout is None) should return None if no actions are ready\nto be returned.

\n", "signature": "(\n self,\n timeout: Union[int, NoneType] = None\n) -> Union[Dict[str, Any], NoneType]", "funcdef": "def"}, "mephisto.data_model.agent.Agent.act": {"fullname": "mephisto.data_model.agent.Agent.act", "modulename": "mephisto.data_model.agent", "qualname": "Agent.act", "type": "function", "doc": "

Request information from the Agent's frontend. If non-blocking,\n(timeout is None) should return None if no actions are ready\nto be returned.

\n", "signature": "(\n self,\n timeout: Union[int, NoneType] = None\n) -> Union[Dict[str, Any], NoneType]", "funcdef": "def"}, "mephisto.data_model.agent.Agent.await_submit": {"fullname": "mephisto.data_model.agent.Agent.await_submit", "modulename": "mephisto.data_model.agent", "qualname": "Agent.await_submit", "type": "function", "doc": "

Blocking wait for this agent to submit their task

\n", "signature": "(self, timeout: Union[int, NoneType] = None) -> bool", "funcdef": "def"}, "mephisto.data_model.agent.Agent.handle_submit": {"fullname": "mephisto.data_model.agent.Agent.handle_submit", "modulename": "mephisto.data_model.agent", "qualname": "Agent.handle_submit", "type": "function", "doc": "

Handle final submission for an onboarding agent, with the given data

\n", "signature": "(self, submit_data: Dict[str, Any]) -> None", "funcdef": "def"}, "mephisto.data_model.agent.Agent.get_status": {"fullname": "mephisto.data_model.agent.Agent.get_status", "modulename": "mephisto.data_model.agent", "qualname": "Agent.get_status", "type": "function", "doc": "

Get the status of this agent in their work on their unit

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.data_model.agent.Agent.shutdown": {"fullname": "mephisto.data_model.agent.Agent.shutdown", "modulename": "mephisto.data_model.agent", "qualname": "Agent.shutdown", "type": "function", "doc": "

Force the given agent to end any polling threads and throw an AgentShutdownError\nfrom any acts called on it, ensuring tasks using this agent can be cleaned up.

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.data_model.agent.Agent.approve_work": {"fullname": "mephisto.data_model.agent.Agent.approve_work", "modulename": "mephisto.data_model.agent", "qualname": "Agent.approve_work", "type": "function", "doc": "

Approve the work done on this agent's specific Unit

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.data_model.agent.Agent.soft_reject_work": {"fullname": "mephisto.data_model.agent.Agent.soft_reject_work", "modulename": "mephisto.data_model.agent", "qualname": "Agent.soft_reject_work", "type": "function", "doc": "

Pay a worker for attempted work, but mark it as below the\nquality bar for this assignment

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.data_model.agent.Agent.reject_work": {"fullname": "mephisto.data_model.agent.Agent.reject_work", "modulename": "mephisto.data_model.agent", "qualname": "Agent.reject_work", "type": "function", "doc": "

Reject the work done on this agent's specific Unit

\n", "signature": "(self, reason) -> None", "funcdef": "def"}, "mephisto.data_model.agent.Agent.mark_done": {"fullname": "mephisto.data_model.agent.Agent.mark_done", "modulename": "mephisto.data_model.agent", "qualname": "Agent.mark_done", "type": "function", "doc": "

Take any required step with the crowd_provider to ensure that\nthe worker can submit their work and be marked as complete via\na call to get_status

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.data_model.agent.Agent.new": {"fullname": "mephisto.data_model.agent.Agent.new", "modulename": "mephisto.data_model.agent", "qualname": "Agent.new", "type": "function", "doc": "

Create an agent for this worker to be used for work on the given Unit.

\n\n

Implementation should return the result of _register_agent when sure the agent\ncan be successfully created to have it put into the db.

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n worker: mephisto.data_model.worker.Worker,\n unit: mephisto.data_model.unit.Unit\n) -> mephisto.data_model.agent.Agent", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent": {"fullname": "mephisto.data_model.agent.OnboardingAgent", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent", "type": "class", "doc": "

Onboarding agents are a special extension of agents used\nin tasks that have a separate onboarding step. These agents\nare designed to work without being linked to an explicit\nunit, and instead are tied to the task run and task name.

\n\n

Blueprints that require OnboardingAgents should implement an\nOnboardingAgentState (to process the special task), and their\nTaskRunners should have a run_onboarding and cleanup_onboarding\nmethod.

\n", "bases": "mephisto.data_model._db_backed_meta.MephistoDataModelComponentMixin"}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"fullname": "mephisto.data_model.agent.OnboardingAgent.__init__", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.DISPLAY_PREFIX": {"fullname": "mephisto.data_model.agent.OnboardingAgent.DISPLAY_PREFIX", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.DISPLAY_PREFIX", "type": "variable", "doc": "

\n", "default_value": " = 'onboarding_'"}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"fullname": "mephisto.data_model.agent.OnboardingAgent.get_agent_id", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.get_agent_id", "type": "function", "doc": "

Return an id to use for onboarding agent requests

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"fullname": "mephisto.data_model.agent.OnboardingAgent.set_live_run", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.set_live_run", "type": "function", "doc": "

Set an associated live run for this agent

\n", "signature": "(self, live_run: mephisto.operations.datatypes.LiveTaskRun) -> None", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"fullname": "mephisto.data_model.agent.OnboardingAgent.get_live_run", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.get_live_run", "type": "function", "doc": "

Return the associated live run for this agent. Throw if not set

\n", "signature": "(self) -> mephisto.operations.datatypes.LiveTaskRun", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"fullname": "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.is_onboarding_id", "type": "function", "doc": "

return if the given id is for an onboarding agent

\n", "signature": "(cls, agent_id: str) -> bool", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"fullname": "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.get_db_id_from_agent_id", "type": "function", "doc": "

Extract the db_id for an onboarding_agent

\n", "signature": "(cls, agent_id: str) -> str", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"fullname": "mephisto.data_model.agent.OnboardingAgent.get_worker", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.get_worker", "type": "function", "doc": "

Return the worker that is using this agent for a task

\n", "signature": "(self) -> mephisto.data_model.worker.Worker", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"fullname": "mephisto.data_model.agent.OnboardingAgent.get_task_run", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.get_task_run", "type": "function", "doc": "

Return the TaskRun this agent is working within

\n", "signature": "(self) -> mephisto.data_model.task_run.TaskRun", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"fullname": "mephisto.data_model.agent.OnboardingAgent.get_task", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.get_task", "type": "function", "doc": "

Return the Task this agent is working within

\n", "signature": "(self) -> mephisto.data_model.task.Task", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"fullname": "mephisto.data_model.agent.OnboardingAgent.get_data_dir", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.get_data_dir", "type": "function", "doc": "

Return the directory to be storing any agent state for\nthis agent into

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"fullname": "mephisto.data_model.agent.OnboardingAgent.update_status", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.update_status", "type": "function", "doc": "

Update the database status of this agent, and\npossibly send a message to the frontend agent informing\nthem of this update

\n", "signature": "(self, new_status: str) -> None", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.observe": {"fullname": "mephisto.data_model.agent.OnboardingAgent.observe", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.observe", "type": "function", "doc": "

Pass the observed information to the AgentState, then\nqueue the information to be pushed to the user

\n", "signature": "(self, live_update: Dict[str, Any]) -> None", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"fullname": "mephisto.data_model.agent.OnboardingAgent.get_live_update", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.get_live_update", "type": "function", "doc": "

Request information from the Agent's frontend. If non-blocking,\n(timeout is None) should return None if no actions are ready\nto be returned.

\n", "signature": "(\n self,\n timeout: Union[int, NoneType] = None\n) -> Union[Dict[str, Any], NoneType]", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.act": {"fullname": "mephisto.data_model.agent.OnboardingAgent.act", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.act", "type": "function", "doc": "

Request information from the Agent's frontend. If non-blocking,\n(timeout is None) should return None if no actions are ready\nto be returned.

\n", "signature": "(\n self,\n timeout: Union[int, NoneType] = None\n) -> Union[Dict[str, Any], NoneType]", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"fullname": "mephisto.data_model.agent.OnboardingAgent.await_submit", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.await_submit", "type": "function", "doc": "

Blocking wait for this agent to submit their task

\n", "signature": "(self, timeout: Union[int, NoneType] = None) -> bool", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"fullname": "mephisto.data_model.agent.OnboardingAgent.handle_submit", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.handle_submit", "type": "function", "doc": "

Handle final submission for an onboarding agent, with the given data

\n", "signature": "(self, submit_data: Dict[str, Any]) -> None", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"fullname": "mephisto.data_model.agent.OnboardingAgent.get_status", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.get_status", "type": "function", "doc": "

Get the status of this agent in their work on their unit

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"fullname": "mephisto.data_model.agent.OnboardingAgent.shutdown", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.shutdown", "type": "function", "doc": "

Force the given agent to end any polling threads and throw an AgentShutdownError\nfrom any acts called on it, ensuring tasks using this agent can be cleaned up.

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.data_model.agent.OnboardingAgent.new": {"fullname": "mephisto.data_model.agent.OnboardingAgent.new", "modulename": "mephisto.data_model.agent", "qualname": "OnboardingAgent.new", "type": "function", "doc": "

Create an OnboardingAgent for a worker to use as part of a task run

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n worker: mephisto.data_model.worker.Worker,\n task_run: mephisto.data_model.task_run.TaskRun\n) -> mephisto.data_model.agent.OnboardingAgent", "funcdef": "def"}, "mephisto.data_model.assignment": {"fullname": "mephisto.data_model.assignment", "modulename": "mephisto.data_model.assignment", "type": "module", "doc": "

\n"}, "mephisto.data_model.assignment.InitializationData": {"fullname": "mephisto.data_model.assignment.InitializationData", "modulename": "mephisto.data_model.assignment", "qualname": "InitializationData", "type": "class", "doc": "

InitializationData(shared: Dict[str, Any], unit_data: List[Dict[str, Any]])

\n"}, "mephisto.data_model.assignment.InitializationData.__init__": {"fullname": "mephisto.data_model.assignment.InitializationData.__init__", "modulename": "mephisto.data_model.assignment", "qualname": "InitializationData.__init__", "type": "function", "doc": "

\n", "signature": "(self, shared: Dict[str, Any], unit_data: List[Dict[str, Any]])", "funcdef": "def"}, "mephisto.data_model.assignment.InitializationData.dumpJSON": {"fullname": "mephisto.data_model.assignment.InitializationData.dumpJSON", "modulename": "mephisto.data_model.assignment", "qualname": "InitializationData.dumpJSON", "type": "function", "doc": "

\n", "signature": "(self, fp: IO[str])", "funcdef": "def"}, "mephisto.data_model.assignment.InitializationData.loadFromJSON": {"fullname": "mephisto.data_model.assignment.InitializationData.loadFromJSON", "modulename": "mephisto.data_model.assignment", "qualname": "InitializationData.loadFromJSON", "type": "function", "doc": "

\n", "signature": "(fp: IO[str])", "funcdef": "def"}, "mephisto.data_model.assignment.Assignment": {"fullname": "mephisto.data_model.assignment.Assignment", "modulename": "mephisto.data_model.assignment", "qualname": "Assignment", "type": "class", "doc": "

This class tracks an individual run of a specific task, and handles state management\nfor the set of units within via abstracted database helpers

\n", "bases": "mephisto.data_model._db_backed_meta.MephistoDataModelComponentMixin"}, "mephisto.data_model.assignment.Assignment.__init__": {"fullname": "mephisto.data_model.assignment.Assignment.__init__", "modulename": "mephisto.data_model.assignment", "qualname": "Assignment.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"fullname": "mephisto.data_model.assignment.Assignment.get_data_dir", "modulename": "mephisto.data_model.assignment", "qualname": "Assignment.get_data_dir", "type": "function", "doc": "

Return the directory we expect to find assignment data in

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"fullname": "mephisto.data_model.assignment.Assignment.get_assignment_data", "modulename": "mephisto.data_model.assignment", "qualname": "Assignment.get_assignment_data", "type": "function", "doc": "

Return the specific assignment data for this assignment

\n", "signature": "(self) -> mephisto.data_model.assignment.InitializationData", "funcdef": "def"}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"fullname": "mephisto.data_model.assignment.Assignment.write_assignment_data", "modulename": "mephisto.data_model.assignment", "qualname": "Assignment.write_assignment_data", "type": "function", "doc": "

Set the assignment data for this assignment

\n", "signature": "(\n self,\n data: mephisto.data_model.assignment.InitializationData\n) -> None", "funcdef": "def"}, "mephisto.data_model.assignment.Assignment.get_agents": {"fullname": "mephisto.data_model.assignment.Assignment.get_agents", "modulename": "mephisto.data_model.assignment", "qualname": "Assignment.get_agents", "type": "function", "doc": "

Return all of the agents for this assignment

\n", "signature": "(\n self\n) -> list[typing.Union[mephisto.data_model.agent.Agent, NoneType]]", "funcdef": "def"}, "mephisto.data_model.assignment.Assignment.get_status": {"fullname": "mephisto.data_model.assignment.Assignment.get_status", "modulename": "mephisto.data_model.assignment", "qualname": "Assignment.get_status", "type": "function", "doc": "

Get the status of this assignment, as determined by the status of\nthe units

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.data_model.assignment.Assignment.get_task_run": {"fullname": "mephisto.data_model.assignment.Assignment.get_task_run", "modulename": "mephisto.data_model.assignment", "qualname": "Assignment.get_task_run", "type": "function", "doc": "

Return the task run that this assignment is part of

\n", "signature": "(self) -> mephisto.data_model.task_run.TaskRun", "funcdef": "def"}, "mephisto.data_model.assignment.Assignment.get_task": {"fullname": "mephisto.data_model.assignment.Assignment.get_task", "modulename": "mephisto.data_model.assignment", "qualname": "Assignment.get_task", "type": "function", "doc": "

Return the task run that this assignment is part of

\n", "signature": "(self) -> mephisto.data_model.task.Task", "funcdef": "def"}, "mephisto.data_model.assignment.Assignment.get_requester": {"fullname": "mephisto.data_model.assignment.Assignment.get_requester", "modulename": "mephisto.data_model.assignment", "qualname": "Assignment.get_requester", "type": "function", "doc": "

Return the requester who offered this Assignment

\n", "signature": "(self) -> mephisto.data_model.requester.Requester", "funcdef": "def"}, "mephisto.data_model.assignment.Assignment.get_units": {"fullname": "mephisto.data_model.assignment.Assignment.get_units", "modulename": "mephisto.data_model.assignment", "qualname": "Assignment.get_units", "type": "function", "doc": "

Get units for this assignment, optionally\nconstrained by the specific status.

\n", "signature": "(\n self,\n status: Union[str, NoneType] = None\n) -> list[mephisto.data_model.unit.Unit]", "funcdef": "def"}, "mephisto.data_model.assignment.Assignment.get_workers": {"fullname": "mephisto.data_model.assignment.Assignment.get_workers", "modulename": "mephisto.data_model.assignment", "qualname": "Assignment.get_workers", "type": "function", "doc": "

Get the list of workers that have worked on this specific assignment

\n", "signature": "(self) -> list[mephisto.data_model.worker.Worker]", "funcdef": "def"}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"fullname": "mephisto.data_model.assignment.Assignment.get_cost_of_statuses", "modulename": "mephisto.data_model.assignment", "qualname": "Assignment.get_cost_of_statuses", "type": "function", "doc": "

Return the sum of all pay_amounts for every unit\nof this assignment with any of the given statuses

\n", "signature": "(self, statuses: List[str]) -> float", "funcdef": "def"}, "mephisto.data_model.assignment.Assignment.new": {"fullname": "mephisto.data_model.assignment.Assignment.new", "modulename": "mephisto.data_model.assignment", "qualname": "Assignment.new", "type": "function", "doc": "

Create an assignment for the given task. Initialize the folders for storing\nthe results for this assignment. Can take assignment_data to save and\nload for this particular assignment.

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n task_run: mephisto.data_model.task_run.TaskRun,\n assignment_data: Union[Dict[str, Any], NoneType]\n) -> mephisto.data_model.assignment.Assignment", "funcdef": "def"}, "mephisto.data_model.constants": {"fullname": "mephisto.data_model.constants", "modulename": "mephisto.data_model.constants", "type": "module", "doc": "

This file contains any constants shared in the data model that\naren't more appropriately held in one of the object-focused files

\n"}, "mephisto.data_model.constants.assignment_state": {"fullname": "mephisto.data_model.constants.assignment_state", "modulename": "mephisto.data_model.constants.assignment_state", "type": "module", "doc": "

\n"}, "mephisto.data_model.constants.assignment_state.AssignmentState": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState", "type": "class", "doc": "

\n"}, "mephisto.data_model.constants.assignment_state.AssignmentState.__init__": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.__init__", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.__init__", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.data_model.constants.assignment_state.AssignmentState.CREATED": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.CREATED", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.CREATED", "type": "variable", "doc": "

\n", "default_value": " = 'created'"}, "mephisto.data_model.constants.assignment_state.AssignmentState.LAUNCHED": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.LAUNCHED", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.LAUNCHED", "type": "variable", "doc": "

\n", "default_value": " = 'launched'"}, "mephisto.data_model.constants.assignment_state.AssignmentState.ASSIGNED": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.ASSIGNED", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.ASSIGNED", "type": "variable", "doc": "

\n", "default_value": " = 'assigned'"}, "mephisto.data_model.constants.assignment_state.AssignmentState.COMPLETED": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.COMPLETED", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.COMPLETED", "type": "variable", "doc": "

\n", "default_value": " = 'completed'"}, "mephisto.data_model.constants.assignment_state.AssignmentState.ACCEPTED": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.ACCEPTED", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.ACCEPTED", "type": "variable", "doc": "

\n", "default_value": " = 'accepted'"}, "mephisto.data_model.constants.assignment_state.AssignmentState.MIXED": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.MIXED", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.MIXED", "type": "variable", "doc": "

\n", "default_value": " = 'mixed'"}, "mephisto.data_model.constants.assignment_state.AssignmentState.REJECTED": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.REJECTED", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.REJECTED", "type": "variable", "doc": "

\n", "default_value": " = 'rejected'"}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.SOFT_REJECTED", "type": "variable", "doc": "

\n", "default_value": " = 'soft_rejected'"}, "mephisto.data_model.constants.assignment_state.AssignmentState.EXPIRED": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.EXPIRED", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.EXPIRED", "type": "variable", "doc": "

\n", "default_value": " = 'expired'"}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.valid", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.valid", "type": "function", "doc": "

Return all valid assignment statuses

\n", "signature": "() -> List[str]", "funcdef": "def"}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.incomplete", "type": "function", "doc": "

Return all statuses that are considered incomplete

\n", "signature": "() -> List[str]", "funcdef": "def"}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.payable", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.payable", "type": "function", "doc": "

Return all statuses that should be considered spent budget

\n", "signature": "() -> List[str]", "funcdef": "def"}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.valid_unit", "type": "function", "doc": "

Return all statuses that are valids for a Unit

\n", "signature": "() -> List[str]", "funcdef": "def"}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.final_unit", "type": "function", "doc": "

Return all statuses that are terminal for a Unit

\n", "signature": "() -> List[str]", "funcdef": "def"}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.completed", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.completed", "type": "function", "doc": "

Return all statuses that denote a unit having been completed

\n", "signature": "() -> List[str]", "funcdef": "def"}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"fullname": "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent", "modulename": "mephisto.data_model.constants.assignment_state", "qualname": "AssignmentState.final_agent", "type": "function", "doc": "

Return all statuses that are terminal changes to a Unit's agent

\n", "signature": "() -> List[str]", "funcdef": "def"}, "mephisto.data_model.exceptions": {"fullname": "mephisto.data_model.exceptions", "modulename": "mephisto.data_model.exceptions", "type": "module", "doc": "

\n"}, "mephisto.data_model.exceptions.AbsentAgentError": {"fullname": "mephisto.data_model.exceptions.AbsentAgentError", "modulename": "mephisto.data_model.exceptions", "qualname": "AbsentAgentError", "type": "class", "doc": "

Exceptions for when an agent leaves a task

\n", "bases": "builtins.Exception"}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"fullname": "mephisto.data_model.exceptions.AbsentAgentError.__init__", "modulename": "mephisto.data_model.exceptions", "qualname": "AbsentAgentError.__init__", "type": "function", "doc": "

\n", "signature": "(self, message, agent_id)", "funcdef": "def"}, "mephisto.data_model.exceptions.AgentDisconnectedError": {"fullname": "mephisto.data_model.exceptions.AgentDisconnectedError", "modulename": "mephisto.data_model.exceptions", "qualname": "AgentDisconnectedError", "type": "class", "doc": "

Exception for a real disconnect event (no signal)

\n", "bases": "AbsentAgentError"}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"fullname": "mephisto.data_model.exceptions.AgentDisconnectedError.__init__", "modulename": "mephisto.data_model.exceptions", "qualname": "AgentDisconnectedError.__init__", "type": "function", "doc": "

\n", "signature": "(self, agent_id)", "funcdef": "def"}, "mephisto.data_model.exceptions.AgentTimeoutError": {"fullname": "mephisto.data_model.exceptions.AgentTimeoutError", "modulename": "mephisto.data_model.exceptions", "qualname": "AgentTimeoutError", "type": "class", "doc": "

Exception for when a worker doesn't respond in time

\n", "bases": "AbsentAgentError"}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"fullname": "mephisto.data_model.exceptions.AgentTimeoutError.__init__", "modulename": "mephisto.data_model.exceptions", "qualname": "AgentTimeoutError.__init__", "type": "function", "doc": "

\n", "signature": "(self, timeout, agent_id)", "funcdef": "def"}, "mephisto.data_model.exceptions.AgentReturnedError": {"fullname": "mephisto.data_model.exceptions.AgentReturnedError", "modulename": "mephisto.data_model.exceptions", "qualname": "AgentReturnedError", "type": "class", "doc": "

Exception for an explicit return event (worker returns task)

\n", "bases": "AbsentAgentError"}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"fullname": "mephisto.data_model.exceptions.AgentReturnedError.__init__", "modulename": "mephisto.data_model.exceptions", "qualname": "AgentReturnedError.__init__", "type": "function", "doc": "

\n", "signature": "(self, agent_id)", "funcdef": "def"}, "mephisto.data_model.exceptions.AgentShutdownError": {"fullname": "mephisto.data_model.exceptions.AgentShutdownError", "modulename": "mephisto.data_model.exceptions", "qualname": "AgentShutdownError", "type": "class", "doc": "

Exception for when a task is shutdown but agents are still in a task

\n", "bases": "AbsentAgentError"}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"fullname": "mephisto.data_model.exceptions.AgentShutdownError.__init__", "modulename": "mephisto.data_model.exceptions", "qualname": "AgentShutdownError.__init__", "type": "function", "doc": "

\n", "signature": "(self, agent_id)", "funcdef": "def"}, "mephisto.data_model.packet": {"fullname": "mephisto.data_model.packet", "modulename": "mephisto.data_model.packet", "type": "module", "doc": "

\n"}, "mephisto.data_model.packet.Packet": {"fullname": "mephisto.data_model.packet.Packet", "modulename": "mephisto.data_model.packet", "qualname": "Packet", "type": "class", "doc": "

Simple class for encapsulating messages as sent between the\nMephisto python client, the router, and any frontend.

\n\n

Used to be able to make assertions about the kind of data\nbeing sent for specific message types.

\n"}, "mephisto.data_model.packet.Packet.__init__": {"fullname": "mephisto.data_model.packet.Packet.__init__", "modulename": "mephisto.data_model.packet", "qualname": "Packet.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n packet_type: str,\n subject_id: str,\n data: Union[Dict[str, Any], NoneType] = None,\n client_timestamp: Union[float, NoneType] = None,\n router_incoming_timestamp: Union[float, NoneType] = None,\n router_outgoing_timestamp: Union[float, NoneType] = None,\n server_timestamp: Union[float, NoneType] = None\n)", "funcdef": "def"}, "mephisto.data_model.packet.Packet.from_dict": {"fullname": "mephisto.data_model.packet.Packet.from_dict", "modulename": "mephisto.data_model.packet", "qualname": "Packet.from_dict", "type": "function", "doc": "

\n", "signature": "(input_dict: Dict[str, Any]) -> mephisto.data_model.packet.Packet", "funcdef": "def"}, "mephisto.data_model.packet.Packet.to_sendable_dict": {"fullname": "mephisto.data_model.packet.Packet.to_sendable_dict", "modulename": "mephisto.data_model.packet", "qualname": "Packet.to_sendable_dict", "type": "function", "doc": "

\n", "signature": "(self) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.data_model.packet.Packet.copy": {"fullname": "mephisto.data_model.packet.Packet.copy", "modulename": "mephisto.data_model.packet", "qualname": "Packet.copy", "type": "function", "doc": "

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.data_model.project": {"fullname": "mephisto.data_model.project", "modulename": "mephisto.data_model.project", "type": "module", "doc": "

\n"}, "mephisto.data_model.project.Project": {"fullname": "mephisto.data_model.project.Project", "modulename": "mephisto.data_model.project", "qualname": "Project", "type": "class", "doc": "

High level project that many crowdsourcing tasks may be related to. Useful\nfor budgeting and grouping tasks for a review perspective.

\n\n

Abstracts relevant queries behind usable functions.

\n", "bases": "mephisto.data_model._db_backed_meta.MephistoDataModelComponentMixin"}, "mephisto.data_model.project.Project.__init__": {"fullname": "mephisto.data_model.project.Project.__init__", "modulename": "mephisto.data_model.project", "qualname": "Project.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.data_model.project.Project.get_tasks": {"fullname": "mephisto.data_model.project.Project.get_tasks", "modulename": "mephisto.data_model.project", "qualname": "Project.get_tasks", "type": "function", "doc": "

Return the list of tasks that are run as part of this project

\n", "signature": "(self) -> list[mephisto.data_model.task.Task]", "funcdef": "def"}, "mephisto.data_model.project.Project.get_total_spend": {"fullname": "mephisto.data_model.project.Project.get_total_spend", "modulename": "mephisto.data_model.project", "qualname": "Project.get_total_spend", "type": "function", "doc": "

Return the total amount of funding spent for this project\nacross all tasks.

\n", "signature": "(self) -> float", "funcdef": "def"}, "mephisto.data_model.project.Project.new": {"fullname": "mephisto.data_model.project.Project.new", "modulename": "mephisto.data_model.project", "qualname": "Project.new", "type": "function", "doc": "

Try to create a new project by this name, raise an exception if\nthe name already exists.

\n", "signature": "(\n self,\n db: mephisto.abstractions.database.MephistoDB,\n project_name: str\n) -> mephisto.data_model.project.Project", "funcdef": "def"}, "mephisto.data_model.qualification": {"fullname": "mephisto.data_model.qualification", "modulename": "mephisto.data_model.qualification", "type": "module", "doc": "

\n"}, "mephisto.data_model.qualification.Qualification": {"fullname": "mephisto.data_model.qualification.Qualification", "modulename": "mephisto.data_model.qualification", "qualname": "Qualification", "type": "class", "doc": "

Simple convenience wrapper for Qualifications in the data model

\n", "bases": "mephisto.data_model._db_backed_meta.MephistoDataModelComponentMixin"}, "mephisto.data_model.qualification.Qualification.__init__": {"fullname": "mephisto.data_model.qualification.Qualification.__init__", "modulename": "mephisto.data_model.qualification", "qualname": "Qualification.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.data_model.qualification.GrantedQualification": {"fullname": "mephisto.data_model.qualification.GrantedQualification", "modulename": "mephisto.data_model.qualification", "qualname": "GrantedQualification", "type": "class", "doc": "

Convenience wrapper for tracking granted qualifications

\n"}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"fullname": "mephisto.data_model.qualification.GrantedQualification.__init__", "modulename": "mephisto.data_model.qualification", "qualname": "GrantedQualification.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n db: mephisto.abstractions.database.MephistoDB,\n qualification_id: str,\n worker_id: str,\n row: Union[Mapping[str, Any], NoneType] = None\n)", "funcdef": "def"}, "mephisto.data_model.requester": {"fullname": "mephisto.data_model.requester", "modulename": "mephisto.data_model.requester", "type": "module", "doc": "

\n"}, "mephisto.data_model.requester.RequesterArgs": {"fullname": "mephisto.data_model.requester.RequesterArgs", "modulename": "mephisto.data_model.requester", "qualname": "RequesterArgs", "type": "class", "doc": "

Base class for arguments to register a requester

\n"}, "mephisto.data_model.requester.RequesterArgs.__init__": {"fullname": "mephisto.data_model.requester.RequesterArgs.__init__", "modulename": "mephisto.data_model.requester", "qualname": "RequesterArgs.__init__", "type": "function", "doc": "

\n", "signature": "(self, name: str = '???')", "funcdef": "def"}, "mephisto.data_model.requester.RequesterArgs.name": {"fullname": "mephisto.data_model.requester.RequesterArgs.name", "modulename": "mephisto.data_model.requester", "qualname": "RequesterArgs.name", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.data_model.requester.Requester": {"fullname": "mephisto.data_model.requester.Requester", "modulename": "mephisto.data_model.requester", "qualname": "Requester", "type": "class", "doc": "

High level class representing a requester on some kind of crowd provider. Sets some default\ninitializations, but mostly should be extended by the specific requesters for crowd providers\nwith whatever implementation details are required to get those to work.

\n", "bases": "mephisto.data_model._db_backed_meta.MephistoDataModelComponentMixin"}, "mephisto.data_model.requester.Requester.__init__": {"fullname": "mephisto.data_model.requester.Requester.__init__", "modulename": "mephisto.data_model.requester", "qualname": "Requester.__init__", "type": "function", "doc": "

The new method is overridden to be able to automatically generate\nthe expected Requester class without needing to specifically find it\nfor a given db_id. As such it is impossible to create a base Requester\nas you will instead be returned the correct Requester class according to\nthe crowdprovider associated with this Requester.

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.data_model.requester.Requester.ArgsClass": {"fullname": "mephisto.data_model.requester.Requester.ArgsClass", "modulename": "mephisto.data_model.requester", "qualname": "Requester.ArgsClass", "type": "class", "doc": "

Base class for arguments to register a requester

\n"}, "mephisto.data_model.requester.Requester.get_task_runs": {"fullname": "mephisto.data_model.requester.Requester.get_task_runs", "modulename": "mephisto.data_model.requester", "qualname": "Requester.get_task_runs", "type": "function", "doc": "

Return the list of task runs that are run by this requester

\n", "signature": "(self) -> list[mephisto.data_model.task_run.TaskRun]", "funcdef": "def"}, "mephisto.data_model.requester.Requester.get_total_spend": {"fullname": "mephisto.data_model.requester.Requester.get_total_spend", "modulename": "mephisto.data_model.requester", "qualname": "Requester.get_total_spend", "type": "function", "doc": "

Return the total amount of funding spent by this requester\nacross all tasks.

\n", "signature": "(self) -> float", "funcdef": "def"}, "mephisto.data_model.requester.Requester.is_sandbox": {"fullname": "mephisto.data_model.requester.Requester.is_sandbox", "modulename": "mephisto.data_model.requester", "qualname": "Requester.is_sandbox", "type": "function", "doc": "

Determine if this is a requester on a sandbox/test account

\n", "signature": "(self) -> bool", "funcdef": "def"}, "mephisto.data_model.requester.Requester.register": {"fullname": "mephisto.data_model.requester.Requester.register", "modulename": "mephisto.data_model.requester", "qualname": "Requester.register", "type": "function", "doc": "

Register this requester with the crowd provider by providing any required credentials\nor such. If no args are provided, assume the registration is already made and try\nto assert it as such.

\n\n

Should throw an exception if something is wrong with provided registration arguments.

\n", "signature": "(\n self,\n args: Union[omegaconf.dictconfig.DictConfig, NoneType] = None\n) -> None", "funcdef": "def"}, "mephisto.data_model.requester.Requester.is_registered": {"fullname": "mephisto.data_model.requester.Requester.is_registered", "modulename": "mephisto.data_model.requester", "qualname": "Requester.is_registered", "type": "function", "doc": "

Check to see if this requester has already been registered

\n", "signature": "(self) -> bool", "funcdef": "def"}, "mephisto.data_model.requester.Requester.get_available_budget": {"fullname": "mephisto.data_model.requester.Requester.get_available_budget", "modulename": "mephisto.data_model.requester", "qualname": "Requester.get_available_budget", "type": "function", "doc": "

Return the funds that this requester profile has available for usage with\nits crowdsourcing vendor

\n", "signature": "(self) -> float", "funcdef": "def"}, "mephisto.data_model.requester.Requester.to_dict": {"fullname": "mephisto.data_model.requester.Requester.to_dict", "modulename": "mephisto.data_model.requester", "qualname": "Requester.to_dict", "type": "function", "doc": "

Produce a dict of this requester and important features for json serialization

\n", "signature": "(self) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.data_model.requester.Requester.new": {"fullname": "mephisto.data_model.requester.Requester.new", "modulename": "mephisto.data_model.requester", "qualname": "Requester.new", "type": "function", "doc": "

Try to create a new requester by this name, raise an exception if\nthe name already exists.

\n\n

Implementation should call _register_requester(db, requester_id) when sure the requester\ncan be successfully created to have it put into the db and return the result.

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n requester_name: str\n) -> mephisto.data_model.requester.Requester", "funcdef": "def"}, "mephisto.data_model.task": {"fullname": "mephisto.data_model.task", "modulename": "mephisto.data_model.task", "type": "module", "doc": "

\n"}, "mephisto.data_model.task.assert_task_is_valid": {"fullname": "mephisto.data_model.task.assert_task_is_valid", "modulename": "mephisto.data_model.task", "qualname": "assert_task_is_valid", "type": "function", "doc": "

Go through the given task directory and ensure it is valid under the\ngiven task type

\n", "signature": "(dir_name, task_type) -> None", "funcdef": "def"}, "mephisto.data_model.task.Task": {"fullname": "mephisto.data_model.task.Task", "modulename": "mephisto.data_model.task", "qualname": "Task", "type": "class", "doc": "

This class contains all of the required tidbits for launching a set of\nassignments, primarily by leveraging a blueprint. It also takes the\nproject name if this task is to be associated with a specific project.

\n", "bases": "mephisto.data_model._db_backed_meta.MephistoDataModelComponentMixin"}, "mephisto.data_model.task.Task.__init__": {"fullname": "mephisto.data_model.task.Task.__init__", "modulename": "mephisto.data_model.task", "qualname": "Task.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.data_model.task.Task.get_project": {"fullname": "mephisto.data_model.task.Task.get_project", "modulename": "mephisto.data_model.task", "qualname": "Task.get_project", "type": "function", "doc": "

Get the project for this task, if it exists

\n", "signature": "(self) -> Union[mephisto.data_model.project.Project, NoneType]", "funcdef": "def"}, "mephisto.data_model.task.Task.set_project": {"fullname": "mephisto.data_model.task.Task.set_project", "modulename": "mephisto.data_model.task", "qualname": "Task.set_project", "type": "function", "doc": "

\n", "signature": "(self, project: mephisto.data_model.project.Project) -> None", "funcdef": "def"}, "mephisto.data_model.task.Task.get_runs": {"fullname": "mephisto.data_model.task.Task.get_runs", "modulename": "mephisto.data_model.task", "qualname": "Task.get_runs", "type": "function", "doc": "

Return all of the runs of this task that have been launched

\n", "signature": "(self) -> list[mephisto.data_model.task_run.TaskRun]", "funcdef": "def"}, "mephisto.data_model.task.Task.get_assignments": {"fullname": "mephisto.data_model.task.Task.get_assignments", "modulename": "mephisto.data_model.task", "qualname": "Task.get_assignments", "type": "function", "doc": "

Return all of the assignments for all runs of this task

\n", "signature": "(self) -> list[mephisto.data_model.assignment.Assignment]", "funcdef": "def"}, "mephisto.data_model.task.Task.get_total_spend": {"fullname": "mephisto.data_model.task.Task.get_total_spend", "modulename": "mephisto.data_model.task", "qualname": "Task.get_total_spend", "type": "function", "doc": "

Return the total amount of funding spent for this task.

\n", "signature": "(self) -> float", "funcdef": "def"}, "mephisto.data_model.task.Task.new": {"fullname": "mephisto.data_model.task.Task.new", "modulename": "mephisto.data_model.task", "qualname": "Task.new", "type": "function", "doc": "

Create a new task by the given name, ensure that the folder for this task\nexists and has the expected directories and files. If a project is\nspecified, register the task underneath it

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n task_name: str,\n task_type: str\n) -> mephisto.data_model.task.Task", "funcdef": "def"}, "mephisto.data_model.task_run": {"fullname": "mephisto.data_model.task_run", "modulename": "mephisto.data_model.task_run", "type": "module", "doc": "

\n"}, "mephisto.data_model.task_run.TaskRunArgs": {"fullname": "mephisto.data_model.task_run.TaskRunArgs", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRunArgs", "type": "class", "doc": "

Object for grouping the contents to configure a class

\n"}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"fullname": "mephisto.data_model.task_run.TaskRunArgs.__init__", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRunArgs.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n task_name: Union[str, NoneType] = '???',\n task_title: str = '???',\n task_description: str = '???',\n task_reward: float = '???',\n task_tags: str = '???',\n assignment_duration_in_seconds: int = 1800,\n allowed_concurrent: int = 0,\n maximum_units_per_worker: int = 0,\n max_num_concurrent_units: int = 0,\n submission_timeout: int = 600\n)", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"fullname": "mephisto.data_model.task_run.TaskRunArgs.task_name", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRunArgs.task_name", "type": "variable", "doc": "

\n", "annotation": ": Union[str, NoneType]", "default_value": " = '???'"}, "mephisto.data_model.task_run.TaskRunArgs.task_title": {"fullname": "mephisto.data_model.task_run.TaskRunArgs.task_title", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRunArgs.task_title", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.data_model.task_run.TaskRunArgs.task_description": {"fullname": "mephisto.data_model.task_run.TaskRunArgs.task_description", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRunArgs.task_description", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.data_model.task_run.TaskRunArgs.task_reward": {"fullname": "mephisto.data_model.task_run.TaskRunArgs.task_reward", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRunArgs.task_reward", "type": "variable", "doc": "

\n", "annotation": ": float", "default_value": " = '???'"}, "mephisto.data_model.task_run.TaskRunArgs.task_tags": {"fullname": "mephisto.data_model.task_run.TaskRunArgs.task_tags", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRunArgs.task_tags", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '???'"}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"fullname": "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRunArgs.assignment_duration_in_seconds", "type": "variable", "doc": "

\n", "annotation": ": int", "default_value": " = 1800"}, "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"fullname": "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRunArgs.allowed_concurrent", "type": "variable", "doc": "

\n", "annotation": ": int", "default_value": " = 0"}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"fullname": "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRunArgs.maximum_units_per_worker", "type": "variable", "doc": "

\n", "annotation": ": int", "default_value": " = 0"}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"fullname": "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRunArgs.max_num_concurrent_units", "type": "variable", "doc": "

\n", "annotation": ": int", "default_value": " = 0"}, "mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"fullname": "mephisto.data_model.task_run.TaskRunArgs.submission_timeout", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRunArgs.submission_timeout", "type": "variable", "doc": "

\n", "annotation": ": int", "default_value": " = 600"}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"fullname": "mephisto.data_model.task_run.TaskRunArgs.get_mock_params", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRunArgs.get_mock_params", "type": "function", "doc": "

Returns a param string with default / mock arguments to use for testing

\n", "signature": "(cls) -> str", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun": {"fullname": "mephisto.data_model.task_run.TaskRun", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun", "type": "class", "doc": "

This class tracks an individual run of a specific task, and handles state management\nfor the set of assignments within

\n", "bases": "mephisto.data_model._db_backed_meta.MephistoDataModelComponentMixin"}, "mephisto.data_model.task_run.TaskRun.__init__": {"fullname": "mephisto.data_model.task_run.TaskRun.__init__", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"fullname": "mephisto.data_model.task_run.TaskRun.ArgsClass", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.ArgsClass", "type": "class", "doc": "

Object for grouping the contents to configure a class

\n"}, "mephisto.data_model.task_run.TaskRun.get_units": {"fullname": "mephisto.data_model.task_run.TaskRun.get_units", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.get_units", "type": "function", "doc": "

Return the units associated with this task run.

\n", "signature": "(self) -> list[mephisto.data_model.unit.Unit]", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"fullname": "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.get_valid_units_for_worker", "type": "function", "doc": "

Get any units that the given worker could work on in this\ntask run

\n", "signature": "(\n self,\n worker: mephisto.data_model.worker.Worker\n) -> list[mephisto.data_model.unit.Unit]", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"fullname": "mephisto.data_model.task_run.TaskRun.clear_reservation", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.clear_reservation", "type": "function", "doc": "

Remove the holder used to reserve a unit

\n", "signature": "(self, unit: mephisto.data_model.unit.Unit) -> None", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"fullname": "mephisto.data_model.task_run.TaskRun.reserve_unit", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.reserve_unit", "type": "function", "doc": "

'Atomically' reserve a unit by writing to the filesystem. If\nthe file creation fails, return none

\n", "signature": "(\n self,\n unit: mephisto.data_model.unit.Unit\n) -> Union[mephisto.data_model.unit.Unit, NoneType]", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"fullname": "mephisto.data_model.task_run.TaskRun.get_blueprint", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.get_blueprint", "type": "function", "doc": "

Return the runner associated with this task run

\n", "signature": "(\n self,\n args: Union[omegaconf.dictconfig.DictConfig, NoneType] = None,\n shared_state: Union[mephisto.abstractions.blueprint.SharedTaskState, NoneType] = None\n) -> mephisto.abstractions.blueprint.Blueprint", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.get_provider": {"fullname": "mephisto.data_model.task_run.TaskRun.get_provider", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.get_provider", "type": "function", "doc": "

Return the crowd provider used to launch this task

\n", "signature": "(self) -> mephisto.abstractions.crowd_provider.CrowdProvider", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.get_task": {"fullname": "mephisto.data_model.task_run.TaskRun.get_task", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.get_task", "type": "function", "doc": "

Return the task used to initialize this run

\n", "signature": "(self) -> mephisto.data_model.task.Task", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"fullname": "mephisto.data_model.task_run.TaskRun.get_task_args", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.get_task_args", "type": "function", "doc": "

\n", "signature": "(self) -> omegaconf.dictconfig.DictConfig", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.get_requester": {"fullname": "mephisto.data_model.task_run.TaskRun.get_requester", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.get_requester", "type": "function", "doc": "

Return the requester that started this task.

\n", "signature": "(self) -> mephisto.data_model.requester.Requester", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"fullname": "mephisto.data_model.task_run.TaskRun.get_has_assignments", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.get_has_assignments", "type": "function", "doc": "

See if this task run has any assignments launched yet

\n", "signature": "(self) -> bool", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"fullname": "mephisto.data_model.task_run.TaskRun.get_assignments", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.get_assignments", "type": "function", "doc": "

Get assignments for this run, optionally filtering by their\ncurrent status

\n", "signature": "(\n self,\n status: Union[str, NoneType] = None\n) -> list[mephisto.data_model.assignment.Assignment]", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"fullname": "mephisto.data_model.task_run.TaskRun.get_assignment_statuses", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.get_assignment_statuses", "type": "function", "doc": "

Get the statistics for all of the assignments for this run.

\n", "signature": "(self) -> Dict[str, int]", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"fullname": "mephisto.data_model.task_run.TaskRun.update_completion_progress", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.update_completion_progress", "type": "function", "doc": "

Flag the task run that the assignments' generator has finished

\n", "signature": "(self, task_launcher=None, status=None) -> None", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"fullname": "mephisto.data_model.task_run.TaskRun.get_is_completed", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.get_is_completed", "type": "function", "doc": "

get the completion status of this task

\n", "signature": "(self) -> bool", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"fullname": "mephisto.data_model.task_run.TaskRun.sync_completion_status", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.sync_completion_status", "type": "function", "doc": "

Update the is_complete status for this task run based on completion\nof subassignments. If this task run has no subassignments yet, it\nis not complete

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"fullname": "mephisto.data_model.task_run.TaskRun.get_run_dir", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.get_run_dir", "type": "function", "doc": "

Return the directory where the data from this run is stored

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"fullname": "mephisto.data_model.task_run.TaskRun.get_total_spend", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.get_total_spend", "type": "function", "doc": "

Return the total amount spent on this run, based on any assignments\nthat are still in a payable state.

\n", "signature": "(self) -> float", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.to_dict": {"fullname": "mephisto.data_model.task_run.TaskRun.to_dict", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.to_dict", "type": "function", "doc": "

Return a dict containing any important information about this task run

\n", "signature": "(self) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.data_model.task_run.TaskRun.new": {"fullname": "mephisto.data_model.task_run.TaskRun.new", "modulename": "mephisto.data_model.task_run", "qualname": "TaskRun.new", "type": "function", "doc": "

Create a new run for the given task with the given params

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n task: mephisto.data_model.task.Task,\n requester: mephisto.data_model.requester.Requester,\n param_string: str\n) -> mephisto.data_model.task_run.TaskRun", "funcdef": "def"}, "mephisto.data_model.unit": {"fullname": "mephisto.data_model.unit", "modulename": "mephisto.data_model.unit", "type": "module", "doc": "

\n"}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"fullname": "mephisto.data_model.unit.INDEX_TO_TYPE_MAP", "modulename": "mephisto.data_model.unit", "qualname": "INDEX_TO_TYPE_MAP", "type": "variable", "doc": "

\n", "annotation": ": DefaultDict[int, str]", "default_value": " = defaultdict(>, {0: 'standard', -1: 'screening_unit', -2: 'gold_unit', -3: 'compensation_unit'})"}, "mephisto.data_model.unit.Unit": {"fullname": "mephisto.data_model.unit.Unit", "modulename": "mephisto.data_model.unit", "qualname": "Unit", "type": "class", "doc": "

This class tracks the status of an individual worker's contribution to a\nhigher level assignment. It is the smallest 'unit' of work to complete\nthe assignment, and this class is only responsible for checking\nthe status of that work itself being done.

\n\n

It should be extended for usage with a specific crowd provider

\n", "bases": "mephisto.data_model._db_backed_meta.MephistoDataModelComponentMixin"}, "mephisto.data_model.unit.Unit.__init__": {"fullname": "mephisto.data_model.unit.Unit.__init__", "modulename": "mephisto.data_model.unit", "qualname": "Unit.__init__", "type": "function", "doc": "

The new method is overridden to be able to automatically generate\nthe expected Unit class without needing to specifically find it\nfor a given db_id. As such it is impossible to create a Unit\nas you will instead be returned the correct Unit class according to\nthe crowdprovider associated with this Unit.

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"fullname": "mephisto.data_model.unit.Unit.get_crowd_provider_class", "modulename": "mephisto.data_model.unit", "qualname": "Unit.get_crowd_provider_class", "type": "function", "doc": "

Get the CrowdProvider class that manages this Unit

\n", "signature": "(self) -> type[mephisto.abstractions.crowd_provider.CrowdProvider]", "funcdef": "def"}, "mephisto.data_model.unit.Unit.get_assignment_data": {"fullname": "mephisto.data_model.unit.Unit.get_assignment_data", "modulename": "mephisto.data_model.unit", "qualname": "Unit.get_assignment_data", "type": "function", "doc": "

Return the specific assignment data for this assignment

\n", "signature": "(self) -> mephisto.data_model.assignment.InitializationData", "funcdef": "def"}, "mephisto.data_model.unit.Unit.sync_status": {"fullname": "mephisto.data_model.unit.Unit.sync_status", "modulename": "mephisto.data_model.unit", "qualname": "Unit.sync_status", "type": "function", "doc": "

Ensure that the queried status from this unit and the db status\nare up to date

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.data_model.unit.Unit.get_db_status": {"fullname": "mephisto.data_model.unit.Unit.get_db_status", "modulename": "mephisto.data_model.unit", "qualname": "Unit.get_db_status", "type": "function", "doc": "

Return the status as currently stored in the database

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.data_model.unit.Unit.set_db_status": {"fullname": "mephisto.data_model.unit.Unit.set_db_status", "modulename": "mephisto.data_model.unit", "qualname": "Unit.set_db_status", "type": "function", "doc": "

Set the status reflected in the database for this Unit

\n", "signature": "(self, status: str) -> None", "funcdef": "def"}, "mephisto.data_model.unit.Unit.get_assignment": {"fullname": "mephisto.data_model.unit.Unit.get_assignment", "modulename": "mephisto.data_model.unit", "qualname": "Unit.get_assignment", "type": "function", "doc": "

Return the assignment that this Unit is part of.

\n", "signature": "(self) -> mephisto.data_model.assignment.Assignment", "funcdef": "def"}, "mephisto.data_model.unit.Unit.get_task_run": {"fullname": "mephisto.data_model.unit.Unit.get_task_run", "modulename": "mephisto.data_model.unit", "qualname": "Unit.get_task_run", "type": "function", "doc": "

Return the task run that this assignment is part of

\n", "signature": "(self) -> mephisto.data_model.task_run.TaskRun", "funcdef": "def"}, "mephisto.data_model.unit.Unit.get_task": {"fullname": "mephisto.data_model.unit.Unit.get_task", "modulename": "mephisto.data_model.unit", "qualname": "Unit.get_task", "type": "function", "doc": "

Return the task that this assignment is part of

\n", "signature": "(self) -> mephisto.data_model.task.Task", "funcdef": "def"}, "mephisto.data_model.unit.Unit.get_requester": {"fullname": "mephisto.data_model.unit.Unit.get_requester", "modulename": "mephisto.data_model.unit", "qualname": "Unit.get_requester", "type": "function", "doc": "

Return the requester who offered this Unit

\n", "signature": "(self) -> mephisto.data_model.requester.Requester", "funcdef": "def"}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"fullname": "mephisto.data_model.unit.Unit.clear_assigned_agent", "modulename": "mephisto.data_model.unit", "qualname": "Unit.clear_assigned_agent", "type": "function", "doc": "

Clear the agent that is assigned to this unit

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"fullname": "mephisto.data_model.unit.Unit.get_assigned_agent", "modulename": "mephisto.data_model.unit", "qualname": "Unit.get_assigned_agent", "type": "function", "doc": "

Get the agent assigned to this Unit if there is one, else return None

\n", "signature": "(self) -> Union[mephisto.data_model.agent.Agent, NoneType]", "funcdef": "def"}, "mephisto.data_model.unit.Unit.get_pay_amount": {"fullname": "mephisto.data_model.unit.Unit.get_pay_amount", "modulename": "mephisto.data_model.unit", "qualname": "Unit.get_pay_amount", "type": "function", "doc": "

Return the amount that this Unit is costing against the budget,\ncalculating additional fees as relevant

\n", "signature": "(self) -> float", "funcdef": "def"}, "mephisto.data_model.unit.Unit.get_status": {"fullname": "mephisto.data_model.unit.Unit.get_status", "modulename": "mephisto.data_model.unit", "qualname": "Unit.get_status", "type": "function", "doc": "

Get the status of this unit, as determined by whether there's\na worker working on it at the moment, and any other possible states. Should\nreturn one of UNIT_STATUSES

\n\n

Accurate status is crowd-provider dependent, and thus this method should be\ndefined in the child class to ensure that the local record matches\nthe ground truth in the provider

\n", "signature": "(self) -> str", "funcdef": "def"}, "mephisto.data_model.unit.Unit.launch": {"fullname": "mephisto.data_model.unit.Unit.launch", "modulename": "mephisto.data_model.unit", "qualname": "Unit.launch", "type": "function", "doc": "

Make this Unit available on the crowdsourcing vendor. Depending on\nthe task type, this could mean a number of different setup steps.

\n\n

Some crowd providers require setting up a configuration for the\nvery first launch, and this method should call a helper to manage\nthat step if necessary.

\n", "signature": "(self, task_url: str) -> None", "funcdef": "def"}, "mephisto.data_model.unit.Unit.expire": {"fullname": "mephisto.data_model.unit.Unit.expire", "modulename": "mephisto.data_model.unit", "qualname": "Unit.expire", "type": "function", "doc": "

Expire this unit, removing it from being workable on the vendor.\nReturn the maximum time needed to wait before we know it's taken down.

\n", "signature": "(self) -> float", "funcdef": "def"}, "mephisto.data_model.unit.Unit.is_expired": {"fullname": "mephisto.data_model.unit.Unit.is_expired", "modulename": "mephisto.data_model.unit", "qualname": "Unit.is_expired", "type": "function", "doc": "

Determine if this unit is expired as according to the vendor.

\n", "signature": "(self) -> bool", "funcdef": "def"}, "mephisto.data_model.unit.Unit.new": {"fullname": "mephisto.data_model.unit.Unit.new", "modulename": "mephisto.data_model.unit", "qualname": "Unit.new", "type": "function", "doc": "

Create a Unit for the given assignment

\n\n

Implementation should return the result of _register_unit when sure the unit\ncan be successfully created to have it put into the db.

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n assignment: mephisto.data_model.assignment.Assignment,\n index: int,\n pay_amount: float\n) -> mephisto.data_model.unit.Unit", "funcdef": "def"}, "mephisto.data_model.worker": {"fullname": "mephisto.data_model.worker", "modulename": "mephisto.data_model.worker", "type": "module", "doc": "

\n"}, "mephisto.data_model.worker.WorkerArgs": {"fullname": "mephisto.data_model.worker.WorkerArgs", "modulename": "mephisto.data_model.worker", "qualname": "WorkerArgs", "type": "class", "doc": "

Base class for arguments to register a worker

\n"}, "mephisto.data_model.worker.WorkerArgs.__init__": {"fullname": "mephisto.data_model.worker.WorkerArgs.__init__", "modulename": "mephisto.data_model.worker", "qualname": "WorkerArgs.__init__", "type": "function", "doc": "

\n", "signature": "(self, name: str)", "funcdef": "def"}, "mephisto.data_model.worker.Worker": {"fullname": "mephisto.data_model.worker.Worker", "modulename": "mephisto.data_model.worker", "qualname": "Worker", "type": "class", "doc": "

This class represents an individual - namely a person. It maintains components of ongoing identity for a user.

\n", "bases": "mephisto.data_model._db_backed_meta.MephistoDataModelComponentMixin"}, "mephisto.data_model.worker.Worker.__init__": {"fullname": "mephisto.data_model.worker.Worker.__init__", "modulename": "mephisto.data_model.worker", "qualname": "Worker.__init__", "type": "function", "doc": "

The new method is overridden to be able to automatically generate\nthe expected Worker class without needing to specifically find it\nfor a given db_id. As such it is impossible to create a base Worker\nas you will instead be returned the correct Worker class according to\nthe crowdprovider associated with this Worker.

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n db_id: str,\n row: Union[Mapping[str, Any], NoneType] = None,\n _used_new_call: bool = False\n)", "funcdef": "def"}, "mephisto.data_model.worker.Worker.get_agents": {"fullname": "mephisto.data_model.worker.Worker.get_agents", "modulename": "mephisto.data_model.worker", "qualname": "Worker.get_agents", "type": "function", "doc": "

Get the list of agents that this worker was responsible for, by the given status\nif needed

\n", "signature": "(\n self,\n status: Union[str, NoneType] = None\n) -> list[mephisto.data_model.agent.Agent]", "funcdef": "def"}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"fullname": "mephisto.data_model.worker.Worker.new_from_provider_data", "modulename": "mephisto.data_model.worker", "qualname": "Worker.new_from_provider_data", "type": "function", "doc": "

Given the parameters passed through wrap_crowd_source.js, construct\na new worker

\n\n

Basic case simply takes the worker id and registers it

\n", "signature": "(\n cls,\n db: mephisto.abstractions.database.MephistoDB,\n creation_data: Dict[str, Any]\n) -> mephisto.data_model.worker.Worker", "funcdef": "def"}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"fullname": "mephisto.data_model.worker.Worker.get_granted_qualification", "modulename": "mephisto.data_model.worker", "qualname": "Worker.get_granted_qualification", "type": "function", "doc": "

Return the granted qualification for this worker for the given name

\n", "signature": "(\n self,\n qualification_name: str\n) -> Union[mephisto.data_model.qualification.GrantedQualification, NoneType]", "funcdef": "def"}, "mephisto.data_model.worker.Worker.is_disqualified": {"fullname": "mephisto.data_model.worker.Worker.is_disqualified", "modulename": "mephisto.data_model.worker", "qualname": "Worker.is_disqualified", "type": "function", "doc": "

Find out if the given worker has been disqualified by the given qualification

\n\n

Returns True if the qualification exists and has a falsey value\nReturns False if the qualification doesn't exist or has a truthy value

\n", "signature": "(self, qualification_name: str)", "funcdef": "def"}, "mephisto.data_model.worker.Worker.is_qualified": {"fullname": "mephisto.data_model.worker.Worker.is_qualified", "modulename": "mephisto.data_model.worker", "qualname": "Worker.is_qualified", "type": "function", "doc": "

Find out if the given worker has qualified by the given qualification

\n\n

Returns True if the qualification exists and is truthy value\nReturns False if the qualification doesn't exist or falsey value

\n", "signature": "(self, qualification_name: str)", "funcdef": "def"}, "mephisto.data_model.worker.Worker.revoke_qualification": {"fullname": "mephisto.data_model.worker.Worker.revoke_qualification", "modulename": "mephisto.data_model.worker", "qualname": "Worker.revoke_qualification", "type": "function", "doc": "

Remove this user's qualification if it exists

\n\n

Returns True if removal happens locally and externally, False if an exception\nhappens with the crowd provider

\n", "signature": "(self, qualification_name) -> bool", "funcdef": "def"}, "mephisto.data_model.worker.Worker.grant_qualification": {"fullname": "mephisto.data_model.worker.Worker.grant_qualification", "modulename": "mephisto.data_model.worker", "qualname": "Worker.grant_qualification", "type": "function", "doc": "

Grant a positive or negative qualification to this worker

\n\n

Returns True if granting happens locally and externally, False if an exception\nhappens with the crowd provider

\n", "signature": "(self, qualification_name: str, value: int = 1, skip_crowd=False)", "funcdef": "def"}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"fullname": "mephisto.data_model.worker.Worker.grant_crowd_qualification", "modulename": "mephisto.data_model.worker", "qualname": "Worker.grant_crowd_qualification", "type": "function", "doc": "

Grant a qualification by the given name to this worker

\n\n

If the CrowdProvider has a notion of qualifications, they can be granted\nin sync with Mephisto's qualifications

\n", "signature": "(self, qualification_name: str, value: int = 1) -> None", "funcdef": "def"}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"fullname": "mephisto.data_model.worker.Worker.revoke_crowd_qualification", "modulename": "mephisto.data_model.worker", "qualname": "Worker.revoke_crowd_qualification", "type": "function", "doc": "

Revoke the qualification by the given name from this worker

\n\n

If the CrowdProvider has a notion of qualifications, they can be revoked\nin sync with Mephisto's qualifications

\n", "signature": "(self, qualification_name: str) -> None", "funcdef": "def"}, "mephisto.data_model.worker.Worker.bonus_worker": {"fullname": "mephisto.data_model.worker.Worker.bonus_worker", "modulename": "mephisto.data_model.worker", "qualname": "Worker.bonus_worker", "type": "function", "doc": "

Bonus this worker for work any reason. Return success of bonus

\n", "signature": "(\n self,\n amount: float,\n reason: str,\n unit: Union[mephisto.data_model.unit.Unit, NoneType] = None\n) -> Tuple[bool, str]", "funcdef": "def"}, "mephisto.data_model.worker.Worker.block_worker": {"fullname": "mephisto.data_model.worker.Worker.block_worker", "modulename": "mephisto.data_model.worker", "qualname": "Worker.block_worker", "type": "function", "doc": "

Block this worker for a specified reason. Return success of block

\n", "signature": "(\n self,\n reason: str,\n unit: Union[mephisto.data_model.unit.Unit, NoneType] = None,\n requester: Union[mephisto.data_model.requester.Requester, NoneType] = None\n) -> Tuple[bool, str]", "funcdef": "def"}, "mephisto.data_model.worker.Worker.unblock_worker": {"fullname": "mephisto.data_model.worker.Worker.unblock_worker", "modulename": "mephisto.data_model.worker", "qualname": "Worker.unblock_worker", "type": "function", "doc": "

unblock a blocked worker for the specified reason

\n", "signature": "(\n self,\n reason: str,\n requester: mephisto.data_model.requester.Requester\n) -> bool", "funcdef": "def"}, "mephisto.data_model.worker.Worker.is_blocked": {"fullname": "mephisto.data_model.worker.Worker.is_blocked", "modulename": "mephisto.data_model.worker", "qualname": "Worker.is_blocked", "type": "function", "doc": "

Determine if a worker is blocked

\n", "signature": "(self, requester: mephisto.data_model.requester.Requester) -> bool", "funcdef": "def"}, "mephisto.data_model.worker.Worker.is_eligible": {"fullname": "mephisto.data_model.worker.Worker.is_eligible", "modulename": "mephisto.data_model.worker", "qualname": "Worker.is_eligible", "type": "function", "doc": "

Determine if this worker is eligible for the given task run

\n", "signature": "(self, task_run: mephisto.data_model.task_run.TaskRun) -> bool", "funcdef": "def"}, "mephisto.data_model.worker.Worker.register": {"fullname": "mephisto.data_model.worker.Worker.register", "modulename": "mephisto.data_model.worker", "qualname": "Worker.register", "type": "function", "doc": "

Register this worker with the crowdprovider, if necessary

\n", "signature": "(self, args: Union[Dict[str, str], NoneType] = None) -> None", "funcdef": "def"}, "mephisto.data_model.worker.Worker.new": {"fullname": "mephisto.data_model.worker.Worker.new", "modulename": "mephisto.data_model.worker", "qualname": "Worker.new", "type": "function", "doc": "

Create a new worker attached to the given identifier, assuming it doesn't already\nexist in the database.

\n\n

Implementation should return the result of _register_worker when sure the worker\ncan be successfully created to have it put into the db.

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n worker_name: str\n) -> mephisto.data_model.worker.Worker", "funcdef": "def"}, "mephisto.operations": {"fullname": "mephisto.operations", "modulename": "mephisto.operations", "type": "module", "doc": "

Mephisto Operations

\n\n

The contents of the operations folder comprise controllers for launching and monitoring tasks, as well as other classes that either operate on the data model or support the mid level of Mephisto's design. Each has a high level responsibility, detailed below. Within these classes there's something of a heirarchy depending on the amount of underlying infrastructure that a class is built upon.

\n\n

High-level controller components

\n\n

This level of components is reserved for modules that operate on the highest level of the Mephisto heirarchy. These should be either directly usable, or easy to bundle into scripts for the client/api.

\n\n
    \n
  • Operator: High-level class responsible for launching and monitoring a TaskRun. Generally initialized using a TaskConfig and the launch_task_run method.
  • \n
\n\n

At the moment only the Operator exists in this level, as the module that manages the process of launching and monitoring a complete data collection job. Modules on a similar level of complexity may be written for the review flow, and for packaging data for release.

\n\n

Mid-level connecting components

\n\n

These components are responsible for tying some of the underlying data model components to the reality of what they represent. They ensure that tasks remain in sync with what is actually happening, such that the content on Mephisto matches what is present on crowd providers and architects, and to some degree to blueprints.

\n\n
    \n
  • ClientIOHandler: Responsible for processing incoming packets from clients and directing them to the right place. Also ensures that reconnecting workers are directed to the correct agents. The ClientIOHandler acts as the bridge between Architects and Blueprints.
  • \n
  • WorkerPool: Responsible for following the status of a worker from the point they attempt to accept a Unit until the Unit is either completed or returned. This includes spawning the threads that watch specific Assignment's or Unit's, evaluating onboarding and qualifications.
  • \n
  • registry.py: Reponsible for keeping track of instances of all of the Mephisto core abstractions, such that the system is able to refer to them just by name.
  • \n
  • TaskLauncher: Responsible for moving through an iterator or generator of assignments and units to be created, first creating the local Mephisto state to represent them and then later leveraging the CrowdProvider to launch them. Also ensures certain configuration invariants hold, such as a maximum number of concurrent tasks available.
  • \n
\n\n

Low-level Mephisto infra

\n\n

These modules contain functionality that is used to condense shared behavior from various parts of the Mephisto codebase into standard functionality and utilities.

\n\n
    \n
  • config_handler.py: Functions responsible for providing a consistent interface into a user's configuration file for Mephisto, stored at ~/.mephisto/config.yml.
  • \n
  • hydra_config.py: Classes and functionality responsible for ensuring that Mephisto operates well using Hydra, including base classes to build Hydra structured configs from (such as the TaskConfig) and methods to simplify interacting with Hydra in the codebase.
  • \n
  • logger_core.py: Helpers to simplify the process of generating unique loggers and logging configuration for various parts of Mephisto. (Much still to be done here).
  • \n
\n\n

Operator

\n\n

The Operator is responsible for actually coordinating launching tasks. This is managed using the launch_task_run function. It takes in a Hydra DictConfig of arguments corresponding to the Blueprint, Architect, and CrowdProvider of choice. It can also take a SharedTaskState object to pass information that wouldn't normally be able to be parsed on the command line, or where it can only be extracted at runtime.

\n\n

One important extra argument is SharedTaskState.qualifications, which allows configuring a task with requirements for workers to be eligibible to work on the task. Functionality for this can be seen in data_model.qualifications, with examples in how operator handles the block_qualification.

\n\n

The lifecycle of an operator is to launch as many LiveTaskRuns as desired using the launch_task_run function, and then to watch over their progress using the wait_for_runs_then_shutdown function. These methods cover the full requirements for launching and monitoring a job.

\n\n

If wait_for_runs_then_shutdown is not used, it's always important to call the shutdown methods whenever an operator has been created. While tasks are underway, a user can use get_running_task_runs to see the status of things that are currently running. Once there are no running task runs, the Operator can be told to shut down.

\n\n

ClientIOHandler

\n\n

The ClientIOHandler's primary responsiblity is to abstract the remote nature of Mephisto Workers and Agents to allow them to directly act on the local maching. It is the layer that abstracts humans and human work into Workers and Agents that take actions. To that end, it has to set up a socket to connect to the task server, poll status on any agents currently working on tasks, and process incoming agent actions over the socket to put them into the Agent so that a task can use the data.

\n\n

When provided with details of a LiveTaskRun, the associated Architect tells the ClientIOHandler where the server(s) that agents are communicating with is(/are) running. Then on initialization, Channel can be opened for each of these servers.

\n\n

Once this connection is established:

\n\n
    \n
  • Incoming messages from the server (which represent actions taken by human agents) are passed to the pending_actions queue of the Agent that corresponds with that human agent. Future calls to Agent.get_live_update() will pop off from this queue.
  • \n
  • Calls to Agent.observe() will push the message through to the appropriate Channel's sending queue immediately.
  • \n
  • The ClientIOHandler should also be querying for Agent's status and pushing responses to the WorkerPool to handle updates.
  • \n
\n\n

WorkerPool

\n\n

The WorkerPool is responsible for placing workers into appropriate Agents after finding Units they are eligible for, and passing off task execution to a Blueprint's TaskRunner. It also monitors changes to agent status.

\n\n

In order to properly determine eligibility and launch tasks, the WorkerPool relies on the Blueprint and CrowdProvider for the registered LiveTaskRun:

\n\n
    \n
  • The Blueprint contains details about the relevant task run, and is used for properly registering a new Agent the correct Unit. For this, in _register_agent it gets all Units that a worker is eligible for, reserves one, and then handles creating a new Agent out of the given Worker-Unit pair.
  • \n
  • The CrowdProvider is also used during the registration process. In the first part it ensures that upon a first connect by a new person, a corresponding Worker is created to keep records for that worker (_register_worker). Later it is used during _register_agent to ensure that the Agent class used is associated with the correct CrowdProvider and has its relevant abstractions.
  • \n
\n\n

From this point, all interactions are handled from the perspective of pure Mephisto Agents, and the remaining responsibilities of the WorkerPool are to ensure that, from the perspective of a Blueprint's TaskRunner, the Agents local python state is entirely representative of the actual state of the human worker in the task.

\n\n

registry

\n\n

The registry.py file contains functions required for establishing a registry of abstraction modules for Mephisto to refer to. This allows Mephisto to properly re-initialize classes and get information for data stored in the MephistoDB without needing to store pickled modules, or information beyond the registration key.

\n\n

The file exposes the register_mephisto_abstraction class decorator, which ensures that on import a specific module will be added to the given registry. The fill_registries function automatically populates the registry dicts with all of the relevant modules in Mephisto, though this should likely be expanded to allow users or repositories to mark or register their own Mephisto implementations.

\n\n

Mephisto classes can then use the get_<abstraction>_from_type methods from the file to retrieve the specific modules to be initialized for the given abstraction type string.

\n\n

TaskLauncher

\n\n

The TaskLauncher class is a fairly lightweight class responsible for handling the process of launching units. A TaskLauncher is created for a specific TaskRun, and provided with assignment_data for that full task run. It creates Assignments and Units for the TaskRun, and packages the expected data into the Assignment. When a task is ready to go live, one calls launch_units(url) with the url that the task should be pointed to. If units need to be expired (such as during a shutdown), expire_units handles this for all units created for the given TaskRun.

\n\n

TaskLaunchers will parse the TaskRun's TaskRunArgs to know what parameters to set. This info should be used to initialize the assignments and the units as specified. The TaskLauncher can also be used to limit the number of currently available tasks using the max_num_concurrent_units argument, which prevents too many tasks from running at the same time, potentially overrunning the TaskRunner that the Blueprint has provided.

\n\n

config_handler.py

\n\n

The methods in this module standardize how Mephisto interacts with the user configurations options for the whole system. These are stored in \"~/.mephisto/config.yml\" at the moment. The structure of the config file is such that it subdivides values to store into sections containing keys. Those keys can contain any value, but writing and reading data is done by referring to the section and the key for the data being written or read.

\n\n

The following methods are defined:

\n\n
    \n
  • get_config: loads all of the contents of the mephisto config file.
  • \n
  • write_config: Writes an entirely new config to file
  • \n
  • init_config: Tries to create an initial configuration file if none exists
  • \n
  • add_config_arg: Sets the value for just one configuration arg in the whole set.
  • \n
  • get_config_arg: Returns a specific argument value from a section of the config.
  • \n
\n\n

hydra_config.py

\n\n

The hydra config module contains a number of classes and methods to make interfacing with hydra a little more convenient for Mephisto and its users. It defines common structured config types, currently the MephistoConfig and the TaskConfig, for use in user code. It also defines methods for handling registering those structured configs under the expected names, which the registry relies on. Lastly, it provides the register_script_config method, which lets a user define a structured config for use in their scripts without needing to initialize a hydra ConfigStore.

\n"}, "mephisto.operations.client_io_handler": {"fullname": "mephisto.operations.client_io_handler", "modulename": "mephisto.operations.client_io_handler", "type": "module", "doc": "

\n"}, "mephisto.operations.client_io_handler.ClientIOHandler": {"fullname": "mephisto.operations.client_io_handler.ClientIOHandler", "modulename": "mephisto.operations.client_io_handler", "qualname": "ClientIOHandler", "type": "class", "doc": "

This class is responsible for managing all of the incoming and outgoing messages\nbetween the Mephisto backend, the router, and clients. It is tightly coupled with\nthe Architect abstraction, and uses components of that API to send and receive\nmessages, but operates on the level of message parsing and distribution logic.

\n"}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"fullname": "mephisto.operations.client_io_handler.ClientIOHandler.__init__", "modulename": "mephisto.operations.client_io_handler", "qualname": "ClientIOHandler.__init__", "type": "function", "doc": "

\n", "signature": "(self, db: mephisto.abstractions.database.MephistoDB)", "funcdef": "def"}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"fullname": "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet", "modulename": "mephisto.operations.client_io_handler", "qualname": "ClientIOHandler.log_metrics_for_packet", "type": "function", "doc": "

Log the full metrics for the provided packet, using now as the expected response time

\n", "signature": "(self, packet: mephisto.data_model.packet.Packet) -> None", "funcdef": "def"}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"fullname": "mephisto.operations.client_io_handler.ClientIOHandler.register_run", "modulename": "mephisto.operations.client_io_handler", "qualname": "ClientIOHandler.register_run", "type": "function", "doc": "

Register a live run for this io handler

\n", "signature": "(self, live_run: mephisto.operations.datatypes.LiveTaskRun) -> None", "funcdef": "def"}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"fullname": "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run", "modulename": "mephisto.operations.client_io_handler", "qualname": "ClientIOHandler.get_live_run", "type": "function", "doc": "

Get the associated live run for this handler, asserting it's set

\n", "signature": "(self) -> mephisto.operations.datatypes.LiveTaskRun", "funcdef": "def"}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"fullname": "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels", "modulename": "mephisto.operations.client_io_handler", "qualname": "ClientIOHandler.launch_channels", "type": "function", "doc": "

Launch and register all of the channels for this live run to this IO handler

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"fullname": "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration", "modulename": "mephisto.operations.client_io_handler", "qualname": "ClientIOHandler.associate_agent_with_registration", "type": "function", "doc": "

Given an agent id and request id, registers the agent id to the channel\nthat the request was made from

\n", "signature": "(self, agent_id: str, request_id: str, registration_id: str) -> None", "funcdef": "def"}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"fullname": "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details", "modulename": "mephisto.operations.client_io_handler", "qualname": "ClientIOHandler.enqueue_agent_details", "type": "function", "doc": "

Synchronous method to enqueue a message sending the given agent details

\n", "signature": "(self, request_id: str, additional_data: Dict[str, Any])", "funcdef": "def"}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"fullname": "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update", "modulename": "mephisto.operations.client_io_handler", "qualname": "ClientIOHandler.send_live_update", "type": "function", "doc": "

Send a live data packet to the given agent id

\n", "signature": "(self, agent_id: str, data: Dict[str, Any])", "funcdef": "def"}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"fullname": "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update", "modulename": "mephisto.operations.client_io_handler", "qualname": "ClientIOHandler.send_status_update", "type": "function", "doc": "

Update the status for the given agent

\n", "signature": "(self, agent_id: str, status: str)", "funcdef": "def"}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"fullname": "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue", "modulename": "mephisto.operations.client_io_handler", "qualname": "ClientIOHandler.process_outgoing_queue", "type": "function", "doc": "

Sends messages from the given list until it is empty

\n", "signature": "(self, message_queue: 'Queue[Packet]') -> None", "funcdef": "def"}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"fullname": "mephisto.operations.client_io_handler.ClientIOHandler.shutdown", "modulename": "mephisto.operations.client_io_handler", "qualname": "ClientIOHandler.shutdown", "type": "function", "doc": "

Close any channels related to a LiveTaskRun, clean up any resources

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.operations.config_handler": {"fullname": "mephisto.operations.config_handler", "modulename": "mephisto.operations.config_handler", "type": "module", "doc": "

\n"}, "mephisto.operations.config_handler.get_raw_config": {"fullname": "mephisto.operations.config_handler.get_raw_config", "modulename": "mephisto.operations.config_handler", "qualname": "get_raw_config", "type": "function", "doc": "

Returns the raw string config as written in the YAML config file

\n", "signature": "() -> str", "funcdef": "def"}, "mephisto.operations.config_handler.get_config": {"fullname": "mephisto.operations.config_handler.get_config", "modulename": "mephisto.operations.config_handler", "qualname": "get_config", "type": "function", "doc": "

Get the data out of the YAML config file

\n", "signature": "() -> Dict[str, Any]", "funcdef": "def"}, "mephisto.operations.config_handler.write_config": {"fullname": "mephisto.operations.config_handler.write_config", "modulename": "mephisto.operations.config_handler", "qualname": "write_config", "type": "function", "doc": "

Write the given dictionary to the config yaml

\n", "signature": "(config_data: Dict[str, Any])", "funcdef": "def"}, "mephisto.operations.config_handler.init_config": {"fullname": "mephisto.operations.config_handler.init_config", "modulename": "mephisto.operations.config_handler", "qualname": "init_config", "type": "function", "doc": "

\n", "signature": "() -> None", "funcdef": "def"}, "mephisto.operations.config_handler.add_config_arg": {"fullname": "mephisto.operations.config_handler.add_config_arg", "modulename": "mephisto.operations.config_handler", "qualname": "add_config_arg", "type": "function", "doc": "

Add an argument to the YAML config, overwriting existing

\n", "signature": "(section: str, key: str, value: Any) -> None", "funcdef": "def"}, "mephisto.operations.config_handler.get_config_arg": {"fullname": "mephisto.operations.config_handler.get_config_arg", "modulename": "mephisto.operations.config_handler", "qualname": "get_config_arg", "type": "function", "doc": "

Get an argument from the YAML config. Return None if it doesn't exist

\n", "signature": "(section: str, key: str) -> Any", "funcdef": "def"}, "mephisto.operations.datatypes": {"fullname": "mephisto.operations.datatypes", "modulename": "mephisto.operations.datatypes", "type": "module", "doc": "

This file contains the various datatypes that are used on the operations layer\nto facilitate executing task runs.

\n"}, "mephisto.operations.datatypes.LoopWrapper": {"fullname": "mephisto.operations.datatypes.LoopWrapper", "modulename": "mephisto.operations.datatypes", "qualname": "LoopWrapper", "type": "class", "doc": "

\n"}, "mephisto.operations.datatypes.LoopWrapper.__init__": {"fullname": "mephisto.operations.datatypes.LoopWrapper.__init__", "modulename": "mephisto.operations.datatypes", "qualname": "LoopWrapper.__init__", "type": "function", "doc": "

\n", "signature": "(self, event_loop: asyncio.events.AbstractEventLoop)", "funcdef": "def"}, "mephisto.operations.datatypes.LoopWrapper.set_active_thread": {"fullname": "mephisto.operations.datatypes.LoopWrapper.set_active_thread", "modulename": "mephisto.operations.datatypes", "qualname": "LoopWrapper.set_active_thread", "type": "function", "doc": "

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"fullname": "mephisto.operations.datatypes.LoopWrapper.execute_coro", "modulename": "mephisto.operations.datatypes", "qualname": "LoopWrapper.execute_coro", "type": "function", "doc": "

Execute this coroutine in the loop, regardless of callsite

\n", "signature": "(self, coro) -> None", "funcdef": "def"}, "mephisto.operations.datatypes.LiveTaskRun": {"fullname": "mephisto.operations.datatypes.LiveTaskRun", "modulename": "mephisto.operations.datatypes", "qualname": "LiveTaskRun", "type": "class", "doc": "

LiveTaskRun(task_run: 'TaskRun', architect: 'Architect', blueprint: 'Blueprint', provider: 'CrowdProvider', qualifications: List[Dict[str, Any]], task_runner: 'TaskRunner', task_launcher: 'TaskLauncher', client_io: 'ClientIOHandler', worker_pool: 'WorkerPool', loop_wrap: mephisto.operations.datatypes.LoopWrapper, force_shutdown: bool = False)

\n"}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"fullname": "mephisto.operations.datatypes.LiveTaskRun.__init__", "modulename": "mephisto.operations.datatypes", "qualname": "LiveTaskRun.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n task_run: mephisto.data_model.task_run.TaskRun,\n architect: mephisto.abstractions.architect.Architect,\n blueprint: mephisto.abstractions.blueprint.Blueprint,\n provider: mephisto.abstractions.crowd_provider.CrowdProvider,\n qualifications: List[Dict[str, Any]],\n task_runner: mephisto.abstractions._subcomponents.task_runner.TaskRunner,\n task_launcher: mephisto.operations.task_launcher.TaskLauncher,\n client_io: mephisto.operations.client_io_handler.ClientIOHandler,\n worker_pool: mephisto.operations.worker_pool.WorkerPool,\n loop_wrap: mephisto.operations.datatypes.LoopWrapper,\n force_shutdown: bool = False\n)", "funcdef": "def"}, "mephisto.operations.datatypes.LiveTaskRun.force_shutdown": {"fullname": "mephisto.operations.datatypes.LiveTaskRun.force_shutdown", "modulename": "mephisto.operations.datatypes", "qualname": "LiveTaskRun.force_shutdown", "type": "variable", "doc": "

\n", "annotation": ": bool", "default_value": " = False"}, "mephisto.operations.datatypes.LiveTaskRun.shutdown": {"fullname": "mephisto.operations.datatypes.LiveTaskRun.shutdown", "modulename": "mephisto.operations.datatypes", "qualname": "LiveTaskRun.shutdown", "type": "function", "doc": "

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.operations.datatypes.WorkerFailureReasons": {"fullname": "mephisto.operations.datatypes.WorkerFailureReasons", "modulename": "mephisto.operations.datatypes", "qualname": "WorkerFailureReasons", "type": "class", "doc": "

\n"}, "mephisto.operations.datatypes.WorkerFailureReasons.__init__": {"fullname": "mephisto.operations.datatypes.WorkerFailureReasons.__init__", "modulename": "mephisto.operations.datatypes", "qualname": "WorkerFailureReasons.__init__", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"fullname": "mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED", "modulename": "mephisto.operations.datatypes", "qualname": "WorkerFailureReasons.NOT_QUALIFIED", "type": "variable", "doc": "

\n", "default_value": " = 'You are not currently qualified to work on this task...'"}, "mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"fullname": "mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS", "modulename": "mephisto.operations.datatypes", "qualname": "WorkerFailureReasons.NO_AVAILABLE_UNITS", "type": "variable", "doc": "

\n", "default_value": " = 'There is currently no available work, please try again later...'"}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"fullname": "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT", "modulename": "mephisto.operations.datatypes", "qualname": "WorkerFailureReasons.TOO_MANY_CONCURRENT", "type": "variable", "doc": "

\n", "default_value": " = 'You are currently working on too many tasks concurrently to accept another, please finish your current work.'"}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"fullname": "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK", "modulename": "mephisto.operations.datatypes", "qualname": "WorkerFailureReasons.MAX_FOR_TASK", "type": "variable", "doc": "

\n", "default_value": " = 'You have already completed the maximum amount of tasks the requester has set for this task.'"}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"fullname": "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING", "modulename": "mephisto.operations.datatypes", "qualname": "WorkerFailureReasons.TASK_MISSING", "type": "variable", "doc": "

\n", "default_value": " = 'You appear to have already completed this task, or have disconnected long enough for your session to clear...'"}, "mephisto.operations.hydra_config": {"fullname": "mephisto.operations.hydra_config", "modulename": "mephisto.operations.hydra_config", "type": "module", "doc": "

\n"}, "mephisto.operations.hydra_config.DatabaseArgs": {"fullname": "mephisto.operations.hydra_config.DatabaseArgs", "modulename": "mephisto.operations.hydra_config", "qualname": "DatabaseArgs", "type": "class", "doc": "

DatabaseArgs(_database_type: str = 'singleton')

\n"}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"fullname": "mephisto.operations.hydra_config.DatabaseArgs.__init__", "modulename": "mephisto.operations.hydra_config", "qualname": "DatabaseArgs.__init__", "type": "function", "doc": "

\n", "signature": "(self, _database_type: str = 'singleton')", "funcdef": "def"}, "mephisto.operations.hydra_config.MephistoConfig": {"fullname": "mephisto.operations.hydra_config.MephistoConfig", "modulename": "mephisto.operations.hydra_config", "qualname": "MephistoConfig", "type": "class", "doc": "

MephistoConfig(blueprint: mephisto.abstractions.blueprint.BlueprintArgs = '???', provider: mephisto.abstractions.crowd_provider.ProviderArgs = '???', architect: mephisto.abstractions.architect.ArchitectArgs = '???', task: mephisto.data_model.task_run.TaskRunArgs = TaskRunArgs(task_name='???', task_title='???', task_description='???', task_reward='???', task_tags='???', assignment_duration_in_seconds=1800, allowed_concurrent=0, maximum_units_per_worker=0, max_num_concurrent_units=0, submission_timeout=600), database: mephisto.operations.hydra_config.DatabaseArgs = DatabaseArgs(_database_type='singleton'), log_level: str = 'info')

\n"}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"fullname": "mephisto.operations.hydra_config.MephistoConfig.__init__", "modulename": "mephisto.operations.hydra_config", "qualname": "MephistoConfig.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n blueprint: mephisto.abstractions.blueprint.BlueprintArgs = '???',\n provider: mephisto.abstractions.crowd_provider.ProviderArgs = '???',\n architect: mephisto.abstractions.architect.ArchitectArgs = '???',\n task: mephisto.data_model.task_run.TaskRunArgs = TaskRunArgs(task_name='???', task_title='???', task_description='???', task_reward='???', task_tags='???', assignment_duration_in_seconds=1800, allowed_concurrent=0, maximum_units_per_worker=0, max_num_concurrent_units=0, submission_timeout=600),\n database: mephisto.operations.hydra_config.DatabaseArgs = DatabaseArgs(_database_type='singleton'),\n log_level: str = 'info'\n)", "funcdef": "def"}, "mephisto.operations.hydra_config.MephistoConfig.blueprint": {"fullname": "mephisto.operations.hydra_config.MephistoConfig.blueprint", "modulename": "mephisto.operations.hydra_config", "qualname": "MephistoConfig.blueprint", "type": "variable", "doc": "

\n", "annotation": ": mephisto.abstractions.blueprint.BlueprintArgs", "default_value": " = '???'"}, "mephisto.operations.hydra_config.MephistoConfig.provider": {"fullname": "mephisto.operations.hydra_config.MephistoConfig.provider", "modulename": "mephisto.operations.hydra_config", "qualname": "MephistoConfig.provider", "type": "variable", "doc": "

\n", "annotation": ": mephisto.abstractions.crowd_provider.ProviderArgs", "default_value": " = '???'"}, "mephisto.operations.hydra_config.MephistoConfig.architect": {"fullname": "mephisto.operations.hydra_config.MephistoConfig.architect", "modulename": "mephisto.operations.hydra_config", "qualname": "MephistoConfig.architect", "type": "variable", "doc": "

\n", "annotation": ": mephisto.abstractions.architect.ArchitectArgs", "default_value": " = '???'"}, "mephisto.operations.hydra_config.MephistoConfig.task": {"fullname": "mephisto.operations.hydra_config.MephistoConfig.task", "modulename": "mephisto.operations.hydra_config", "qualname": "MephistoConfig.task", "type": "variable", "doc": "

\n", "annotation": ": mephisto.data_model.task_run.TaskRunArgs", "default_value": " = TaskRunArgs(task_name='???', task_title='???', task_description='???', task_reward='???', task_tags='???', assignment_duration_in_seconds=1800, allowed_concurrent=0, maximum_units_per_worker=0, max_num_concurrent_units=0, submission_timeout=600)"}, "mephisto.operations.hydra_config.MephistoConfig.database": {"fullname": "mephisto.operations.hydra_config.MephistoConfig.database", "modulename": "mephisto.operations.hydra_config", "qualname": "MephistoConfig.database", "type": "variable", "doc": "

\n", "annotation": ": mephisto.operations.hydra_config.DatabaseArgs", "default_value": " = DatabaseArgs(_database_type='singleton')"}, "mephisto.operations.hydra_config.MephistoConfig.log_level": {"fullname": "mephisto.operations.hydra_config.MephistoConfig.log_level", "modulename": "mephisto.operations.hydra_config", "qualname": "MephistoConfig.log_level", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = 'info'"}, "mephisto.operations.hydra_config.TaskConfig": {"fullname": "mephisto.operations.hydra_config.TaskConfig", "modulename": "mephisto.operations.hydra_config", "qualname": "TaskConfig", "type": "class", "doc": "

TaskConfig(mephisto: mephisto.operations.hydra_config.MephistoConfig = MephistoConfig(blueprint='???', provider='???', architect='???', task=TaskRunArgs(task_name='???', task_title='???', task_description='???', task_reward='???', task_tags='???', assignment_duration_in_seconds=1800, allowed_concurrent=0, maximum_units_per_worker=0, max_num_concurrent_units=0, submission_timeout=600), database=DatabaseArgs(_database_type='singleton'), log_level='info'), task_dir: str = '/Users/jju/miniconda3/envs/py38/bin', num_tasks: int = 5)

\n"}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"fullname": "mephisto.operations.hydra_config.TaskConfig.__init__", "modulename": "mephisto.operations.hydra_config", "qualname": "TaskConfig.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n mephisto: mephisto.operations.hydra_config.MephistoConfig = MephistoConfig(blueprint='???', provider='???', architect='???', task=TaskRunArgs(task_name='???', task_title='???', task_description='???', task_reward='???', task_tags='???', assignment_duration_in_seconds=1800, allowed_concurrent=0, maximum_units_per_worker=0, max_num_concurrent_units=0, submission_timeout=600), database=DatabaseArgs(_database_type='singleton'), log_level='info'),\n task_dir: str = '/Users/jju/miniconda3/envs/py38/bin',\n num_tasks: int = 5\n)", "funcdef": "def"}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"fullname": "mephisto.operations.hydra_config.TaskConfig.mephisto", "modulename": "mephisto.operations.hydra_config", "qualname": "TaskConfig.mephisto", "type": "variable", "doc": "

\n", "annotation": ": mephisto.operations.hydra_config.MephistoConfig", "default_value": " = MephistoConfig(blueprint='???', provider='???', architect='???', task=TaskRunArgs(task_name='???', task_title='???', task_description='???', task_reward='???', task_tags='???', assignment_duration_in_seconds=1800, allowed_concurrent=0, maximum_units_per_worker=0, max_num_concurrent_units=0, submission_timeout=600), database=DatabaseArgs(_database_type='singleton'), log_level='info')"}, "mephisto.operations.hydra_config.TaskConfig.task_dir": {"fullname": "mephisto.operations.hydra_config.TaskConfig.task_dir", "modulename": "mephisto.operations.hydra_config", "qualname": "TaskConfig.task_dir", "type": "variable", "doc": "

\n", "annotation": ": str", "default_value": " = '/Users/jju/miniconda3/envs/py38/bin'"}, "mephisto.operations.hydra_config.TaskConfig.num_tasks": {"fullname": "mephisto.operations.hydra_config.TaskConfig.num_tasks", "modulename": "mephisto.operations.hydra_config", "qualname": "TaskConfig.num_tasks", "type": "variable", "doc": "

\n", "annotation": ": int", "default_value": " = 5"}, "mephisto.operations.hydra_config.register_abstraction_config": {"fullname": "mephisto.operations.hydra_config.register_abstraction_config", "modulename": "mephisto.operations.hydra_config", "qualname": "register_abstraction_config", "type": "function", "doc": "

\n", "signature": "(name: str, node: Any, abstraction_type: str)", "funcdef": "def"}, "mephisto.operations.hydra_config.build_default_task_config": {"fullname": "mephisto.operations.hydra_config.build_default_task_config", "modulename": "mephisto.operations.hydra_config", "qualname": "build_default_task_config", "type": "function", "doc": "

\n", "signature": "(conf_name: str) -> Type[mephisto.operations.hydra_config.TaskConfig]", "funcdef": "def"}, "mephisto.operations.hydra_config.RunScriptConfig": {"fullname": "mephisto.operations.hydra_config.RunScriptConfig", "modulename": "mephisto.operations.hydra_config", "qualname": "RunScriptConfig", "type": "class", "doc": "

RunScriptConfig(mephisto: mephisto.operations.hydra_config.MephistoConfig = MephistoConfig(blueprint='???', provider='???', architect='???', task=TaskRunArgs(task_name='???', task_title='???', task_description='???', task_reward='???', task_tags='???', assignment_duration_in_seconds=1800, allowed_concurrent=0, maximum_units_per_worker=0, max_num_concurrent_units=0, submission_timeout=600), database=DatabaseArgs(_database_type='singleton'), log_level='info'), task_dir: str = '/Users/jju/miniconda3/envs/py38/bin', num_tasks: int = 5)

\n", "bases": "TaskConfig"}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"fullname": "mephisto.operations.hydra_config.RunScriptConfig.__init__", "modulename": "mephisto.operations.hydra_config", "qualname": "RunScriptConfig.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n mephisto: mephisto.operations.hydra_config.MephistoConfig = MephistoConfig(blueprint='???', provider='???', architect='???', task=TaskRunArgs(task_name='???', task_title='???', task_description='???', task_reward='???', task_tags='???', assignment_duration_in_seconds=1800, allowed_concurrent=0, maximum_units_per_worker=0, max_num_concurrent_units=0, submission_timeout=600), database=DatabaseArgs(_database_type='singleton'), log_level='info'),\n task_dir: str = '/Users/jju/miniconda3/envs/py38/bin',\n num_tasks: int = 5\n)", "funcdef": "def"}, "mephisto.operations.hydra_config.initialize_named_configs": {"fullname": "mephisto.operations.hydra_config.initialize_named_configs", "modulename": "mephisto.operations.hydra_config", "qualname": "initialize_named_configs", "type": "function", "doc": "

Functionality to register the core mephisto configuration structure. Must be done in __init__

\n", "signature": "()", "funcdef": "def"}, "mephisto.operations.hydra_config.register_script_config": {"fullname": "mephisto.operations.hydra_config.register_script_config", "modulename": "mephisto.operations.hydra_config", "qualname": "register_script_config", "type": "function", "doc": "

\n", "signature": "(name: str, module: Any)", "funcdef": "def"}, "mephisto.operations.hydra_config.check_for_hydra_compat": {"fullname": "mephisto.operations.hydra_config.check_for_hydra_compat", "modulename": "mephisto.operations.hydra_config", "qualname": "check_for_hydra_compat", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.operations.hydra_config.get_dict_from_field": {"fullname": "mephisto.operations.hydra_config.get_dict_from_field", "modulename": "mephisto.operations.hydra_config", "qualname": "get_dict_from_field", "type": "function", "doc": "

Extract all of the arguments from an argument group\nand return a dict mapping from argument dest to argument dict

\n", "signature": "(in_field: dataclasses.Field) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"fullname": "mephisto.operations.hydra_config.get_extra_argument_dicts", "modulename": "mephisto.operations.hydra_config", "qualname": "get_extra_argument_dicts", "type": "function", "doc": "

Produce the argument dicts for the given customizable class\n(Blueprint, Architect, etc)

\n", "signature": "(customizable_class: Any) -> List[Dict[str, Any]]", "funcdef": "def"}, "mephisto.operations.hydra_config.get_task_state_dicts": {"fullname": "mephisto.operations.hydra_config.get_task_state_dicts", "modulename": "mephisto.operations.hydra_config", "qualname": "get_task_state_dicts", "type": "function", "doc": "

Return the SharedTaskState configurable class for the given blueprint

\n", "signature": "(\n customizable_class: type[mephisto.abstractions.blueprint.Blueprint]\n) -> List[Dict[str, Any]]", "funcdef": "def"}, "mephisto.operations.hydra_config.parse_arg_dict": {"fullname": "mephisto.operations.hydra_config.parse_arg_dict", "modulename": "mephisto.operations.hydra_config", "qualname": "parse_arg_dict", "type": "function", "doc": "

Get the ArgsClass for a class, then parse the given args using\nit. Return the DictConfig of the finalized namespace.

\n", "signature": "(\n customizable_class: Any,\n args: Dict[str, Any]\n) -> omegaconf.dictconfig.DictConfig", "funcdef": "def"}, "mephisto.operations.operator": {"fullname": "mephisto.operations.operator", "modulename": "mephisto.operations.operator", "type": "module", "doc": "

\n"}, "mephisto.operations.operator.Operator": {"fullname": "mephisto.operations.operator.Operator", "modulename": "mephisto.operations.operator", "qualname": "Operator", "type": "class", "doc": "

Acting as the controller behind the curtain, the Operator class\nis responsible for managing the knobs, switches, and dials\nof the rest of the Mephisto architecture.

\n\n

Most convenience scripts for using Mephisto will use an Operator\nto get the job done, though this class itself is also a\ngood model to use to understand how the underlying\narchitecture works in order to build custom jobs or workflows.

\n"}, "mephisto.operations.operator.Operator.__init__": {"fullname": "mephisto.operations.operator.Operator.__init__", "modulename": "mephisto.operations.operator", "qualname": "Operator.__init__", "type": "function", "doc": "

\n", "signature": "(self, db: mephisto.abstractions.database.MephistoDB)", "funcdef": "def"}, "mephisto.operations.operator.Operator.get_running_task_runs": {"fullname": "mephisto.operations.operator.Operator.get_running_task_runs", "modulename": "mephisto.operations.operator", "qualname": "Operator.get_running_task_runs", "type": "function", "doc": "

Return the currently running task runs and their handlers

\n", "signature": "(self) -> Dict[str, mephisto.operations.datatypes.LiveTaskRun]", "funcdef": "def"}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"fullname": "mephisto.operations.operator.Operator.validate_and_run_config_or_die", "modulename": "mephisto.operations.operator", "qualname": "Operator.validate_and_run_config_or_die", "type": "function", "doc": "

\n", "signature": "(\n self,\n run_config: omegaconf.dictconfig.DictConfig,\n shared_state: Union[mephisto.abstractions.blueprint.SharedTaskState, NoneType] = None\n) -> str", "funcdef": "def"}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"fullname": "mephisto.operations.operator.Operator.launch_task_run_or_die", "modulename": "mephisto.operations.operator", "qualname": "Operator.launch_task_run_or_die", "type": "function", "doc": "

Parse the given arguments and launch a job.

\n", "signature": "(\n self,\n run_config: omegaconf.dictconfig.DictConfig,\n shared_state: Union[mephisto.abstractions.blueprint.SharedTaskState, NoneType] = None\n) -> str", "funcdef": "def"}, "mephisto.operations.operator.Operator.force_shutdown": {"fullname": "mephisto.operations.operator.Operator.force_shutdown", "modulename": "mephisto.operations.operator", "qualname": "Operator.force_shutdown", "type": "function", "doc": "

Force a best-effort shutdown of everything, letting no individual\nshutdown step suspend for more than the timeout before moving on.

\n\n

Skips waiting for in-flight assignments to rush the shutdown.

\n\n

* Should only be used in sandbox or test environments. *

\n", "signature": "(self, timeout=5)", "funcdef": "def"}, "mephisto.operations.operator.Operator.shutdown_async": {"fullname": "mephisto.operations.operator.Operator.shutdown_async", "modulename": "mephisto.operations.operator", "qualname": "Operator.shutdown_async", "type": "function", "doc": "

Shut down the asyncio parts of the Operator

\n", "signature": "(self)", "funcdef": "async def"}, "mephisto.operations.operator.Operator.shutdown": {"fullname": "mephisto.operations.operator.Operator.shutdown", "modulename": "mephisto.operations.operator", "qualname": "Operator.shutdown", "type": "function", "doc": "

\n", "signature": "(self, skip_input=True)", "funcdef": "def"}, "mephisto.operations.operator.Operator.validate_and_run_config": {"fullname": "mephisto.operations.operator.Operator.validate_and_run_config", "modulename": "mephisto.operations.operator", "qualname": "Operator.validate_and_run_config", "type": "function", "doc": "

\n", "signature": "(\n self,\n run_config: omegaconf.dictconfig.DictConfig,\n shared_state: Union[mephisto.abstractions.blueprint.SharedTaskState, NoneType] = None\n) -> Union[str, NoneType]", "funcdef": "def"}, "mephisto.operations.operator.Operator.launch_task_run": {"fullname": "mephisto.operations.operator.Operator.launch_task_run", "modulename": "mephisto.operations.operator", "qualname": "Operator.launch_task_run", "type": "function", "doc": "

Wrapper around validate_and_run_config_or_die that prints errors on\nfailure, rather than throwing. Generally for use in scripts.

\n", "signature": "(\n self,\n run_config: omegaconf.dictconfig.DictConfig,\n shared_state: Union[mephisto.abstractions.blueprint.SharedTaskState, NoneType] = None\n) -> Union[str, NoneType]", "funcdef": "def"}, "mephisto.operations.operator.Operator.print_run_details": {"fullname": "mephisto.operations.operator.Operator.print_run_details", "modulename": "mephisto.operations.operator", "qualname": "Operator.print_run_details", "type": "function", "doc": "

Print details about running tasks

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"fullname": "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown", "modulename": "mephisto.operations.operator", "qualname": "Operator.wait_for_runs_then_shutdown", "type": "function", "doc": "

Wait for task_runs to complete, and then shutdown.

\n\n

Set log_rate to get print statements of currently running tasks\nat the specified interval

\n", "signature": "(\n self,\n skip_input=False,\n log_rate: Union[int, NoneType] = None\n) -> None", "funcdef": "def"}, "mephisto.operations.registry": {"fullname": "mephisto.operations.registry", "modulename": "mephisto.operations.registry", "type": "module", "doc": "

\n"}, "mephisto.operations.registry.BLUEPRINTS": {"fullname": "mephisto.operations.registry.BLUEPRINTS", "modulename": "mephisto.operations.registry", "qualname": "BLUEPRINTS", "type": "variable", "doc": "

\n", "annotation": ": dict[str, type[mephisto.abstractions.blueprint.Blueprint]]", "default_value": " = {'parlai_chat': , 'mock': , 'static_task': , 'remote_procedure': , 'static_react_task': }"}, "mephisto.operations.registry.ARCHITECTS": {"fullname": "mephisto.operations.registry.ARCHITECTS", "modulename": "mephisto.operations.registry", "qualname": "ARCHITECTS", "type": "variable", "doc": "

\n", "annotation": ": dict[str, type[mephisto.abstractions.architect.Architect]]", "default_value": " = {'mock': , 'local': , 'heroku': , 'ec2': }"}, "mephisto.operations.registry.PROVIDERS": {"fullname": "mephisto.operations.registry.PROVIDERS", "modulename": "mephisto.operations.registry", "qualname": "PROVIDERS", "type": "variable", "doc": "

\n", "annotation": ": dict[str, type[mephisto.abstractions.crowd_provider.CrowdProvider]]", "default_value": " = {'mock': , 'mturk': , 'mturk_sandbox': }"}, "mephisto.operations.registry.register_mephisto_abstraction": {"fullname": "mephisto.operations.registry.register_mephisto_abstraction", "modulename": "mephisto.operations.registry", "qualname": "register_mephisto_abstraction", "type": "function", "doc": "

Decorator method for classes that extend a mephisto abstraction, used\nto pull Mephisto abstractions out of anywhere that defines them.

\n", "signature": "()", "funcdef": "def"}, "mephisto.operations.registry.uses_mephisto": {"fullname": "mephisto.operations.registry.uses_mephisto", "modulename": "mephisto.operations.registry", "qualname": "uses_mephisto", "type": "function", "doc": "

Register a module as having defined classes for special Mephisto abstractions.\nShould be put in the __init__.py of the base module.

\n", "signature": "(module: Any)", "funcdef": "def"}, "mephisto.operations.registry.fill_registries": {"fullname": "mephisto.operations.registry.fill_registries", "modulename": "mephisto.operations.registry", "qualname": "fill_registries", "type": "function", "doc": "

Ensure that all of the required modules are picked up by the mephisto server

\n", "signature": "()", "funcdef": "def"}, "mephisto.operations.registry.get_crowd_provider_from_type": {"fullname": "mephisto.operations.registry.get_crowd_provider_from_type", "modulename": "mephisto.operations.registry", "qualname": "get_crowd_provider_from_type", "type": "function", "doc": "

Return the crowd provider class for the given string

\n", "signature": "(\n provider_type: str\n) -> type[mephisto.abstractions.crowd_provider.CrowdProvider]", "funcdef": "def"}, "mephisto.operations.registry.get_blueprint_from_type": {"fullname": "mephisto.operations.registry.get_blueprint_from_type", "modulename": "mephisto.operations.registry", "qualname": "get_blueprint_from_type", "type": "function", "doc": "

Return the blueprint class for the given string

\n", "signature": "(task_type: str) -> type[mephisto.abstractions.blueprint.Blueprint]", "funcdef": "def"}, "mephisto.operations.registry.get_architect_from_type": {"fullname": "mephisto.operations.registry.get_architect_from_type", "modulename": "mephisto.operations.registry", "qualname": "get_architect_from_type", "type": "function", "doc": "

Return the architect class for the given string

\n", "signature": "(\n architect_type: str\n) -> type[mephisto.abstractions.architect.Architect]", "funcdef": "def"}, "mephisto.operations.registry.get_valid_provider_types": {"fullname": "mephisto.operations.registry.get_valid_provider_types", "modulename": "mephisto.operations.registry", "qualname": "get_valid_provider_types", "type": "function", "doc": "

Return the valid provider types that are currently supported by\nthe mephisto framework

\n", "signature": "() -> List[str]", "funcdef": "def"}, "mephisto.operations.registry.get_valid_blueprint_types": {"fullname": "mephisto.operations.registry.get_valid_blueprint_types", "modulename": "mephisto.operations.registry", "qualname": "get_valid_blueprint_types", "type": "function", "doc": "

Return the valid provider types that are currently supported by\nthe mephisto framework

\n", "signature": "() -> List[str]", "funcdef": "def"}, "mephisto.operations.registry.get_valid_architect_types": {"fullname": "mephisto.operations.registry.get_valid_architect_types", "modulename": "mephisto.operations.registry", "qualname": "get_valid_architect_types", "type": "function", "doc": "

Return the valid provider types that are currently supported by\nthe mephisto framework

\n", "signature": "() -> List[str]", "funcdef": "def"}, "mephisto.operations.task_launcher": {"fullname": "mephisto.operations.task_launcher", "modulename": "mephisto.operations.task_launcher", "type": "module", "doc": "

\n"}, "mephisto.operations.task_launcher.GeneratorType": {"fullname": "mephisto.operations.task_launcher.GeneratorType", "modulename": "mephisto.operations.task_launcher", "qualname": "GeneratorType", "type": "class", "doc": "

An enumeration.

\n", "bases": "enum.Enum"}, "mephisto.operations.task_launcher.GeneratorType.NONE": {"fullname": "mephisto.operations.task_launcher.GeneratorType.NONE", "modulename": "mephisto.operations.task_launcher", "qualname": "GeneratorType.NONE", "type": "variable", "doc": "

\n", "default_value": " = "}, "mephisto.operations.task_launcher.GeneratorType.UNIT": {"fullname": "mephisto.operations.task_launcher.GeneratorType.UNIT", "modulename": "mephisto.operations.task_launcher", "qualname": "GeneratorType.UNIT", "type": "variable", "doc": "

\n", "default_value": " = "}, "mephisto.operations.task_launcher.GeneratorType.ASSIGNMENT": {"fullname": "mephisto.operations.task_launcher.GeneratorType.ASSIGNMENT", "modulename": "mephisto.operations.task_launcher", "qualname": "GeneratorType.ASSIGNMENT", "type": "variable", "doc": "

\n", "default_value": " = "}, "mephisto.operations.task_launcher.TaskLauncher": {"fullname": "mephisto.operations.task_launcher.TaskLauncher", "modulename": "mephisto.operations.task_launcher", "qualname": "TaskLauncher", "type": "class", "doc": "

This class is responsible for managing the process of registering\nand launching units, including the steps for pre-processing\ndata and storing them locally for assignments when appropriate.

\n"}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"fullname": "mephisto.operations.task_launcher.TaskLauncher.__init__", "modulename": "mephisto.operations.task_launcher", "qualname": "TaskLauncher.__init__", "type": "function", "doc": "

Prepare the task launcher to get it ready to launch the assignments

\n", "signature": "(\n self,\n db: mephisto.abstractions.database.MephistoDB,\n task_run: mephisto.data_model.task_run.TaskRun,\n assignment_data_iterator: Iterable[mephisto.data_model.assignment.InitializationData],\n max_num_concurrent_units: int = 0\n)", "funcdef": "def"}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"fullname": "mephisto.operations.task_launcher.TaskLauncher.create_assignments", "modulename": "mephisto.operations.task_launcher", "qualname": "TaskLauncher.create_assignments", "type": "function", "doc": "

Create an assignment and associated units for the generated assignment data

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"fullname": "mephisto.operations.task_launcher.TaskLauncher.generate_units", "modulename": "mephisto.operations.task_launcher", "qualname": "TaskLauncher.generate_units", "type": "function", "doc": "

units generator which checks that only 'max_num_concurrent_units' running at the same time,\ni.e. in the LAUNCHED or ASSIGNED states

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"fullname": "mephisto.operations.task_launcher.TaskLauncher.launch_units", "modulename": "mephisto.operations.task_launcher", "qualname": "TaskLauncher.launch_units", "type": "function", "doc": "

launch any units registered by this TaskLauncher

\n", "signature": "(self, url: str) -> None", "funcdef": "def"}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"fullname": "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit", "modulename": "mephisto.operations.task_launcher", "qualname": "TaskLauncher.launch_evaluation_unit", "type": "function", "doc": "

Launch a specific evaluation unit, used for quality control

\n", "signature": "(\n self,\n unit_data: Dict[str, Any],\n unit_type_index: int\n) -> mephisto.data_model.unit.Unit", "funcdef": "def"}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"fullname": "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit", "modulename": "mephisto.operations.task_launcher", "qualname": "TaskLauncher.launch_screening_unit", "type": "function", "doc": "

Launch a screening unit, which should never return to the pool

\n", "signature": "(self, unit_data: Dict[str, Any]) -> mephisto.data_model.unit.Unit", "funcdef": "def"}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"fullname": "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit", "modulename": "mephisto.operations.task_launcher", "qualname": "TaskLauncher.launch_gold_unit", "type": "function", "doc": "

Launch a screening unit, which should never return to the pool

\n", "signature": "(self, unit_data: Dict[str, Any]) -> mephisto.data_model.unit.Unit", "funcdef": "def"}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"fullname": "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created", "modulename": "mephisto.operations.task_launcher", "qualname": "TaskLauncher.get_assignments_are_all_created", "type": "function", "doc": "

\n", "signature": "(self) -> bool", "funcdef": "def"}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"fullname": "mephisto.operations.task_launcher.TaskLauncher.expire_units", "modulename": "mephisto.operations.task_launcher", "qualname": "TaskLauncher.expire_units", "type": "function", "doc": "

Clean up all units on this TaskLauncher

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"fullname": "mephisto.operations.task_launcher.TaskLauncher.shutdown", "modulename": "mephisto.operations.task_launcher", "qualname": "TaskLauncher.shutdown", "type": "function", "doc": "

Clean up running threads for generating assignments and units

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.operations.worker_pool": {"fullname": "mephisto.operations.worker_pool", "modulename": "mephisto.operations.worker_pool", "type": "module", "doc": "

\n"}, "mephisto.operations.worker_pool.OnboardingInfo": {"fullname": "mephisto.operations.worker_pool.OnboardingInfo", "modulename": "mephisto.operations.worker_pool", "qualname": "OnboardingInfo", "type": "class", "doc": "

OnboardingInfo(crowd_data: Dict[str, Any], request_id: str)

\n"}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"fullname": "mephisto.operations.worker_pool.OnboardingInfo.__init__", "modulename": "mephisto.operations.worker_pool", "qualname": "OnboardingInfo.__init__", "type": "function", "doc": "

\n", "signature": "(self, crowd_data: Dict[str, Any], request_id: str)", "funcdef": "def"}, "mephisto.operations.worker_pool.AgentDetails": {"fullname": "mephisto.operations.worker_pool.AgentDetails", "modulename": "mephisto.operations.worker_pool", "qualname": "AgentDetails", "type": "class", "doc": "

Class containing the information for a newly initialized frontend agent

\n"}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"fullname": "mephisto.operations.worker_pool.AgentDetails.__init__", "modulename": "mephisto.operations.worker_pool", "qualname": "AgentDetails.__init__", "type": "function", "doc": "

\n", "signature": "(\n self,\n worker_id: Union[str, NoneType] = None,\n agent_id: Union[str, NoneType] = None,\n init_task_data: Union[Dict[str, Any], NoneType] = None,\n failure_reason: Union[str, NoneType] = None\n)", "funcdef": "def"}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"fullname": "mephisto.operations.worker_pool.AgentDetails.worker_id", "modulename": "mephisto.operations.worker_pool", "qualname": "AgentDetails.worker_id", "type": "variable", "doc": "

\n", "annotation": ": Union[str, NoneType]", "default_value": " = None"}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"fullname": "mephisto.operations.worker_pool.AgentDetails.agent_id", "modulename": "mephisto.operations.worker_pool", "qualname": "AgentDetails.agent_id", "type": "variable", "doc": "

\n", "annotation": ": Union[str, NoneType]", "default_value": " = None"}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"fullname": "mephisto.operations.worker_pool.AgentDetails.init_task_data", "modulename": "mephisto.operations.worker_pool", "qualname": "AgentDetails.init_task_data", "type": "variable", "doc": "

\n", "annotation": ": Union[Dict[str, Any], NoneType]", "default_value": " = None"}, "mephisto.operations.worker_pool.AgentDetails.failure_reason": {"fullname": "mephisto.operations.worker_pool.AgentDetails.failure_reason", "modulename": "mephisto.operations.worker_pool", "qualname": "AgentDetails.failure_reason", "type": "variable", "doc": "

\n", "annotation": ": Union[str, NoneType]", "default_value": " = None"}, "mephisto.operations.worker_pool.AgentDetails.to_dict": {"fullname": "mephisto.operations.worker_pool.AgentDetails.to_dict", "modulename": "mephisto.operations.worker_pool", "qualname": "AgentDetails.to_dict", "type": "function", "doc": "

\n", "signature": "(self)", "funcdef": "def"}, "mephisto.operations.worker_pool.WorkerPool": {"fullname": "mephisto.operations.worker_pool.WorkerPool", "modulename": "mephisto.operations.worker_pool", "qualname": "WorkerPool", "type": "class", "doc": "

The WorkerPool is responsible for tracing the status and state of workers\nand agents that are actively engaged in Mephisto tasks for a given task run. It is\nresponsible for delegating to other classes and controllers on particular status\ntransitions.

\n"}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"fullname": "mephisto.operations.worker_pool.WorkerPool.__init__", "modulename": "mephisto.operations.worker_pool", "qualname": "WorkerPool.__init__", "type": "function", "doc": "

\n", "signature": "(self, db: mephisto.abstractions.database.MephistoDB)", "funcdef": "def"}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"fullname": "mephisto.operations.worker_pool.WorkerPool.register_run", "modulename": "mephisto.operations.worker_pool", "qualname": "WorkerPool.register_run", "type": "function", "doc": "

Register a live run for this worker pool

\n", "signature": "(self, live_run: mephisto.operations.datatypes.LiveTaskRun) -> None", "funcdef": "def"}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"fullname": "mephisto.operations.worker_pool.WorkerPool.get_live_run", "modulename": "mephisto.operations.worker_pool", "qualname": "WorkerPool.get_live_run", "type": "function", "doc": "

Get the associated live run for this worker pool, asserting it's set

\n", "signature": "(self) -> mephisto.operations.datatypes.LiveTaskRun", "funcdef": "def"}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"fullname": "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id", "modulename": "mephisto.operations.worker_pool", "qualname": "WorkerPool.get_agent_for_id", "type": "function", "doc": "

Temporary method to get an agent, while API is figured out

\n", "signature": "(\n self,\n agent_id: str\n) -> Union[mephisto.data_model.agent.Agent, mephisto.data_model.agent.OnboardingAgent, NoneType]", "funcdef": "def"}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"fullname": "mephisto.operations.worker_pool.WorkerPool.register_worker", "modulename": "mephisto.operations.worker_pool", "qualname": "WorkerPool.register_worker", "type": "function", "doc": "

First process the worker registration, then hand off for\nregistering an agent

\n", "signature": "(self, crowd_data: Dict[str, Any], request_id: str) -> None", "funcdef": "async def"}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"fullname": "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding", "modulename": "mephisto.operations.worker_pool", "qualname": "WorkerPool.register_agent_from_onboarding", "type": "function", "doc": "

Convert the onboarding agent to a full agent

\n", "signature": "(self, onboarding_agent: mephisto.data_model.agent.OnboardingAgent)", "funcdef": "async def"}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"fullname": "mephisto.operations.worker_pool.WorkerPool.reconnect_agent", "modulename": "mephisto.operations.worker_pool", "qualname": "WorkerPool.reconnect_agent", "type": "function", "doc": "

When an agent reconnects, find and send the relevant data

\n", "signature": "(self, agent_id: str, request_id: str)", "funcdef": "async def"}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"fullname": "mephisto.operations.worker_pool.WorkerPool.register_agent", "modulename": "mephisto.operations.worker_pool", "qualname": "WorkerPool.register_agent", "type": "function", "doc": "

Process an agent registration packet to register an agent, returning the agent_id

\n", "signature": "(\n self,\n crowd_data: Dict[str, Any],\n worker: mephisto.data_model.worker.Worker,\n request_id: str\n)", "funcdef": "async def"}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"fullname": "mephisto.operations.worker_pool.WorkerPool.push_status_update", "modulename": "mephisto.operations.worker_pool", "qualname": "WorkerPool.push_status_update", "type": "function", "doc": "

Force a status update for a specific agent, pushing the db status to\nthe frontend client

\n", "signature": "(\n self,\n agent: Union[mephisto.data_model.agent.Agent, mephisto.data_model.agent.OnboardingAgent]\n) -> None", "funcdef": "async def"}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"fullname": "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status", "modulename": "mephisto.operations.worker_pool", "qualname": "WorkerPool.handle_updated_agent_status", "type": "function", "doc": "

Handle updating the local statuses for agents based on\nthe previously reported agent statuses.

\n\n

Takes as input a mapping from agent_id to server-side status

\n", "signature": "(self, status_map: Dict[str, str])", "funcdef": "def"}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"fullname": "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents", "modulename": "mephisto.operations.worker_pool", "qualname": "WorkerPool.disconnect_active_agents", "type": "function", "doc": "

Under a forced shutdown, set the status of all current agents\nto disconnected to clear their running tasks

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"fullname": "mephisto.operations.worker_pool.WorkerPool.shutdown", "modulename": "mephisto.operations.worker_pool", "qualname": "WorkerPool.shutdown", "type": "function", "doc": "

Mark shut down. Handle resource cleanup if necessary

\n", "signature": "(self) -> None", "funcdef": "def"}, "mephisto.scripts": {"fullname": "mephisto.scripts", "modulename": "mephisto.scripts", "type": "module", "doc": "

scripts

\n\n

This directory is for convenience scripts that all Mephisto users may find useful. They should be runnable, polished, and have some kind of API or user interface, as opposed to being methods or modules like those present in the tools directory.

\n\n

Scripts in this directory should be grouped into folders by the abstractions or tasks they relate to.

\n"}, "mephisto.scripts.heroku": {"fullname": "mephisto.scripts.heroku", "modulename": "mephisto.scripts.heroku", "type": "module", "doc": "

\n"}, "mephisto.scripts.heroku.initialize_heroku": {"fullname": "mephisto.scripts.heroku.initialize_heroku", "modulename": "mephisto.scripts.heroku.initialize_heroku", "type": "module", "doc": "

\n"}, "mephisto.scripts.heroku.initialize_heroku.main": {"fullname": "mephisto.scripts.heroku.initialize_heroku.main", "modulename": "mephisto.scripts.heroku.initialize_heroku", "qualname": "main", "type": "function", "doc": "

Force Mephisto to check heroku architect's credentials.\nIf this succeeds, then it's a no-op. If it fails,\nit will print setup instructions

\n", "signature": "()", "funcdef": "def"}, "mephisto.scripts.local_db": {"fullname": "mephisto.scripts.local_db", "modulename": "mephisto.scripts.local_db", "type": "module", "doc": "

\n"}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"fullname": "mephisto.scripts.local_db.load_data_to_mephisto_db", "modulename": "mephisto.scripts.local_db.load_data_to_mephisto_db", "type": "module", "doc": "

Utility script that directly loads in data from another place to\nthe MephistoDB under a specified task run, using MockRequester and\nMockWorkers as we don't know where the data actually came from.

\n\n

!! Currently in development, not necessarily for use !!

\n"}, "mephisto.scripts.local_db.load_data_to_mephisto_db.main": {"fullname": "mephisto.scripts.local_db.load_data_to_mephisto_db.main", "modulename": "mephisto.scripts.local_db.load_data_to_mephisto_db", "qualname": "main", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.scripts.mturk": {"fullname": "mephisto.scripts.mturk", "modulename": "mephisto.scripts.mturk", "type": "module", "doc": "

MTurk Scripts

\n\n

This directory contains scripts that may be useful for Mephisto users that use MTurk as a crowd provider. Descriptions of the scripts and what they do can be found here:

\n\n

Cleanup

\n\n

The cleanup script cleanup.py is to be used when a run exits due to a catastrophic failure, such as a power outage, sudden reboot, or series of eager Ctrl-C presses. It will search through any tasks that seem to be active and running, and allow users to select to take them down.

\n\n

Upon run, the script will ask what requester you want to clean up from. It will try to find all of the HITs currently associated with that requester, and see if any of them appear to be broken or active. (If you have an active job running, there's currently no clear way to distinguish between those and ones from a previously failed run). After this the script will ask for whether you want to clean up by title, or just clean up all of the tasks.

\n\n

Soft-block Workers by MTurk ID

\n\n

The script soft_block_workers_by_mturk_id.py exists to allow a smooth transition into using Mephisto for users that may have blocklists in other locations. Mephisto doesn't directly allow granting Mephisto-backed qualifications to workers that are not in the MephistoDB, but this script can be used to assign such a qualification to MTurk workers just by their ID.

\n\n

To use the script, enter the requester name that you would like to assign the block from, the Mephisto qualification name you will be using to block, and then a newline separated list of the MTurk IDs you want to block. After this, entering a blank newline will block all of the given workers.

\n"}, "mephisto.scripts.mturk.cleanup": {"fullname": "mephisto.scripts.mturk.cleanup", "modulename": "mephisto.scripts.mturk.cleanup", "type": "module", "doc": "

Utility script that finds, expires, and disposes HITs that may not\nhave been taking down during a run that exited improperly.

\n"}, "mephisto.scripts.mturk.cleanup.main": {"fullname": "mephisto.scripts.mturk.cleanup.main", "modulename": "mephisto.scripts.mturk.cleanup", "qualname": "main", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.scripts.mturk.identify_broken_units": {"fullname": "mephisto.scripts.mturk.identify_broken_units", "modulename": "mephisto.scripts.mturk.identify_broken_units", "type": "module", "doc": "

\n"}, "mephisto.scripts.mturk.identify_broken_units.main": {"fullname": "mephisto.scripts.mturk.identify_broken_units.main", "modulename": "mephisto.scripts.mturk.identify_broken_units", "qualname": "main", "type": "function", "doc": "

Script to crawl through the database for a specific task run and ensure that\nall of the states of units and related MTurk data is synced up.

\n", "signature": "()", "funcdef": "def"}, "mephisto.scripts.mturk.launch_makeup_hits": {"fullname": "mephisto.scripts.mturk.launch_makeup_hits", "modulename": "mephisto.scripts.mturk.launch_makeup_hits", "type": "module", "doc": "

\n"}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"fullname": "mephisto.scripts.mturk.launch_makeup_hits.build_task_config", "modulename": "mephisto.scripts.mturk.launch_makeup_hits", "qualname": "build_task_config", "type": "function", "doc": "

\n", "signature": "(compensation_dict, requester)", "funcdef": "def"}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"fullname": "mephisto.scripts.mturk.launch_makeup_hits.main", "modulename": "mephisto.scripts.mturk.launch_makeup_hits", "qualname": "main", "type": "function", "doc": "

Script to launch makeup tasks for workers that\ncan't be bonused via other avenues.

\n\n

Creates a task for a worker, qualifying them directly,\nand marks as a soft_rejected HIT for the given task name.

\n", "signature": "()", "funcdef": "def"}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"fullname": "mephisto.scripts.mturk.print_outstanding_hit_status", "modulename": "mephisto.scripts.mturk.print_outstanding_hit_status", "type": "module", "doc": "

Utility script that finds, HITs associated with a specific task run,\nand tries to get their information

\n"}, "mephisto.scripts.mturk.print_outstanding_hit_status.main": {"fullname": "mephisto.scripts.mturk.print_outstanding_hit_status.main", "modulename": "mephisto.scripts.mturk.print_outstanding_hit_status", "qualname": "main", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id": {"fullname": "mephisto.scripts.mturk.soft_block_workers_by_mturk_id", "modulename": "mephisto.scripts.mturk.soft_block_workers_by_mturk_id", "type": "module", "doc": "

\n"}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id.main": {"fullname": "mephisto.scripts.mturk.soft_block_workers_by_mturk_id.main", "modulename": "mephisto.scripts.mturk.soft_block_workers_by_mturk_id", "qualname": "main", "type": "function", "doc": "

\n", "signature": "()", "funcdef": "def"}, "mephisto.tools": {"fullname": "mephisto.tools", "modulename": "mephisto.tools", "type": "module", "doc": "

Tools

\n\n

The tools directory contains helper methods and modules that allow for lower-level access to the Mephisto data model than the clients provide. These may be useful for creating custom workflows and scripts that are built on Mephisto.

\n\n

At the moment this folder contains the following:

\n\n
    \n
  • MephistoDataBrowser: The MephistoDataBrowser is a convenience tool for accessing all of the units and data associated with a specific task run or task name. It is generally used when reviewing or compiling data.
  • \n
  • scripts.py: The methods available in scripts.py are to be used in user scripts that rely on Mephisto. At the moment, these scripts allow for easy configuration of a database as well as augmentation of a script config for use in a Mephisto TaskRun.
  • \n
\n\n

MephistoDataBrowser

\n\n

The MephistoDataBrowser at the moment can handle the job of getting all Units that are associated with a given task or task run. They can also retrieve the relevant data about a Unit, including the work done for that Unit, if the Unit is completed.

\n\n

It has three usable methods at the moment:

\n\n
    \n
  • get_units_for_run_id: This will return a list of all final Unit's associated with the given task_run_id. These will all be in a terminal state, such as COMPLETED, ACCEPTED or REJECTED. Units that are still in flight will not appear using this method.
  • \n
  • get_units_for_task_name: This will go through all task runs that share the given task_name, and collect their units in the same manner as get_units_for_run_id.
  • \n
  • get_data_from_unit: When given a Unit that is in a terminal state, this method will return data about that Unit, including the Mephisto id of the worker, the status of the work, the data saved by this Unit, and the start and end times for when the worker produced the data.
  • \n
\n\n

examine_utils.py

\n\n

This file contains a number of helper functions that are useful for running reviews over Mephisto data. We provide a high-level script for doing a 'review-by-worker' style evaluation, as well as breakout helper functions that could be useful in alternate review flows.

\n\n
    \n
  • run_examine_by_worker: This function takes a function format_data_for_printing that consumes the result of MephistoDataBrowser.get_data_from_unit, and should print out to terminal a reviewable format. It optionally takes in task_name, block_qualification, and approve_qualification arguments. If task_name is provided, the script will be run in review mode without querying the user for anything.
  • \n
  • print_results: This function takes a task name and display function format_data_for_printing, and an optional int limit, and prints up to limit results to stdout.
  • \n
  • format_worker_stats: Takes in a worker id and set of previous worker stats, and returns the previous stats in the format (accepted_count | total_rejected_count (soft_rejected_count) / total count)
  • \n
  • prompt_for_options: Prompts the user for task_name, block_qualification, and approve_qualification. If provided as an argument, skips. Returns these values after confirming with the user, and if blank uses None.
  • \n
\n\n

scripts.py

\n\n

This file contains a few helper methods for running scripts relying on the MephistoDB. They are as follows:

\n\n
    \n
  • get_db_from_config: This method takes in a hydra-produced DictConfig containing a MephistoConfig (such as a TaskConfig), and returns an initialized MephistoDB compatible with the configuration. Right now this exclusively leverages the LocalMephistoDB.
  • \n
  • augment_config_from_db: This method takes in a TaskConfig and a MephistoDB, parses the content to ensure that a valid requester and architect setup exists, and then updates the config. It also has validation steps that require user confirmation for live runs. It returns the updated config.
  • \n
  • load_db_and_process_config: This is a convenience method that wraps the above two methods, loading in the appropriate MephistoDB and using it to process the script. It returns the db and a valid config.
  • \n
  • process_config_and_get_operator: A convenience wrapper of the above method that _also_ creates an Operator too.
  • \n
  • task_script: This decorator is used to register a Mephisto script for launching task runs. It takes in either a config (TaskConfig) or default_config_file (yaml filename without the .yaml) argument to specify how the script is configured, and wraps a main that takes in an Operator and DictConfig as arguments.
  • \n
\n"}, "mephisto.tools.data_browser": {"fullname": "mephisto.tools.data_browser", "modulename": "mephisto.tools.data_browser", "type": "module", "doc": "

\n"}, "mephisto.tools.data_browser.DataBrowser": {"fullname": "mephisto.tools.data_browser.DataBrowser", "modulename": "mephisto.tools.data_browser", "qualname": "DataBrowser", "type": "class", "doc": "

Class with convenience methods for getting completed data\nback from runs to parse and manage with other scripts

\n"}, "mephisto.tools.data_browser.DataBrowser.__init__": {"fullname": "mephisto.tools.data_browser.DataBrowser.__init__", "modulename": "mephisto.tools.data_browser", "qualname": "DataBrowser.__init__", "type": "function", "doc": "

\n", "signature": "(self, db=None)", "funcdef": "def"}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"fullname": "mephisto.tools.data_browser.DataBrowser.get_task_name_list", "modulename": "mephisto.tools.data_browser", "qualname": "DataBrowser.get_task_name_list", "type": "function", "doc": "

\n", "signature": "(self) -> List[str]", "funcdef": "def"}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"fullname": "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name", "modulename": "mephisto.tools.data_browser", "qualname": "DataBrowser.get_units_for_task_name", "type": "function", "doc": "

Return a list of all Units in a terminal completed state from all\ntask runs with the given task_name

\n", "signature": "(self, task_name: str) -> List[mephisto.data_model.unit.Unit]", "funcdef": "def"}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"fullname": "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id", "modulename": "mephisto.tools.data_browser", "qualname": "DataBrowser.get_units_for_run_id", "type": "function", "doc": "

Return a list of all Units in a terminal completed state from the\ntask run with the given run_id

\n", "signature": "(self, run_id: str) -> List[mephisto.data_model.unit.Unit]", "funcdef": "def"}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"fullname": "mephisto.tools.data_browser.DataBrowser.get_data_from_unit", "modulename": "mephisto.tools.data_browser", "qualname": "DataBrowser.get_data_from_unit", "type": "function", "doc": "

Return a dict containing all data associated with the given\nunit, including its status, data, and start and end time.

\n\n

Also includes the DB ids for the worker, the unit, and the\nrelevant assignment this unit was a part of.

\n", "signature": "(self, unit: mephisto.data_model.unit.Unit) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"fullname": "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification", "modulename": "mephisto.tools.data_browser", "qualname": "DataBrowser.get_workers_with_qualification", "type": "function", "doc": "

Returns a list of 'Worker's for workers who are qualified wrt qualification_name.

\n", "signature": "(\n self,\n qualification_name: str\n) -> List[mephisto.data_model.worker.Worker]", "funcdef": "def"}, "mephisto.tools.examine_utils": {"fullname": "mephisto.tools.examine_utils", "modulename": "mephisto.tools.examine_utils", "type": "module", "doc": "

Utilities specifically for running examine scripts. Example usage can be\nseen in the examine results scripts in the examples directory.

\n"}, "mephisto.tools.examine_utils.print_results": {"fullname": "mephisto.tools.examine_utils.print_results", "modulename": "mephisto.tools.examine_utils", "qualname": "print_results", "type": "function", "doc": "

Script to write out to stdout from start to end results from the task with the given task name

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n task_name: str,\n format_data_for_printing: Callable[[Dict[str, Any]], str],\n start: Union[int, NoneType] = None,\n end: Union[int, NoneType] = None\n) -> None", "funcdef": "def"}, "mephisto.tools.examine_utils.prompt_for_options": {"fullname": "mephisto.tools.examine_utils.prompt_for_options", "modulename": "mephisto.tools.examine_utils", "qualname": "prompt_for_options", "type": "function", "doc": "

Utility to request common user options for examine scripts.\nLeave block_qualification or approve_qualification as empty strings\nto skip their respective prompt.

\n", "signature": "(\n task_name: Union[str, NoneType] = None,\n block_qualification: Union[str, NoneType] = None,\n approve_qualification: Union[str, NoneType] = None\n) -> Tuple[str, Union[str, NoneType], Union[str, NoneType]]", "funcdef": "def"}, "mephisto.tools.examine_utils.get_worker_stats": {"fullname": "mephisto.tools.examine_utils.get_worker_stats", "modulename": "mephisto.tools.examine_utils", "qualname": "get_worker_stats", "type": "function", "doc": "

Traverse a list of units and create a mapping from worker id\nto their units, grouped by their current status

\n", "signature": "(\n units: list[mephisto.data_model.unit.Unit]\n) -> dict[str, dict[str, list[mephisto.data_model.unit.Unit]]]", "funcdef": "def"}, "mephisto.tools.examine_utils.format_worker_stats": {"fullname": "mephisto.tools.examine_utils.format_worker_stats", "modulename": "mephisto.tools.examine_utils", "qualname": "format_worker_stats", "type": "function", "doc": "

When given a worker id and a list of worker stats, return a string\ncontaining the proportion of accepted to rejected work.

\n", "signature": "(\n worker_id: str,\n previous_work_by_worker: dict[str, dict[str, list[mephisto.data_model.unit.Unit]]]\n) -> str", "funcdef": "def"}, "mephisto.tools.examine_utils.run_examine_by_worker": {"fullname": "mephisto.tools.examine_utils.run_examine_by_worker", "modulename": "mephisto.tools.examine_utils", "qualname": "run_examine_by_worker", "type": "function", "doc": "

Basic script for reviewing work, grouped by worker for convenience. First gets\nthe required information to run a review, then

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n format_data_for_printing: Callable[[Dict[str, Any]], str],\n task_name: Union[str, NoneType] = None,\n block_qualification: Union[str, NoneType] = None,\n approve_qualification: Union[str, NoneType] = None\n)", "funcdef": "def"}, "mephisto.tools.examine_utils.run_examine_or_review": {"fullname": "mephisto.tools.examine_utils.run_examine_or_review", "modulename": "mephisto.tools.examine_utils", "qualname": "run_examine_or_review", "type": "function", "doc": "

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n format_data_for_printing: Callable[[Dict[str, Any]], str]\n) -> None", "funcdef": "def"}, "mephisto.tools.scripts": {"fullname": "mephisto.tools.scripts", "modulename": "mephisto.tools.scripts", "type": "module", "doc": "

Utilities that are useful for Mephisto-related scripts.

\n"}, "mephisto.tools.scripts.load_db_and_process_config": {"fullname": "mephisto.tools.scripts.load_db_and_process_config", "modulename": "mephisto.tools.scripts", "qualname": "load_db_and_process_config", "type": "function", "doc": "

Using a Hydra DictConfig built from a TaskConfig,\nload the desired MephistoDB and\nvalidate the config against the database contents, then\nreturn the database and validated config.

\n\n

Takes in an option to print out the configuration before returning

\n", "signature": "(\n cfg: omegaconf.dictconfig.DictConfig,\n print_config=False\n) -> tuple[mephisto.abstractions.database.MephistoDB, omegaconf.dictconfig.DictConfig]", "funcdef": "def"}, "mephisto.tools.scripts.process_config_and_get_operator": {"fullname": "mephisto.tools.scripts.process_config_and_get_operator", "modulename": "mephisto.tools.scripts", "qualname": "process_config_and_get_operator", "type": "function", "doc": "

Using a Hydra DictConfig built from a TaskConfig,\nreturn an operator for that task as well as a validated config.

\n\n

Takes in an option to print out the configuration before returning

\n", "signature": "(\n cfg: omegaconf.dictconfig.DictConfig,\n print_config=False\n) -> tuple[mephisto.operations.operator.Operator, omegaconf.dictconfig.DictConfig]", "funcdef": "def"}, "mephisto.tools.scripts.task_script": {"fullname": "mephisto.tools.scripts.task_script", "modulename": "mephisto.tools.scripts", "qualname": "task_script", "type": "function", "doc": "

Create a decorator for the main of a Mephisto task script

\n\n

Must provide one of config (a TaskConfig dataclass) or default_config_file\n(the location of a default task config hydra yaml), the former\nwill be preferred.

\n\n

May specify a config_path override if not using hydra_configs at the\nrun script location.

\n", "signature": "(\n config: Union[Type[mephisto.operations.hydra_config.TaskConfig], NoneType] = None,\n default_config_file: Union[str, NoneType] = None,\n config_path: str = 'hydra_configs'\n) -> Callable[[~TaskFunction], Any]", "funcdef": "def"}, "mephisto.tools.scripts.get_db_from_config": {"fullname": "mephisto.tools.scripts.get_db_from_config", "modulename": "mephisto.tools.scripts", "qualname": "get_db_from_config", "type": "function", "doc": "

Get a MephistoDB from the given configuration. As of now\nthis defaults to a LocalMephistoDB

\n", "signature": "(\n cfg: omegaconf.dictconfig.DictConfig\n) -> mephisto.abstractions.database.MephistoDB", "funcdef": "def"}, "mephisto.tools.scripts.augment_config_from_db": {"fullname": "mephisto.tools.scripts.augment_config_from_db", "modulename": "mephisto.tools.scripts", "qualname": "augment_config_from_db", "type": "function", "doc": "

Check the database for validity of the incoming MephistoConfig, ensure\nthat the config has all the necessary fields set.

\n", "signature": "(\n script_cfg: omegaconf.dictconfig.DictConfig,\n db: mephisto.abstractions.database.MephistoDB\n) -> omegaconf.dictconfig.DictConfig", "funcdef": "def"}, "mephisto.tools.scripts.build_custom_bundle": {"fullname": "mephisto.tools.scripts.build_custom_bundle", "modulename": "mephisto.tools.scripts", "qualname": "build_custom_bundle", "type": "function", "doc": "

Locate all of the custom files used for a custom build, create\na prebuild directory containing all of them, then build the\ncustom source.

\n\n

Check dates to only go through this build process when files have changes

\n", "signature": "(custom_src_dir)", "funcdef": "def"}, "mephisto.utils": {"fullname": "mephisto.utils", "modulename": "mephisto.utils", "type": "module", "doc": "

Utils

\n\n

Contains classes and utility functions that are generally useful for Mephisto classes to rely on and which don't better belong in a specific subfolder. These are differ from tools, which are more likely to be used directly by external Mephisto users rather than internal Mephisto classes.

\n\n

metrics.py

\n\n

This file contains useful functionality for managing the prometheus and grafana servers associated with Mephisto.

\n\n

logger_core.py

\n\n

This module contains helpers to simplify the process of generating unique loggers and logging configuration for various parts of Mephisto. At the moment this only outlines the basic logging style that Mephisto uses, though much is still to be done in order to set up logging throughout Mephisto, simplified controls for getting debug information across certain files, and user configuration of Mephisto logs.

\n\n

dirs.py

\n\n

This file contains number of helper utils that (at the moment) rely on the local-storage implementation of Mephisto. These utils help navigate the files present in the mephisto architecture, identify task files, link classes, etc. Docstrings in this class explain in more detail.

\n\n

testing.py

\n\n

This file contains functions that are specifically useful for setting up mock data in tests.

\n\n

qualifications.py

\n\n

This file contains helpers that are used for interfacing with or creating Mephisto qualifications.

\n"}, "mephisto.utils.dirs": {"fullname": "mephisto.utils.dirs", "modulename": "mephisto.utils.dirs", "type": "module", "doc": "

Contains centralized accessors for default Mephisto directories

\n"}, "mephisto.utils.dirs.get_root_dir": {"fullname": "mephisto.utils.dirs.get_root_dir", "modulename": "mephisto.utils.dirs", "qualname": "get_root_dir", "type": "function", "doc": "

Return the currently configured root mephisto directory

\n", "signature": "() -> str", "funcdef": "def"}, "mephisto.utils.dirs.get_provider_dir": {"fullname": "mephisto.utils.dirs.get_provider_dir", "modulename": "mephisto.utils.dirs", "qualname": "get_provider_dir", "type": "function", "doc": "

Return the path to the mephisto providers diroctory

\n", "signature": "() -> str", "funcdef": "def"}, "mephisto.utils.dirs.get_tasks_dir": {"fullname": "mephisto.utils.dirs.get_tasks_dir", "modulename": "mephisto.utils.dirs", "qualname": "get_tasks_dir", "type": "function", "doc": "

Return the directory where the mephisto user has configured their personal tasks\nto exist in

\n", "signature": "() -> str", "funcdef": "def"}, "mephisto.utils.dirs.get_dir_for_task": {"fullname": "mephisto.utils.dirs.get_dir_for_task", "modulename": "mephisto.utils.dirs", "qualname": "get_dir_for_task", "type": "function", "doc": "

Return the directory for the given task, if it exists. Check the user's task\ndir first and then the gallery second.

\n", "signature": "(task_name: str, not_exists_ok: bool = False) -> Union[str, NoneType]", "funcdef": "def"}, "mephisto.utils.dirs.get_root_data_dir": {"fullname": "mephisto.utils.dirs.get_root_data_dir", "modulename": "mephisto.utils.dirs", "qualname": "get_root_data_dir", "type": "function", "doc": "

Return the directory where the mephisto data is expected to go

\n", "signature": "() -> str", "funcdef": "def"}, "mephisto.utils.dirs.get_data_dir": {"fullname": "mephisto.utils.dirs.get_data_dir", "modulename": "mephisto.utils.dirs", "qualname": "get_data_dir", "type": "function", "doc": "

Return the directory where the mephisto data is expected to go

\n", "signature": "(root_dir: Union[str, NoneType] = None) -> str", "funcdef": "def"}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"fullname": "mephisto.utils.dirs.get_mephisto_tmp_dir", "modulename": "mephisto.utils.dirs", "qualname": "get_mephisto_tmp_dir", "type": "function", "doc": "

Return the directory where the mephisto temporary build files go

\n", "signature": "() -> str", "funcdef": "def"}, "mephisto.utils.dirs.get_dir_for_run": {"fullname": "mephisto.utils.dirs.get_dir_for_run", "modulename": "mephisto.utils.dirs", "qualname": "get_dir_for_run", "type": "function", "doc": "

Return the directory where the mephisto run data is expected to go

\n", "signature": "(\n task_run: mephisto.data_model.task_run.TaskRun,\n project_name: str = 'NO_PROJECT'\n) -> str", "funcdef": "def"}, "mephisto.utils.dirs.get_run_file_dir": {"fullname": "mephisto.utils.dirs.get_run_file_dir", "modulename": "mephisto.utils.dirs", "qualname": "get_run_file_dir", "type": "function", "doc": "

Utility function to get the directory that a particular\npython run file is contained in, even when run from\na different directory.

\n\n

Useful as configuration information for a task is generally\nkept within the same directory as the run script

\n", "signature": "() -> str", "funcdef": "def"}, "mephisto.utils.logger_core": {"fullname": "mephisto.utils.logger_core", "modulename": "mephisto.utils.logger_core", "type": "module", "doc": "

\n"}, "mephisto.utils.logger_core.loggers": {"fullname": "mephisto.utils.logger_core.loggers", "modulename": "mephisto.utils.logger_core", "qualname": "loggers", "type": "variable", "doc": "

\n", "annotation": ": Dict[str, logging.Logger]", "default_value": " = {'mephisto.abstractions._subcomponents.task_builder': , 'mephisto.data_model.qualification': , 'mephisto.utils.qualifications': , 'mephisto.abstractions._subcomponents.agent_state': , 'mephisto.abstractions._subcomponents.task_runner': , 'mephisto.abstractions.blueprint': , 'mephisto.data_model.requester': , 'mephisto.data_model.task_run': , 'mephisto.data_model.worker': , 'mephisto.data_model.agent': , 'mephisto.data_model.unit': , 'mephisto.operations.hydra_config': , 'mephisto.abstractions.providers.mock.mock_unit': , 'mephisto.data_model.assignment': , 'mephisto.abstractions.databases.local_database': , 'mephisto.abstractions.providers.mturk.mturk_datastore': , 'mephisto.abstractions.providers.mturk.mturk_utils': , 'mephisto.abstractions.providers.mturk.mturk_agent': , 'mephisto.abstractions.providers.mturk.mturk_unit': , 'mephisto.abstractions.providers.mturk.mturk_worker': , 'mephisto.abstractions.architects.channels.websocket_channel': , 'mephisto.abstractions.architects.heroku_architect': , 'mephisto.abstractions.architects.ec2.ec2_helpers': , 'mephisto.abstractions.architects.ec2.ec2_architect': , 'mephisto.abstractions.blueprints.abstract.static_task.static_agent_state': , 'mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name': , 'mephisto.operations.task_launcher': , 'mephisto.abstractions.blueprints.mixins.use_gold_unit': , 'mephisto.abstractions.databases.local_singleton_database': , 'mephisto.operations.client_io_handler': , 'mephisto.operations.worker_pool': , 'mephisto.utils.metrics': , 'mephisto.operations.operator': }"}, "mephisto.utils.logger_core.warn_once": {"fullname": "mephisto.utils.logger_core.warn_once", "modulename": "mephisto.utils.logger_core", "qualname": "warn_once", "type": "function", "doc": "

Log a warning, but only once.

\n\n

:param str msg: Message to display

\n", "signature": "(msg: str) -> None", "funcdef": "def"}, "mephisto.utils.logger_core.set_mephisto_log_level": {"fullname": "mephisto.utils.logger_core.set_mephisto_log_level", "modulename": "mephisto.utils.logger_core", "qualname": "set_mephisto_log_level", "type": "function", "doc": "

Set the global level for Mephisto logging, from\nwhich all other classes will set their logging.

\n\n

Verbose sets an option between DEBUG and INFO, while level allows setting\na specific level, and takes precedence.

\n\n

Calling this function will override the desired log levels from individual files,\nand if you want to enable a specific level for a specific logger, you'll need\nto get that logger from the loggers dict and call setLevel

\n", "signature": "(\n verbose: Union[bool, NoneType] = None,\n level: Union[str, NoneType] = None\n)", "funcdef": "def"}, "mephisto.utils.logger_core.get_logger": {"fullname": "mephisto.utils.logger_core.get_logger", "modulename": "mephisto.utils.logger_core", "qualname": "get_logger", "type": "function", "doc": "

Gets the logger corresponds to each module\n Parameters:\n name (string): the module name (__name__).\n verbose (bool): INFO level activated if True.\n log_file (string): path for saving logs locally.\n level (string): logging level. Values options: [info, debug, warning, error, critical].

\n\n
    Returns:\n            logger (logging.Logger): the corresponding logger to the given module name.\n
\n", "signature": "(\n name: str,\n verbose: Union[bool, NoneType] = None,\n log_file: Union[str, NoneType] = None,\n level: Union[str, NoneType] = None\n) -> logging.Logger", "funcdef": "def"}, "mephisto.utils.logger_core.format_loud": {"fullname": "mephisto.utils.logger_core.format_loud", "modulename": "mephisto.utils.logger_core", "qualname": "format_loud", "type": "function", "doc": "

\n", "signature": "(target_text: str)", "funcdef": "def"}, "mephisto.utils.metrics": {"fullname": "mephisto.utils.metrics", "modulename": "mephisto.utils.metrics", "type": "module", "doc": "

\n"}, "mephisto.utils.metrics.run_install_script": {"fullname": "mephisto.utils.metrics.run_install_script", "modulename": "mephisto.utils.metrics", "qualname": "run_install_script", "type": "function", "doc": "

Run the install script from METRICS_DIR

\n", "signature": "() -> bool", "funcdef": "def"}, "mephisto.utils.metrics.metrics_are_installed": {"fullname": "mephisto.utils.metrics.metrics_are_installed", "modulename": "mephisto.utils.metrics", "qualname": "metrics_are_installed", "type": "function", "doc": "

Return whether metrics are installed

\n", "signature": "()", "funcdef": "def"}, "mephisto.utils.metrics.launch_servers_and_wait": {"fullname": "mephisto.utils.metrics.launch_servers_and_wait", "modulename": "mephisto.utils.metrics", "qualname": "launch_servers_and_wait", "type": "function", "doc": "

Run a prometheus and grafana server, then suspend the thread\n(ensuring prometheus remains up in case a task shuts it down).\nCloses resources on Ctrl-C

\n", "signature": "()", "funcdef": "def"}, "mephisto.utils.metrics.start_metrics_server": {"fullname": "mephisto.utils.metrics.start_metrics_server", "modulename": "mephisto.utils.metrics", "qualname": "start_metrics_server", "type": "function", "doc": "

Launch a metrics server for the current job. At the moment, defaults to launching on port 3031.

\n\n

Unfortunately this means we are only able to check metrics on one job at a time for now.\nFuture work will extend our metrics logging configuration.

\n", "signature": "(args: Union[omegaconf.dictconfig.DictConfig, NoneType] = None)", "funcdef": "def"}, "mephisto.utils.metrics.launch_prometheus_server": {"fullname": "mephisto.utils.metrics.launch_prometheus_server", "modulename": "mephisto.utils.metrics", "qualname": "launch_prometheus_server", "type": "function", "doc": "

Launch a prometheus server if one is not already running (based on having an expected PID)

\n\n

Returns success or failure

\n", "signature": "(\n args: Union[omegaconf.dictconfig.DictConfig, NoneType] = None\n) -> bool", "funcdef": "def"}, "mephisto.utils.metrics.launch_grafana_server": {"fullname": "mephisto.utils.metrics.launch_grafana_server", "modulename": "mephisto.utils.metrics", "qualname": "launch_grafana_server", "type": "function", "doc": "

Launch a grafana server if one is not already running (based on having an expected PID)

\n", "signature": "(\n args: Union[omegaconf.dictconfig.DictConfig, NoneType] = None\n) -> bool", "funcdef": "def"}, "mephisto.utils.metrics.get_dash_url": {"fullname": "mephisto.utils.metrics.get_dash_url", "modulename": "mephisto.utils.metrics", "qualname": "get_dash_url", "type": "function", "doc": "

Return the url to the default Mephisto dashboard. Requires a running grafana server

\n", "signature": "(args: Union[omegaconf.dictconfig.DictConfig, NoneType] = None)", "funcdef": "def"}, "mephisto.utils.metrics.shutdown_prometheus_server": {"fullname": "mephisto.utils.metrics.shutdown_prometheus_server", "modulename": "mephisto.utils.metrics", "qualname": "shutdown_prometheus_server", "type": "function", "doc": "

Shutdown the prometheus server

\n", "signature": "(\n args: Union[omegaconf.dictconfig.DictConfig, NoneType] = None,\n expect_exists=False\n)", "funcdef": "def"}, "mephisto.utils.metrics.shutdown_grafana_server": {"fullname": "mephisto.utils.metrics.shutdown_grafana_server", "modulename": "mephisto.utils.metrics", "qualname": "shutdown_grafana_server", "type": "function", "doc": "

Shutdown the grafana server

\n", "signature": "(\n args: Union[omegaconf.dictconfig.DictConfig, NoneType] = None,\n expect_exists=False\n)", "funcdef": "def"}, "mephisto.utils.qualifications": {"fullname": "mephisto.utils.qualifications", "modulename": "mephisto.utils.qualifications", "type": "module", "doc": "

\n"}, "mephisto.utils.qualifications.worker_is_qualified": {"fullname": "mephisto.utils.qualifications.worker_is_qualified", "modulename": "mephisto.utils.qualifications", "qualname": "worker_is_qualified", "type": "function", "doc": "

\n", "signature": "(\n worker: mephisto.data_model.worker.Worker,\n qualifications: List[Dict[str, Any]]\n)", "funcdef": "def"}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"fullname": "mephisto.utils.qualifications.as_valid_qualification_dict", "modulename": "mephisto.utils.qualifications", "qualname": "as_valid_qualification_dict", "type": "function", "doc": "

Check to ensure that a qualification dict properly checks\nagainst a Mephisto qualification

\n", "signature": "(qual_dict: Dict[str, Any]) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.utils.qualifications.make_qualification_dict": {"fullname": "mephisto.utils.qualifications.make_qualification_dict", "modulename": "mephisto.utils.qualifications", "qualname": "make_qualification_dict", "type": "function", "doc": "

Create a qualification dict to pass to an operator as part\nof extra_args

\n", "signature": "(\n qualification_name: str,\n comparator: str,\n value: Any,\n applicable_providers: Union[List[str], NoneType] = None\n) -> Dict[str, Any]", "funcdef": "def"}, "mephisto.utils.qualifications.find_or_create_qualification": {"fullname": "mephisto.utils.qualifications.find_or_create_qualification", "modulename": "mephisto.utils.qualifications", "qualname": "find_or_create_qualification", "type": "function", "doc": "

Ensure the given qualification exists in the db,\ncreating it if it doesn't already. Returns the id

\n", "signature": "(\n db: mephisto.abstractions.database.MephistoDB,\n qualification_name: str\n) -> str", "funcdef": "def"}, "mephisto.utils.testing": {"fullname": "mephisto.utils.testing", "modulename": "mephisto.utils.testing", "type": "module", "doc": "

\n"}, "mephisto.utils.testing.get_test_project": {"fullname": "mephisto.utils.testing.get_test_project", "modulename": "mephisto.utils.testing", "qualname": "get_test_project", "type": "function", "doc": "

Helper to create a project for tests

\n", "signature": "(db: mephisto.abstractions.database.MephistoDB) -> Tuple[str, str]", "funcdef": "def"}, "mephisto.utils.testing.get_test_worker": {"fullname": "mephisto.utils.testing.get_test_worker", "modulename": "mephisto.utils.testing", "qualname": "get_test_worker", "type": "function", "doc": "

Helper to create a worker for tests

\n", "signature": "(db: mephisto.abstractions.database.MephistoDB) -> Tuple[str, str]", "funcdef": "def"}, "mephisto.utils.testing.get_test_requester": {"fullname": "mephisto.utils.testing.get_test_requester", "modulename": "mephisto.utils.testing", "qualname": "get_test_requester", "type": "function", "doc": "

Helper to create a requester for tests

\n", "signature": "(db: mephisto.abstractions.database.MephistoDB) -> Tuple[str, str]", "funcdef": "def"}, "mephisto.utils.testing.get_mock_requester": {"fullname": "mephisto.utils.testing.get_mock_requester", "modulename": "mephisto.utils.testing", "qualname": "get_mock_requester", "type": "function", "doc": "

Get or create a mock requester to use for test tasks

\n", "signature": "(db) -> mephisto.data_model.requester.Requester", "funcdef": "def"}, "mephisto.utils.testing.get_test_task": {"fullname": "mephisto.utils.testing.get_test_task", "modulename": "mephisto.utils.testing", "qualname": "get_test_task", "type": "function", "doc": "

Helper to create a task for tests

\n", "signature": "(db: mephisto.abstractions.database.MephistoDB) -> Tuple[str, str]", "funcdef": "def"}, "mephisto.utils.testing.get_test_task_run": {"fullname": "mephisto.utils.testing.get_test_task_run", "modulename": "mephisto.utils.testing", "qualname": "get_test_task_run", "type": "function", "doc": "

Helper to create a task run for tests

\n", "signature": "(db: mephisto.abstractions.database.MephistoDB) -> str", "funcdef": "def"}, "mephisto.utils.testing.get_test_assignment": {"fullname": "mephisto.utils.testing.get_test_assignment", "modulename": "mephisto.utils.testing", "qualname": "get_test_assignment", "type": "function", "doc": "

Helper to create an assignment for tests

\n", "signature": "(db: mephisto.abstractions.database.MephistoDB) -> str", "funcdef": "def"}, "mephisto.utils.testing.get_test_unit": {"fullname": "mephisto.utils.testing.get_test_unit", "modulename": "mephisto.utils.testing", "qualname": "get_test_unit", "type": "function", "doc": "

\n", "signature": "(db: mephisto.abstractions.database.MephistoDB, unit_index=0) -> str", "funcdef": "def"}, "mephisto.utils.testing.get_test_agent": {"fullname": "mephisto.utils.testing.get_test_agent", "modulename": "mephisto.utils.testing", "qualname": "get_test_agent", "type": "function", "doc": "

\n", "signature": "(db: mephisto.abstractions.database.MephistoDB, unit_id=None) -> str", "funcdef": "def"}, "mephisto.utils.testing.make_completed_unit": {"fullname": "mephisto.utils.testing.make_completed_unit", "modulename": "mephisto.utils.testing", "qualname": "make_completed_unit", "type": "function", "doc": "

Creates a completed unit for the most recently created task run\nusing some worker. Assumes

\n", "signature": "(db: mephisto.abstractions.database.MephistoDB) -> str", "funcdef": "def"}}, "docInfo": {"mephisto": {"qualname": 0, "fullname": 1, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 215}, "mephisto.abstractions": {"qualname": 0, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 435}, "mephisto.abstractions.architect": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architect.ArchitectArgs": {"qualname": 1, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 9}, "mephisto.abstractions.architect.ArchitectArgs.__init__": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 3}, "mephisto.abstractions.architect.ArchitectArgs.server_type": {"qualname": 3, "fullname": 6, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"qualname": 4, "fullname": 7, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architect.Architect": {"qualname": 1, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 2, "doc": 17}, "mephisto.abstractions.architect.Architect.__init__": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 30, "bases": 0, "doc": 46}, "mephisto.abstractions.architect.Architect.ArgsClass": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 9}, "mephisto.abstractions.architect.Architect.assert_task_args": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 45}, "mephisto.abstractions.architect.Architect.get_channels": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 29, "bases": 0, "doc": 21}, "mephisto.abstractions.architect.Architect.download_file": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 19}, "mephisto.abstractions.architect.Architect.prepare": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 13}, "mephisto.abstractions.architect.Architect.deploy": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 17}, "mephisto.abstractions.architect.Architect.cleanup": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 29}, "mephisto.abstractions.architect.Architect.shutdown": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 16}, "mephisto.abstractions.architects": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 994}, "mephisto.abstractions.architects.channels": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.channels.websocket_channel": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 11}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 28, "bases": 0, "doc": 35}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 19}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 16}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 13}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 19}, "mephisto.abstractions.architects.ec2": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources.main": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name": {"qualname": 0, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name.main": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.ec2_architect": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 14}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 9}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 31, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"qualname": 3, "fullname": 9, "annotation": 2, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"qualname": 2, "fullname": 8, "annotation": 2, "default_value": 6, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"qualname": 3, "fullname": 9, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 15}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 30, "bases": 0, "doc": 12}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 9}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"qualname": 3, "fullname": 9, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 29, "bases": 0, "doc": 21}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 8}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 16}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 21}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 17}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 13}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 13}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 17}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 29}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 16}, "mephisto.abstractions.architects.ec2.ec2_helpers": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 17}, "mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 43}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 19}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 20}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 18}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 26}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 25, "bases": 0, "doc": 28}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 28}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 23}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 15}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 30, "bases": 0, "doc": 14}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 10}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 14}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 19, "bases": 0, "doc": 19}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 12}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 26}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 24}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 14}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 12}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 14}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 14, "bases": 0, "doc": 13}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 11}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 22}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 44}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 14}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 36, "bases": 0, "doc": 86}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.main": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.heroku_architect": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 9}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 38, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"qualname": 3, "fullname": 8, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"qualname": 3, "fullname": 8, "annotation": 3, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"qualname": 4, "fullname": 9, "annotation": 3, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 15}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 30, "bases": 0, "doc": 69}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 9}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"qualname": 3, "fullname": 8, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 29, "bases": 0, "doc": 21}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 9}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 45}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"qualname": 5, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 19}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 11}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 17}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 13}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 13}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 17}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 29}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 16}, "mephisto.abstractions.architects.local_architect": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 9}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 22, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname": {"qualname": 2, "fullname": 7, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port": {"qualname": 2, "fullname": 7, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 17}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 30, "bases": 0, "doc": 9}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 9}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"qualname": 3, "fullname": 8, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 29, "bases": 0, "doc": 21}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 11}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 6}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 12}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 6}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 14}, "mephisto.abstractions.architects.mock_architect": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.mock_architect.get_rand_id": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 9}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 24, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"qualname": 4, "fullname": 9, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port": {"qualname": 2, "fullname": 7, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 3, "doc": 561}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 22}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 67}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 305}, "mephisto.abstractions.architects.mock_architect.AliveHandler": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 3, "doc": 7}, "mephisto.abstractions.architects.mock_architect.AliveHandler.get": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.mock_architect.MockServer": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 3, "doc": 17}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 13}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 12}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 10}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"qualname": 6, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 12}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 9}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 24}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 30, "bases": 0, "doc": 9}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 9}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"qualname": 3, "fullname": 8, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 29, "bases": 0, "doc": 21}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 11}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 6}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 13}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 6}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 6}, "mephisto.abstractions.architects.router": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 448}, "mephisto.abstractions.architects.router.build_router": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.build_router.can_build": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 14, "bases": 0, "doc": 32}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 10}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 14, "bases": 0, "doc": 8}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 14, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.build_router.build_router": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 23, "bases": 0, "doc": 27}, "mephisto.abstractions.architects.router.flask": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.flask.app": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint": {"qualname": 0, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 45}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 14}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 15}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 12}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"qualname": 3, "fullname": 11, "annotation": 11, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"qualname": 3, "fullname": 11, "annotation": 11, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 35}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 3, "doc": 19}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 9}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 15}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 14}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 13}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"qualname": 4, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 15}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.request_agent": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 25}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 11}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.log_error": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.is_alive": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_timestamp": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.download_file": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.show_index": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_static": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 3}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 24}, "mephisto.abstractions.blueprint": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprint.BlueprintArgs": {"qualname": 1, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 12}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprint.BlueprintArgs.block_qualification": {"qualname": 3, "fullname": 6, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprint.SharedTaskState": {"qualname": 1, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 21}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 45, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprint.BlueprintMixin": {"qualname": 1, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 2, "doc": 33}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 15}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 22, "bases": 0, "doc": 13}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 14, "bases": 0, "doc": 15}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 13}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"qualname": 5, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 14, "bases": 0, "doc": 64}, "mephisto.abstractions.blueprint.Blueprint": {"qualname": 1, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 2, "doc": 47}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 2, "doc": 49}, "mephisto.abstractions.blueprint.Blueprint.ArgsClass": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 12}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 21}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 21}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 18}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 50}, "mephisto.abstractions.blueprints": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 1332}, "mephisto.abstractions.blueprints.abstract": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 49}, "mephisto.abstractions.blueprints.abstract.static_task": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder": {"qualname": 0, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 11}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 16}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state": {"qualname": 0, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 8}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 15}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 15}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 8}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 12}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 14}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 14}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint": {"qualname": 0, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 53}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 63, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 42}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 41, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"qualname": 4, "fullname": 12, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"qualname": 4, "fullname": 12, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"qualname": 3, "fullname": 11, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"qualname": 3, "fullname": 11, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"qualname": 3, "fullname": 11, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 30}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 26, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 8}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 8}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 11}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 28}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 42}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 53}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"qualname": 4, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"qualname": 4, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner": {"qualname": 0, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 28}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"qualname": 6, "fullname": 15, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 14}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 17}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 27}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 13}, "mephisto.abstractions.blueprints.mixins": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.onboarding_required": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 8}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"qualname": 3, "fullname": 9, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 16}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 12}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 8}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 16}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 22, "bases": 0, "doc": 13}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 14, "bases": 0, "doc": 15}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 13}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 13}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 48}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 61}, "mephisto.abstractions.blueprints.mixins.screen_task_required": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 19}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 18, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"qualname": 4, "fullname": 11, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"qualname": 4, "fullname": 11, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"qualname": 4, "fullname": 11, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.screen_task_required.blank_generator": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 14}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 22}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 19}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 14}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 22, "bases": 0, "doc": 13}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 26, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 15}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 18}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"qualname": 5, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 29}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.mixins.use_gold_unit": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 22}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"qualname": 4, "fullname": 11, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"qualname": 3, "fullname": 10, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"qualname": 3, "fullname": 10, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"qualname": 4, "fullname": 11, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 33}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 42}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 20}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 34}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 39, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 26}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 22}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"qualname": 2, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 34}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 22, "bases": 0, "doc": 13}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 26, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 15}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"qualname": 6, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 15}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"qualname": 6, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 18}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"qualname": 6, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 15}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 11}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"qualname": 7, "fullname": 14, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 29}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.mock": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mock.mock_agent_state": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 12}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 15}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.mock.mock_blueprint": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 19, "doc": 47}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 46, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"qualname": 3, "fullname": 9, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"qualname": 3, "fullname": 9, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"qualname": 3, "fullname": 9, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"qualname": 3, "fullname": 9, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 19, "doc": 57}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 67, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 19, "doc": 11}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 24, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 12}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 12}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 11}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 11}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 19, "doc": 47}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 19, "doc": 57}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"qualname": 3, "fullname": 9, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 8}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 16}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 12}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 12}, "mephisto.abstractions.blueprints.mock.mock_task_builder": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 11}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"qualname": 4, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 11}, "mephisto.abstractions.blueprints.mock.mock_task_runner": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 11}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"qualname": 5, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"qualname": 5, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 11}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"qualname": 6, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 14}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 19}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 22}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 22}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"qualname": 3, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 11}, "mephisto.abstractions.blueprints.parlai_chat": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state": {"qualname": 0, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 22}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 28}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 15}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 11}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 17}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 17}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 12}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint": {"qualname": 0, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 72}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 82, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"qualname": 3, "fullname": 11, "annotation": 3, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 60}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 59, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"qualname": 3, "fullname": 11, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"qualname": 3, "fullname": 11, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"qualname": 4, "fullname": 12, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"qualname": 4, "fullname": 12, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"qualname": 4, "fullname": 12, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"qualname": 4, "fullname": 12, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"qualname": 3, "fullname": 11, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"qualname": 3, "fullname": 11, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"qualname": 3, "fullname": 11, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 11}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 26, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 22}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 22}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 30}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 9}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 60}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 72}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"qualname": 3, "fullname": 11, "annotation": 2, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"qualname": 4, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 14, "bases": 0, "doc": 12}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"qualname": 4, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 22}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"qualname": 4, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 61}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder": {"qualname": 0, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 30}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 8}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 42}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 16}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner": {"qualname": 0, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 17}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 14, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"qualname": 2, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 6}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 20}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"qualname": 2, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 12}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"qualname": 2, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 15}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 9}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"qualname": 6, "fullname": 15, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 14}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 12}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 16}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 5}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 16}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 8}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 16}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 8}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed": {"qualname": 0, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.remote_procedure": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state": {"qualname": 0, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 18}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 15}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 25}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 15}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 11}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 6}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 13}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint": {"qualname": 0, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 67}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 88, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"qualname": 3, "fullname": 11, "annotation": 23, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 34}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 33, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"qualname": 3, "fullname": 11, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"qualname": 4, "fullname": 12, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"qualname": 4, "fullname": 12, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 11}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 26, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 15}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 15}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 32}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 52}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 34}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 67}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"qualname": 3, "fullname": 11, "annotation": 2, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"qualname": 4, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 14, "bases": 0, "doc": 12}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"qualname": 4, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder": {"qualname": 0, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 11, "doc": 32}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner": {"qualname": 0, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 52}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"qualname": 6, "fullname": 15, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 14}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 9}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 5}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 8}, "mephisto.abstractions.blueprints.static_html_task": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 892}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint": {"qualname": 0, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 9, "doc": 32}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 55, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"qualname": 3, "fullname": 12, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"qualname": 3, "fullname": 12, "annotation": 3, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"qualname": 3, "fullname": 12, "annotation": 3, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 9, "doc": 15}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"qualname": 2, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 29}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"qualname": 2, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 0, "bases": 9, "doc": 32}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"qualname": 3, "fullname": 12, "annotation": 2, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 10}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder": {"qualname": 0, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"qualname": 1, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 29}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"qualname": 3, "fullname": 13, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"qualname": 3, "fullname": 13, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"qualname": 3, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 8}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"qualname": 4, "fullname": 14, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 16}, "mephisto.abstractions.blueprints.static_react_task": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint": {"qualname": 0, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 9, "doc": 25}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 51, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"qualname": 3, "fullname": 12, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"qualname": 4, "fullname": 13, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 9, "doc": 15}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"qualname": 3, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"qualname": 2, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 17}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"qualname": 2, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 0, "bases": 9, "doc": 25}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"qualname": 3, "fullname": 12, "annotation": 2, "default_value": 5, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"qualname": 4, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 14, "bases": 0, "doc": 12}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder": {"qualname": 0, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"qualname": 1, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 17}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"qualname": 3, "fullname": 13, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"qualname": 3, "fullname": 13, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"qualname": 4, "fullname": 14, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 16}, "mephisto.abstractions.crowd_provider": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.crowd_provider.ProviderArgs": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 10}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 3}, "mephisto.abstractions.crowd_provider.ProviderArgs.requester_name": {"qualname": 3, "fullname": 7, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 2, "doc": 48}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 85}, "mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 5, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 59}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 42}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 20}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 34}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 10}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 12}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 21}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"qualname": 5, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 23}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 78}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"qualname": 6, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 25, "bases": 0, "doc": 17}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"qualname": 6, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 12}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 12}, "mephisto.abstractions.database": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.database.MephistoDBException": {"qualname": 1, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 2, "doc": 11}, "mephisto.abstractions.database.EntryAlreadyExistsException": {"qualname": 1, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 1, "doc": 11}, "mephisto.abstractions.database.EntryDoesNotExistException": {"qualname": 1, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 1, "doc": 11}, "mephisto.abstractions.database.MephistoDB": {"qualname": 1, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 2, "doc": 50}, "mephisto.abstractions.database.MephistoDB.__init__": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 13}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"qualname": 6, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 13}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"qualname": 5, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 13}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"qualname": 5, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 10}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"qualname": 5, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 10}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 24}, "mephisto.abstractions.database.MephistoDB.cache_result": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 11}, "mephisto.abstractions.database.MephistoDB.shutdown": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 12}, "mephisto.abstractions.database.MephistoDB.init_tables": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 30}, "mephisto.abstractions.database.MephistoDB.new_project": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 37}, "mephisto.abstractions.database.MephistoDB.get_project": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 30}, "mephisto.abstractions.database.MephistoDB.find_projects": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 20}, "mephisto.abstractions.database.MephistoDB.new_task": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 24}, "mephisto.abstractions.database.MephistoDB.get_task": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 29}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 18, "bases": 0, "doc": 20}, "mephisto.abstractions.database.MephistoDB.update_task": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 32}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 22, "bases": 0, "doc": 53}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 37}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 24, "bases": 0, "doc": 22}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 14}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 23, "bases": 0, "doc": 21}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 29}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 38, "bases": 0, "doc": 20}, "mephisto.abstractions.database.MephistoDB.new_unit": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 32, "bases": 0, "doc": 27}, "mephisto.abstractions.database.MephistoDB.get_unit": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 29}, "mephisto.abstractions.database.MephistoDB.find_units": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 62, "bases": 0, "doc": 20}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"qualname": 5, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 22}, "mephisto.abstractions.database.MephistoDB.update_unit": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 17}, "mephisto.abstractions.database.MephistoDB.new_requester": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 24}, "mephisto.abstractions.database.MephistoDB.get_requester": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 29}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 18, "bases": 0, "doc": 20}, "mephisto.abstractions.database.MephistoDB.new_worker": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 46}, "mephisto.abstractions.database.MephistoDB.get_worker": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 29}, "mephisto.abstractions.database.MephistoDB.find_workers": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 18, "bases": 0, "doc": 20}, "mephisto.abstractions.database.MephistoDB.new_agent": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 26, "bases": 0, "doc": 37}, "mephisto.abstractions.database.MephistoDB.get_agent": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 29}, "mephisto.abstractions.database.MephistoDB.update_agent": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 17}, "mephisto.abstractions.database.MephistoDB.find_agents": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 48, "bases": 0, "doc": 20}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 37}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 32}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 18}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 33, "bases": 0, "doc": 22}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 25}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 14}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 29}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 15}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 16}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 22, "bases": 0, "doc": 10}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 28}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 10}, "mephisto.abstractions.databases": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 267}, "mephisto.abstractions.databases.local_database": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 9}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 14}, "mephisto.abstractions.databases.local_database.is_key_failure": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 30}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 30}, "mephisto.abstractions.databases.local_database.StringIDRow": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 2, "doc": 3}, "mephisto.abstractions.databases.local_database.StringIDRow.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 29}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 13}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 6}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 15}, "mephisto.abstractions.databases.local_singleton_database": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 6, "doc": 51}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 13}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 6}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 24}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 11}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 32, "bases": 0, "doc": 27}, "mephisto.abstractions.providers": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 1835}, "mephisto.abstractions.providers.mock": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mock.mock_agent": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 34}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 57}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 11}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 14}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 20}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 32}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 14}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 10}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 11}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 9}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 25}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 24, "bases": 0, "doc": 18}, "mephisto.abstractions.providers.mock.mock_datastore": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 19}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 12}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 15}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 13}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 11}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 9}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 13}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 11}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 9}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 13}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 11}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 9}, "mephisto.abstractions.providers.mock.mock_provider": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 10}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 22}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 59}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 42}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 20}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 34}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 10}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.PROVIDER_TYPE": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 8}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"qualname": 6, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 25, "bases": 0, "doc": 8}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"qualname": 6, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 8}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 23}, "mephisto.abstractions.providers.mock.mock_requester": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 12}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"qualname": 2, "fullname": 8, "annotation": 2, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"qualname": 3, "fullname": 9, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 42}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 57}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 12}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 9}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 6}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 7}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 13}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 50}, "mephisto.abstractions.providers.mock.mock_unit": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 59}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 56}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 11}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 7}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 14}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 23, "bases": 0, "doc": 9}, "mephisto.abstractions.providers.mock.mock_worker": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 20}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 57}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 13}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 23, "bases": 0, "doc": 13}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 14}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 8}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 13}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 47}, "mephisto.abstractions.providers.mock.provider_type": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_agent": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 34}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 57}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 29, "bases": 0, "doc": 20}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"qualname": 6, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 27}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 10}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 10}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 36}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 24, "bases": 0, "doc": 18}, "mephisto.abstractions.providers.mturk.mturk_datastore": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 30}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 12}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 15}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"qualname": 6, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 15}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 10}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 14}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 19}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 18}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 11}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 19, "bases": 0, "doc": 11}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 12}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 18, "bases": 0, "doc": 32}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 11}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 22}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 18}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"qualname": 6, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 18}, "mephisto.abstractions.providers.mturk.mturk_provider": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 8}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 10}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.PROVIDER_TYPE": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 46}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 19}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 20}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 34}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 8}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 36}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"qualname": 6, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 25, "bases": 0, "doc": 11}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"qualname": 6, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 8}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 23}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 12}, "mephisto.abstractions.providers.mturk.mturk_requester": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 20}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 19, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"qualname": 4, "fullname": 10, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"qualname": 4, "fullname": 10, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 19}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 57}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 20}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 35}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 11}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 8}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 50}, "mephisto.abstractions.providers.mturk.mturk_unit": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 46}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 56}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 11}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 11}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 11}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 12}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 21}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 15}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 18}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 23}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 39}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 23, "bases": 0, "doc": 9}, "mephisto.abstractions.providers.mturk.mturk_utils": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 16}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 21}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 21}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 12}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 27}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 8}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 7}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 51}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 40}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 9}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 9}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 11}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 23, "bases": 0, "doc": 16}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"qualname": 6, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 18, "bases": 0, "doc": 12}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 22, "bases": 0, "doc": 15}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 9}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 19}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 8}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 12}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 12}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 14}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 14}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 9}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 12}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 20, "bases": 0, "doc": 20}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 14, "bases": 0, "doc": 12}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 15}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 28}, "mephisto.abstractions.providers.mturk.mturk_worker": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 5, "doc": 20}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 57}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"qualname": 6, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 20, "bases": 0, "doc": 10}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"qualname": 5, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 76}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"qualname": 4, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 32}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 16}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 23, "bases": 0, "doc": 13}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 14}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 8}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 28}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 47}, "mephisto.abstractions.providers.mturk.provider_type": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.utils": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.utils.script_utils": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"qualname": 5, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 20, "bases": 0, "doc": 46}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"qualname": 6, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 13}, "mephisto.abstractions.providers.mturk_sandbox": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk_sandbox.provider_type": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent": {"qualname": 0, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 14}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 24, "bases": 0, "doc": 18}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider": {"qualname": 0, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 9}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 22}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 46}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 13}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 20}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 14}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 9}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"qualname": 5, "fullname": 13, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 23}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 9}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester": {"qualname": 0, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 13}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 57}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 10}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 50}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit": {"qualname": 0, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 46}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 23, "bases": 0, "doc": 9}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker": {"qualname": 0, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"qualname": 1, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 20}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 57}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"qualname": 3, "fullname": 11, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"qualname": 4, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 37}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"qualname": 4, "fullname": 12, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 32}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"qualname": 2, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 47}, "mephisto.client": {"qualname": 0, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 972}, "mephisto.client.api": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.client.api.get_available_requesters": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.client.api.get_running_task_runs": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 15}, "mephisto.client.api.get_reviewable_task_runs": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 16}, "mephisto.client.api.launch_options": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.client.api.start_task_run": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.client.api.view_unit": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.client.api.get_basic_task_options": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.client.api.requester_details": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.client.api.requester_register": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.client.api.get_submitted_data": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.client.api.get_balance": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.client.api.requester_launch_options": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.client.api.get_available_blueprints": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.client.api.get_blueprint_arguments": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.client.api.get_available_architects": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.client.api.get_architect_arguments": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.client.api.accept_unit": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.client.api.reject_unit": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.client.api.soft_block_unit": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.client.api.hard_block_unit": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.client.api.intentional_error": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 17}, "mephisto.client.api.InvalidUsage": {"qualname": 1, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 2, "doc": 11}, "mephisto.client.api.InvalidUsage.__init__": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 3}, "mephisto.client.api.InvalidUsage.status_code": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.client.api.InvalidUsage.to_dict": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 3}, "mephisto.client.api.handle_invalid_usage": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 3}, "mephisto.client.cli": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.client.config": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.client.config.Config": {"qualname": 1, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.client.config.Config.__init__": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.client.config.Config.ENV": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.client.full": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.client.full.server": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.client.full.server.main": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.client.review": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.client.review.review_server": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.client.review.review_server.run": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 22, "bases": 0, "doc": 3}, "mephisto.data_model": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 1189}, "mephisto.data_model.agent": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.agent.Agent": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 34}, "mephisto.data_model.agent.Agent.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 57}, "mephisto.data_model.agent.Agent.state": {"qualname": 2, "fullname": 6, "annotation": 7, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.agent.Agent.set_live_run": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 10}, "mephisto.data_model.agent.Agent.get_live_run": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 14}, "mephisto.data_model.agent.Agent.get_agent_id": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 7}, "mephisto.data_model.agent.Agent.get_worker": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 13}, "mephisto.data_model.agent.Agent.get_unit": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 12}, "mephisto.data_model.agent.Agent.get_assignment": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 10}, "mephisto.data_model.agent.Agent.get_task_run": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 10}, "mephisto.data_model.agent.Agent.get_task": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 10}, "mephisto.data_model.agent.Agent.get_data_dir": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 15}, "mephisto.data_model.agent.Agent.update_status": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 23}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"qualname": 5, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 29, "bases": 0, "doc": 20}, "mephisto.data_model.agent.Agent.observe": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 19}, "mephisto.data_model.agent.Agent.get_live_update": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 27}, "mephisto.data_model.agent.Agent.act": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 27}, "mephisto.data_model.agent.Agent.await_submit": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 11}, "mephisto.data_model.agent.Agent.handle_submit": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 13}, "mephisto.data_model.agent.Agent.get_status": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 14}, "mephisto.data_model.agent.Agent.shutdown": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 31}, "mephisto.data_model.agent.Agent.approve_work": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 12}, "mephisto.data_model.agent.Agent.soft_reject_work": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 19}, "mephisto.data_model.agent.Agent.reject_work": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 12}, "mephisto.data_model.agent.Agent.mark_done": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 30}, "mephisto.data_model.agent.Agent.new": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 24, "bases": 0, "doc": 44}, "mephisto.data_model.agent.OnboardingAgent": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 72}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 3}, "mephisto.data_model.agent.OnboardingAgent.DISPLAY_PREFIX": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 11}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 10}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 14}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 12}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"qualname": 7, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 10}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 13}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 10}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 10}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 15}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 23}, "mephisto.data_model.agent.OnboardingAgent.observe": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 19}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 27}, "mephisto.data_model.agent.OnboardingAgent.act": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 27}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 11}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 13}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 14}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 31}, "mephisto.data_model.agent.OnboardingAgent.new": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 26, "bases": 0, "doc": 16}, "mephisto.data_model.assignment": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.assignment.InitializationData": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 11}, "mephisto.data_model.assignment.InitializationData.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 3}, "mephisto.data_model.assignment.InitializationData.dumpJSON": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 3}, "mephisto.data_model.assignment.InitializationData.loadFromJSON": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.data_model.assignment.Assignment": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 26}, "mephisto.data_model.assignment.Assignment.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 3}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 12}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 10}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 9}, "mephisto.data_model.assignment.Assignment.get_agents": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 10}, "mephisto.data_model.assignment.Assignment.get_status": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 16}, "mephisto.data_model.assignment.Assignment.get_task_run": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 12}, "mephisto.data_model.assignment.Assignment.get_task": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 12}, "mephisto.data_model.assignment.Assignment.get_requester": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 9}, "mephisto.data_model.assignment.Assignment.get_units": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 14}, "mephisto.data_model.assignment.Assignment.get_workers": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 14}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"qualname": 5, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 21}, "mephisto.data_model.assignment.Assignment.new": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 25, "bases": 0, "doc": 32}, "mephisto.data_model.constants": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 25}, "mephisto.data_model.constants.assignment_state": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.constants.assignment_state.AssignmentState": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.constants.assignment_state.AssignmentState.__init__": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.data_model.constants.assignment_state.AssignmentState.CREATED": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.constants.assignment_state.AssignmentState.LAUNCHED": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.constants.assignment_state.AssignmentState.ASSIGNED": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.constants.assignment_state.AssignmentState.COMPLETED": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.constants.assignment_state.AssignmentState.ACCEPTED": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.constants.assignment_state.AssignmentState.MIXED": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.constants.assignment_state.AssignmentState.REJECTED": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.constants.assignment_state.AssignmentState.EXPIRED": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 7}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 11}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 11}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 11}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"qualname": 2, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 12}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 14}, "mephisto.data_model.exceptions": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.exceptions.AbsentAgentError": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 2, "doc": 10}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 3}, "mephisto.data_model.exceptions.AgentDisconnectedError": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 1, "doc": 11}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 3}, "mephisto.data_model.exceptions.AgentTimeoutError": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 1, "doc": 12}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 3}, "mephisto.data_model.exceptions.AgentReturnedError": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 1, "doc": 12}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 3}, "mephisto.data_model.exceptions.AgentShutdownError": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 1, "doc": 16}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 3}, "mephisto.data_model.packet": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.packet.Packet": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 41}, "mephisto.data_model.packet.Packet.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 36, "bases": 0, "doc": 3}, "mephisto.data_model.packet.Packet.from_dict": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 3}, "mephisto.data_model.packet.Packet.to_sendable_dict": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 3}, "mephisto.data_model.packet.Packet.copy": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 3}, "mephisto.data_model.project": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.project.Project": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 33}, "mephisto.data_model.project.Project.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 3}, "mephisto.data_model.project.Project.get_tasks": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 15}, "mephisto.data_model.project.Project.get_total_spend": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 16}, "mephisto.data_model.project.Project.new": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 20}, "mephisto.data_model.qualification": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.qualification.Qualification": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 11}, "mephisto.data_model.qualification.Qualification.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 3}, "mephisto.data_model.qualification.GrantedQualification": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 8}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 19, "bases": 0, "doc": 3}, "mephisto.data_model.requester": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.requester.RequesterArgs": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 10}, "mephisto.data_model.requester.RequesterArgs.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 3}, "mephisto.data_model.requester.RequesterArgs.name": {"qualname": 2, "fullname": 6, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.requester.Requester": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 42}, "mephisto.data_model.requester.Requester.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 57}, "mephisto.data_model.requester.Requester.ArgsClass": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 10}, "mephisto.data_model.requester.Requester.get_task_runs": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 14}, "mephisto.data_model.requester.Requester.get_total_spend": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 16}, "mephisto.data_model.requester.Requester.is_sandbox": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 12}, "mephisto.data_model.requester.Requester.register": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 50}, "mephisto.data_model.requester.Requester.is_registered": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 12}, "mephisto.data_model.requester.Requester.get_available_budget": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 17}, "mephisto.data_model.requester.Requester.to_dict": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 14}, "mephisto.data_model.requester.Requester.new": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 50}, "mephisto.data_model.task": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.task.assert_task_is_valid": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 18}, "mephisto.data_model.task.Task": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 39}, "mephisto.data_model.task.Task.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 3}, "mephisto.data_model.task.Task.get_project": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 11}, "mephisto.data_model.task.Task.set_project": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 3}, "mephisto.data_model.task.Task.get_runs": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 14}, "mephisto.data_model.task.Task.get_assignments": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 13}, "mephisto.data_model.task.Task.get_total_spend": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 13}, "mephisto.data_model.task.Task.new": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 18, "bases": 0, "doc": 35}, "mephisto.data_model.task_run": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.task_run.TaskRunArgs": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 11}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 50, "bases": 0, "doc": 3}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"qualname": 3, "fullname": 8, "annotation": 3, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.task_run.TaskRunArgs.task_title": {"qualname": 3, "fullname": 8, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.task_run.TaskRunArgs.task_description": {"qualname": 3, "fullname": 8, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.task_run.TaskRunArgs.task_reward": {"qualname": 3, "fullname": 8, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.task_run.TaskRunArgs.task_tags": {"qualname": 3, "fullname": 8, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"qualname": 5, "fullname": 10, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"qualname": 3, "fullname": 8, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"qualname": 5, "fullname": 10, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"qualname": 5, "fullname": 10, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"qualname": 3, "fullname": 8, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 15}, "mephisto.data_model.task_run.TaskRun": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 22}, "mephisto.data_model.task_run.TaskRun.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 3}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 11}, "mephisto.data_model.task_run.TaskRun.get_units": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 11}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"qualname": 6, "fullname": 11, "annotation": 0, "default_value": 0, "signature": 14, "bases": 0, "doc": 16}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 10}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 19}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 10}, "mephisto.data_model.task_run.TaskRun.get_provider": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 11}, "mephisto.data_model.task_run.TaskRun.get_task": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 10}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 3}, "mephisto.data_model.task_run.TaskRun.get_requester": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 10}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 12}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 13}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 14}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 12}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 9}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 28}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 13}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 22}, "mephisto.data_model.task_run.TaskRun.to_dict": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 13}, "mephisto.data_model.task_run.TaskRun.new": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 28, "bases": 0, "doc": 14}, "mephisto.data_model.unit": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"qualname": 4, "fullname": 8, "annotation": 3, "default_value": 17, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.unit.Unit": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 59}, "mephisto.data_model.unit.Unit.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 56}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"qualname": 5, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 10}, "mephisto.data_model.unit.Unit.get_assignment_data": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 10}, "mephisto.data_model.unit.Unit.sync_status": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 18}, "mephisto.data_model.unit.Unit.get_db_status": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 11}, "mephisto.data_model.unit.Unit.set_db_status": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 12}, "mephisto.data_model.unit.Unit.get_assignment": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 12}, "mephisto.data_model.unit.Unit.get_task_run": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 12}, "mephisto.data_model.unit.Unit.get_task": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 11}, "mephisto.data_model.unit.Unit.get_requester": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 9}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 11}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 16}, "mephisto.data_model.unit.Unit.get_pay_amount": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 18}, "mephisto.data_model.unit.Unit.get_status": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 65}, "mephisto.data_model.unit.Unit.launch": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 54}, "mephisto.data_model.unit.Unit.expire": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 28}, "mephisto.data_model.unit.Unit.is_expired": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 14}, "mephisto.data_model.unit.Unit.new": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 23, "bases": 0, "doc": 35}, "mephisto.data_model.worker": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.data_model.worker.WorkerArgs": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 10}, "mephisto.data_model.worker.WorkerArgs.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 3}, "mephisto.data_model.worker.Worker": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 7, "doc": 20}, "mephisto.data_model.worker.Worker.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 21, "bases": 0, "doc": 57}, "mephisto.data_model.worker.Worker.get_agents": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 19}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"qualname": 5, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 27}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 13}, "mephisto.data_model.worker.Worker.is_disqualified": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 41}, "mephisto.data_model.worker.Worker.is_qualified": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 37}, "mephisto.data_model.worker.Worker.revoke_qualification": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 29}, "mephisto.data_model.worker.Worker.grant_qualification": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 30}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 32}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 32}, "mephisto.data_model.worker.Worker.bonus_worker": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 13}, "mephisto.data_model.worker.Worker.block_worker": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 23, "bases": 0, "doc": 13}, "mephisto.data_model.worker.Worker.unblock_worker": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 10}, "mephisto.data_model.worker.Worker.is_blocked": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 8}, "mephisto.data_model.worker.Worker.is_eligible": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 13}, "mephisto.data_model.worker.Worker.register": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 10}, "mephisto.data_model.worker.Worker.new": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 47}, "mephisto.operations": {"qualname": 0, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 2112}, "mephisto.operations.client_io_handler": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.client_io_handler.ClientIOHandler": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 54}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 3}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"qualname": 5, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 17}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 10}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 14}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"qualname": 3, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 17}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"qualname": 5, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 13, "bases": 0, "doc": 22}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 13}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 12}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 9}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"qualname": 4, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 12}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"qualname": 2, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 13}, "mephisto.operations.config_handler": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.config_handler.get_raw_config": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 14}, "mephisto.operations.config_handler.get_config": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 11}, "mephisto.operations.config_handler.write_config": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 10}, "mephisto.operations.config_handler.init_config": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 3}, "mephisto.operations.config_handler.add_config_arg": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 11}, "mephisto.operations.config_handler.get_config_arg": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 16}, "mephisto.operations.datatypes": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 21}, "mephisto.operations.datatypes.LoopWrapper": {"qualname": 1, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.datatypes.LoopWrapper.__init__": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 3}, "mephisto.operations.datatypes.LoopWrapper.set_active_thread": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 3}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 11}, "mephisto.operations.datatypes.LiveTaskRun": {"qualname": 1, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 38}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 70, "bases": 0, "doc": 3}, "mephisto.operations.datatypes.LiveTaskRun.force_shutdown": {"qualname": 3, "fullname": 6, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.datatypes.LiveTaskRun.shutdown": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 3}, "mephisto.operations.datatypes.WorkerFailureReasons": {"qualname": 1, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.datatypes.WorkerFailureReasons.__init__": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 12, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 12, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 19, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 18, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 20, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.DatabaseArgs": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 8}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.MephistoConfig": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 81}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 80, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.MephistoConfig.blueprint": {"qualname": 2, "fullname": 6, "annotation": 5, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.MephistoConfig.provider": {"qualname": 2, "fullname": 6, "annotation": 6, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.MephistoConfig.architect": {"qualname": 2, "fullname": 6, "annotation": 5, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.MephistoConfig.task": {"qualname": 2, "fullname": 6, "annotation": 7, "default_value": 39, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.MephistoConfig.database": {"qualname": 2, "fullname": 6, "annotation": 6, "default_value": 6, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.MephistoConfig.log_level": {"qualname": 3, "fullname": 7, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.TaskConfig": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 71}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 70, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"qualname": 2, "fullname": 6, "annotation": 6, "default_value": 55, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.TaskConfig.task_dir": {"qualname": 3, "fullname": 7, "annotation": 2, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.TaskConfig.num_tasks": {"qualname": 3, "fullname": 7, "annotation": 2, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.register_abstraction_config": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.build_default_task_config": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.RunScriptConfig": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 1, "doc": 71}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 70, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.initialize_named_configs": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 16}, "mephisto.operations.hydra_config.register_script_config": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.check_for_hydra_compat": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.operations.hydra_config.get_dict_from_field": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 22}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 15}, "mephisto.operations.hydra_config.get_task_state_dicts": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 11}, "mephisto.operations.hydra_config.parse_arg_dict": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 23}, "mephisto.operations.operator": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.operator.Operator": {"qualname": 1, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 73}, "mephisto.operations.operator.Operator.__init__": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 3}, "mephisto.operations.operator.Operator.get_running_task_runs": {"qualname": 5, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 11}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"qualname": 7, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 3}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"qualname": 6, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 11}, "mephisto.operations.operator.Operator.force_shutdown": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 52}, "mephisto.operations.operator.Operator.shutdown_async": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 10}, "mephisto.operations.operator.Operator.shutdown": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 3}, "mephisto.operations.operator.Operator.validate_and_run_config": {"qualname": 5, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 18, "bases": 0, "doc": 3}, "mephisto.operations.operator.Operator.launch_task_run": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 18, "bases": 0, "doc": 24}, "mephisto.operations.operator.Operator.print_run_details": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 7}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"qualname": 6, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 29}, "mephisto.operations.registry": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.registry.BLUEPRINTS": {"qualname": 1, "fullname": 4, "annotation": 6, "default_value": 27, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.registry.ARCHITECTS": {"qualname": 1, "fullname": 4, "annotation": 6, "default_value": 18, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.registry.PROVIDERS": {"qualname": 1, "fullname": 4, "annotation": 7, "default_value": 15, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.registry.register_mephisto_abstraction": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 23}, "mephisto.operations.registry.uses_mephisto": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 25}, "mephisto.operations.registry.fill_registries": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 16}, "mephisto.operations.registry.get_crowd_provider_from_type": {"qualname": 5, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 11}, "mephisto.operations.registry.get_blueprint_from_type": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 10}, "mephisto.operations.registry.get_architect_from_type": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 10}, "mephisto.operations.registry.get_valid_provider_types": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 15}, "mephisto.operations.registry.get_valid_blueprint_types": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 15}, "mephisto.operations.registry.get_valid_architect_types": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 15}, "mephisto.operations.task_launcher": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.task_launcher.GeneratorType": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 2, "doc": 5}, "mephisto.operations.task_launcher.GeneratorType.NONE": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.task_launcher.GeneratorType.UNIT": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.task_launcher.GeneratorType.ASSIGNMENT": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 3, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.task_launcher.TaskLauncher": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 31}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 30, "bases": 0, "doc": 14}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 13}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 25}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 6, "bases": 0, "doc": 9}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 11}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 13}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 13}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"qualname": 6, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 9}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 11}, "mephisto.operations.worker_pool": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.worker_pool.OnboardingInfo": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 11}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 3}, "mephisto.operations.worker_pool.AgentDetails": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 12}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 25, "bases": 0, "doc": 3}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"qualname": 3, "fullname": 7, "annotation": 3, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"qualname": 3, "fullname": 7, "annotation": 3, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"qualname": 4, "fullname": 8, "annotation": 4, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.worker_pool.AgentDetails.failure_reason": {"qualname": 3, "fullname": 7, "annotation": 3, "default_value": 2, "signature": 0, "bases": 0, "doc": 3}, "mephisto.operations.worker_pool.AgentDetails.to_dict": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 3}, "mephisto.operations.worker_pool.WorkerPool": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 43}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 3}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 10}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 15}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"qualname": 5, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 13}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 14}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"qualname": 5, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 10}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 12}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 15}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 18}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"qualname": 5, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 7, "bases": 0, "doc": 31}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 20}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 10}, "mephisto.scripts": {"qualname": 0, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 69}, "mephisto.scripts.heroku": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.scripts.heroku.initialize_heroku": {"qualname": 0, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.scripts.heroku.initialize_heroku.main": {"qualname": 1, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 27}, "mephisto.scripts.local_db": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"qualname": 0, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 47}, "mephisto.scripts.local_db.load_data_to_mephisto_db.main": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.scripts.mturk": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 320}, "mephisto.scripts.mturk.cleanup": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 24}, "mephisto.scripts.mturk.cleanup.main": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.scripts.mturk.identify_broken_units": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.scripts.mturk.identify_broken_units.main": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 30}, "mephisto.scripts.mturk.launch_makeup_hits": {"qualname": 0, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"qualname": 3, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 3}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"qualname": 1, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 42}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"qualname": 0, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 19}, "mephisto.scripts.mturk.print_outstanding_hit_status.main": {"qualname": 1, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id": {"qualname": 0, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id.main": {"qualname": 1, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 3}, "mephisto.tools": {"qualname": 0, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 937}, "mephisto.tools.data_browser": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.tools.data_browser.DataBrowser": {"qualname": 1, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 20}, "mephisto.tools.data_browser.DataBrowser.__init__": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 3}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"qualname": 5, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 3}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"qualname": 6, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 22}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"qualname": 6, "fullname": 10, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 22}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"qualname": 5, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 46}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"qualname": 5, "fullname": 9, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 19}, "mephisto.tools.examine_utils": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 23}, "mephisto.tools.examine_utils.print_results": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 26, "bases": 0, "doc": 21}, "mephisto.tools.examine_utils.prompt_for_options": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 22, "bases": 0, "doc": 30}, "mephisto.tools.examine_utils.get_worker_stats": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 22}, "mephisto.tools.examine_utils.format_worker_stats": {"qualname": 3, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 17, "bases": 0, "doc": 25}, "mephisto.tools.examine_utils.run_examine_by_worker": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 29, "bases": 0, "doc": 22}, "mephisto.tools.examine_utils.run_examine_or_review": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 3}, "mephisto.tools.scripts": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 11}, "mephisto.tools.scripts.load_db_and_process_config": {"qualname": 5, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 43}, "mephisto.tools.scripts.process_config_and_get_operator": {"qualname": 5, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 36}, "mephisto.tools.scripts.task_script": {"qualname": 2, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 23, "bases": 0, "doc": 63}, "mephisto.tools.scripts.get_db_from_config": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 17}, "mephisto.tools.scripts.augment_config_from_db": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 15, "bases": 0, "doc": 22}, "mephisto.tools.scripts.build_custom_bundle": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 42}, "mephisto.utils": {"qualname": 0, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 252}, "mephisto.utils.dirs": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 9}, "mephisto.utils.dirs.get_root_dir": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "mephisto.utils.dirs.get_provider_dir": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 10}, "mephisto.utils.dirs.get_tasks_dir": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 17}, "mephisto.utils.dirs.get_dir_for_task": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 12, "bases": 0, "doc": 25}, "mephisto.utils.dirs.get_root_data_dir": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 13}, "mephisto.utils.dirs.get_data_dir": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 13}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 12}, "mephisto.utils.dirs.get_dir_for_run": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 14}, "mephisto.utils.dirs.get_run_file_dir": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 45}, "mephisto.utils.logger_core": {"qualname": 0, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.utils.logger_core.loggers": {"qualname": 1, "fullname": 5, "annotation": 4, "default_value": 269, "signature": 0, "bases": 0, "doc": 3}, "mephisto.utils.logger_core.warn_once": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 17}, "mephisto.utils.logger_core.set_mephisto_log_level": {"qualname": 4, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 81}, "mephisto.utils.logger_core.get_logger": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 19, "bases": 0, "doc": 66}, "mephisto.utils.logger_core.format_loud": {"qualname": 2, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 5, "bases": 0, "doc": 3}, "mephisto.utils.metrics": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.utils.metrics.run_install_script": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 3, "bases": 0, "doc": 9}, "mephisto.utils.metrics.metrics_are_installed": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 7}, "mephisto.utils.metrics.launch_servers_and_wait": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 2, "bases": 0, "doc": 28}, "mephisto.utils.metrics.start_metrics_server": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 49}, "mephisto.utils.metrics.launch_prometheus_server": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 25}, "mephisto.utils.metrics.launch_grafana_server": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 19}, "mephisto.utils.metrics.get_dash_url": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 15}, "mephisto.utils.metrics.shutdown_prometheus_server": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 6}, "mephisto.utils.metrics.shutdown_grafana_server": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 6}, "mephisto.utils.qualifications": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.utils.qualifications.worker_is_qualified": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 3}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 15}, "mephisto.utils.qualifications.make_qualification_dict": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 16, "bases": 0, "doc": 16}, "mephisto.utils.qualifications.find_or_create_qualification": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 20}, "mephisto.utils.testing": {"qualname": 0, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "mephisto.utils.testing.get_test_project": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 9}, "mephisto.utils.testing.get_test_worker": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 9}, "mephisto.utils.testing.get_test_requester": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 9}, "mephisto.utils.testing.get_mock_requester": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 13}, "mephisto.utils.testing.get_test_task": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 9, "bases": 0, "doc": 9}, "mephisto.utils.testing.get_test_task_run": {"qualname": 4, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 10}, "mephisto.utils.testing.get_test_assignment": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 9}, "mephisto.utils.testing.get_test_unit": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 3}, "mephisto.utils.testing.get_test_agent": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 3}, "mephisto.utils.testing.make_completed_unit": {"qualname": 3, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 8, "bases": 0, "doc": 17}}, "length": 1320, "save": true}, "index": {"qualname": {"root": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.StringIDRow.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.client.api.InvalidUsage.__init__": {"tf": 1}, "mephisto.client.config.Config.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.__init__": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.__init__": {"tf": 1}}, "df": 116, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect.Architect": {"tf": 1}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architect.Architect.prepare": {"tf": 1}, "mephisto.abstractions.architect.Architect.deploy": {"tf": 1}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.client.api.get_architect_arguments": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.architect": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}}, "df": 18, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architect.ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.server_type": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"tf": 1}}, "df": 4}}}}, "s": {"docs": {"mephisto.client.api.get_available_architects": {"tf": 1}, "mephisto.operations.registry.ARCHITECTS": {"tf": 1}}, "df": 2}}}}}}}}, "g": {"docs": {"mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}}, "df": 3, "s": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1}}, "df": 18, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architect.Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}, "mephisto.data_model.requester.Requester.ArgsClass": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}}, "df": 20}}}}}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin": {"tf": 1}}, "df": 4}}}}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.client.api.get_blueprint_arguments": {"tf": 1}, "mephisto.client.api.get_architect_arguments": {"tf": 1}}, "df": 2}}}}}}}, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}}, "df": 1}, "e": {"docs": {"mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}, "mephisto.utils.metrics.metrics_are_installed": {"tf": 1}}, "df": 2}}, "s": {"docs": {"mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}}, "df": 1, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}}, "df": 16}}}, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.ASSIGNMENT": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}}, "df": 35, "s": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}}, "df": 9, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.__init__": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.CREATED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.LAUNCHED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ASSIGNED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.COMPLETED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ACCEPTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.MIXED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.EXPIRED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}}, "df": 18}}}}}}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ASSIGNED": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}}, "df": 4}}}}}, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}}, "df": 1}}}}}}}, "y": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.operations.operator.Operator.shutdown_async": {"tf": 1}}, "df": 1}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.is_alive": {"tf": 1}}, "df": 2, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.AliveHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.AliveHandler.get": {"tf": 1}}, "df": 2}}}}}}}}}}, "l": {"docs": {"mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}}, "df": 1, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"tf": 1}}, "df": 1}}}}}}, "w": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}}, "df": 3}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}}, "df": 3}}}}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.client.api.get_available_requesters": {"tf": 1}, "mephisto.client.api.get_available_blueprints": {"tf": 1}, "mephisto.client.api.get_available_architects": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}}, "df": 8}}}}}}}}, "d": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}}, "df": 2, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}}, "df": 2}}}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 8}}, "p": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}}, "df": 2, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}}, "df": 1}}}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}}, "df": 5}}}}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.request_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.state": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}}, "df": 59, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}}, "df": 5, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}}, "df": 4}}}}}}}}}, "h": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}}, "df": 4}}}}}, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.exceptions.AgentDisconnectedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.worker_pool.AgentDetails": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.failure_reason": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.to_dict": {"tf": 1}}, "df": 7}}}}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}}, "df": 4, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.datatypes.LoopWrapper.set_active_thread": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}}, "df": 2}}}}, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1}}, "df": 2}}, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.client.api.accept_unit": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.ACCEPTED": {"tf": 1}}, "df": 1}}}}}}}, "f": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}}, "df": 1}}}}}}, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}}, "df": 2}}}}}}}}}}, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}}, "df": 1}}}}}, "u": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 1}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}}, "df": 7, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_database.StringIDRow.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.client.api.InvalidUsage.__init__": {"tf": 1}, "mephisto.client.config.Config.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.config_handler.init_config": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.__init__": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.__init__": {"tf": 1}}, "df": 141, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}}, "df": 5, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.data_model.assignment.InitializationData": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.dumpJSON": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.loadFromJSON": {"tf": 1}}, "df": 4}}}}}}}}}, "e": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}}, "df": 4}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}}, "df": 7}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}, "mephisto.utils.metrics.run_install_script": {"tf": 1}}, "df": 2, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.utils.metrics.metrics_are_installed": {"tf": 1}}, "df": 1}}}}}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.show_index": {"tf": 1}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}}, "df": 2}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}}, "df": 1}}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}}, "df": 1}}}}}}}}, "t": {"docs": {"mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.client.api.intentional_error": {"tf": 1}}, "df": 1}}}}}}}}}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.client.api.handle_invalid_usage": {"tf": 1}}, "df": 1, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client.api.InvalidUsage": {"tf": 1}, "mephisto.client.api.InvalidUsage.__init__": {"tf": 1}, "mephisto.client.api.InvalidUsage.status_code": {"tf": 1}, "mephisto.client.api.InvalidUsage.to_dict": {"tf": 1}}, "df": 4}}}}}}}}}}}, "s": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.is_alive": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1}}, "df": 36}, "f": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}}, "df": 1}, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.get_rand_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}}, "df": 18, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}}, "df": 1}}}}}}}}, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}}, "df": 2}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.server_type": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}}, "df": 14, "s": {"docs": {"mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 1}}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}}, "df": 4, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.packet.Packet.to_sendable_dict": {"tf": 1}}, "df": 1}}}}}}, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.task.Task.set_project": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.set_active_thread": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 15, "u": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}}, "df": 5}}}, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1}}, "df": 1}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}}, "df": 1}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1}}, "df": 13}}}}, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 6}}}}}}}}}}}, "f": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.client.api.soft_block_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"tf": 1}}, "df": 4}}}, "h": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.force_shutdown": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown_async": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}}, "df": 22}}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}}, "df": 3}}}, "w": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.show_index": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}}, "df": 5}}}}}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1}}, "df": 4}}}}}}, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1}}, "df": 3}}}}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}}, "df": 3}}}}}}}}}}}}}}}}}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}}, "df": 1}}, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}}, "df": 4}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "x": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}}, "df": 6, "m": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}}, "df": 3}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}}, "df": 9, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}}, "df": 5}}}}}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}}, "df": 3}}}}, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}}, "df": 6}}}}}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions.databases.local_database.StringIDRow": {"tf": 1}, "mephisto.abstractions.databases.local_database.StringIDRow.__init__": {"tf": 1}}, "df": 2}}}}}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.data_model.agent.Agent.state": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}}, "df": 12}, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_static": {"tf": 1}}, "df": 1, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}}, "df": 11}}}}}}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}}, "df": 10, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1}}, "df": 7}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}}, "df": 7}}}}}}}}}}, "h": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}}, "df": 6, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1}}, "df": 5}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}}, "df": 5}}}}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}}, "df": 6, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1}}, "df": 4}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}}, "df": 4}}}}}}}}}}}}}}}}}}, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}}, "df": 3}, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.client.api.InvalidUsage.status_code": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}}, "df": 17, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}}, "df": 2}}}}}, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.client.api.start_task_run": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 5}}}}, "u": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"tf": 1}}, "df": 1}}}}}}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}}, "df": 13, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.client.api.get_submitted_data": {"tf": 1}}, "df": 2}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"tf": 1}}, "df": 1}}}}}}}}}, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}}, "df": 12, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}}, "df": 5}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}}, "df": 6}}}}}}, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.hydra_config.register_script_config": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils.metrics.run_install_script": {"tf": 1}}, "df": 3}}}}}, "y": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}}, "df": 3}}}, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}}, "df": 4}}}}}, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.server_type": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}}, "df": 30, "s": {"docs": {"mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}}, "df": 3}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.client.api.start_task_run": {"tf": 1}, "mephisto.client.api.get_basic_task_options": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.set_project": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_title": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_description": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_reward": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_tags": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.task_dir": {"tf": 1}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}}, "df": 85, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}}, "df": 6}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}}, "df": 22, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}}, "df": 4}}}}}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.task_run.TaskRunArgs": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_title": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_description": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_reward": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_tags": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}}, "df": 13}}}}}}}, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.num_tasks": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}}, "df": 4}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.task_dir": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.num_tasks": {"tf": 1}}, "df": 5}}}}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}}, "df": 11}}}}}}}}}}, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.task_tags": {"tf": 1}}, "df": 1}}, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}}, "df": 1}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}}, "df": 4}}}}}, "o": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.client.api.InvalidUsage.to_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.to_sendable_dict": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.to_dict": {"tf": 1}}, "df": 11, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}}, "df": 4}}}, "o": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 1}}, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}}, "df": 1}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"tf": 1}}, "df": 1}}, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}}, "df": 8}}}, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"tf": 1}}, "df": 2, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_timestamp": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.task_title": {"tf": 1}}, "df": 1}}}}, "h": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.datatypes.LoopWrapper.set_active_thread": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}}, "df": 1}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}}, "df": 1}}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}}, "df": 7}}, "i": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}}, "df": 1}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}}, "df": 1}}}}, "r": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}}, "df": 12}}}}}}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}}, "df": 13, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"tf": 1}}, "df": 11}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}}, "df": 6}}}}}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}}, "df": 10}}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1}}, "df": 2}}}}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}}, "df": 1, "d": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}}, "df": 2}}}, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}}, "df": 1}}}}, "y": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}}, "df": 2, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}}, "df": 1}}}}}, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.to_sendable_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.copy": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}}, "df": 6}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1}}, "df": 5}}}}, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1}}, "df": 2}}}}, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "x": {"docs": {"mephisto.data_model.agent.OnboardingAgent.DISPLAY_PREFIX": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"tf": 1}}, "df": 1}}}}, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}}, "df": 1}}}}, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.provider": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1}}, "df": 30, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.crowd_provider.ProviderArgs": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.requester_name": {"tf": 1}}, "df": 3}}}}, "s": {"docs": {"mephisto.operations.registry.PROVIDERS": {"tf": 1}}, "df": 1}}}}}}, "j": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.set_project": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}}, "df": 10, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}}, "df": 1}}}}}, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}}, "df": 1}}}}}, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}}, "df": 3}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}}, "df": 1}}, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}}, "df": 2}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.operator.Operator.print_run_details": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}}, "df": 2}}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}}, "df": 2}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port": {"tf": 1}}, "df": 2}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}}, "df": 3}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.get_rand_id": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.AliveHandler.get": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_timestamp": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_static": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.client.api.get_available_requesters": {"tf": 1}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.client.api.get_basic_task_options": {"tf": 1}, "mephisto.client.api.get_submitted_data": {"tf": 1}, "mephisto.client.api.get_balance": {"tf": 1}, "mephisto.client.api.get_available_blueprints": {"tf": 1}, "mephisto.client.api.get_blueprint_arguments": {"tf": 1}, "mephisto.client.api.get_available_architects": {"tf": 1}, "mephisto.client.api.get_architect_arguments": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1}, "mephisto.operations.config_handler.get_config": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.utils.dirs.get_root_dir": {"tf": 1}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}}, "df": 219}, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.blank_generator": {"tf": 1}}, "df": 1, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.task_launcher.GeneratorType": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.NONE": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.UNIT": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.ASSIGNMENT": {"tf": 1}}, "df": 4}}}}}}, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}}, "df": 2}}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}}, "df": 2}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}}, "df": 5, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}}, "df": 3, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.qualification.GrantedQualification": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}}, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}}, "df": 2}}}}}}, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}}, "df": 7, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}}, "df": 3}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}}, "df": 1}}}}, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}}, "df": 6}}}}}}, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.operations.hydra_config.check_for_hydra_compat": {"tf": 1}}, "df": 7}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}}, "df": 2, "u": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}}, "df": 23}}}, "r": {"docs": {"mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}}, "df": 5}}}, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}}, "df": 3, "d": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}}, "df": 4, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}}, "df": 12}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}}, "df": 1}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}}, "df": 4}}}}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 17, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.CREATED": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}}, "df": 2}}}}}, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}}, "df": 8, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}}, "df": 15}}}}}}}}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}}, "df": 2}}}}}}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.client.config.Config": {"tf": 1}, "mephisto.client.config.Config.__init__": {"tf": 1}, "mephisto.client.config.Config.ENV": {"tf": 1}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1}, "mephisto.operations.config_handler.get_config": {"tf": 1}, "mephisto.operations.config_handler.write_config": {"tf": 1}, "mephisto.operations.config_handler.init_config": {"tf": 1}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}, "mephisto.operations.hydra_config.register_script_config": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 28, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}}, "df": 1}}}, "s": {"docs": {"mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}}, "df": 1}}}}, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 4}}}}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"tf": 1}}, "df": 2}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"tf": 1}}, "df": 1}}}}}}}, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}}, "df": 1}}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}}, "df": 3}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.COMPLETED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 4}}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}}, "df": 1}}}}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.hydra_config.check_for_hydra_compat": {"tf": 1}}, "df": 1}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}}, "df": 2}, "o": {"docs": {"mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}}, "df": 1}}, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client.api.InvalidUsage.status_code": {"tf": 1}}, "df": 1}}, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}}, "df": 1}}, "p": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.data_model.packet.Packet.copy": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}}, "df": 1}, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}}, "df": 2}}}, "l": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}}, "df": 2}}}}}}}}, "s": {"docs": {}, "df": 0, "v": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"tf": 1}}, "df": 2}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}}, "df": 1}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 4}}}}}}, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.download_file": {"tf": 1}}, "df": 6}}}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}}, "df": 2}}}}, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}}, "df": 3}}}, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architect.Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1}}, "df": 7}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.client.api.requester_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.operator.Operator.print_run_details": {"tf": 1}}, "df": 4}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}}, "df": 5}}}}, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}}, "df": 1}}}, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}}, "df": 2}}}}}, "s": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_description": {"tf": 1}}, "df": 2}}}}}}}}}}, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}}, "df": 2, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}}, "df": 1}}}}}}}}}, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}}, "df": 1}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.data_model.agent.OnboardingAgent.DISPLAY_PREFIX": {"tf": 1}}, "df": 1}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}}, "df": 1}}}}}}}}}}, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.task_dir": {"tf": 1}, "mephisto.utils.dirs.get_root_dir": {"tf": 1}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 22, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}}, "df": 1}}}}, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"tf": 1}, "mephisto.client.api.InvalidUsage.to_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.to_sendable_dict": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.to_dict": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 11, "s": {"docs": {"mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}}, "df": 2}}}, "e": {"docs": {"mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}}, "df": 2}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.client.api.get_submitted_data": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}}, "df": 51, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}}, "df": 6}}}}}, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}}, "df": 1, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.DatabaseArgs": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1}}, "df": 2}}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.__init__": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}}, "df": 7}}}}}}}}}, "s": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.utils.metrics.get_dash_url": {"tf": 1}}, "df": 1}}}, "b": {"docs": {"mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 8}, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "j": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.assignment.InitializationData.dumpJSON": {"tf": 1}}, "df": 1}}}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}}, "df": 1}}}}}}}}, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.download_file": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 13, "s": {"docs": {"mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}}, "df": 1}}, "l": {"docs": {"mephisto.operations.registry.fill_registries": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 15}, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}}, "df": 2}}}, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}}, "df": 1}}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 3}}}}}}, "i": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}}, "df": 1}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.failure_reason": {"tf": 1}}, "df": 3}}}}}, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}}, "df": 1}}}}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1}}, "df": 1}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}}, "df": 2}}}}}, "m": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 20}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.hydra_config.check_for_hydra_compat": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}}, "df": 31, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.force_shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}}, "df": 3}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.utils.logger_core.format_loud": {"tf": 1}}, "df": 2}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}}, "df": 3}}}}}}}, "e": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}}, "df": 2}}}, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}}, "df": 7}}}}}}}}}}}}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}}, "df": 9, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}}, "df": 54, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}}, "df": 4}}}}}, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}}, "df": 4}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.worker.WorkerArgs": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs.__init__": {"tf": 1}}, "df": 2}}}}, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.__init__": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 7}}}}}}}}}}}}}}, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}}, "df": 13}}}}}}}, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}}, "df": 3}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}}, "df": 4}}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1}, "mephisto.operations.config_handler.write_config": {"tf": 1}}, "df": 2}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}}, "df": 4}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 2}}, "r": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.utils.logger_core.warn_once": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}}, "df": 3}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.operations.operator.Operator.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown_async": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.operator.Operator.print_run_details": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}}, "df": 13}}}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}}, "df": 2}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.client.api.launch_options": {"tf": 1}, "mephisto.client.api.get_basic_task_options": {"tf": 1}, "mephisto.client.api.requester_launch_options": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}}, "df": 4}}}}}}, "w": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}}, "df": 5, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}}, "df": 24, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.DISPLAY_PREFIX": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}}, "df": 21, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}}, "df": 5}}}}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}}, "df": 11, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"tf": 1}}, "df": 3}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.operations.worker_pool.OnboardingInfo": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.utils.logger_core.warn_once": {"tf": 1}}, "df": 1}}}, "r": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 6, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}}, "df": 4}}}}}}, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}}, "df": 1}}}}}}}}, "g": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}}, "df": 1}}}}}}}, "f": {"docs": {"mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}}, "df": 1}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}}, "df": 4}}}}}, "d": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}}, "df": 3}, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.database.EntryAlreadyExistsException": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}}}}, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.database.EntryDoesNotExistException": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}}, "df": 3}}}}, "v": {"docs": {"mephisto.client.config.Config.ENV": {"tf": 1}}, "df": 1}}, "c": {"2": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 2, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}}, "df": 14, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"tf": 1}}, "df": 5}}}}}}}}}}}}}}, "docs": {}, "df": 0}, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.log_error": {"tf": 1}, "mephisto.client.api.intentional_error": {"tf": 1}}, "df": 2}}}}, "x": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}}, "df": 3, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}}, "df": 1}}}}}, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}}, "df": 3}}}}, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}}, "df": 6, "d": {"docs": {"mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.EXPIRED": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}}, "df": 6}}}}}, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}}, "df": 1}}}}}, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}}, "df": 2}}}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}}, "df": 1}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}}, "df": 1}}}}}}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}}, "df": 3}}}}}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.cleanup_ec2_resources.main": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name.main": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.main": {"tf": 1}, "mephisto.client.full.server.main": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db.main": {"tf": 1}, "mephisto.scripts.mturk.cleanup.main": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status.main": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id.main": {"tf": 1}}, "df": 11}}, "k": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 4}}, "x": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}}, "df": 4, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}}, "df": 4}}, "p": {"docs": {"mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}}, "df": 1, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}}, "df": 4}}}}}, "n": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 9, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}}, "df": 6, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}}, "df": 6}}}}}}}}}}}}, "d": {"docs": {}, "df": 0, "b": {"docs": {"mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}}, "df": 51, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.database.MephistoDBException": {"tf": 1}}, "df": 1}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {"mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}}, "df": 6}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.blueprint": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.provider": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.architect": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.log_level": {"tf": 1}}, "df": 8}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"tf": 1}}, "df": 8}}}}}, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.utils.metrics.metrics_are_installed": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 3}}}}}}, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}}, "df": 11, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1}}, "df": 10, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port": {"tf": 1}}, "df": 4}}}}}}}}}}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}}, "df": 12, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}}, "df": 9}}}}}}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1}}, "df": 9}}}}}, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}}, "df": 13, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"tf": 1}}, "df": 6}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}}, "df": 4}}}}}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}}, "df": 11}}}}}}}}}}, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}}, "df": 12}}}}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}}, "df": 11, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}}, "df": 8, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"tf": 1}}, "df": 4}}}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}}, "df": 6}}}}, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}}, "df": 8}}}}}}}}, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1}}, "df": 1}}}}}, "i": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}}, "df": 13, "s": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.MIXED": {"tf": 1}}, "df": 1}}}, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}}, "df": 1}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 1}}}}}}, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}}, "df": 9, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}}, "df": 9}}}}}, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}}, "df": 16}}}}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}}, "df": 12, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}}, "df": 8, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1}}, "df": 4}}}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}}, "df": 14}}}}, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}}, "df": 13}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}}, "df": 2}}, "n": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.client.api.view_unit": {"tf": 1}, "mephisto.client.api.accept_unit": {"tf": 1}, "mephisto.client.api.reject_unit": {"tf": 1}, "mephisto.client.api.soft_block_unit": {"tf": 1}, "mephisto.client.api.hard_block_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.UNIT": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 57, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}}, "df": 15}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}}, "df": 4}}}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}}, "df": 2}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}}, "df": 4}}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}}, "df": 1}}}}}}}}}, "p": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}}, "df": 25, "d": {"docs": {"mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}}, "df": 1}}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"tf": 1}}, "df": 4, "r": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}}, "df": 1}, "g": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}}, "df": 14, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}}, "df": 6}}}}}}}}}}}}, "s": {"docs": {"mephisto.operations.registry.uses_mephisto": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client.api.handle_invalid_usage": {"tf": 1}}, "df": 1}}}}}, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.requester_name": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.name": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}}, "df": 9, "d": {"docs": {"mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}}, "df": 36}, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}}, "df": 2}}}}, "o": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}}, "df": 1, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.task_launcher.GeneratorType.NONE": {"tf": 1}}, "df": 1, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}}, "df": 1}}}}}}, "t": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}}, "df": 1}}, "u": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.num_tasks": {"tf": 1}}, "df": 4}}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}}, "df": 10, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port": {"tf": 1}}, "df": 4}}}}}}}}}}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {"mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}}, "df": 4}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}}, "df": 8, "f": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "j": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.assignment.InitializationData.loadFromJSON": {"tf": 1}}, "df": 1}}}}}}}}}}, "g": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.log_error": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.log_level": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 5, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.datatypes.LoopWrapper": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.set_active_thread": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}}, "df": 4}}}}}}}}}, "u": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.utils.logger_core.format_loud": {"tf": 1}}, "df": 1}}}, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1}}, "df": 2}}}}}}, "n": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1}}, "df": 2}}, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}}, "df": 11, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.force_shutdown": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.shutdown": {"tf": 1}}, "df": 4}}}}}}}}}}, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.client.api.launch_options": {"tf": 1}, "mephisto.client.api.requester_launch_options": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}}, "df": 17, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.LAUNCHED": {"tf": 1}}, "df": 1}}}}}}}, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.log_level": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 2}}}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.client.api.start_task_run": {"tf": 1}, "mephisto.client.review.review_server.run": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.operator.Operator.print_run_details": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.metrics.run_install_script": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}}, "df": 49, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}}, "df": 4}}}}, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}}, "df": 7, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}}, "df": 2}}}, "e": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.client.api.requester_register": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1}, "mephisto.operations.hydra_config.register_script_config": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}}, "df": 21, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}}, "df": 5}}}}, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}}, "df": 1}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}}, "df": 1}}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.registry.fill_registries": {"tf": 1}}, "df": 1}}}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}}, "df": 1}}}, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}}, "df": 1}}}}}}}, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}}, "df": 2}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"tf": 1}}, "df": 3}}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}}, "df": 12}}}}}}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}}, "df": 11, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1}}, "df": 5}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}}, "df": 1}}}}}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}}, "df": 7}}}}}}}}}}}}}}}}}}}}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.request_agent": {"tf": 1}}, "df": 2, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.crowd_provider.ProviderArgs.requester_name": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.client.api.requester_details": {"tf": 1}, "mephisto.client.api.requester_register": {"tf": 1}, "mephisto.client.api.requester_launch_options": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.ArgsClass": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}}, "df": 30, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}}, "df": 4}}}}}, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.client.api.get_available_requesters": {"tf": 1}}, "df": 2}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.requester.RequesterArgs": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.__init__": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.name": {"tf": 1}}, "df": 3}}}}}}}}}, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}}, "df": 1}}}}}}, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}}, "df": 2}}}}}, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}}, "df": 6}}}}}}, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.tools.examine_utils.print_results": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {"mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}}, "df": 1}}}}}, "v": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}}, "df": 5}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}}, "df": 1, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client.api.get_reviewable_task_runs": {"tf": 1}}, "df": 1}}}}}}}}, "j": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.client.api.reject_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}}, "df": 6, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"tf": 1}}, "df": 2}}}}}}, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.task_reward": {"tf": 1}}, "df": 1}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.worker_pool.AgentDetails.failure_reason": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}}, "df": 7}}}}, "o": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.utils.dirs.get_root_dir": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}}, "df": 2}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.get_rand_id": {"tf": 1}}, "df": 1}}, "w": {"docs": {"mephisto.operations.config_handler.get_raw_config": {"tf": 1}}, "df": 1}}}, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 15}, "t": {"docs": {"mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"tf": 1}}, "df": 8}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 3}}}}, "d": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}}, "df": 3}}}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.client.api.get_balance": {"tf": 1}}, "df": 3, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}}, "df": 2}}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1}}, "df": 2}, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.client.api.get_basic_task_options": {"tf": 1}}, "df": 1}}}}, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.client.api.get_blueprint_arguments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.blueprint": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}}, "df": 18, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprint.BlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.block_qualification": {"tf": 1}}, "df": 3}}}}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}}, "df": 6}}}}}, "s": {"docs": {"mephisto.client.api.get_available_blueprints": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1}}, "df": 2}}}}}}}}, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.blueprint.BlueprintArgs.block_qualification": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.client.api.soft_block_unit": {"tf": 1}, "mephisto.client.api.hard_block_unit": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}}, "df": 8, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}}, "df": 6}}}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.blank_generator": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}}, "df": 5}}}}, "y": {"docs": {"mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}}, "df": 1}}, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}}, "df": 2}}, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname": {"tf": 1}}, "df": 1}}}}}}, "b": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "u": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}}, "df": 3, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}}, "df": 15, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1}}, "df": 5}}}}}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}}, "df": 1}}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}}, "df": 2}, "r": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.client.api.hard_block_unit": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client.api.handle_invalid_usage": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}}, "df": 4}}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}}, "df": 15, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}}, "df": 2}}}, "y": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.operations.hydra_config.check_for_hydra_compat": {"tf": 1}}, "df": 1}}}}}, "z": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}}, "df": 3}}}}, "v": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}}, "df": 9, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}}, "df": 5}, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}}, "df": 2}}}}}}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.client.api.view_unit": {"tf": 1}}, "df": 1}}}}, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1}}, "df": 4}}}, "j": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}}, "df": 5, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1}}, "df": 1, "l": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"tf": 1}}, "df": 2}}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}}, "df": 2, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprint.BlueprintArgs.block_qualification": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 35, "s": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}}, "df": 8}}}}}}}, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}}, "df": 1}, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1}}, "df": 4}}}}}}}, "e": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}}, "df": 1}}}}}}}, "fullname": {"root": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.StringIDRow.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.client.api.InvalidUsage.__init__": {"tf": 1}, "mephisto.client.config.Config.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.__init__": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.__init__": {"tf": 1}}, "df": 116, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.server_type": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"tf": 1}, "mephisto.abstractions.architect.Architect": {"tf": 1}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architect.Architect.prepare": {"tf": 1}, "mephisto.abstractions.architect.Architect.deploy": {"tf": 1}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.ec2": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources.main": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name.main": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.main": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.local_architect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.mock_architect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.get_rand_id": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.AliveHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.AliveHandler.get": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.flask": {"tf": 1}, "mephisto.abstractions.architects.router.flask.app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.request_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.log_error": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.is_alive": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_timestamp": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.show_index": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_static": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.block_qualification": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.blank_generator": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.crowd_provider": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.requester_name": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.database": {"tf": 1}, "mephisto.abstractions.database.MephistoDBException": {"tf": 1}, "mephisto.abstractions.database.EntryAlreadyExistsException": {"tf": 1}, "mephisto.abstractions.database.EntryDoesNotExistException": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_database": {"tf": 1}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.StringIDRow": {"tf": 1}, "mephisto.abstractions.databases.local_database.StringIDRow.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mock.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.client.api": {"tf": 1}, "mephisto.client.api.get_available_requesters": {"tf": 1}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.client.api.launch_options": {"tf": 1}, "mephisto.client.api.start_task_run": {"tf": 1}, "mephisto.client.api.view_unit": {"tf": 1}, "mephisto.client.api.get_basic_task_options": {"tf": 1}, "mephisto.client.api.requester_details": {"tf": 1}, "mephisto.client.api.requester_register": {"tf": 1}, "mephisto.client.api.get_submitted_data": {"tf": 1}, "mephisto.client.api.get_balance": {"tf": 1}, "mephisto.client.api.requester_launch_options": {"tf": 1}, "mephisto.client.api.get_available_blueprints": {"tf": 1}, "mephisto.client.api.get_blueprint_arguments": {"tf": 1}, "mephisto.client.api.get_available_architects": {"tf": 1}, "mephisto.client.api.get_architect_arguments": {"tf": 1}, "mephisto.client.api.accept_unit": {"tf": 1}, "mephisto.client.api.reject_unit": {"tf": 1}, "mephisto.client.api.soft_block_unit": {"tf": 1}, "mephisto.client.api.hard_block_unit": {"tf": 1}, "mephisto.client.api.intentional_error": {"tf": 1}, "mephisto.client.api.InvalidUsage": {"tf": 1}, "mephisto.client.api.InvalidUsage.__init__": {"tf": 1}, "mephisto.client.api.InvalidUsage.status_code": {"tf": 1}, "mephisto.client.api.InvalidUsage.to_dict": {"tf": 1}, "mephisto.client.api.handle_invalid_usage": {"tf": 1}, "mephisto.client.cli": {"tf": 1}, "mephisto.client.config": {"tf": 1}, "mephisto.client.config.Config": {"tf": 1}, "mephisto.client.config.Config.__init__": {"tf": 1}, "mephisto.client.config.Config.ENV": {"tf": 1}, "mephisto.client.full": {"tf": 1}, "mephisto.client.full.server": {"tf": 1}, "mephisto.client.full.server.main": {"tf": 1}, "mephisto.client.review": {"tf": 1}, "mephisto.client.review.review_server": {"tf": 1}, "mephisto.client.review.review_server.run": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.state": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.DISPLAY_PREFIX": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment": {"tf": 1}, "mephisto.data_model.assignment.InitializationData": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.dumpJSON": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.loadFromJSON": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.data_model.constants.assignment_state": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.__init__": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.CREATED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.LAUNCHED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ASSIGNED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.COMPLETED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ACCEPTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.MIXED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.EXPIRED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.data_model.exceptions": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"tf": 1}, "mephisto.data_model.packet": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.to_sendable_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.copy": {"tf": 1}, "mephisto.data_model.project": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.qualification": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.__init__": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.name": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.ArgsClass": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.set_project": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_title": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_description": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_reward": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_tags": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit": {"tf": 1}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.client_io_handler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}, "mephisto.operations.config_handler": {"tf": 1}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1}, "mephisto.operations.config_handler.get_config": {"tf": 1}, "mephisto.operations.config_handler.write_config": {"tf": 1}, "mephisto.operations.config_handler.init_config": {"tf": 1}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.datatypes": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.set_active_thread": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.force_shutdown": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.shutdown": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.__init__": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}, "mephisto.operations.hydra_config": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.blueprint": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.provider": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.architect": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.log_level": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig.task_dir": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.num_tasks": {"tf": 1}, "mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.operations.hydra_config.register_script_config": {"tf": 1}, "mephisto.operations.hydra_config.check_for_hydra_compat": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.operator": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.operations.operator.Operator.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown_async": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.operator.Operator.print_run_details": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.registry": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1}, "mephisto.operations.registry.ARCHITECTS": {"tf": 1}, "mephisto.operations.registry.PROVIDERS": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1.4142135623730951}, "mephisto.operations.registry.uses_mephisto": {"tf": 1.4142135623730951}, "mephisto.operations.registry.fill_registries": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}, "mephisto.operations.task_launcher": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.NONE": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.UNIT": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.ASSIGNMENT": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}, "mephisto.operations.worker_pool": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.failure_reason": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.to_dict": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.heroku": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}, "mephisto.scripts.local_db": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1.4142135623730951}, "mephisto.scripts.local_db.load_data_to_mephisto_db.main": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.scripts.mturk.cleanup": {"tf": 1}, "mephisto.scripts.mturk.cleanup.main": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status.main": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id.main": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.data_browser": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.__init__": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}, "mephisto.tools.scripts": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.dirs": {"tf": 1}, "mephisto.utils.dirs.get_root_dir": {"tf": 1}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.logger_core": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1}, "mephisto.utils.logger_core.warn_once": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.get_logger": {"tf": 1}, "mephisto.utils.logger_core.format_loud": {"tf": 1}, "mephisto.utils.metrics": {"tf": 1}, "mephisto.utils.metrics.run_install_script": {"tf": 1}, "mephisto.utils.metrics.metrics_are_installed": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}, "mephisto.utils.qualifications": {"tf": 1}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}, "mephisto.utils.testing": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 1320, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}}, "df": 6, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}}, "df": 6}}}}}}}}}}}}, "d": {"docs": {}, "df": 0, "b": {"docs": {"mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}}, "df": 51, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.database.MephistoDBException": {"tf": 1}}, "df": 1}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {"mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}}, "df": 6}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.blueprint": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.provider": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.architect": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.log_level": {"tf": 1}}, "df": 8}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"tf": 1}}, "df": 8}}}}}, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.utils.metrics": {"tf": 1}, "mephisto.utils.metrics.run_install_script": {"tf": 1}, "mephisto.utils.metrics.metrics_are_installed": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}}, "df": 11}}}}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.cleanup_ec2_resources.main": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name.main": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.main": {"tf": 1}, "mephisto.client.full.server.main": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db.main": {"tf": 1}, "mephisto.scripts.mturk.cleanup.main": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status.main": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id.main": {"tf": 1}}, "df": 11}}, "k": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 4, "u": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.scripts.mturk.launch_makeup_hits": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}}, "df": 3}}}}, "x": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}}, "df": 4, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}}, "df": 4}}, "p": {"docs": {"mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}}, "df": 1, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}}, "df": 4}}}}}, "n": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 1}}}, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.mock_architect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.get_rand_id": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.AliveHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.AliveHandler.get": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.blueprints.mock": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_builder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.provider_type": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}}, "df": 156, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1}}, "df": 10, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port": {"tf": 1}}, "df": 4}}}}}}}}}}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}}, "df": 12, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}}, "df": 9}}}}}}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1}}, "df": 9}}}}}, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}}, "df": 13, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"tf": 1}}, "df": 6}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}}, "df": 4}}}}}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}}, "df": 11}}}}}}}}}}, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}}, "df": 12}}}}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}}, "df": 11, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}}, "df": 8, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"tf": 1}}, "df": 4}}}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}}, "df": 6}}}}, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}}, "df": 8}}}}}}}}, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.state": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.DISPLAY_PREFIX": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment": {"tf": 1}, "mephisto.data_model.assignment.InitializationData": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.dumpJSON": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.loadFromJSON": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.data_model.constants.assignment_state": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.__init__": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.CREATED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.LAUNCHED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ASSIGNED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.COMPLETED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ACCEPTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.MIXED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.EXPIRED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.data_model.exceptions": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"tf": 1}, "mephisto.data_model.packet": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.to_sendable_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.copy": {"tf": 1}, "mephisto.data_model.project": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.qualification": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.__init__": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.name": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.ArgsClass": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.set_project": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_title": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_description": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_reward": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_tags": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit": {"tf": 1}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}}, "df": 219}}}}, "i": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}}, "df": 13, "s": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprints.mixins": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.blank_generator": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}}, "df": 66}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.MIXED": {"tf": 1}}, "df": 1}}}, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}}, "df": 1}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 1}}}}}}, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.providers.mturk": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.scripts.mturk.cleanup": {"tf": 1}, "mephisto.scripts.mturk.cleanup.main": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status.main": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id.main": {"tf": 1.4142135623730951}}, "df": 169, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}}, "df": 9}}}}}, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}}, "df": 16}}}}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}}, "df": 12, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}}, "df": 8, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1}}, "df": 4}}}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}}, "df": 14}}}}, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}}, "df": 13}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}}, "df": 45, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.server_type": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"tf": 1}, "mephisto.abstractions.architect.Architect": {"tf": 1}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architect.Architect.prepare": {"tf": 1}, "mephisto.abstractions.architect.Architect.deploy": {"tf": 1}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.ec2": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources.main": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name.main": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.main": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.local_architect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.mock_architect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.get_rand_id": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.AliveHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.AliveHandler.get": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.flask": {"tf": 1}, "mephisto.abstractions.architects.router.flask.app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.request_agent": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.log_error": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.is_alive": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_timestamp": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.download_file": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.show_index": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_static": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprint": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.block_qualification": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.blank_generator": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.crowd_provider": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.requester_name": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.database": {"tf": 1}, "mephisto.abstractions.database.MephistoDBException": {"tf": 1}, "mephisto.abstractions.database.EntryAlreadyExistsException": {"tf": 1}, "mephisto.abstractions.database.EntryDoesNotExistException": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_database": {"tf": 1}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.StringIDRow": {"tf": 1}, "mephisto.abstractions.databases.local_database.StringIDRow.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mock.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}}, "df": 847}}}}}}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.server_type": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"tf": 1}, "mephisto.abstractions.architect.Architect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.deploy": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.local_architect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.mock_architect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.get_rand_id": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.AliveHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.AliveHandler.get": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1}, "mephisto.client.api.get_architect_arguments": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.architect": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}}, "df": 109, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architect.ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.server_type": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"tf": 1}}, "df": 4}}}}, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.ec2": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources.main": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name.main": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.main": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.local_architect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.mock_architect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.get_rand_id": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.AliveHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.AliveHandler.get": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.flask": {"tf": 1}, "mephisto.abstractions.architects.router.flask.app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.request_agent": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.log_error": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.is_alive": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_timestamp": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.download_file": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.show_index": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_static": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.client.api.get_available_architects": {"tf": 1}, "mephisto.operations.registry.ARCHITECTS": {"tf": 1}}, "df": 176}}}}}}}}, "g": {"docs": {"mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}}, "df": 3, "s": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1}}, "df": 18, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architect.Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}, "mephisto.data_model.requester.Requester.ArgsClass": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}}, "df": 20}}}}}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin": {"tf": 1}}, "df": 4}}}}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.client.api.get_blueprint_arguments": {"tf": 1}, "mephisto.client.api.get_architect_arguments": {"tf": 1}}, "df": 2}}}}}}}, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}}, "df": 1}, "e": {"docs": {"mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}, "mephisto.utils.metrics.metrics_are_installed": {"tf": 1}}, "df": 2}}, "s": {"docs": {"mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}}, "df": 1, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}}, "df": 16}}}, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.assignment": {"tf": 1}, "mephisto.data_model.assignment.InitializationData": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.dumpJSON": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.loadFromJSON": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.__init__": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.CREATED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.LAUNCHED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ASSIGNED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.COMPLETED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ACCEPTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.MIXED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.EXPIRED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.ASSIGNMENT": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}}, "df": 59, "s": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}}, "df": 9, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.__init__": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.CREATED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.LAUNCHED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ASSIGNED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.COMPLETED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ACCEPTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.MIXED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.EXPIRED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}}, "df": 18}}}}}}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ASSIGNED": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}}, "df": 4}}}}}, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}}, "df": 1}}}}}}}, "y": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.operations.operator.Operator.shutdown_async": {"tf": 1}}, "df": 1}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.is_alive": {"tf": 1}}, "df": 2, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.AliveHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.AliveHandler.get": {"tf": 1}}, "df": 2}}}}}}}}}}, "l": {"docs": {"mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}}, "df": 1, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"tf": 1}}, "df": 1}}}}}}, "w": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}}, "df": 3}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}}, "df": 3}}}}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.client.api.get_available_requesters": {"tf": 1}, "mephisto.client.api.get_available_blueprints": {"tf": 1}, "mephisto.client.api.get_available_architects": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}}, "df": 8}}}}}}}}, "d": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}}, "df": 2, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}}, "df": 2}}}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 8}}, "p": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1}, "mephisto.abstractions.architects.router.flask.app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}}, "df": 3, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}}, "df": 1}}}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}}, "df": 5}}}}}, "i": {"docs": {"mephisto.client.api": {"tf": 1}, "mephisto.client.api.get_available_requesters": {"tf": 1}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.client.api.launch_options": {"tf": 1}, "mephisto.client.api.start_task_run": {"tf": 1}, "mephisto.client.api.view_unit": {"tf": 1}, "mephisto.client.api.get_basic_task_options": {"tf": 1}, "mephisto.client.api.requester_details": {"tf": 1}, "mephisto.client.api.requester_register": {"tf": 1}, "mephisto.client.api.get_submitted_data": {"tf": 1}, "mephisto.client.api.get_balance": {"tf": 1}, "mephisto.client.api.requester_launch_options": {"tf": 1}, "mephisto.client.api.get_available_blueprints": {"tf": 1}, "mephisto.client.api.get_blueprint_arguments": {"tf": 1}, "mephisto.client.api.get_available_architects": {"tf": 1}, "mephisto.client.api.get_architect_arguments": {"tf": 1}, "mephisto.client.api.accept_unit": {"tf": 1}, "mephisto.client.api.reject_unit": {"tf": 1}, "mephisto.client.api.soft_block_unit": {"tf": 1}, "mephisto.client.api.hard_block_unit": {"tf": 1}, "mephisto.client.api.intentional_error": {"tf": 1}, "mephisto.client.api.InvalidUsage": {"tf": 1}, "mephisto.client.api.InvalidUsage.__init__": {"tf": 1}, "mephisto.client.api.InvalidUsage.status_code": {"tf": 1}, "mephisto.client.api.InvalidUsage.to_dict": {"tf": 1}, "mephisto.client.api.handle_invalid_usage": {"tf": 1}}, "df": 27}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.request_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.data_model.agent": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.state": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.observe": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.act": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.DISPLAY_PREFIX": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}}, "df": 157, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}}, "df": 5, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}}, "df": 4}}}}}}}}}, "h": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}}, "df": 4}}}}}, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.exceptions.AgentDisconnectedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.worker_pool.AgentDetails": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.failure_reason": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.to_dict": {"tf": 1}}, "df": 7}}}}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}}, "df": 4, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.datatypes.LoopWrapper.set_active_thread": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}}, "df": 2}}}}, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1}}, "df": 2}}, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.client.api.accept_unit": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.ACCEPTED": {"tf": 1}}, "df": 1}}}}}}}, "f": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}}, "df": 1}}}}}}, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}}, "df": 1}}}}}, "u": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 1}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}}, "df": 7, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_database.StringIDRow.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.client.api.InvalidUsage.__init__": {"tf": 1}, "mephisto.client.config.Config.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.config_handler.init_config": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.__init__": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.__init__": {"tf": 1}}, "df": 141, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}}, "df": 5, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.data_model.assignment.InitializationData": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.dumpJSON": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.loadFromJSON": {"tf": 1}}, "df": 4}}}}}}}}}, "e": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}}, "df": 6}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}}, "df": 7}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}, "mephisto.utils.metrics.run_install_script": {"tf": 1}}, "df": 2, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1}, "mephisto.utils.metrics.metrics_are_installed": {"tf": 1}}, "df": 6}}}}}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.show_index": {"tf": 1}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}}, "df": 2}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}}, "df": 1}}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}}, "df": 1}}}}}}}}, "t": {"docs": {"mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.client.api.intentional_error": {"tf": 1}}, "df": 1}}}}}}}}}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.client.api.handle_invalid_usage": {"tf": 1}}, "df": 1, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client.api.InvalidUsage": {"tf": 1}, "mephisto.client.api.InvalidUsage.__init__": {"tf": 1}, "mephisto.client.api.InvalidUsage.status_code": {"tf": 1}, "mephisto.client.api.InvalidUsage.to_dict": {"tf": 1}}, "df": 4}}}}}}}}}}}, "s": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.is_alive": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1}}, "df": 36}, "f": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}}, "df": 1}, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.get_rand_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id.main": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}}, "df": 20, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}}, "df": 1}}}, "y": {"docs": {"mephisto.scripts.mturk.identify_broken_units": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}}, "df": 2}}}}}}, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}}, "df": 2}}, "o": {"docs": {"mephisto.operations.client_io_handler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}}, "df": 13}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.server_type": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name.main": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.client.full.server": {"tf": 1}, "mephisto.client.full.server.main": {"tf": 1}, "mephisto.client.review.review_server": {"tf": 1}, "mephisto.client.review.review_server.run": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}}, "df": 20, "s": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.main": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 5}}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}}, "df": 4, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.packet.Packet.to_sendable_dict": {"tf": 1}}, "df": 1}}}}}}, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.task.Task.set_project": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.set_active_thread": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 15, "u": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}}, "df": 5}}}, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1}}, "df": 1}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}}, "df": 1}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1}}, "df": 13}}}}, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 6}}}}}}}}}}}, "f": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.client.api.soft_block_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id.main": {"tf": 1}}, "df": 6}}}, "h": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.force_shutdown": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown_async": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}}, "df": 22}}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}}, "df": 3}}}, "w": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.show_index": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}}, "df": 5}}}}}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1}}, "df": 4}}}}}}, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1}}, "df": 3}}}}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}}, "df": 3}}}}}}}}}}}}}}}}}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}}, "df": 1}}, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}}, "df": 4}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "x": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}}, "df": 40, "m": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}}, "df": 3}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}}, "df": 9, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}}, "df": 5}}}}}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}}, "df": 3}}}}, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}}, "df": 6}}}}}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions.databases.local_database.StringIDRow": {"tf": 1}, "mephisto.abstractions.databases.local_database.StringIDRow.__init__": {"tf": 1}}, "df": 2}}}}}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.state": {"tf": 1}, "mephisto.data_model.constants.assignment_state": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.__init__": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.CREATED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.LAUNCHED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ASSIGNED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.COMPLETED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ACCEPTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.MIXED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.EXPIRED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}}, "df": 74}, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_static": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}}, "df": 81, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}}, "df": 11}}}}}}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}}, "df": 10, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1}}, "df": 7}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}}, "df": 7}}}}}}}}}}, "h": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}}, "df": 6, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1}}, "df": 5}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}}, "df": 5}}}}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}}, "df": 6, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1}}, "df": 4}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}}, "df": 4}}}}}}}}}}}}}}}}}}, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}}, "df": 3}, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.client.api.InvalidUsage.status_code": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status.main": {"tf": 1}}, "df": 19, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}}, "df": 2}}}}}, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.client.api.start_task_run": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 5}}}}, "u": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"tf": 1}}, "df": 1}}}}}}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}}, "df": 13, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.client.api.get_submitted_data": {"tf": 1}}, "df": 2}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"tf": 1}}, "df": 1}}}}}}}}}, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.blank_generator": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}}, "df": 21, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}}, "df": 12, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}}, "df": 5}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}}, "df": 6}}}}}}, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.utils.script_utils": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.operations.hydra_config.register_script_config": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils.metrics.run_install_script": {"tf": 1}}, "df": 6, "s": {"docs": {"mephisto.scripts": {"tf": 1}, "mephisto.scripts.heroku": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}, "mephisto.scripts.local_db": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db.main": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.scripts.mturk.cleanup": {"tf": 1}, "mephisto.scripts.mturk.cleanup.main": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status.main": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id.main": {"tf": 1}, "mephisto.tools.scripts": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 26}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.databases.local_singleton_database": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}}, "df": 7}}}}}}}}, "y": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}}, "df": 3}}}, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}}, "df": 4}}}}}, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.server_type": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mock.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}}, "df": 33, "s": {"docs": {"mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}}, "df": 3}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.blank_generator": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.client.api.start_task_run": {"tf": 1}, "mephisto.client.api.get_basic_task_options": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.task": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_project": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.set_project": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_runs": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.new": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRunArgs.task_title": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRunArgs.task_description": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRunArgs.task_reward": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRunArgs.task_tags": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.task_dir": {"tf": 1}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.task_launcher": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.NONE": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.UNIT": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.ASSIGNMENT": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}}, "df": 274, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}}, "df": 6}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}}, "df": 22, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}}, "df": 4}}}}}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.task_run.TaskRunArgs": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_title": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_description": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_reward": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_tags": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}}, "df": 13}}}}}}}, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.num_tasks": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}}, "df": 4}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.task_dir": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.num_tasks": {"tf": 1}}, "df": 5}}}}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}}, "df": 11}}}}}}}}}}, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.task_tags": {"tf": 1}}, "df": 1}}, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}}, "df": 1}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}}, "df": 4}}}}}, "o": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.client.api.InvalidUsage.to_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.to_sendable_dict": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.to_dict": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db.main": {"tf": 1}}, "df": 13, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}}, "df": 4}}}, "o": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 1, "l": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.tools": {"tf": 1}, "mephisto.tools.data_browser": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.__init__": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}, "mephisto.tools.scripts": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 23}}}}, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}}, "df": 1}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"tf": 1}}, "df": 1}}, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}}, "df": 8, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.utils.testing": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 11}}}}}}, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"tf": 1}}, "df": 2, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_timestamp": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.task_title": {"tf": 1}}, "df": 1}}}}, "h": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.datatypes.LoopWrapper.set_active_thread": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}}, "df": 1}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}}, "df": 1}}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}}, "df": 7}}, "i": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}}, "df": 1}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}}, "df": 1}}}}, "r": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {"mephisto.abstractions.blueprints.parlai_chat": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1.4142135623730951}}, "df": 71, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}}, "df": 12}}}}}}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}}, "df": 13, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"tf": 1}}, "df": 11}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}}, "df": 6}}}}}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}}, "df": 10}}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1}}, "df": 2}}}}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}}, "df": 1, "d": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}}, "df": 2}}}, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}}, "df": 1}}}}, "y": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}}, "df": 2, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}}, "df": 1}}}}}, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.packet": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1.4142135623730951}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1.4142135623730951}, "mephisto.data_model.packet.Packet.to_sendable_dict": {"tf": 1.4142135623730951}, "mephisto.data_model.packet.Packet.copy": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}}, "df": 7}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.main": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1}}, "df": 9}}}}, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1}}, "df": 2}}}}, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "x": {"docs": {"mephisto.data_model.agent.OnboardingAgent.DISPLAY_PREFIX": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"tf": 1}}, "df": 1}}}}, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}}, "df": 1}}}}, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1.4142135623730951}}, "df": 47}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}}, "df": 3}}}}, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.crowd_provider": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.requester_name": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.provider": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1}}, "df": 86, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.crowd_provider.ProviderArgs": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.requester_name": {"tf": 1}}, "df": 3}}}}, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mock.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.provider_type": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.operations.registry.PROVIDERS": {"tf": 1}}, "df": 230}}}}}}, "j": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.data_model.project": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project.new": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.set_project": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}}, "df": 11, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}}, "df": 1}}}}}, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}}, "df": 1}}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}}, "df": 1}}, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}}, "df": 2}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.operator.Operator.print_run_details": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status.main": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}}, "df": 4}}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}}, "df": 2}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port": {"tf": 1}}, "df": 2}}, "o": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.operations.worker_pool": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.failure_reason": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.to_dict": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}}, "df": 23}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}}, "df": 3}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.get_rand_id": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.AliveHandler.get": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_timestamp": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_static": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.client.api.get_available_requesters": {"tf": 1}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.client.api.get_basic_task_options": {"tf": 1}, "mephisto.client.api.get_submitted_data": {"tf": 1}, "mephisto.client.api.get_balance": {"tf": 1}, "mephisto.client.api.get_available_blueprints": {"tf": 1}, "mephisto.client.api.get_blueprint_arguments": {"tf": 1}, "mephisto.client.api.get_available_architects": {"tf": 1}, "mephisto.client.api.get_architect_arguments": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1}, "mephisto.operations.config_handler.get_config": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.utils.dirs.get_root_dir": {"tf": 1}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}}, "df": 219}, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.blank_generator": {"tf": 1}}, "df": 1, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.task_launcher.GeneratorType": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.NONE": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.UNIT": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.ASSIGNMENT": {"tf": 1}}, "df": 4}}}}}}, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}}, "df": 2}}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}}, "df": 2}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}}, "df": 5, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}}, "df": 3, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.qualification.GrantedQualification": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}}, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}}, "df": 2}}}}}}, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}}, "df": 27, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}}, "df": 3}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}}, "df": 1}}}}, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}}, "df": 8, "s": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.channels": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}}, "df": 15}}}}}, "t": {"docs": {"mephisto.abstractions.blueprints.parlai_chat": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1}}, "df": 71}}, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.operations.hydra_config.check_for_hydra_compat": {"tf": 1}}, "df": 7}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}}, "df": 2, "u": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources.main": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name.main": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.scripts.mturk.cleanup": {"tf": 1}, "mephisto.scripts.mturk.cleanup.main": {"tf": 1}}, "df": 29}}}, "r": {"docs": {"mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}}, "df": 5}}}, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}}, "df": 3, "d": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {"mephisto.client.cli": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.client.api": {"tf": 1}, "mephisto.client.api.get_available_requesters": {"tf": 1}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.client.api.launch_options": {"tf": 1}, "mephisto.client.api.start_task_run": {"tf": 1}, "mephisto.client.api.view_unit": {"tf": 1}, "mephisto.client.api.get_basic_task_options": {"tf": 1}, "mephisto.client.api.requester_details": {"tf": 1}, "mephisto.client.api.requester_register": {"tf": 1}, "mephisto.client.api.get_submitted_data": {"tf": 1}, "mephisto.client.api.get_balance": {"tf": 1}, "mephisto.client.api.requester_launch_options": {"tf": 1}, "mephisto.client.api.get_available_blueprints": {"tf": 1}, "mephisto.client.api.get_blueprint_arguments": {"tf": 1}, "mephisto.client.api.get_available_architects": {"tf": 1}, "mephisto.client.api.get_architect_arguments": {"tf": 1}, "mephisto.client.api.accept_unit": {"tf": 1}, "mephisto.client.api.reject_unit": {"tf": 1}, "mephisto.client.api.soft_block_unit": {"tf": 1}, "mephisto.client.api.hard_block_unit": {"tf": 1}, "mephisto.client.api.intentional_error": {"tf": 1}, "mephisto.client.api.InvalidUsage": {"tf": 1}, "mephisto.client.api.InvalidUsage.__init__": {"tf": 1}, "mephisto.client.api.InvalidUsage.status_code": {"tf": 1}, "mephisto.client.api.InvalidUsage.to_dict": {"tf": 1}, "mephisto.client.api.handle_invalid_usage": {"tf": 1}, "mephisto.client.cli": {"tf": 1}, "mephisto.client.config": {"tf": 1}, "mephisto.client.config.Config": {"tf": 1}, "mephisto.client.config.Config.__init__": {"tf": 1}, "mephisto.client.config.Config.ENV": {"tf": 1}, "mephisto.client.full": {"tf": 1}, "mephisto.client.full.server": {"tf": 1}, "mephisto.client.full.server.main": {"tf": 1}, "mephisto.client.review": {"tf": 1}, "mephisto.client.review.review_server": {"tf": 1}, "mephisto.client.review.review_server.run": {"tf": 1}, "mephisto.operations.client_io_handler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}}, "df": 56, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}}, "df": 12}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}}, "df": 1}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}}, "df": 4}}}}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 17, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.CREATED": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}}, "df": 2}}}}}, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.crowd_provider": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.requester_name": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}}, "df": 27, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}}, "df": 15}}}}}}}}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}}, "df": 2}}}}}}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.client.config": {"tf": 1}, "mephisto.client.config.Config": {"tf": 1.4142135623730951}, "mephisto.client.config.Config.__init__": {"tf": 1.4142135623730951}, "mephisto.client.config.Config.ENV": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler": {"tf": 1}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.get_config": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.write_config": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.init_config": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.blueprint": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.provider": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.architect": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.log_level": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.task_dir": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.num_tasks": {"tf": 1}, "mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.operations.hydra_config.register_script_config": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.check_for_hydra_compat": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 54, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}}, "df": 1}}}, "s": {"docs": {"mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}}, "df": 1}}}}, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 4}}}}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"tf": 1}}, "df": 2}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"tf": 1}}, "df": 1}}}}}}}, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}}, "df": 1}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.constants": {"tf": 1}, "mephisto.data_model.constants.assignment_state": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.__init__": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.CREATED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.LAUNCHED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ASSIGNED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.COMPLETED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ACCEPTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.MIXED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.EXPIRED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}}, "df": 20}}}}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}}, "df": 3}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.COMPLETED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 4}}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}}, "df": 1}}}}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.hydra_config.check_for_hydra_compat": {"tf": 1}}, "df": 1}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.utils.logger_core": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1}, "mephisto.utils.logger_core.warn_once": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}, "mephisto.utils.logger_core.format_loud": {"tf": 1}}, "df": 8}, "o": {"docs": {"mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}}, "df": 1}}, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client.api.InvalidUsage.status_code": {"tf": 1}}, "df": 1}}, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}}, "df": 1}}, "p": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.data_model.packet.Packet.copy": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}}, "df": 1}, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}}, "df": 2}}}, "l": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}}, "df": 2}}}}}}}}, "s": {"docs": {}, "df": 0, "v": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"tf": 1}}, "df": 2}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}}, "df": 1}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 4}}}}}}, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.download_file": {"tf": 1}}, "df": 6}}}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}}, "df": 2}}}}, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}}, "df": 3}}}, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architect.Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1}}, "df": 7}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.client.api.requester_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.operator.Operator.print_run_details": {"tf": 1}}, "df": 4}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}}, "df": 5}}}}, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}}, "df": 1}}}, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}}, "df": 2}}}}}, "s": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_description": {"tf": 1}}, "df": 2}}}}}}}}}}, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}}, "df": 2, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}}, "df": 1}}}}}}}}}, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}}, "df": 1}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.data_model.agent.OnboardingAgent.DISPLAY_PREFIX": {"tf": 1}}, "df": 1}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}}, "df": 1}}}}}}}}}}, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.task_dir": {"tf": 1}, "mephisto.utils.dirs.get_root_dir": {"tf": 1}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 22, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}}, "df": 1}}}, "s": {"docs": {"mephisto.utils.dirs": {"tf": 1}, "mephisto.utils.dirs.get_root_dir": {"tf": 1}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 10}}, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"tf": 1}, "mephisto.client.api.InvalidUsage.to_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.to_sendable_dict": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.to_dict": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 11, "s": {"docs": {"mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}}, "df": 2}}}, "e": {"docs": {"mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}}, "df": 2}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.client.api.get_submitted_data": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.state": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.DISPLAY_PREFIX": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment": {"tf": 1}, "mephisto.data_model.assignment.InitializationData": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.dumpJSON": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.loadFromJSON": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.data_model.constants.assignment_state": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.__init__": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.CREATED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.LAUNCHED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ASSIGNED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.COMPLETED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.ACCEPTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.MIXED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.EXPIRED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.data_model.exceptions": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"tf": 1}, "mephisto.data_model.packet": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.to_sendable_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.copy": {"tf": 1}, "mephisto.data_model.project": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.qualification": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.__init__": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.name": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.ArgsClass": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.set_project": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_title": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_description": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_reward": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_tags": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit": {"tf": 1}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db.main": {"tf": 1}, "mephisto.tools.data_browser": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.__init__": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}}, "df": 271, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}}, "df": 36}}}}}, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.database": {"tf": 1}, "mephisto.abstractions.database.MephistoDBException": {"tf": 1}, "mephisto.abstractions.database.EntryAlreadyExistsException": {"tf": 1}, "mephisto.abstractions.database.EntryDoesNotExistException": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}, "mephisto.abstractions.databases.local_database": {"tf": 1}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.StringIDRow": {"tf": 1}, "mephisto.abstractions.databases.local_database.StringIDRow.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}}, "df": 74, "s": {"docs": {"mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_database": {"tf": 1}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.StringIDRow": {"tf": 1}, "mephisto.abstractions.databases.local_database.StringIDRow.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}}, "df": 19}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.DatabaseArgs": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1}}, "df": 2}}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.__init__": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}}, "df": 7}}}}}}}, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.datatypes": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.set_active_thread": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.force_shutdown": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.shutdown": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.__init__": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 16}}}}}}}, "s": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.utils.metrics.get_dash_url": {"tf": 1}}, "df": 1}}}, "b": {"docs": {"mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.scripts.local_db": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1.4142135623730951}, "mephisto.scripts.local_db.load_data_to_mephisto_db.main": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 11}, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "j": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.assignment.InitializationData.dumpJSON": {"tf": 1}}, "df": 1}}}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}}, "df": 1}}}}}}}}, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.download_file": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 13, "s": {"docs": {"mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}}, "df": 1}}, "l": {"docs": {"mephisto.operations.registry.fill_registries": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 15}, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}}, "df": 2}}}, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}}, "df": 1}}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 3}}}}}}, "i": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}}, "df": 1}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.failure_reason": {"tf": 1}}, "df": 3}}}}}, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}}, "df": 1}}}}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1}, "mephisto.abstractions.architects.router.flask": {"tf": 1}, "mephisto.abstractions.architects.router.flask.app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.request_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.log_error": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.is_alive": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_timestamp": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.show_index": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_static": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1.4142135623730951}}, "df": 30}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}}, "df": 2}}}}}, "m": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 20}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.hydra_config.check_for_hydra_compat": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}}, "df": 31, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.force_shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}}, "df": 3}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.utils.logger_core.format_loud": {"tf": 1}}, "df": 2}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}}, "df": 3}}}}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.client.full": {"tf": 1}, "mephisto.client.full.server": {"tf": 1}, "mephisto.client.full.server.main": {"tf": 1}}, "df": 3}}}, "e": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}}, "df": 2}}}, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}}, "df": 8, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}}, "df": 7}}}}}}}}}}}}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}}, "df": 9, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.worker": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.register": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.new": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.failure_reason": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.to_dict": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}}, "df": 100, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}}, "df": 4}}}}}, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id.main": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}}, "df": 6}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.worker.WorkerArgs": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs.__init__": {"tf": 1}}, "df": 2}}}}, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.__init__": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 7}}}}}}}}}}}}}}, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}}, "df": 13}}}}}}}, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}}, "df": 3}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}}, "df": 4}}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1}, "mephisto.operations.config_handler.write_config": {"tf": 1}}, "df": 2}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}}, "df": 4}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 2}}, "r": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.utils.logger_core.warn_once": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}}, "df": 3}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.operations.client_io_handler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}, "mephisto.operations.config_handler": {"tf": 1}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1}, "mephisto.operations.config_handler.get_config": {"tf": 1}, "mephisto.operations.config_handler.write_config": {"tf": 1}, "mephisto.operations.config_handler.init_config": {"tf": 1}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.datatypes": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.set_active_thread": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.force_shutdown": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.shutdown": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.__init__": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}, "mephisto.operations.hydra_config": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.blueprint": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.provider": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.architect": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.log_level": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.task_dir": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.num_tasks": {"tf": 1}, "mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.operations.hydra_config.register_script_config": {"tf": 1}, "mephisto.operations.hydra_config.check_for_hydra_compat": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.operator": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.operations.operator.Operator.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown_async": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.operator.Operator.print_run_details": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.registry": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1}, "mephisto.operations.registry.ARCHITECTS": {"tf": 1}, "mephisto.operations.registry.PROVIDERS": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.operations.registry.fill_registries": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}, "mephisto.operations.task_launcher": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.NONE": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.UNIT": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.ASSIGNMENT": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}, "mephisto.operations.worker_pool": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.failure_reason": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.to_dict": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}}, "df": 129}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.operator": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.shutdown_async": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.shutdown": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.print_run_details": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}}, "df": 14}}}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}}, "df": 2}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.client.api.launch_options": {"tf": 1}, "mephisto.client.api.get_basic_task_options": {"tf": 1}, "mephisto.client.api.requester_launch_options": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}}, "df": 4}}}}}}, "w": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}}, "df": 5, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}}, "df": 37, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.DISPLAY_PREFIX": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}}, "df": 21, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}}, "df": 5}}}}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}}, "df": 11, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"tf": 1}}, "df": 3}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.operations.worker_pool.OnboardingInfo": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.utils.logger_core.warn_once": {"tf": 1}}, "df": 1}}}, "r": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 6, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}}, "df": 4}}}}}}, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status.main": {"tf": 1}}, "df": 3}}}}}}}}, "g": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}}, "df": 1}}}}}}}, "f": {"docs": {"mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}}, "df": 1}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}}, "df": 4}}}}}, "d": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}}, "df": 3}, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.database.EntryAlreadyExistsException": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}}}}, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.database.EntryDoesNotExistException": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}}, "df": 3}}}}, "v": {"docs": {"mephisto.client.config.Config.ENV": {"tf": 1}}, "df": 1}}, "c": {"2": {"docs": {"mephisto.abstractions.architects.ec2": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources.main": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name.main": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.main": {"tf": 1.4142135623730951}}, "df": 59, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}}, "df": 14, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"tf": 1}}, "df": 5}}}}}}}}}}}}}}, "docs": {}, "df": 0}, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.log_error": {"tf": 1}, "mephisto.client.api.intentional_error": {"tf": 1}}, "df": 2}}}}, "x": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}}, "df": 3, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}}, "df": 1}}}}}, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}}, "df": 3}}}}, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}}, "df": 6, "d": {"docs": {"mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.EXPIRED": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}}, "df": 6}}}}}, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.exceptions": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"tf": 1}}, "df": 11}}}}}}}}, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}}, "df": 1}}}}}, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.tools.examine_utils": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1.4142135623730951}}, "df": 7}}}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}}, "df": 3, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}}, "df": 1}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}}, "df": 1}}}}}}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}}, "df": 3}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.cleanup_ec2_resources": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources.main": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}}, "df": 8}}}}}}, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.tools.examine_utils.print_results": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {"mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}}, "df": 1}}}}}, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.client.api.requester_register": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1}, "mephisto.operations.hydra_config.register_script_config": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}}, "df": 21, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}}, "df": 5}}}}, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}, "mephisto.operations.registry": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1}, "mephisto.operations.registry.ARCHITECTS": {"tf": 1}, "mephisto.operations.registry.PROVIDERS": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.operations.registry.fill_registries": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}}, "df": 14}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}}, "df": 1}}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.registry.fill_registries": {"tf": 1}}, "df": 1}}}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}}, "df": 1}}}, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}}, "df": 1}}}}}}}, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}}, "df": 2}}, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1.4142135623730951}}, "df": 47, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"tf": 1}}, "df": 3}}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}}, "df": 12}}}}}}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}}, "df": 11, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1}}, "df": 5}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}}, "df": 1}}}}}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}}, "df": 7}}}}}}}}}}}}}}}}}}}}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.request_agent": {"tf": 1}}, "df": 2, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.crowd_provider.ProviderArgs.requester_name": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.client.api.requester_details": {"tf": 1}, "mephisto.client.api.requester_register": {"tf": 1}, "mephisto.client.api.requester_launch_options": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.requester": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.__init__": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.name": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.register": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.new": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}}, "df": 66, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}}, "df": 4}}}}}, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.client.api.get_available_requesters": {"tf": 1}}, "df": 2}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.requester.RequesterArgs": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.__init__": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.name": {"tf": 1}}, "df": 3}}}}}}}}}, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.blank_generator": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}}, "df": 39}}}}}}, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}}, "df": 2}}}}}, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.static_react_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}}, "df": 17}}, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.worker_pool.AgentDetails.failure_reason": {"tf": 1}}, "df": 1}}}}, "v": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}}, "df": 5}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.client.review": {"tf": 1}, "mephisto.client.review.review_server": {"tf": 1.4142135623730951}, "mephisto.client.review.review_server.run": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}}, "df": 4, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client.api.get_reviewable_task_runs": {"tf": 1}}, "df": 1}}}}}}}}, "j": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.client.api.reject_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}}, "df": 6, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"tf": 1}}, "df": 2}}}}}}, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.task_reward": {"tf": 1}}, "df": 1}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.client.api.start_task_run": {"tf": 1}, "mephisto.client.review.review_server.run": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.task_run": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_title": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_description": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_reward": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_tags": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.operator.Operator.print_run_details": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.metrics.run_install_script": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}}, "df": 84, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}}, "df": 4}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}}, "df": 45}}}, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}}, "df": 7, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}}, "df": 2}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask": {"tf": 1}, "mephisto.abstractions.architects.router.flask.app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.request_agent": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.log_error": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.is_alive": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_timestamp": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.download_file": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.show_index": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_static": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}}, "df": 36}}}}, "o": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.utils.dirs.get_root_dir": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}}, "df": 2}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.get_rand_id": {"tf": 1}}, "df": 1}}, "w": {"docs": {"mephisto.operations.config_handler.get_raw_config": {"tf": 1}}, "df": 1}}}, "b": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name.main": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id.main": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}}, "df": 5}, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 17, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}}, "df": 28}}}, "t": {"docs": {"mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"tf": 1}}, "df": 8}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 3}}}}, "d": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}}, "df": 3}}}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.client.api.get_balance": {"tf": 1}}, "df": 3, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}}, "df": 2}}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1}}, "df": 2}, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.client.api.get_basic_task_options": {"tf": 1}}, "df": 1}}}}, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.request_agent": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.log_error": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.is_alive": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_timestamp": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.download_file": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.show_index": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_static": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprint": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.block_qualification": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.client.api.get_blueprint_arguments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.blueprint": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}}, "df": 165, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprint.BlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.block_qualification": {"tf": 1}}, "df": 3}}}}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}}, "df": 6}}}}}, "s": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.blank_generator": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.client.api.get_available_blueprints": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1}}, "df": 317}}}}}}}}, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.blueprint.BlueprintArgs.block_qualification": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.client.api.soft_block_unit": {"tf": 1}, "mephisto.client.api.hard_block_unit": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id": {"tf": 1}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id.main": {"tf": 1}}, "df": 10, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}}, "df": 6}}}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.blank_generator": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}}, "df": 5}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.scripts.mturk.identify_broken_units": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}}, "df": 2}}}, "w": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.tools.data_browser": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.__init__": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}}, "df": 8}}}}}}}, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name": {"tf": 1}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name.main": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.requester_name": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.name": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}}, "df": 11, "d": {"docs": {"mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}}, "df": 36}, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}}, "df": 2}}}}, "o": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}}, "df": 1, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}}, "df": 1}}, "t": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}}, "df": 6}, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.task_launcher.GeneratorType.NONE": {"tf": 1}}, "df": 1, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}}, "df": 1}}}}}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.num_tasks": {"tf": 1}}, "df": 4}}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}}, "df": 2}}, "n": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.client.api.view_unit": {"tf": 1}, "mephisto.client.api.accept_unit": {"tf": 1}, "mephisto.client.api.reject_unit": {"tf": 1}, "mephisto.client.api.soft_block_unit": {"tf": 1}, "mephisto.client.api.hard_block_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.unit": {"tf": 1}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.launch": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.expire": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.new": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.GeneratorType.UNIT": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 110, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}}, "df": 17}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}}, "df": 4}}}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}}, "df": 2}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}}, "df": 4}}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}}, "df": 1}}}}}}}}}, "p": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}}, "df": 25, "d": {"docs": {"mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}}, "df": 1}}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"tf": 1}}, "df": 29, "r": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}}, "df": 1}, "g": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}}, "df": 14, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}}, "df": 6}}}}}}}}}}}}, "s": {"docs": {"mephisto.operations.registry.uses_mephisto": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client.api.handle_invalid_usage": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.dirs": {"tf": 1}, "mephisto.utils.dirs.get_root_dir": {"tf": 1}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.logger_core": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1}, "mephisto.utils.logger_core.warn_once": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}, "mephisto.utils.logger_core.format_loud": {"tf": 1}, "mephisto.utils.metrics": {"tf": 1}, "mephisto.utils.metrics.run_install_script": {"tf": 1}, "mephisto.utils.metrics.metrics_are_installed": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}, "mephisto.utils.qualifications": {"tf": 1}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}, "mephisto.utils.testing": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 86}}}}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.local_architect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_database": {"tf": 1}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.StringIDRow": {"tf": 1}, "mephisto.abstractions.databases.local_database.StringIDRow.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.scripts.local_db": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db.main": {"tf": 1}}, "df": 36, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}}, "df": 10, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port": {"tf": 1}}, "df": 4}}}}}}}}}}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {"mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}}, "df": 4}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db.main": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}}, "df": 10, "f": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "j": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.assignment.InitializationData.loadFromJSON": {"tf": 1}}, "df": 1}}}}}}}}}}, "g": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.log_error": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.log_level": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 5, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.utils.logger_core": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1}, "mephisto.utils.logger_core.warn_once": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.format_loud": {"tf": 1}}, "df": 6, "s": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.datatypes.LoopWrapper": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.set_active_thread": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}}, "df": 4}}}}}}}}}, "u": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.utils.logger_core.format_loud": {"tf": 1}}, "df": 1}}}, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1}}, "df": 2}}}}}}, "n": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1}}, "df": 2}}, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}}, "df": 11, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.force_shutdown": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.shutdown": {"tf": 1}}, "df": 4}}}}}}}}}}, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.client.api.launch_options": {"tf": 1}, "mephisto.client.api.requester_launch_options": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}}, "df": 20, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.LAUNCHED": {"tf": 1}}, "df": 1}, "r": {"docs": {"mephisto.operations.task_launcher": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.NONE": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.UNIT": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType.ASSIGNMENT": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}}, "df": 16}}}}}}}, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.log_level": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 2}}}}}, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}}, "df": 29}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "u": {"docs": {"mephisto.abstractions.architects.heroku_architect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.scripts.heroku": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku": {"tf": 1.4142135623730951}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1.4142135623730951}}, "df": 24, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}}, "df": 15, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1}}, "df": 5}}}}}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}}, "df": 2}}, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname": {"tf": 1}}, "df": 1}}}}}}, "b": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}}, "df": 19}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}}, "df": 2}, "r": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.client.api.hard_block_unit": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client.api.handle_invalid_usage": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}}, "df": 4, "r": {"docs": {"mephisto.operations.client_io_handler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}, "mephisto.operations.config_handler": {"tf": 1}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1}, "mephisto.operations.config_handler.get_config": {"tf": 1}, "mephisto.operations.config_handler.write_config": {"tf": 1}, "mephisto.operations.config_handler.init_config": {"tf": 1}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}}, "df": 20}}}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status.main": {"tf": 1}}, "df": 17, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}}, "df": 5}}}, "y": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.operations.hydra_config": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.blueprint": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.provider": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.architect": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.log_level": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.task_dir": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.num_tasks": {"tf": 1}, "mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.operations.hydra_config.register_script_config": {"tf": 1}, "mephisto.operations.hydra_config.check_for_hydra_compat": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}}, "df": 27}}}}}, "z": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}}, "df": 3}}}}, "v": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}}, "df": 9, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}}, "df": 5}, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}}, "df": 2}}}}}}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.client.api.view_unit": {"tf": 1}}, "df": 1}}}}, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1}}, "df": 4}}}, "j": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}}, "df": 5, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1}}, "df": 1, "l": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"tf": 1}}, "df": 2}}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}}, "df": 2, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprint.BlueprintArgs.block_qualification": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.qualification": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.qualification.GrantedQualification": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 38, "s": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}, "mephisto.utils.qualifications": {"tf": 1}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 13}}}}}}}, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}}, "df": 1}, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1}}, "df": 4}}}}}}}, "e": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}}, "df": 1}}}}}}}, "annotation": {"root": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.server_type": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.block_qualification": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.requester_name": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1}, "mephisto.data_model.agent.Agent.state": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.name": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_title": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_description": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_reward": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_tags": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"tf": 1}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.force_shutdown": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.blueprint": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.provider": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.architect": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.log_level": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.task_dir": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.num_tasks": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1}, "mephisto.operations.registry.ARCHITECTS": {"tf": 1}, "mephisto.operations.registry.PROVIDERS": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.failure_reason": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 96, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.server_type": {"tf": 1}, "mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.block_qualification": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.requester_name": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.name": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_title": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_description": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_tags": {"tf": 1}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.log_level": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.task_dir": {"tf": 1}}, "df": 47}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}, "mephisto.data_model.agent.Agent.state": {"tf": 1}}, "df": 2}}}}, "u": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.agent.Agent.state": {"tf": 1}}, "df": 1}}}}}}}}}}}}}, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.force_shutdown": {"tf": 1}}, "df": 10}}}, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.blueprint": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1.4142135623730951}}, "df": 4, "s": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}}, "df": 1}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.blueprint": {"tf": 1}}, "df": 1}}}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.failure_reason": {"tf": 1}}, "df": 8}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}}, "df": 2}}}}}}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1}}, "df": 1}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}}, "df": 1}}}}}}}}}}}, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.failure_reason": {"tf": 1}}, "df": 13}}}}}}}}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}, "mephisto.data_model.agent.Agent.state": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.blueprint": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.provider": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.architect": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1}, "mephisto.operations.registry.ARCHITECTS": {"tf": 1}, "mephisto.operations.registry.PROVIDERS": {"tf": 1}}, "df": 10}}}}}}}}}}, "c": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1.4142135623730951}}, "df": 1}}, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.architect": {"tf": 1}, "mephisto.operations.registry.ARCHITECTS": {"tf": 1.4142135623730951}}, "df": 2, "s": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}}, "df": 2}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.architect": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "n": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}}, "df": 2}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}, "mephisto.data_model.agent.Agent.state": {"tf": 1}}, "df": 2, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.agent.Agent.state": {"tf": 1}}, "df": 1}}}}}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}}, "df": 2}}}}}, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1.4142135623730951}}, "df": 1, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}}, "df": 1}}}, "f": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1.4142135623730951}}, "df": 2}}}, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.task_reward": {"tf": 1}}, "df": 1}}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}, "mephisto.data_model.agent.Agent.state": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.blueprint": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.provider": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.architect": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 10, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}}, "df": 1, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}}, "df": 1}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 1}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}}, "df": 1}}}}}}}}}}, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}}, "df": 1}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.num_tasks": {"tf": 1}}, "df": 14}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}}, "df": 1}}}}}}}}}, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}}, "df": 1}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.provider": {"tf": 1}, "mephisto.operations.registry.PROVIDERS": {"tf": 1}}, "df": 2, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.registry.PROVIDERS": {"tf": 1}}, "df": 1}}}}}}}}}}}}}, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1}, "mephisto.operations.registry.ARCHITECTS": {"tf": 1}, "mephisto.operations.registry.PROVIDERS": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 5}}}}}}}, "e": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}}, "df": 1, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1.4142135623730951}}, "df": 1}}}}}}, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.provider": {"tf": 1}, "mephisto.operations.registry.PROVIDERS": {"tf": 1}}, "df": 2, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.provider": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}}, "df": 1, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}}, "df": 1}}}}}}}}}}, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.operations.registry.BLUEPRINTS": {"tf": 1}, "mephisto.operations.registry.ARCHITECTS": {"tf": 1}, "mephisto.operations.registry.PROVIDERS": {"tf": 1}}, "df": 3}}}}}}}}}}}}}, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}}}}}}}}, "h": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}}}}, "default_value": {"root": {"0": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1.7320508075688772}}, "df": 8}, "1": {"8": {"0": {"0": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 3}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}}, "df": 4}, "2": {"docs": {"mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}}, "df": 1}, "3": {"0": {"0": {"0": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port": {"tf": 1}}, "df": 2}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {"mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}}, "df": 1}, "4": {"0": {"0": {"docs": {"mephisto.client.api.InvalidUsage.status_code": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "5": {"docs": {"mephisto.operations.hydra_config.TaskConfig.num_tasks": {"tf": 1}}, "df": 1}, "6": {"0": {"0": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 3}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {"mephisto.abstractions.architect.ArchitectArgs.server_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.block_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.ProviderArgs.requester_name": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"tf": 1.4142135623730951}, "mephisto.client.api.InvalidUsage.status_code": {"tf": 1}, "mephisto.client.config.Config.ENV": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.DISPLAY_PREFIX": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.CREATED": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.LAUNCHED": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.ASSIGNED": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.COMPLETED": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.ACCEPTED": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.MIXED": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.REJECTED": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.EXPIRED": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.RequesterArgs.name": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.task_title": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.task_description": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.task_reward": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.task_tags": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"tf": 1}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 2.23606797749979}, "mephisto.operations.datatypes.LiveTaskRun.force_shutdown": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.MephistoConfig.blueprint": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.MephistoConfig.provider": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.MephistoConfig.architect": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 2.6457513110645907}, "mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.MephistoConfig.log_level": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 3.1622776601683795}, "mephisto.operations.hydra_config.TaskConfig.task_dir": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig.num_tasks": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 4.123105625617661}, "mephisto.operations.registry.ARCHITECTS": {"tf": 3.7416573867739413}, "mephisto.operations.registry.PROVIDERS": {"tf": 3.3166247903554}, "mephisto.operations.task_launcher.GeneratorType.NONE": {"tf": 1.7320508075688772}, "mephisto.operations.task_launcher.GeneratorType.UNIT": {"tf": 1.7320508075688772}, "mephisto.operations.task_launcher.GeneratorType.ASSIGNMENT": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.failure_reason": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 10.04987562112089}}, "df": 135, "n": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}}, "df": 1, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.server_type": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.failure_reason": {"tf": 1}}, "df": 8}}, "t": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 4}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}, "t": {"2": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 2.23606797749979}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 2.449489742783178}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.loggers": {"tf": 2.23606797749979}}, "df": 10, "s": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}}, "df": 2}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}}}}}}}, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"tf": 1}}, "df": 1}}, "y": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}}, "df": 1}}, "o": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1.4142135623730951}}, "df": 3, "o": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 1}}, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 3}}, "e": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1.4142135623730951}}, "df": 1, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}}}, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1}}, "df": 1}}}, "x": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.MIXED": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 5.744562646538029}}, "df": 2, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1}, "mephisto.operations.registry.ARCHITECTS": {"tf": 1}, "mephisto.operations.registry.PROVIDERS": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1.4142135623730951}}, "df": 8}}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 2.6457513110645907}}, "df": 1}}}}, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.operations.registry.PROVIDERS": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.loggers": {"tf": 3.1622776601683795}}, "df": 12}}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 1}}, "x": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 3}}}}}}}, "e": {"docs": {}, "df": 0, "c": {"2": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.operations.registry.ARCHITECTS": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 2.449489742783178}}, "df": 3}, "docs": {}, "df": 0}, "x": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.EXPIRED": {"tf": 1}}, "df": 1}}}}}}, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 1}}}}}}, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.force_shutdown": {"tf": 1}}, "df": 9}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 2}}}, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "u": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.operations.registry.ARCHITECTS": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 3}}}}, "l": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}}, "a": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1.4142135623730951}}, "df": 2}}, "s": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}}, "df": 1}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}}, "y": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"tf": 1}, "mephisto.operations.registry.ARCHITECTS": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1.4142135623730951}}, "df": 3, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname": {"tf": 1}}, "df": 1}}}}}}}, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 1}}, "g": {"docs": {"mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.LAUNCHED": {"tf": 1}}, "df": 1}, "r": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 1}}}}}, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1}}, "df": 4}}}, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.client.config.Config.ENV": {"tf": 1}}, "df": 1}}}}}}}}}, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}}, "df": 1}}}}}}}}}, "s": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}}}}}}}}, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 1}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 2.6457513110645907}}, "df": 1, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.loggers": {"tf": 1.4142135623730951}}, "df": 3, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}}, "s": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1.4142135623730951}}, "df": 1}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}}}}}, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"tf": 1}}, "df": 8}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE": {"tf": 1}}, "df": 1}}}, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}}}, "y": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1}}, "df": 2}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1}}, "df": 2}}}}}}, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 2.449489742783178}}, "df": 1}}}}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 2}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1}}, "df": 2}, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 1}, "n": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.CREATED": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.COMPLETED": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 3}}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}}, "df": 1}}}}}}}}}}, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1.4142135623730951}}, "df": 2, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 1}}}}}}}}}, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 1, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 3}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1}}, "df": 2}}}}, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1}}, "df": 2}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 3}}}}}}}, "j": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.REJECTED": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"tf": 1}}, "df": 2}}}}}}, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.loggers": {"tf": 1.4142135623730951}}, "df": 4}}, "e": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1.4142135623730951}}, "df": 1}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}}, "df": 1}}}}}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "x": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"tf": 1}, "mephisto.operations.registry.PROVIDERS": {"tf": 1}}, "df": 6}}}}}}, "o": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"tf": 1}}, "df": 1}}}, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}}, "df": 1}}}}}}}}, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}}, "df": 1}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 1}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}}}, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}, "u": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1.7320508075688772}}, "df": 1}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 3}}}}}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 2, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model.agent.OnboardingAgent.DISPLAY_PREFIX": {"tf": 1}}, "df": 1}}}}}}}}}, "f": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}}, "df": 1}, "r": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 1}, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 2.23606797749979}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.ASSIGNED": {"tf": 1}}, "df": 1}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 3}}}}}}}}}, "c": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.ACCEPTED": {"tf": 1}}, "df": 1}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 2}, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1.4142135623730951}}, "df": 2, "s": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 2.23606797749979}}, "df": 1}}}}}}}}}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}}, "df": 1}}}}}}}}, "g": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 2}}, "df": 1}}}}, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 1}}}}}}, "l": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 2}}}}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}}}}, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}}, "df": 1}}}}}, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 1}}}}}, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 4.358898943540674}}, "df": 1}}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1.7320508075688772}, "mephisto.utils.logger_core.loggers": {"tf": 2}}, "df": 2, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1.4142135623730951}}, "df": 2}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "j": {"docs": {}, "df": 0, "j": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"3": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "y": {"3": {"8": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.hydra_config.TaskConfig.task_dir": {"tf": 1}}, "df": 1}}}}}, "docs": {}, "df": 0}, "docs": {}, "df": 0}}}}}}}}}, "docs": {}, "df": 0}}}}}}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1.7320508075688772}}, "df": 1}}}}}, "g": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 2}}}}, "y": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 4, "r": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1}}, "df": 2}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}}, "df": 1}}, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 3, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}, "mephisto.utils.logger_core.loggers": {"tf": 1.7320508075688772}}, "df": 3}}}}}, "e": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}}}}}}, "i": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1}}, "df": 1}, "n": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2, "f": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.log_level": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1}}, "df": 2}}}, "o": {"docs": {"mephisto.utils.logger_core.loggers": {"tf": 1}}, "df": 1}}}}, "signature": {"root": {"0": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}}, "df": 11}, "1": {"0": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}}, "df": 1}, "8": {"0": {"0": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 4}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}}, "df": 12}, "3": {"0": {"0": {"0": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}}, "df": 2}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "5": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}}, "df": 4}, "6": {"0": {"0": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 4}, "4": {"8": {"0": {"0": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "8": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}}, "df": 1}, "docs": {"mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 2}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.deploy": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources.main": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name.main": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 2}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.main": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 2.6457513110645907}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.get_rand_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.AliveHandler.get": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.request_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.log_error": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.is_alive": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_timestamp": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.show_index": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_static": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 2}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 3.1622776601683795}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 4}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 2.8284271247461903}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.screen_task_required.blank_generator": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 2.8284271247461903}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 2.6457513110645907}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 4}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 4.47213595499958}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 3.605551275463989}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 4}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 3.3166247903554}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 3}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 2}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.StringIDRow.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1.4142135623730951}, "mephisto.client.api.get_available_requesters": {"tf": 1.4142135623730951}, "mephisto.client.api.get_running_task_runs": {"tf": 1.4142135623730951}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1.4142135623730951}, "mephisto.client.api.launch_options": {"tf": 1.4142135623730951}, "mephisto.client.api.start_task_run": {"tf": 1.4142135623730951}, "mephisto.client.api.view_unit": {"tf": 1.4142135623730951}, "mephisto.client.api.get_basic_task_options": {"tf": 1.4142135623730951}, "mephisto.client.api.requester_details": {"tf": 1.4142135623730951}, "mephisto.client.api.requester_register": {"tf": 1.4142135623730951}, "mephisto.client.api.get_submitted_data": {"tf": 1.4142135623730951}, "mephisto.client.api.get_balance": {"tf": 1.4142135623730951}, "mephisto.client.api.requester_launch_options": {"tf": 1.4142135623730951}, "mephisto.client.api.get_available_blueprints": {"tf": 1.4142135623730951}, "mephisto.client.api.get_blueprint_arguments": {"tf": 1.4142135623730951}, "mephisto.client.api.get_available_architects": {"tf": 1.4142135623730951}, "mephisto.client.api.get_architect_arguments": {"tf": 1.4142135623730951}, "mephisto.client.api.accept_unit": {"tf": 1.4142135623730951}, "mephisto.client.api.reject_unit": {"tf": 1.4142135623730951}, "mephisto.client.api.soft_block_unit": {"tf": 1.4142135623730951}, "mephisto.client.api.hard_block_unit": {"tf": 1.4142135623730951}, "mephisto.client.api.intentional_error": {"tf": 1.4142135623730951}, "mephisto.client.api.InvalidUsage.__init__": {"tf": 1.4142135623730951}, "mephisto.client.api.InvalidUsage.to_dict": {"tf": 1.4142135623730951}, "mephisto.client.api.handle_invalid_usage": {"tf": 1.4142135623730951}, "mephisto.client.config.Config.__init__": {"tf": 1.4142135623730951}, "mephisto.client.full.server.main": {"tf": 1.4142135623730951}, "mephisto.client.review.review_server.run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.observe": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.act": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.InitializationData.dumpJSON": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.InitializationData.loadFromJSON": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1.4142135623730951}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1.4142135623730951}, "mephisto.data_model.packet.Packet.to_sendable_dict": {"tf": 1.4142135623730951}, "mephisto.data_model.packet.Packet.copy": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project.new": {"tf": 1.4142135623730951}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.RequesterArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.register": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.new": {"tf": 1.4142135623730951}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_project": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.set_project": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_runs": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.new": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 2.6457513110645907}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.launch": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.expire": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.new": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.WorkerArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.register": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.new": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.get_config": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.write_config": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.init_config": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes.LoopWrapper.set_active_thread": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes.LiveTaskRun.shutdown": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes.WorkerFailureReasons.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 3.1622776601683795}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 3.1622776601683795}, "mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 3.1622776601683795}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.register_script_config": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.check_for_hydra_compat": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.shutdown_async": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.shutdown": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.print_run_details": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1.4142135623730951}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1.4142135623730951}, "mephisto.operations.registry.uses_mephisto": {"tf": 1.4142135623730951}, "mephisto.operations.registry.fill_registries": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.AgentDetails.to_dict": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1.4142135623730951}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1.4142135623730951}, "mephisto.scripts.local_db.load_data_to_mephisto_db.main": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.cleanup.main": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.print_outstanding_hit_status.main": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id.main": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.__init__": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.print_results": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.task_script": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_root_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_data_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.warn_once": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.get_logger": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.format_loud": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.run_install_script": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.metrics_are_installed": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.get_dash_url": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_project": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_worker": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_requester": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_mock_requester": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_task": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_task_run": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_assignment": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_unit": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_agent": {"tf": 1.4142135623730951}, "mephisto.utils.testing.make_completed_unit": {"tf": 1.4142135623730951}}, "df": 842, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "f": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architect.Architect.prepare": {"tf": 1}, "mephisto.abstractions.architect.Architect.deploy": {"tf": 1}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.AliveHandler.get": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.client.api.InvalidUsage.__init__": {"tf": 1}, "mephisto.client.api.InvalidUsage.to_dict": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.dumpJSON": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet.to_sendable_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.copy": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.set_project": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.set_active_thread": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.shutdown": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown_async": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.operator.Operator.print_run_details": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.to_dict": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.__init__": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}}, "df": 546}}, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}}, "df": 16}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1.4142135623730951}}, "df": 24}}}}}, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}}, "df": 2}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1}}, "df": 1}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 4}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}}, "df": 2}}}}}}, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.prepare": {"tf": 1}, "mephisto.abstractions.architect.Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 2.449489742783178}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 2.449489742783178}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 2}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 2.6457513110645907}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 2}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 2}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 2.8284271247461903}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 2}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 3.4641016151377544}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 3}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 3}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 2.449489742783178}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 2.449489742783178}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 2.6457513110645907}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 2.8284271247461903}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 2.23606797749979}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 2.6457513110645907}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.RequesterArgs.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1.7320508075688772}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.register_script_config": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils.dirs.get_root_dir": {"tf": 1}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.logger_core.warn_once": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}, "mephisto.utils.logger_core.format_loud": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 327, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}}, "df": 3}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}}, "df": 50}, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}}, "df": 6, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}}, "df": 2}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.client.api.intentional_error": {"tf": 1}, "mephisto.client.api.InvalidUsage.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}}, "df": 18, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.tools.examine_utils.print_results": {"tf": 1}}, "df": 1}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}}, "df": 3}}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 2}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 2}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1.7320508075688772}}, "df": 11}}}}, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}}, "df": 1}}}}, "f": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}}, "df": 1}}}, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}}, "df": 50, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}}, "df": 43}}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}}}}}}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}}, "df": 1}}}}, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}}, "df": 1}}}}}}}, "u": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}}, "df": 6}}}}}}}}}}, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}}, "df": 3}}}}}}, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}}, "df": 2}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}}, "df": 1}}}}}}}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}}, "df": 3, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}}, "df": 8}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 5}}}}}}}, "j": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}}, "df": 2}}}}}}, "a": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}}, "df": 5}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "x": {"docs": {"mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}}, "df": 8}}}}}}, "s": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 2}}, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 4}}}}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}}, "df": 1}}}}, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}}, "df": 3, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}}, "df": 4}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 2}}, "q": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"3": {"docs": {"mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}}, "df": 4}, "docs": {}, "df": 0}}}}}, "k": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}}, "df": 4}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.client.api.get_architect_arguments": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1.7320508075688772}}, "df": 11, "s": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1.4142135623730951}}, "df": 1}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}}, "df": 69}}, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1}}, "df": 6}}, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}}, "df": 2, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 2}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.operator.Operator.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 135}}}}, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}, "c": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 2}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}}, "df": 18}}, "c": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1.4142135623730951}}, "df": 1}, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1.4142135623730951}}, "df": 3}}}}, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}}, "df": 2}}, "l": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.client.review.review_server.run": {"tf": 1}}, "df": 1, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}}, "df": 1}}}}}}, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 4}}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}}, "df": 1}}}}}}}}, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 2}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1.7320508075688772}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.new": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1.4142135623730951}}, "df": 45, "s": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}}, "df": 3}}}}}}}}, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.client.review.review_server.run": {"tf": 1}}, "df": 1}}}}, "y": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1}}, "df": 1}}}}}}, "n": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 2}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.to_sendable_dict": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.config_handler.get_config": {"tf": 1}, "mephisto.operations.config_handler.write_config": {"tf": 1}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1}, "mephisto.operations.hydra_config.register_script_config": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1.4142135623730951}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1.4142135623730951}}, "df": 166}}, "p": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}}, "df": 1, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}}, "df": 3}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 1}}}}}}}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 2}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1.4142135623730951}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 2}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 2}}, "df": 66, "s": {"docs": {"mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}}, "df": 2}}}}}, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}}, "df": 12}}}}}, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}}, "df": 1}}}, "d": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}}, "df": 1}}}}}}}}}}, "t": {"2": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 2}, "docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}, "mephisto.client.api.requester_details": {"tf": 1}, "mephisto.client.api.requester_register": {"tf": 1}, "mephisto.client.api.requester_launch_options": {"tf": 1}, "mephisto.client.api.get_blueprint_arguments": {"tf": 1}, "mephisto.client.api.get_architect_arguments": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}}, "df": 59, "[": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}}, "df": 8}}}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1.4142135623730951}}, "df": 2}}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.client.api.view_unit": {"tf": 1}, "mephisto.client.review.review_server.run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 2}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 2.23606797749979}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 2}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 2.449489742783178}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 2.6457513110645907}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 2.6457513110645907}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 2.6457513110645907}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1.4142135623730951}}, "df": 104, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}}, "df": 48, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 3}}}}}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}}, "df": 1}}}}}}}}, "s": {"docs": {"mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 2}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 2}}}}}}}}, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.utils.logger_core.format_loud": {"tf": 1}}, "df": 14}}}}, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 4}}}, "u": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}}, "df": 10}}}, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}}, "df": 10}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}}, "df": 1}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}}, "df": 2}}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}}, "df": 4, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}}, "df": 12}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 2}}, "df": 2}}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 4}}}}, "t": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 4}}}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}}, "df": 1}}, "x": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.utils.logger_core.format_loud": {"tf": 1}}, "df": 3}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown": {"tf": 1}}, "df": 8}}}, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}}, "df": 1}}}}}, "n": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.utils.dirs.get_dir_for_run": {"tf": 1}}, "df": 1, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1}}, "df": 7}}, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 2.449489742783178}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 3.3166247903554}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 2.8284271247461903}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 2.23606797749979}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.client.api.InvalidUsage.__init__": {"tf": 1.4142135623730951}, "mephisto.client.review.review_server.run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 2.23606797749979}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1.4142135623730951}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task.Task.set_project": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.register": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}, "mephisto.operations.config_handler.init_config": {"tf": 1}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 2}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.__init__": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1.7320508075688772}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1.7320508075688772}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1.7320508075688772}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.logger_core.warn_once": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.get_logger": {"tf": 1.7320508075688772}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}}, "df": 267, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 2.449489742783178}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 3.3166247903554}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 2.8284271247461903}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 2.23606797749979}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.act": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 2.23606797749979}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 2}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 2.23606797749979}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1.7320508075688772}, "mephisto.tools.scripts.task_script": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.get_logger": {"tf": 1.7320508075688772}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 132}}}}}}, "t": {"docs": {"mephisto.utils.dirs.get_dir_for_task": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.client.api.get_balance": {"tf": 1}, "mephisto.client.review.review_server.run": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.register_script_config": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 91}}, "n": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}}, "df": 23}, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}}, "df": 1}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}}, "df": 1}}}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}}, "df": 11}}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 14}}, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1.7320508075688772}}, "df": 11}}}}, "i": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 5}}, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}}, "df": 2}}}}, "r": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1.4142135623730951}}, "df": 2, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.data_model.task_run.TaskRun.new": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}}, "df": 1}}}}, "y": {"docs": {"mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}}, "df": 6, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.client.api.InvalidUsage.__init__": {"tf": 1}}, "df": 1}}}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}}, "df": 1}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}}, "df": 7}}}}, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1.4142135623730951}}, "df": 3}}}}}}, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1.4142135623730951}}, "df": 30, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 3}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}}, "df": 1}}}}}}}}}, "j": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1.7320508075688772}, "mephisto.data_model.task.Task.get_project": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.set_project": {"tf": 1.7320508075688772}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1.4142135623730951}}, "df": 10}}}}}, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}}, "df": 2}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}}, "df": 1}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}}, "df": 2, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}}, "df": 3}}}}}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}}, "df": 1}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"tf": 1}, "mephisto.client.review.review_server.run": {"tf": 1}}, "df": 4}}, "o": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1.4142135623730951}}, "df": 1}}}, "y": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 8}}}, "d": {"docs": {}, "df": 0, "b": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.__init__": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 76}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 2}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.client.review.review_server.run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 2}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1.7320508075688772}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.set_project": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1.7320508075688772}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.config_handler.write_config": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}}, "df": 233, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.client.review.review_server.run": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 81, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 3}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}}, "df": 3}}}}}, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}}, "df": 10}}}}}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}}, "df": 1}}}}}}}}}}, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.packet.Packet.from_dict": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}}, "df": 3, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.register": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 2}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 2}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 2}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.get_dash_url": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1.4142135623730951}}, "df": 69}}}}}}, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1}, "mephisto.data_model.packet.Packet.to_sendable_dict": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.config_handler.get_config": {"tf": 1}, "mephisto.operations.config_handler.write_config": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 78}}}}}}, "r": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.client.review.review_server.run": {"tf": 1.4142135623730951}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}}, "df": 31, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}}, "df": 1}}}}}}}, "s": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}}, "df": 6}}}}}}}}}, "o": {"docs": {"mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}}, "df": 5, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 8}}}}}, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}}, "df": 1}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}}, "df": 3}}}}}, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 2}}}}}, "s": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 7}}}}}}}}}, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.client.review.review_server.run": {"tf": 1}}, "df": 1}}}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 5}}}}}}}}, "m": {"2": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 2}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 2}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 2}, "mephisto.data_model.agent.Agent.new": {"tf": 2}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 2}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1.7320508075688772}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1.4142135623730951}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task.Task.set_project": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 2}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 3}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 2.23606797749979}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 236, "d": {"docs": {}, "df": 0, "b": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 73}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}}, "df": 1, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}}, "df": 1}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1.4142135623730951}}, "df": 2}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.client.api.InvalidUsage.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}}, "df": 12}}}}}}, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.new": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1.4142135623730951}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.set_project": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1.7320508075688772}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}}, "df": 201}}, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.operations.hydra_config.register_script_config": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}}, "df": 3}}}}, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}}, "df": 5, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}}, "df": 2}}}, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}}, "df": 2}}}}, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}}, "df": 2}}, "a": {"docs": {}, "df": 0, "x": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}}, "df": 9, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 4}}}}}, "p": {"docs": {"mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}}, "df": 1, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}}, "df": 12}}}}}}}}}}, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}}, "df": 7, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}}, "df": 2}}}}}}}}}, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}}, "df": 1}}}}}}}}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}}, "df": 2}}}, "s": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.utils.logger_core.warn_once": {"tf": 1}}, "df": 1}}}, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1.4142135623730951}}, "df": 57}}}}}}}}, "n": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}}, "df": 11, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}}, "df": 20, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}}, "df": 17}}}}}}}}}}}}}}, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}}, "df": 7}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 2}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 16}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1.4142135623730951}}, "df": 1}}}}}}, "t": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}}, "df": 1}}}, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}, "w": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}}, "df": 2}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}}, "df": 2}}}}}}}, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.client.review.review_server.run": {"tf": 1}}, "df": 1}}}, "g": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model.packet.Packet.__init__": {"tf": 1}}, "df": 1}}}}}}}, "k": {"docs": {"mephisto.utils.dirs.get_dir_for_task": {"tf": 1}}, "df": 1}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.client.api.get_blueprint_arguments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1.4142135623730951}}, "df": 64, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}}, "df": 1}}}}}, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1}}, "df": 7}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}}, "df": 11}}}}, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.client.review.review_server.run": {"tf": 1}}, "df": 15}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.metrics.run_install_script": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}}, "df": 120}}, "t": {"docs": {}, "df": 0, "o": {"3": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}}, "df": 24}, "docs": {}, "df": 0}}, "n": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}}, "df": 2}}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}}, "df": 1, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}}, "df": 2}}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}}, "df": 1}}}, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}}, "df": 2}, "y": {"docs": {"mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}}, "df": 1}}, "r": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}}, "df": 1, "u": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1.4142135623730951}}, "df": 74, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1.4142135623730951}}, "df": 1}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}}, "df": 1}}}, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}}, "df": 8}}, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1.7320508075688772}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1.4142135623730951}}, "df": 2}}}}, "w": {"docs": {"mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}}, "df": 26}}, "e": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}}, "df": 2}}, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}}, "df": 1}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}}, "df": 1}}}}}}}}}}, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}}, "df": 1}}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}}, "df": 20}}}, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}}, "df": 1}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}}, "df": 8, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1.7320508075688772}, "mephisto.client.api.requester_details": {"tf": 1}, "mephisto.client.api.requester_register": {"tf": 1}, "mephisto.client.api.get_balance": {"tf": 1}, "mephisto.client.api.requester_launch_options": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.new": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1.7320508075688772}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1.4142135623730951}}, "df": 47}}}}}, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1}}, "df": 1}}}}}}, "s": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_static": {"tf": 1}}, "df": 2, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}}, "df": 1}}}}}}, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1.4142135623730951}}, "df": 3, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}}}}}}}}, "j": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}}, "df": 2}}}}}}}, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 4}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}}, "df": 1}}}}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}}, "df": 57}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}}, "df": 4}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1.4142135623730951}}, "df": 28, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1.7320508075688772}}, "df": 6}}}}, "t": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1.4142135623730951}}, "df": 2}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}}, "df": 20, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1.4142135623730951}}, "df": 6}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}}, "df": 5}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1.4142135623730951}}, "df": 1}}}, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}}, "df": 3}}}}}}}}, "~": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}}, "df": 6}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1.4142135623730951}}, "df": 9}}}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}}, "df": 6}}}}}}}}}}, "n": {"docs": {"mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}}, "df": 5}}, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}}, "df": 18}}}}}}}}}, "n": {"docs": {}, "df": 0, "f": {"docs": {"mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.operations.config_handler.write_config": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 2}}, "df": 19, "s": {"docs": {"mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}}, "df": 1}}, "x": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1.4142135623730951}}, "df": 1}}}}, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}}, "df": 6}}}}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}}, "df": 4}}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}}, "df": 1}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1}}, "df": 1}}}}}}}}}}, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}}, "df": 2}}}}, "o": {"docs": {"mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}}, "df": 1}}, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client.api.intentional_error": {"tf": 1}, "mephisto.client.api.InvalidUsage.__init__": {"tf": 1}}, "df": 2}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}}, "df": 1}}}}}}}}}}, "s": {"docs": {}, "df": 0, "v": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.client.review.review_server.run": {"tf": 1}}, "df": 5}}, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 3, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}}, "df": 3}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}}, "df": 9, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}}, "df": 4}}}}}}}}}}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}}, "df": 1}}}}}}}, "f": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 4}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}}, "df": 1, "[": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}}, "df": 33}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1}}, "df": 15}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}}, "df": 5}}}, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1}}, "df": 13}}}}}}}}, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}}, "df": 1}}}}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1}}, "df": 3}}}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}}, "df": 11, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}}, "df": 9}}}}}}}}}, "n": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}}, "df": 3}}}, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}}, "df": 1}}, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 6, "s": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 1}, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 1}}}}, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}}, "df": 1, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}}, "df": 2, "w": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1.4142135623730951}}, "df": 2}}}}}}}, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 5}}}}}, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 6, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.download_file": {"tf": 1}}, "df": 6}}}}}}, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1.4142135623730951}}, "df": 1}}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}}, "df": 1}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.client.review.review_server.run": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}}, "df": 42}}}, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}}, "df": 2}}}}}, "i": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}}, "df": 1, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}}, "df": 1}}}}}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}}, "df": 34}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 2}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}}, "df": 4, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}}, "df": 2}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1}}, "df": 3}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}}, "df": 1}}}}}}, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}}, "df": 2}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}}, "df": 1}}}}}}}, "p": {"docs": {"mephisto.data_model.assignment.InitializationData.dumpJSON": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.loadFromJSON": {"tf": 1}}, "df": 2}}, "i": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 2.449489742783178}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 2.23606797749979}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 2.23606797749979}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.client.api.view_unit": {"tf": 1}, "mephisto.client.api.accept_unit": {"tf": 1}, "mephisto.client.api.reject_unit": {"tf": 1}, "mephisto.client.api.soft_block_unit": {"tf": 1}, "mephisto.client.api.hard_block_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1.7320508075688772}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}}, "df": 144, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}}, "df": 1}}, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}}, "df": 7, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 9}}}}}}, "t": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 2.23606797749979}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}}, "df": 36, "e": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}}, "df": 2, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}}, "df": 11}}}}}}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1.4142135623730951}}, "df": 3}}}}}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model.packet.Packet.__init__": {"tf": 1}}, "df": 1}}}}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {"mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.utils.testing.get_test_unit": {"tf": 1}}, "df": 9}}}, "p": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.packet.Packet.from_dict": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}}, "df": 3}}}, "f": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 3}}}, "p": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 2}, "a": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 2}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}}, "df": 6}}}}}}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}}, "df": 2}}}}}}}, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}}, "df": 1}}}}}}}, "s": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}}, "df": 4}, "o": {"docs": {"mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1.4142135623730951}}, "df": 1, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.assignment.InitializationData.dumpJSON": {"tf": 1}, "mephisto.data_model.assignment.InitializationData.loadFromJSON": {"tf": 1}}, "df": 2}}}}}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}}, "df": 12}}, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}}, "df": 12}}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 2.23606797749979}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 3}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 2.8284271247461903}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 2.23606797749979}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1.7320508075688772}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 2.23606797749979}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1.7320508075688772}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1.4142135623730951}}, "df": 44}}, "q": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"3": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}}}}}}, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}}, "df": 17}}}}}}}}, "f": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.data_model.packet.Packet.__init__": {"tf": 2}}, "df": 3}}}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}}, "df": 1}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}}, "df": 20}}}}}}}, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}}, "df": 23}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}}, "df": 1}}}}}}}}}}}, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 5}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1.4142135623730951}}, "df": 14}}}, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 1}}}}}}}}}}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 1}}}}}}}}}}}, "t": {"docs": {"mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1.4142135623730951}, "mephisto.client.api.accept_unit": {"tf": 1}, "mephisto.client.api.reject_unit": {"tf": 1}, "mephisto.client.api.soft_block_unit": {"tf": 1}, "mephisto.client.api.hard_block_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.new": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 2.23606797749979}, "mephisto.data_model.unit.Unit.new": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1.7320508075688772}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 2}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1.7320508075688772}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1.7320508075688772}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1.7320508075688772}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 2}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_unit": {"tf": 1}, "mephisto.utils.testing.get_test_agent": {"tf": 1}}, "df": 69, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}}, "df": 14}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}}, "df": 2}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1.4142135623730951}}, "df": 5, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "j": {"docs": {}, "df": 0, "j": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"2": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}}, "df": 1}}}}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}}}, "docs": {}, "df": 0}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"3": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "y": {"3": {"8": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}}, "df": 2}}}}}, "docs": {}, "df": 0}, "docs": {}, "df": 0}}}}}}}}}, "docs": {}, "df": 0}}}}}}}}}}}}}}}}, "d": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1}, "mephisto.data_model.project.Project.__init__": {"tf": 1}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.task.Task.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}}, "df": 20}}}, "p": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}}, "df": 7}}}}}, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {"mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}}, "df": 2, "c": {"2": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.AliveHandler.get": {"tf": 1}}, "df": 1}}}, "x": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}}, "df": 5}}}, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}}, "df": 3}}}}, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}}, "df": 2}}}}}, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.client.api.handle_invalid_usage": {"tf": 1}}, "df": 1}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1}}, "df": 1}}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.tools.examine_utils.print_results": {"tf": 1}}, "df": 1}}}, "z": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}}, "df": 2}}}}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}}, "df": 4, "i": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1.4142135623730951}}, "df": 1, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}}, "df": 5}}}}}, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 11}}}}, "p": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}}, "df": 4}}, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}}, "df": 1}}}}, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 2}}}}}}}, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}}, "df": 8}}, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1}}, "df": 4}}}}}}, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1}}, "df": 11}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}}, "df": 1}}, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}}, "df": 3, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}}, "df": 4}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1}}, "df": 1}}}}}}, "b": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "u": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 2}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}}, "df": 2}}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.client.review.review_server.run": {"tf": 1}}, "df": 1}}}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}}, "df": 11, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}}, "df": 1}}}}}}, "y": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1.4142135623730951}}, "df": 5}}}}}, "j": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}, "mephisto.client.review.review_server.run": {"tf": 1}}, "df": 7, "l": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1}}, "df": 4}}}}}, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.new": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1.4142135623730951}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.new": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1.7320508075688772}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1.7320508075688772}}, "df": 71, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}}, "df": 1}}}}}}}, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}}, "df": 3}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}}, "df": 1}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}}, "df": 5, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 45, "s": {"docs": {"mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1}}, "df": 9}}}}}}}, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1}}, "df": 1}}}}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}}, "df": 1, "[": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}, "bases": {"root": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.architect.Architect": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB": {"tf": 1.4142135623730951}}, "df": 6}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}}, "df": 6, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}}, "df": 93}}}}}}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.exceptions.AgentDisconnectedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}}, "df": 4}}}}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}}, "df": 12, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}}, "df": 8}}}}}}}}}}}}, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}}, "df": 1}}}}}}}}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}}, "df": 19, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}}, "df": 1, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}}, "df": 12}}}}}}}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}}, "df": 127, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}}, "df": 14}}}}}}}}}}}}}}}}}}}}}}, "b": {"docs": {"mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.database.EntryAlreadyExistsException": {"tf": 1}, "mephisto.abstractions.database.EntryDoesNotExistException": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}}, "df": 14}}}, "i": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}}, "df": 20}}}}}, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}}, "df": 34}}}}, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1.4142135623730951}}, "df": 11, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}}, "df": 2}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}}, "df": 1, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}}, "df": 2}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}}, "df": 2}}}}}}}}}, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}}, "df": 2}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}}, "df": 31}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}}, "df": 12}, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1.4142135623730951}}, "df": 8, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}}, "df": 2, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}}, "df": 4}}}}}}}}}}}}}}}}}}, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}}, "df": 8}}}}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}}, "df": 5, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}}, "df": 1, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}}}}}, "q": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"3": {"docs": {"mephisto.abstractions.databases.local_database.StringIDRow": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}}}}}}, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1.4142135623730951}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}}, "df": 1}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}}, "df": 6, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}}, "df": 2}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.AliveHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}}, "df": 3}}}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}}, "df": 31, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}}, "df": 10}}}}}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}}, "df": 8}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 1}}}}}}}}}}, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "b": {"docs": {"mephisto.abstractions.architects.mock_architect.AliveHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}}, "df": 2, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}}}}, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}}, "df": 6}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.AliveHandler": {"tf": 1}}, "df": 1}}}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}}, "df": 10, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}}, "df": 4}}}}}}}}}, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}}, "df": 20}}}}}}, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}}, "df": 1}}}}}}, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1.4142135623730951}}, "df": 2}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}}, "df": 8}}}}}, "o": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions.databases.local_database.StringIDRow": {"tf": 1}}, "df": 1}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}}, "df": 12}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.database.MephistoDBException": {"tf": 1}, "mephisto.client.api.InvalidUsage": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1}}, "df": 3}}}}}}}, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}}, "df": 29, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}}, "df": 28}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}}, "df": 8}}}}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}}, "df": 3}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}}, "df": 14}}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}}, "df": 20, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}}, "df": 8}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}}, "df": 4, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}}, "df": 8}}}}}}}}}}}}}}}}}}}}}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}}, "df": 9, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}}, "df": 4}}}}, "s": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}}, "df": 11}}}}}}}}}, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}}, "df": 34, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}}, "df": 1}}}}}}}}, "b": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}}, "df": 14}}, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.database.MephistoDBException": {"tf": 1}, "mephisto.client.api.InvalidUsage": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1}}, "df": 3}}}}}}}}, "n": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.operations.task_launcher.GeneratorType": {"tf": 1.4142135623730951}}, "df": 1}}}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}}, "df": 1, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {"mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}}, "df": 6}}}}}}, "doc": {"root": {"0": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1.7320508075688772}}, "df": 9}, "1": {"0": {"0": {"0": {"0": {"0": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "b": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}, "5": {"0": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}, "8": {"0": {"0": {"docs": {"mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 3}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.client": {"tf": 2.23606797749979}}, "df": 7}, "2": {"0": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}}, "df": 2}, "2": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}}, "df": 1}, "docs": {"mephisto.client": {"tf": 1.4142135623730951}}, "df": 1}, "3": {"0": {"0": {"0": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}, "docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}, "3": {"1": {"docs": {"mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}, "4": {"0": {"3": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}, "4": {"3": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}, "docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}}, "df": 2}, "5": {"0": {"0": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}, "1": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}, "docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 3}, "6": {"0": {"0": {"docs": {"mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 3}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "8": {"0": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}}, "df": 1}, "8": {"8": {"8": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {"mephisto.client": {"tf": 1}}, "df": 1}, "9": {"7": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}, "docs": {"mephisto": {"tf": 6.324555320336759}, "mephisto.abstractions": {"tf": 9.327379053088816}, "mephisto.abstractions.architect": {"tf": 1.7320508075688772}, "mephisto.abstractions.architect.ArchitectArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.ArchitectArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architect.ArchitectArgs.server_type": {"tf": 1.7320508075688772}, "mephisto.abstractions.architect.ArchitectArgs.server_source_path": {"tf": 1.7320508075688772}, "mephisto.abstractions.architect.Architect": {"tf": 1.7320508075688772}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 2.449489742783178}, "mephisto.abstractions.architect.Architect.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 2.449489742783178}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1.7320508075688772}, "mephisto.abstractions.architect.Architect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.deploy": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1.7320508075688772}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects": {"tf": 13.341664064126334}, "mephisto.abstractions.architects.channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.channels.websocket_channel": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 2.8284271247461903}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.cleanup_ec2_resources.main": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name.main": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.instance_type": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.subdomain": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs.profile_name": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ARCHITECT_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.check_aws_credentials": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.setup_ec2_credentials": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 2.6457513110645907}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 2}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_to_routing_server": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_listener": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 2}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.main": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.use_hobby": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_team": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs.heroku_app_name": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 3}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ARCHITECT_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 2.449489742783178}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.local_architect": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.hostname": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs.port": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ARCHITECT_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.get_rand_id": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.should_run_server": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs.port": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 10.723805294763608}, "mephisto.abstractions.architects.mock_architect.SocketHandler.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 3}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 7.483314773547883}, "mephisto.abstractions.architects.mock_architect.AliveHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.AliveHandler.get": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ARCHITECT_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 7.874007874011811}, "mephisto.abstractions.architects.router.build_router": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_flask_router": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.app": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouterState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_app": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.mephisto_router_state": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.request_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.log_error": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.is_alive": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_timestamp": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.download_file": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.show_index": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_task_config": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.get_static": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprint.BlueprintArgs": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprint.BlueprintArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprint.BlueprintArgs.block_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.SharedTaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprint.Blueprint.ArgsClass": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_required_qualifications": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints": {"tf": 15.937377450509228}, "mephisto.abstractions.blueprints.abstract": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.abstract.static_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 4.358898943540674}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 3}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.units_per_assignment": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.extra_source_dir": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_json": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_jsonl": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs.data_csv": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 2}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 3}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 4.358898943540674}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 2}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs.onboarding_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 2.6457513110645907}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 2.6457513110645907}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_onboarding_config": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.mixins.screen_task_required": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.passed_qualification_name": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.max_screening_units": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs.use_screening_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.blank_generator": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_screening_config": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.should_generate_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_screening_unit_data": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.gold_qualification_base": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.use_golds": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.min_golds": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs.max_incorrect_golds": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 3.1622776601683795}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 3.1622776601683795}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_gold_config": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_gold_unit_data_for_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_agent_state": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 2.8284271247461903}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.num_assignments": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.use_onboarding": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.timeout_time": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs.is_concurrent": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 4.358898943540674}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 2.8284271247461903}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 4.358898943540674}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.BLUEPRINT_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin": {"tf": 2}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 2.6457513110645907}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_builder": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_FILE": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.BUILT_MESSAGE": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_runner": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_mock_assignment_data": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 4.795831523312719}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState.world_module": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 3.7416573867739413}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.world_file": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.preview_source": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.task_description_file": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_bundle": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.custom_source_dir": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.extra_source_dir": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_csv": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.context_jsonl": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs.num_conversations": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 3.7416573867739413}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 4.795831523312719}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.BLUEPRINT_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_FILE": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.BUILT_MESSAGE": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.ParlAIAgent.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_not_installed.Message.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest.to_dict": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 4.47213595499958}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState.function_registry": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.task_source": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.link_task_source": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs.units_per_assignment": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 4.47213595499958}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.BLUEPRINT_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 3}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 12.727922061357855}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.task_source": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.preview_source": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs.onboarding_source": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.BLUEPRINT_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_FILE": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.BUILT_MESSAGE": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.task_source": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs.link_task_source": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.BLUEPRINT_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_FILE": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.BUILT_MESSAGE": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.ProviderArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.ProviderArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.ProviderArgs.requester_name": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 2.449489742783178}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 2.449489742783178}, "mephisto.abstractions.crowd_provider.CrowdProvider.PROVIDER_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 2.23606797749979}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 2}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 3}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDBException": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.EntryAlreadyExistsException": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.EntryDoesNotExistException": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB": {"tf": 2.6457513110645907}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 2.449489742783178}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 2.23606797749979}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 2.449489742783178}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 2.23606797749979}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 2.23606797749979}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 2.23606797749979}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases": {"tf": 6}, "mephisto.abstractions.databases.local_database": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases.local_database.StringIDRow": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases.local_database.StringIDRow.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 2.8284271247461903}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers": {"tf": 19.924858845171276}, "mephisto.abstractions.providers.mock": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_datastore": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.PROVIDER_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_requester": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.name": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs.force_fail": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mock.mock_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mock.provider_type": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.PROVIDER_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_datastore": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 2.6457513110645907}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.PROVIDER_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.access_key_id": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs.secret_access_key": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.PROVIDER_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mturk.mturk_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.PROVIDER_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.check_aws_credentials": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.setup_aws_credentials": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_hit": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.PROVIDER_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_mturk_worker_id": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 3.1622776601683795}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mturk.provider_type": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.utils": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.utils.script_utils": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.provider_type": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.PROVIDER_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.PROVIDER_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 2}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.PROVIDER_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.PROVIDER_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.PROVIDER_TYPE": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 2.449489742783178}, "mephisto.client": {"tf": 20.29778313018444}, "mephisto.client.api": {"tf": 1.7320508075688772}, "mephisto.client.api.get_available_requesters": {"tf": 1.7320508075688772}, "mephisto.client.api.get_running_task_runs": {"tf": 1.4142135623730951}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1.4142135623730951}, "mephisto.client.api.launch_options": {"tf": 1.7320508075688772}, "mephisto.client.api.start_task_run": {"tf": 1.7320508075688772}, "mephisto.client.api.view_unit": {"tf": 1.7320508075688772}, "mephisto.client.api.get_basic_task_options": {"tf": 1.7320508075688772}, "mephisto.client.api.requester_details": {"tf": 1.7320508075688772}, "mephisto.client.api.requester_register": {"tf": 1.7320508075688772}, "mephisto.client.api.get_submitted_data": {"tf": 1.7320508075688772}, "mephisto.client.api.get_balance": {"tf": 1.7320508075688772}, "mephisto.client.api.requester_launch_options": {"tf": 1.7320508075688772}, "mephisto.client.api.get_available_blueprints": {"tf": 1.7320508075688772}, "mephisto.client.api.get_blueprint_arguments": {"tf": 1.7320508075688772}, "mephisto.client.api.get_available_architects": {"tf": 1.7320508075688772}, "mephisto.client.api.get_architect_arguments": {"tf": 1.7320508075688772}, "mephisto.client.api.accept_unit": {"tf": 1.7320508075688772}, "mephisto.client.api.reject_unit": {"tf": 1.7320508075688772}, "mephisto.client.api.soft_block_unit": {"tf": 1.7320508075688772}, "mephisto.client.api.hard_block_unit": {"tf": 1.7320508075688772}, "mephisto.client.api.intentional_error": {"tf": 1.7320508075688772}, "mephisto.client.api.InvalidUsage": {"tf": 1.7320508075688772}, "mephisto.client.api.InvalidUsage.__init__": {"tf": 1.7320508075688772}, "mephisto.client.api.InvalidUsage.status_code": {"tf": 1.7320508075688772}, "mephisto.client.api.InvalidUsage.to_dict": {"tf": 1.7320508075688772}, "mephisto.client.api.handle_invalid_usage": {"tf": 1.7320508075688772}, "mephisto.client.cli": {"tf": 1.7320508075688772}, "mephisto.client.config": {"tf": 1.7320508075688772}, "mephisto.client.config.Config": {"tf": 1.7320508075688772}, "mephisto.client.config.Config.__init__": {"tf": 1.7320508075688772}, "mephisto.client.config.Config.ENV": {"tf": 1.7320508075688772}, "mephisto.client.full": {"tf": 1.7320508075688772}, "mephisto.client.full.server": {"tf": 1.7320508075688772}, "mephisto.client.full.server.main": {"tf": 1.7320508075688772}, "mephisto.client.review": {"tf": 1.7320508075688772}, "mephisto.client.review.review_server": {"tf": 1.7320508075688772}, "mephisto.client.review.review_server.run": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 13.638181696985855}, "mephisto.data_model.agent": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.state": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.observe": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.act": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new": {"tf": 2.449489742783178}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 2.449489742783178}, "mephisto.data_model.agent.OnboardingAgent.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.OnboardingAgent.DISPLAY_PREFIX": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.InitializationData": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.InitializationData.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.InitializationData.dumpJSON": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.InitializationData.loadFromJSON": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.Assignment": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1.7320508075688772}, "mephisto.data_model.constants": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state": {"tf": 1.7320508075688772}, "mephisto.data_model.constants.assignment_state.AssignmentState": {"tf": 1.7320508075688772}, "mephisto.data_model.constants.assignment_state.AssignmentState.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.constants.assignment_state.AssignmentState.CREATED": {"tf": 1.7320508075688772}, "mephisto.data_model.constants.assignment_state.AssignmentState.LAUNCHED": {"tf": 1.7320508075688772}, "mephisto.data_model.constants.assignment_state.AssignmentState.ASSIGNED": {"tf": 1.7320508075688772}, "mephisto.data_model.constants.assignment_state.AssignmentState.COMPLETED": {"tf": 1.7320508075688772}, "mephisto.data_model.constants.assignment_state.AssignmentState.ACCEPTED": {"tf": 1.7320508075688772}, "mephisto.data_model.constants.assignment_state.AssignmentState.MIXED": {"tf": 1.7320508075688772}, "mephisto.data_model.constants.assignment_state.AssignmentState.REJECTED": {"tf": 1.7320508075688772}, "mephisto.data_model.constants.assignment_state.AssignmentState.SOFT_REJECTED": {"tf": 1.7320508075688772}, "mephisto.data_model.constants.assignment_state.AssignmentState.EXPIRED": {"tf": 1.7320508075688772}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1.4142135623730951}, "mephisto.data_model.exceptions": {"tf": 1.7320508075688772}, "mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1.4142135623730951}, "mephisto.data_model.exceptions.AbsentAgentError.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.exceptions.AgentDisconnectedError": {"tf": 1.7320508075688772}, "mephisto.data_model.exceptions.AgentDisconnectedError.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1.4142135623730951}, "mephisto.data_model.exceptions.AgentTimeoutError.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1.7320508075688772}, "mephisto.data_model.exceptions.AgentReturnedError.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1.4142135623730951}, "mephisto.data_model.exceptions.AgentShutdownError.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.packet": {"tf": 1.7320508075688772}, "mephisto.data_model.packet.Packet": {"tf": 2.449489742783178}, "mephisto.data_model.packet.Packet.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.packet.Packet.from_dict": {"tf": 1.7320508075688772}, "mephisto.data_model.packet.Packet.to_sendable_dict": {"tf": 1.7320508075688772}, "mephisto.data_model.packet.Packet.copy": {"tf": 1.7320508075688772}, "mephisto.data_model.project": {"tf": 1.7320508075688772}, "mephisto.data_model.project.Project": {"tf": 2.449489742783178}, "mephisto.data_model.project.Project.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1.7320508075688772}, "mephisto.data_model.project.Project.new": {"tf": 1.7320508075688772}, "mephisto.data_model.qualification": {"tf": 1.7320508075688772}, "mephisto.data_model.qualification.Qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.qualification.Qualification.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.qualification.GrantedQualification": {"tf": 1.4142135623730951}, "mephisto.data_model.qualification.GrantedQualification.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.requester": {"tf": 1.7320508075688772}, "mephisto.data_model.requester.RequesterArgs": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.RequesterArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.requester.RequesterArgs.name": {"tf": 1.7320508075688772}, "mephisto.data_model.requester.Requester": {"tf": 1.7320508075688772}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.requester.Requester.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1.7320508075688772}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.register": {"tf": 2.449489742783178}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.new": {"tf": 2.449489742783178}, "mephisto.data_model.task": {"tf": 1.7320508075688772}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task": {"tf": 1.7320508075688772}, "mephisto.data_model.task.Task.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.task.Task.get_project": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.set_project": {"tf": 1.7320508075688772}, "mephisto.data_model.task.Task.get_runs": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1.7320508075688772}, "mephisto.data_model.task.Task.new": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRunArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.task_name": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.task_title": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.task_description": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.task_reward": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.task_tags": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.assignment_duration_in_seconds": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.allowed_concurrent": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.maximum_units_per_worker": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.max_num_concurrent_units": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.submission_timeout": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRun": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_task_args": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1.4142135623730951}, "mephisto.data_model.unit": {"tf": 1.7320508075688772}, "mephisto.data_model.unit.INDEX_TO_TYPE_MAP": {"tf": 1.7320508075688772}, "mephisto.data_model.unit.Unit": {"tf": 2.23606797749979}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1.7320508075688772}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_status": {"tf": 2}, "mephisto.data_model.unit.Unit.launch": {"tf": 2.449489742783178}, "mephisto.data_model.unit.Unit.expire": {"tf": 1.7320508075688772}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1.7320508075688772}, "mephisto.data_model.unit.Unit.new": {"tf": 2.23606797749979}, "mephisto.data_model.worker": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.WorkerArgs": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.WorkerArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 2}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 2}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 2}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 2}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 2}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 2}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 2}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.register": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.new": {"tf": 2.449489742783178}, "mephisto.operations": {"tf": 20.322401432901575}, "mephisto.operations.client_io_handler": {"tf": 1.7320508075688772}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1.7320508075688772}, "mephisto.operations.client_io_handler.ClientIOHandler.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler": {"tf": 1.7320508075688772}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.get_config": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.write_config": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.init_config": {"tf": 1.7320508075688772}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.LoopWrapper": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.LoopWrapper.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.LoopWrapper.set_active_thread": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.LiveTaskRun.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.LiveTaskRun.force_shutdown": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.LiveTaskRun.shutdown": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.WorkerFailureReasons": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.WorkerFailureReasons.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.WorkerFailureReasons.NOT_QUALIFIED": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.WorkerFailureReasons.NO_AVAILABLE_UNITS": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.WorkerFailureReasons.TOO_MANY_CONCURRENT": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.WorkerFailureReasons.MAX_FOR_TASK": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.WorkerFailureReasons.TASK_MISSING": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.DatabaseArgs": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.DatabaseArgs.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 3.3166247903554}, "mephisto.operations.hydra_config.MephistoConfig.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.MephistoConfig.blueprint": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.MephistoConfig.provider": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.MephistoConfig.architect": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.MephistoConfig.task": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.MephistoConfig.database": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.MephistoConfig.log_level": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 3.3166247903554}, "mephisto.operations.hydra_config.TaskConfig.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.TaskConfig.mephisto": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.TaskConfig.task_dir": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.TaskConfig.num_tasks": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.register_abstraction_config": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.build_default_task_config": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 3.3166247903554}, "mephisto.operations.hydra_config.RunScriptConfig.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.register_script_config": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.check_for_hydra_compat": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1.7320508075688772}, "mephisto.operations.operator": {"tf": 1.7320508075688772}, "mephisto.operations.operator.Operator": {"tf": 2.449489742783178}, "mephisto.operations.operator.Operator.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.validate_and_run_config_or_die": {"tf": 1.7320508075688772}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1.7320508075688772}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 3.4641016151377544}, "mephisto.operations.operator.Operator.shutdown_async": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.shutdown": {"tf": 1.7320508075688772}, "mephisto.operations.operator.Operator.validate_and_run_config": {"tf": 1.7320508075688772}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1.7320508075688772}, "mephisto.operations.operator.Operator.print_run_details": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 2.23606797749979}, "mephisto.operations.registry": {"tf": 1.7320508075688772}, "mephisto.operations.registry.BLUEPRINTS": {"tf": 1.7320508075688772}, "mephisto.operations.registry.ARCHITECTS": {"tf": 1.7320508075688772}, "mephisto.operations.registry.PROVIDERS": {"tf": 1.7320508075688772}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1.7320508075688772}, "mephisto.operations.registry.uses_mephisto": {"tf": 1.7320508075688772}, "mephisto.operations.registry.fill_registries": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher": {"tf": 1.7320508075688772}, "mephisto.operations.task_launcher.GeneratorType": {"tf": 1.7320508075688772}, "mephisto.operations.task_launcher.GeneratorType.NONE": {"tf": 1.7320508075688772}, "mephisto.operations.task_launcher.GeneratorType.UNIT": {"tf": 1.7320508075688772}, "mephisto.operations.task_launcher.GeneratorType.ASSIGNMENT": {"tf": 1.7320508075688772}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1.7320508075688772}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.get_assignments_are_all_created": {"tf": 1.7320508075688772}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.OnboardingInfo": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.OnboardingInfo.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.AgentDetails": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.AgentDetails.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.AgentDetails.worker_id": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.AgentDetails.agent_id": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.AgentDetails.init_task_data": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.AgentDetails.failure_reason": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.AgentDetails.to_dict": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.WorkerPool.__init__": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 2.23606797749979}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1.4142135623730951}, "mephisto.scripts": {"tf": 3.1622776601683795}, "mephisto.scripts.heroku": {"tf": 1.7320508075688772}, "mephisto.scripts.heroku.initialize_heroku": {"tf": 1.7320508075688772}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1.4142135623730951}, "mephisto.scripts.local_db": {"tf": 1.7320508075688772}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 2.6457513110645907}, "mephisto.scripts.local_db.load_data_to_mephisto_db.main": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk": {"tf": 4.898979485566356}, "mephisto.scripts.mturk.cleanup": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk.cleanup.main": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk.identify_broken_units": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk.launch_makeup_hits": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk.launch_makeup_hits.build_task_config": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 2.449489742783178}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.print_outstanding_hit_status.main": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk.soft_block_workers_by_mturk_id.main": {"tf": 1.7320508075688772}, "mephisto.tools": {"tf": 14.52583904633395}, "mephisto.tools.data_browser": {"tf": 1.7320508075688772}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.__init__": {"tf": 1.7320508075688772}, "mephisto.tools.data_browser.DataBrowser.get_task_name_list": {"tf": 1.7320508075688772}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 2.449489742783178}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 2.23606797749979}, "mephisto.tools.examine_utils": {"tf": 1.7320508075688772}, "mephisto.tools.examine_utils.print_results": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 2.6457513110645907}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1.7320508075688772}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.run_examine_or_review": {"tf": 1.7320508075688772}, "mephisto.tools.scripts": {"tf": 1.7320508075688772}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 2.23606797749979}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 2.23606797749979}, "mephisto.tools.scripts.task_script": {"tf": 3.1622776601683795}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1.7320508075688772}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 2.23606797749979}, "mephisto.utils": {"tf": 6.48074069840786}, "mephisto.utils.dirs": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_root_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1.7320508075688772}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_data_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 2.23606797749979}, "mephisto.utils.logger_core": {"tf": 1.7320508075688772}, "mephisto.utils.logger_core.loggers": {"tf": 1.7320508075688772}, "mephisto.utils.logger_core.warn_once": {"tf": 2.23606797749979}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 2.8284271247461903}, "mephisto.utils.logger_core.get_logger": {"tf": 3.7416573867739413}, "mephisto.utils.logger_core.format_loud": {"tf": 1.7320508075688772}, "mephisto.utils.metrics": {"tf": 1.7320508075688772}, "mephisto.utils.metrics.run_install_script": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.metrics_are_installed": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.start_metrics_server": {"tf": 2.449489742783178}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 2.23606797749979}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1.7320508075688772}, "mephisto.utils.metrics.get_dash_url": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications": {"tf": 1.7320508075688772}, "mephisto.utils.qualifications.worker_is_qualified": {"tf": 1.7320508075688772}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1.4142135623730951}, "mephisto.utils.testing": {"tf": 1.7320508075688772}, "mephisto.utils.testing.get_test_project": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_worker": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_requester": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_mock_requester": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_task": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_task_run": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_assignment": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_unit": {"tf": 1.7320508075688772}, "mephisto.utils.testing.get_test_agent": {"tf": 1.7320508075688772}, "mephisto.utils.testing.make_completed_unit": {"tf": 1.4142135623730951}}, "df": 1320, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto": {"tf": 3}, "mephisto.abstractions": {"tf": 3}, "mephisto.abstractions.architects": {"tf": 3.605551275463989}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 3.3166247903554}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2.23606797749979}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases": {"tf": 2}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 3}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.data_model": {"tf": 3.1622776601683795}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.operations": {"tf": 4.69041575982343}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 2.23606797749979}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1.4142135623730951}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1.4142135623730951}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.operations.registry.fill_registries": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 2.23606797749979}, "mephisto.tools": {"tf": 2.6457513110645907}, "mephisto.tools.scripts": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils": {"tf": 3.3166247903554}, "mephisto.utils.dirs": {"tf": 1}, "mephisto.utils.dirs.get_root_dir": {"tf": 1}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}}, "df": 65, "d": {"docs": {}, "df": 0, "b": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.tools": {"tf": 2}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}}, "df": 12}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.tools": {"tf": 2.23606797749979}}, "df": 1}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}}, "df": 1}}}}}}}, "/": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.database.MephistoDB": {"tf": 1}}, "df": 1}}}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1.4142135623730951}}, "df": 1}}}}}}, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 6}}}}}}}}}}}}, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.tools": {"tf": 2.449489742783178}}, "df": 42, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 2.8284271247461903}, "mephisto.scripts": {"tf": 1}, "mephisto.tools": {"tf": 2.23606797749979}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}}, "df": 15}}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 3}}}}}, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.metrics.run_install_script": {"tf": 1}, "mephisto.utils.metrics.metrics_are_installed": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1.7320508075688772}}, "df": 5}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 3.1622776601683795}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 2}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.utils.logger_core.warn_once": {"tf": 1}}, "df": 15, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}}, "df": 16}}}}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.client": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 2}}, "s": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}}, "df": 2}}}, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}}}}, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}}, "df": 3}}}, "b": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}}}}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 5, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1}}, "df": 1}}}}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}}, "df": 15}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}}}}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}}, "df": 6}}, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}}, "df": 4, "d": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}}, "df": 3}}}}, "s": {"docs": {"mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 8}}}}}, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 5}, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 4}}}, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}}, "df": 2}}}}, "y": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.23606797749979}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.cleanup": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 24, "b": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 5}, "g": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}}, "df": 12, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}}, "df": 3}}, "s": {"docs": {"mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}}, "df": 1}}}, "p": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}}, "df": 2, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}}, "df": 21, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}}, "df": 1}}}}}, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}}, "df": 1}}, "k": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}}, "df": 3}}}, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 17, "s": {"docs": {"mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}}, "df": 3}, "u": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}}, "df": 1}}}}, "x": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}}, "df": 14, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 6}}}}}, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}}, "df": 1}}}, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}, "c": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 11}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}}, "df": 4}}}}}}}, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 3, "l": {"docs": {"mephisto": {"tf": 2}, "mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 2.449489742783178}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 13}}, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations": {"tf": 2}, "mephisto.operations.registry.uses_mephisto": {"tf": 1.4142135623730951}, "mephisto.utils": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1.7320508075688772}}, "df": 7, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations": {"tf": 2.6457513110645907}, "mephisto.operations.registry.fill_registries": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 7}}}}, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}, "y": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 2}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.utils": {"tf": 1.4142135623730951}}, "df": 18}}, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}}, "df": 44, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}}, "df": 2}}}}}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}}, "df": 1, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}}, "df": 2}}}}, "s": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}}, "df": 1}}}}}}}}}}, "s": {"docs": {"mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1}}, "df": 5, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}}, "df": 2}}}}}}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}}, "df": 1, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}}, "df": 2}}}}, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}}, "df": 2}}}}}}}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}}, "df": 1}}}}}}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 2}, "mephisto.utils": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 12}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}}, "df": 3}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}}, "df": 2}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 8, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester": {"tf": 1}}, "df": 6}}}}, "n": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 2}}, "df": 1}}}, "s": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}}, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}}, "df": 3}}}, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 10}}, "c": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 5}}}, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.client": {"tf": 1}}, "df": 3}}}, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}}, "df": 9, "s": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints": {"tf": 2.23606797749979}}, "df": 2}}}}, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}}, "df": 3, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}, "d": {"docs": {"mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 2}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}}, "df": 1}}}}}, "y": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.client": {"tf": 1}}, "df": 2, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}}, "df": 1}}}}}}}}}}, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 2.449489742783178}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}}, "df": 47, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers": {"tf": 1.7320508075688772}}, "df": 1}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 3, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}}, "df": 2}}}}, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}}, "df": 1}}}}}}}}}}, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}}, "df": 1}}}}}}}}}, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}}, "df": 1}}}}}}}}}}, "s": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.client": {"tf": 1}, "mephisto.utils.logger_core.warn_once": {"tf": 1}}, "df": 2}}}, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 53, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 3.605551275463989}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 2}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 2.8284271247461903}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 2.449489742783178}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 4.123105625617661}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 3.4641016151377544}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 2.449489742783178}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 4.58257569495584}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.client": {"tf": 2}, "mephisto.data_model": {"tf": 3.7416573867739413}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1.4142135623730951}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.launch": {"tf": 1.7320508075688772}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.operations": {"tf": 3.7416573867739413}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.scripts": {"tf": 1.4142135623730951}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 2}, "mephisto.tools": {"tf": 3.872983346207417}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}, "mephisto.utils": {"tf": 2.6457513110645907}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 310}, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 4}}}}, "e": {"docs": {"mephisto": {"tf": 4.358898943540674}, "mephisto.abstractions": {"tf": 4.898979485566356}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1.7320508075688772}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1.7320508075688772}, "mephisto.abstractions.architect.Architect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.deploy": {"tf": 2}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects": {"tf": 7.615773105863909}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 2}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 2}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 2}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 2.449489742783178}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 2.6457513110645907}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 2}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 4.58257569495584}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 3.1622776601683795}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 5.196152422706632}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 2}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 2}, "mephisto.abstractions.blueprints": {"tf": 7.615773105863909}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 2}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 2}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 8.366600265340756}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 2}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 2}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 2}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 2}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 2.23606797749979}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 2.23606797749979}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases": {"tf": 3.7416573867739413}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers": {"tf": 10.099504938362077}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 2}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 2}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 2}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 2}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 2}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 2}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 2}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 2.23606797749979}, "mephisto.client": {"tf": 3.605551275463989}, "mephisto.client.api.intentional_error": {"tf": 1}, "mephisto.data_model": {"tf": 7.615773105863909}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 2}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 2}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new": {"tf": 2}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 2}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1.7320508075688772}, "mephisto.data_model.constants": {"tf": 1.4142135623730951}, "mephisto.data_model.packet.Packet": {"tf": 1.7320508075688772}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 2}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 2}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 2}, "mephisto.data_model.task_run.TaskRunArgs": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit": {"tf": 2}, "mephisto.data_model.unit.Unit.__init__": {"tf": 2}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_status": {"tf": 2.449489742783178}, "mephisto.data_model.unit.Unit.launch": {"tf": 1.7320508075688772}, "mephisto.data_model.unit.Unit.expire": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 2}, "mephisto.data_model.worker.Worker.__init__": {"tf": 2}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 2}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 2}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 2.23606797749979}, "mephisto.operations": {"tf": 11.661903789690601}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 2.23606797749979}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1.7320508075688772}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1.7320508075688772}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.get_config": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.write_config": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.datatypes": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 2}, "mephisto.operations.operator.Operator": {"tf": 2.8284271247461903}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.shutdown_async": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1.4142135623730951}, "mephisto.operations.registry.fill_registries": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.scripts": {"tf": 1.4142135623730951}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 3.7416573867739413}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.tools": {"tf": 6.855654600401044}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 2.23606797749979}, "mephisto.tools.examine_utils": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.print_results": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 2.23606797749979}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 2}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 2}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1.4142135623730951}, "mephisto.utils": {"tf": 2.8284271247461903}, "mephisto.utils.dirs.get_root_dir": {"tf": 1}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 2}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_data_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1.7320508075688772}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1.7320508075688772}, "mephisto.utils.logger_core.get_logger": {"tf": 2}, "mephisto.utils.metrics.run_install_script": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.get_dash_url": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1.7320508075688772}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 603, "y": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 2.6457513110645907}, "mephisto.abstractions.blueprints.abstract": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.data_model": {"tf": 2.23606797749979}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.operations": {"tf": 2}, "mephisto.scripts": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}}, "df": 21}, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto": {"tf": 1.4142135623730951}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.449489742783178}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 2}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.operations": {"tf": 2.6457513110645907}, "mephisto.tools": {"tf": 2}, "mephisto.utils": {"tf": 1.4142135623730951}}, "df": 22}}, "n": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}, "mephisto.operations": {"tf": 2.6457513110645907}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 42}, "i": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 25}}, "m": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.operations": {"tf": 2.449489742783178}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 21}, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 17}}}, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 10}}, "u": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 3}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {"mephisto": {"tf": 2}, "mephisto.abstractions": {"tf": 2.449489742783178}, "mephisto.abstractions.architect.Architect": {"tf": 1}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architect.Architect.prepare": {"tf": 1}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects": {"tf": 4.358898943540674}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 2.6457513110645907}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 5}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 3.872983346207417}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 4.242640687119285}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.client": {"tf": 1.7320508075688772}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.data_model": {"tf": 4.123105625617661}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.operations": {"tf": 5.477225575051661}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.datatypes": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1.4142135623730951}, "mephisto.operations.registry.fill_registries": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 2.6457513110645907}, "mephisto.scripts.mturk.cleanup": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.tools": {"tf": 4.123105625617661}, "mephisto.tools.scripts": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}, "mephisto.utils": {"tf": 2.23606797749979}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}}, "df": 187}, "n": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 11}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects": {"tf": 2}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 22, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 2}}}}}}, "w": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}}, "df": 10, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}}, "df": 3}}}, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 4, "s": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}}, "df": 7}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {"mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}}, "df": 3}}}, "o": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 3.872983346207417}, "mephisto.abstractions.architect.ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architect.Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architect.Architect.prepare": {"tf": 1}, "mephisto.abstractions.architect.Architect.deploy": {"tf": 1}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 6}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 2.449489742783178}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 4}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 2.8284271247461903}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 3.4641016151377544}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 7.211102550927978}, "mephisto.abstractions.blueprints.abstract": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 4.58257569495584}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.ProviderArgs": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 2.8284271247461903}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 7.54983443527075}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 2}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1.4142135623730951}, "mephisto.client": {"tf": 3}, "mephisto.client.api.intentional_error": {"tf": 1}, "mephisto.data_model": {"tf": 4.69041575982343}, "mephisto.data_model.agent.Agent.__init__": {"tf": 2.23606797749979}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 2}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.__init__": {"tf": 2.23606797749979}, "mephisto.data_model.requester.Requester.ArgsClass": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.__init__": {"tf": 2.23606797749979}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 2.23606797749979}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 8.306623862918075}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}, "mephisto.operations.config_handler.write_config": {"tf": 1}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.operations.datatypes": {"tf": 1}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 2}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1.4142135623730951}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1.4142135623730951}, "mephisto.scripts": {"tf": 1.4142135623730951}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 4.242640687119285}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.tools": {"tf": 3}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1.7320508075688772}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}, "mephisto.utils": {"tf": 2.23606797749979}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.logger_core.warn_once": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.get_logger": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}}, "df": 363, "p": {"docs": {"mephisto": {"tf": 1}}, "df": 1}, "o": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2, "l": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.utils": {"tf": 1}}, "df": 4}}}, "r": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1}}, "df": 5}}}}}, "d": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.client": {"tf": 1.4142135623730951}}, "df": 6}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}}, "d": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}}, "df": 8}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions": {"tf": 2.6457513110645907}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architect.Architect.deploy": {"tf": 1}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 3.1622776601683795}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 4.795831523312719}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 3.1622776601683795}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 3.605551275463989}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.client": {"tf": 4.47213595499958}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.data_model": {"tf": 3.605551275463989}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.operations": {"tf": 3.872983346207417}, "mephisto.operations.datatypes": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 2.6457513110645907}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 2.6457513110645907}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 2.6457513110645907}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.tools": {"tf": 3.7416573867739413}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1.4142135623730951}, "mephisto.utils": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 204, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.operations": {"tf": 2.23606797749979}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 10, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}}, "df": 8, "s": {"docs": {"mephisto.data_model.agent.OnboardingAgent": {"tf": 1}}, "df": 1}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 4}}}}}}}, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 3}}}}}}}, "s": {"docs": {"mephisto.abstractions.architect.Architect": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 3.3166247903554}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers": {"tf": 2.6457513110645907}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.data_model": {"tf": 2.6457513110645907}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.operations": {"tf": 3}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.operator.Operator.print_run_details": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}}, "df": 60}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 6}}}}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations": {"tf": 2.449489742783178}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}}, "df": 4}}}}}}}}}}, "k": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 7, "s": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.tools": {"tf": 2.8284271247461903}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 11}, "n": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 3}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.scripts.mturk.cleanup": {"tf": 1}}, "df": 1}}}}, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 3}}, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1}}, "df": 9}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}}, "df": 5, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}}, "df": 7}}}, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}, "l": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.client": {"tf": 2.23606797749979}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.DatabaseArgs": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 35, "s": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}}, "df": 9}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 2, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}, "l": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}}, "df": 5}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.client": {"tf": 1.7320508075688772}, "mephisto.client.api.intentional_error": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}}, "df": 6, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 20}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}}}, "/": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "x": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}}}, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}}, "df": 10}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}}, "df": 3}, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}}}}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 2.6457513110645907}}, "df": 1, "s": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}}, "df": 2}, "d": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}}}}, "x": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1.7320508075688772}}, "df": 1}}, "l": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}}, "df": 3, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}}, "df": 1}}}}}, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.operations": {"tf": 1}}, "df": 13, "s": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}}, "df": 10}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 2}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification": {"tf": 1}}, "df": 2}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.worker_pool.WorkerPool": {"tf": 1}}, "df": 1}}}}, "f": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.operations.worker_pool.WorkerPool": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}, "o": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "f": {"docs": {"mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}}, "df": 1}}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}}, "df": 1}}}}}}, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.client": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 21}, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}, "t": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}}, "df": 2, "y": {"docs": {"mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}}, "df": 2}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}}, "df": 4}}, "g": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}}, "df": 1}}}}}}}}, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 21, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}}, "df": 1}}}}}}, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}}, "df": 1}}, "w": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 5}}, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 32, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}}, "df": 9}}}, "s": {"docs": {"mephisto.tools": {"tf": 1}}, "df": 1, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1}}, "df": 3}}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 3}}}}, "g": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}}, "df": 2}}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}}, "df": 2}}, "d": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.task.Task": {"tf": 1}}, "df": 1}}}}}, "t": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 4}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}, "u": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}}, "df": 2, "[": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}}, "df": 4}}}}}}}}, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}}, "df": 1}}}}}, "s": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}, "i": {"docs": {"mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto": {"tf": 1.4142135623730951}, "mephisto.abstractions": {"tf": 2.23606797749979}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 4}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2.6457513110645907}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.mock_architect.AliveHandler": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 4.58257569495584}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 3}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 5.0990195135927845}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.client": {"tf": 2.23606797749979}, "mephisto.data_model": {"tf": 4.358898943540674}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1.4142135623730951}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.operations": {"tf": 5.385164807134504}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.tools": {"tf": 2.8284271247461903}, "mephisto.utils": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}}, "df": 156, "n": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}}, "df": 2}}, "n": {"docs": {"mephisto": {"tf": 1.7320508075688772}, "mephisto.abstractions": {"tf": 2.23606797749979}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 3.4641016151377544}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 2.449489742783178}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 4.242640687119285}, "mephisto.abstractions.blueprints.abstract": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 4.358898943540674}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 3.3166247903554}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.client.api.intentional_error": {"tf": 1}, "mephisto.data_model": {"tf": 4.47213595499958}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.constants": {"tf": 1.4142135623730951}, "mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations": {"tf": 4.123105625617661}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.scripts": {"tf": 1.4142135623730951}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 4.123105625617661}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.examine_utils": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.utils": {"tf": 2.449489742783178}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 142, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 18, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.operations": {"tf": 1}, "mephisto.scripts": {"tf": 1}}, "df": 9, "s": {"docs": {"mephisto": {"tf": 1.4142135623730951}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}}, "df": 3}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 3}}}}}}, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.utils": {"tf": 1}}, "df": 1}}}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}}, "df": 2}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}}}}, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1}}, "df": 3}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 7}}}}, "s": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}}}, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}}}}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}}, "df": 2}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}}, "df": 2}}}}}}, "o": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations": {"tf": 2.8284271247461903}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 39}}, "p": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}}, "df": 4, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 2}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}}, "df": 6, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 10, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}}, "df": 26, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.AgentDetails": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 5}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 6, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.data_model.assignment.InitializationData": {"tf": 1}}, "df": 5}}}}, "s": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}}, "df": 4}}}}}}}}, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}}}}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 3, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}}, "df": 3}, "d": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 3}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}}, "df": 7}}}}}}, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 15}}}, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}}, "df": 3}}}}}}, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}}, "df": 3}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 8, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}}}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.utils.metrics.run_install_script": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.utils.metrics.metrics_are_installed": {"tf": 1}}, "df": 2}}}}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}}, "df": 17}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}}, "df": 1}}}}}}}}}, "o": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}}, "df": 2}}}}}}, "u": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}}, "df": 1}}}}}}}}}}, "f": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1.4142135623730951}}, "df": 8, "r": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.AgentDetails": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 28}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}}, "df": 2}}}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "v": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}}}, "j": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}}, "df": 2, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}}, "df": 1}}}}}, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.data_model": {"tf": 2.449489742783178}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 28}}}}}}}, "e": {"docs": {}, "df": 0, "x": {"docs": {"mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1.4142135623730951}}, "df": 2}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 2}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}}, "df": 7, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects": {"tf": 2}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 3}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 26, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1}}, "df": 8}}}}}}, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 2}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 2}}}}}}}, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 8}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}}, "df": 14}}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.scripts.mturk.cleanup": {"tf": 1}}, "df": 1}}}}}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1}}, "df": 2, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}}}}}}}, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {"mephisto.abstractions": {"tf": 2.23606797749979}, "mephisto.abstractions.architects": {"tf": 3.7416573867739413}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 3.1622776601683795}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 3.605551275463989}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1.4142135623730951}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 3.3166247903554}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 3.872983346207417}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 2.8284271247461903}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1.4142135623730951}}, "df": 124, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}}, "df": 6, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "f": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}}, "df": 10}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}}, "df": 1, "[": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}}, "df": 4}}}}}}}, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}}, "f": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects": {"tf": 2.6457513110645907}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 3.3166247903554}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.act": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 2}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 171}, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.client": {"tf": 3.7416573867739413}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1.7320508075688772}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.7320508075688772}, "mephisto.tools": {"tf": 2.23606797749979}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 77, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}}, "df": 10}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 3, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}}, "df": 6}}}}, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker": {"tf": 1}}, "df": 10}}}}}, "a": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}}, "df": 1}}}}}}}}, "\\": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}, "p": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 5}, "a": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.client": {"tf": 1.7320508075688772}}, "df": 2}}, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "f": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}, "o": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}}, "df": 5}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 7, "s": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}, "d": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}}}, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}}, "df": 13, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.utils.logger_core.warn_once": {"tf": 1}}, "df": 2, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 10}}}}}, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}}, "df": 3}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}}, "df": 8, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1}}, "df": 5}, "s": {"docs": {"mephisto.tools": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.databases": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}}, "df": 2}}}}, "t": {"docs": {"mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 10, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 10, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprint.Blueprint": {"tf": 1}}, "df": 1}}}}}}}}, "s": {"docs": {"mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.shutdown_async": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 5}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}}, "df": 17, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}}, "df": 2, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 13, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 14}, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}}, "df": 2}}}}}}, "i": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}}, "df": 1}}}}}, "t": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 12, "s": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}}, "df": 1}}, "c": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 4}}, "y": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}}, "df": 5, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}}, "df": 1}}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}}, "df": 1}}}}}}, "r": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 1, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 14, "r": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 5.196152422706632}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 50, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 3}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1}}, "df": 15}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}}, "df": 1}}}}}, "d": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}}, "df": 25}, "s": {"docs": {"mephisto.abstractions.architect.Architect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 9}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2.23606797749979}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 7}}}, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.operations": {"tf": 2.23606797749979}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 17, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}}, "df": 4}, "d": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}}, "df": 3}}}}}, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}}, "df": 2}}}}}}, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}}, "df": 6, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}}, "df": 1}, "d": {"docs": {"mephisto.tools": {"tf": 1.4142135623730951}}, "df": 1}}}}}, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}}, "df": 11}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}}, "df": 1}}}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}}}, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}}, "df": 3}}}}, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}, "j": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.new_project": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}}, "df": 12, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}}, "df": 2}}}}}, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}}, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.tools": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.tools": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.utils": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}}, "df": 4}}}}}}}}, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}}, "df": 6}}}, "y": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 5}}}}, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}}, "df": 3}}}}, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.print_run_details": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}}, "df": 7, "s": {"docs": {"mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.tools": {"tf": 1.4142135623730951}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 3}}}, "e": {"docs": {"mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}}, "df": 1, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 6}}, "t": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.scripts.mturk": {"tf": 1}}, "df": 1}}}}, "p": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}}, "df": 1}}}, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 2}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}}, "df": 4, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}}, "df": 1}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1}}, "df": 2}}}}}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}}, "df": 1}}}, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}}, "df": 3}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}}, "df": 3, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.tools": {"tf": 1.4142135623730951}}, "df": 1, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 2}}}}}}}, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 2}, "t": {"docs": {"mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}}, "df": 2}}}}}, "f": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 1}}}}}}, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 1}}}}}}}}}, "y": {"docs": {"mephisto.abstractions.architects.router": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.operations": {"tf": 2.6457513110645907}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 2}, "mephisto.utils": {"tf": 2.23606797749979}}, "df": 8, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 7}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 8, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "s": {"docs": {"mephisto": {"tf": 1}}, "df": 1}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers": {"tf": 1.7320508075688772}}, "df": 1}}}}}}, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}}}}}}, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 12, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.utils.dirs.get_tasks_dir": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}}, "df": 1}}}}, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 4}}}}}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}}, "df": 1}}}}}, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}}}, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 2}}}}}, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 3}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}}, "df": 12}, "y": {"docs": {"mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}}, "df": 2}}}}}, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.client": {"tf": 2}}, "df": 5}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}}, "df": 1}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 4, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}}, "df": 2}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 3, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}, "p": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 3, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}}, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}}, "df": 1}}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}}, "df": 2}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 2}}}}, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.scripts": {"tf": 1}}, "df": 1}}}}}, "l": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}}, "df": 2}}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}}}}}}}, "o": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}}, "df": 5}}, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.scripts.mturk": {"tf": 1}}, "df": 1}}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architect.Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 6, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}}, "df": 3}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}}, "df": 2}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 2}}, "c": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}}, "df": 2, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}}, "df": 1}}}}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}}, "df": 3, "s": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}}, "df": 5}}}, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}}, "df": 18, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}}, "df": 6}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}}, "df": 2, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2.449489742783178}}, "df": 1}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}}}, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.registry.fill_registries": {"tf": 1}}, "df": 1}}}}, "d": {"docs": {"mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}}, "df": 2}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}}, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}}, "df": 3}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}}}}}}}, "d": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 2, "i": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.metrics.run_install_script": {"tf": 1}}, "df": 11, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}}, "df": 7, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.scripts": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.examine_utils": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}, "mephisto.utils.dirs.get_root_dir": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1.7320508075688772}}, "df": 39}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.utils.dirs": {"tf": 1}}, "df": 3}}}}}, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 13}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}, "s": {"docs": {"mephisto.utils": {"tf": 1}}, "df": 1}, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.utils.dirs.get_provider_dir": {"tf": 1}}, "df": 1}}}}}}}, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto": {"tf": 1}}, "df": 1}}}}}}}, "s": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}}, "df": 1, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.client": {"tf": 1.7320508075688772}}, "df": 1, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 2}}}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.exceptions.AgentDisconnectedError": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}}, "df": 4}}}}}}}}}, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1}, "mephisto.utils.logger_core.warn_once": {"tf": 1}}, "df": 3, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 2}}}}}, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}}, "df": 1, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1.4142135623730951}}, "df": 1}, "s": {"docs": {"mephisto.scripts.mturk.cleanup": {"tf": 1}}, "df": 1}}}}}, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}}, "df": 1, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}}, "df": 1}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.scripts.mturk": {"tf": 1}}, "df": 1}}}}}}}}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}, "k": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 6}, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}}, "df": 1}}}}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}}, "df": 1}}}}}}}}}}, "f": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.utils": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 9}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}}, "df": 1}}}}}, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}, "s": {"docs": {"mephisto.operations.operator.Operator": {"tf": 1}}, "df": 1}}}, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 15, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.InitializationData": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo": {"tf": 1}}, "df": 15}}}}, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}}, "df": 3}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}}, "df": 5}}}}}}, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations.config_handler.write_config": {"tf": 1}}, "df": 1}}}}}}}}, "d": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}}, "df": 2}}, "e": {"docs": {"mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}}, "df": 1}}, "o": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 21, "c": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1}}, "df": 2, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}}, "df": 2}}}}}, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.utils": {"tf": 1}}, "df": 1}}}}}}}}, "w": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown_async": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.scripts.mturk.cleanup": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 19, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}}, "df": 4}}}}}}, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 12, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 23, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}}, "df": 1}}}}, "/": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}}}}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.4142135623730951}}, "df": 6, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}}, "df": 2, "n": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 25, "t": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"mephisto": {"tf": 2.23606797749979}, "mephisto.abstractions": {"tf": 2.23606797749979}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 6.324555320336759}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.client": {"tf": 2}, "mephisto.data_model": {"tf": 3.1622776601683795}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.assignment.InitializationData": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.operations": {"tf": 3.3166247903554}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.config_handler.get_config": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.tools": {"tf": 3.4641016151377544}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1.4142135623730951}, "mephisto.utils": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}}, "df": 98, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 2.6457513110645907}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model": {"tf": 2.449489742783178}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 33, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}}, "df": 3}, "/": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}}, "df": 1}}}}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.hydra_config.DatabaseArgs": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 4}}}}}}}}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 2}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}}, "df": 9}}}}}, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.datatypes": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}}, "df": 2}}}}}}, "e": {"docs": {"mephisto.data_model.unit.Unit.sync_status": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 2}}}, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.utils.metrics.get_dash_url": {"tf": 1}}, "df": 1}}}}}}}}, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 3}, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 5, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 2}}}}}}}}}, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 4}}}, "g": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1}}, "df": 2, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}}, "df": 2}}}}}, "t": {"docs": {"mephisto.client": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}}, "df": 2, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}}, "df": 1}}}}}, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 2}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 3}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 9, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architect.Architect": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 5}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architect.Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}}, "df": 12}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}}, "df": 5}}}}, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}}, "df": 2}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 4}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.unit.Unit.get_status": {"tf": 1}}, "df": 1}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.utils": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions": {"tf": 1.7320508075688772}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.operator.Operator.print_run_details": {"tf": 1}}, "df": 25}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 21, "d": {"docs": {"mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}}, "df": 2}}}}}}}}, "f": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}}, "df": 2, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 4, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}}, "df": 4}, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}}, "df": 4}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}}, "df": 2}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}}, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1.4142135623730951}, "mephisto.utils.dirs": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}}, "df": 19, "s": {"docs": {"mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 4}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}}}}, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 5}}}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}}, "df": 1}}}, "e": {"docs": {"mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}}, "df": 1}}}, "g": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 1}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.worker_pool.WorkerPool": {"tf": 1}}, "df": 1}}}}}}}}, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}}}}}}}}, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.utils": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 3, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}}, "df": 1}}}}}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}}, "df": 1}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}}, "df": 2}}}}}}}}}, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}}, "df": 1}}}}, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}, "b": {"docs": {"mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.tools": {"tf": 2}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 48}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk.cleanup": {"tf": 1}}, "df": 8}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 4}}}}}}, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 2}, "m": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}}, "df": 2}}}, "c": {"docs": {"mephisto.scripts.mturk": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 2, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 4, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 16}}}, "s": {"docs": {"mephisto": {"tf": 2.449489742783178}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 2}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.tools": {"tf": 2}, "mephisto.utils": {"tf": 2.449489742783178}, "mephisto.utils.dirs": {"tf": 1}}, "df": 15}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}, "d": {"docs": {"mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 7, "s": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}}, "df": 7}}}, "x": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1.4142135623730951}}, "df": 3}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}}, "df": 2, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}}, "df": 2}}}}, "s": {"docs": {"mephisto.utils": {"tf": 1}}, "df": 1}}}, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}}, "df": 8}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}}, "df": 1}}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}}, "df": 9}}, "t": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}}, "df": 4, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}}}, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model": {"tf": 1.4142135623730951}}, "df": 1, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}}, "df": 2}}}}}}}}}}, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.operations": {"tf": 4.123105625617661}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.get_config": {"tf": 1}, "mephisto.operations.config_handler.write_config": {"tf": 1}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.tools": {"tf": 3.1622776601683795}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 2}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 26, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architect.Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}}, "df": 9, "d": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.utils.dirs.get_root_dir": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}}, "df": 6}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects": {"tf": 2}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations": {"tf": 2.23606797749979}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.utils": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 15, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 3}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 9}}}}}, "s": {"docs": {"mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 2, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}, "r": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.tools": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.tools": {"tf": 1}}, "df": 1}}}}}}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}}}}, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 4, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2.449489742783178}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 13, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1}}, "df": 6}}}, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}}, "df": 1}}, "s": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}}}}}, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.client": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 3}}}, "s": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}}, "df": 2}}}}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.client": {"tf": 1.4142135623730951}}, "df": 1}, "s": {"docs": {"mephisto.tools": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}}, "df": 1}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}}, "df": 1}}}}}, "u": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}}, "df": 1}}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.constants": {"tf": 1}}, "df": 2}}}}}}, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}}, "df": 8, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}}, "df": 1}}}}}}}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto": {"tf": 1.4142135623730951}, "mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 7}, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}}, "df": 23}}, "s": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 2}}}, "s": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 2}}}}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}}, "df": 1}}}}}}}, "m": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 2, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1, "d": {"docs": {"mephisto": {"tf": 1}}, "df": 1}, "s": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.data_model": {"tf": 2}, "mephisto.data_model.worker.Worker": {"tf": 1}, "mephisto.operations": {"tf": 2.23606797749979}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}}, "df": 14}}}}}, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}}, "df": 4}}}}}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {"mephisto": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}}, "df": 19, "d": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.data_model": {"tf": 2}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 14}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 2}}, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}}, "df": 8}}}}}, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}}, "df": 2}}}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}}, "df": 1}}}, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}}, "df": 1}}}}}}}}, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.tools": {"tf": 1}}, "df": 1}}}}}}, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.database.MephistoDBException": {"tf": 1}, "mephisto.abstractions.database.EntryAlreadyExistsException": {"tf": 1}, "mephisto.abstractions.database.EntryDoesNotExistException": {"tf": 1}, "mephisto.client.api.InvalidUsage": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.operations": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}}, "df": 9, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto": {"tf": 1}}, "df": 1}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 5, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 4}}, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}}}}}}, "a": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}}, "df": 1, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}}, "df": 2}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}}}}, "/": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"5": {"3": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}, "docs": {}, "df": 0}, "docs": {}, "df": 0}}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "#": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}}, "df": 2}}}}}}}, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}}, "df": 1}}}, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}}, "df": 2}}, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 5, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 3}}}}}}, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 7}}, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 2}}, "df": 3, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}}, "df": 1}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}}}, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}}, "df": 2}}}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}}}}}}}, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}}}}}}, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}}}}}, "p": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}}, "df": 6, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}}, "df": 1}}}}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architect.ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architect.Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDBException": {"tf": 1}, "mephisto.abstractions.database.EntryAlreadyExistsException": {"tf": 1}, "mephisto.abstractions.database.EntryDoesNotExistException": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.client.api.InvalidUsage": {"tf": 1}, "mephisto.data_model": {"tf": 3}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.ArgsClass": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 2.449489742783178}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1.4142135623730951}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 101, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.data_model": {"tf": 3.3166247903554}, "mephisto.operations": {"tf": 2.6457513110645907}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.utils": {"tf": 2}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 14, "e": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}, "i": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}}, "df": 2, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}}, "df": 21, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 7}, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 2.449489742783178}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}}, "df": 11}}}}}}}}}, "/": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.7320508075688772}}, "df": 7, "u": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.7320508075688772}}, "df": 17}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}}, "df": 5}, "r": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}}, "df": 2}}, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}}, "df": 1}}, "r": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 6, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}}, "df": 2}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}}, "df": 6, "d": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}}, "df": 3}, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}, "s": {"docs": {"mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "d": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 6}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 41, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions": {"tf": 1}}, "df": 1}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.8284271247461903}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.operations": {"tf": 2.23606797749979}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}}, "df": 27, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}}}}, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}}, "df": 6}}}}}}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.7320508075688772}}, "df": 2}}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 7, "\\": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}}, "df": 6}}}, "e": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}}, "df": 88, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 16}, "d": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations": {"tf": 2.23606797749979}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 21}}, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}}, "df": 7}}}}}}}}}, "a": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}}, "df": 1}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 1}}}}}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1.7320508075688772}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1.7320508075688772}}, "df": 9, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}}, "df": 2}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 17, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.operations": {"tf": 2}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_root_dir": {"tf": 1}}, "df": 17}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.operator.Operator": {"tf": 1}}, "df": 1}}}}}, "t": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.8284271247461903}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model": {"tf": 3}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations": {"tf": 3.1622776601683795}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils": {"tf": 1}}, "df": 62, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}}}}, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}}, "df": 1}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 7, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.client.api.intentional_error": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 3}}, "t": {"docs": {"mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}}, "df": 1}}, "p": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}}, "df": 1}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1, "d": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1}}, "df": 3}}}}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 16, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}}}, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}}, "df": 4, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}}, "df": 17}}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "f": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1.4142135623730951}}, "df": 10}}}}}}}}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}}, "df": 11}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1.4142135623730951}}, "df": 2}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}}, "df": 2}}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 1}}}}, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}}, "df": 1}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 2}}}}}}}}}, "e": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}}, "df": 2}}}, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}, "d": {"docs": {"mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}}, "df": 2}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}}, "df": 2}}}, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 2}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}}, "df": 8, "s": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}}, "df": 8}}}}, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}}, "df": 2}}, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 3, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 7}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}}, "df": 1}}}}}, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}}, "df": 12}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}}}}}, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 2}}}, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}}, "df": 22, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}}, "df": 4}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}}, "df": 8}}}}}}, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}}}, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}}, "df": 2}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}}, "df": 1, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 4, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 2}}}}}, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.7320508075688772}}, "df": 5}, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}}, "df": 1}}}}}}}}}}}, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1, "d": {"docs": {"mephisto.utils.dirs": {"tf": 1}}, "df": 1}}}}}}}}}}, "s": {"docs": {}, "df": 0, "v": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}}, "df": 8}}, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.scripts.mturk": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 2}}}}, "a": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 3.3166247903554}, "mephisto.abstractions.architect.Architect": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 5}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 3.3166247903554}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 2.449489742783178}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 3.1622776601683795}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 6.164414002968976}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 3.3166247903554}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 6.244997998398398}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.client": {"tf": 3.3166247903554}, "mephisto.client.api.intentional_error": {"tf": 1}, "mephisto.data_model": {"tf": 5.5677643628300215}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.ArgsClass": {"tf": 1}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1.7320508075688772}, "mephisto.data_model.task.Task.new": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRunArgs": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1.7320508075688772}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations": {"tf": 6.48074069840786}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 3}, "mephisto.scripts.mturk.cleanup": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.tools": {"tf": 5.5677643628300215}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1.7320508075688772}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1.7320508075688772}, "mephisto.tools.scripts.task_script": {"tf": 2.23606797749979}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1.4142135623730951}, "mephisto.utils": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1.7320508075688772}, "mephisto.utils.logger_core.warn_once": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1.7320508075688772}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 390, "l": {"docs": {}, "df": 0, "l": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDBException": {"tf": 1}, "mephisto.abstractions.database.EntryAlreadyExistsException": {"tf": 1}, "mephisto.abstractions.database.EntryDoesNotExistException": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.client": {"tf": 1.7320508075688772}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.client.api.InvalidUsage": {"tf": 1}, "mephisto.data_model": {"tf": 2}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.operations": {"tf": 2.449489742783178}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.registry.fill_registries": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.tools": {"tf": 2.23606797749979}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 95, "o": {"docs": {}, "df": 0, "w": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 1.7320508075688772}, "mephisto.tools": {"tf": 1.4142135623730951}}, "df": 13, "s": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 8}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 4}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 5}}}, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}}, "df": 3}}}}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}}, "df": 3, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}}}}}}, "s": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.operations": {"tf": 2.8284271247461903}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}}, "df": 16}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 44}}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 3}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}}, "df": 2}}}}, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}}, "df": 1}}}, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 5}}}}, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.AliveHandler": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"tf": 1}}, "df": 1}}}}, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions": {"tf": 1.7320508075688772}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 3.7416573867739413}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.client": {"tf": 2}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 30, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto": {"tf": 1.4142135623730951}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1.4142135623730951}, "mephisto.utils": {"tf": 1}}, "df": 8, "s": {"docs": {"mephisto.abstractions": {"tf": 1}}, "df": 1}}}}, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architect.Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1}}, "df": 10}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}}, "df": 2}}}}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}}}}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {"mephisto": {"tf": 2}, "mephisto.abstractions": {"tf": 2.23606797749979}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 3}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 3.605551275463989}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.client": {"tf": 2}, "mephisto.data_model": {"tf": 4.242640687119285}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.operations": {"tf": 3.605551275463989}, "mephisto.operations.datatypes": {"tf": 1}, "mephisto.operations.registry.fill_registries": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.tools": {"tf": 2.449489742783178}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.scripts": {"tf": 1}, "mephisto.utils": {"tf": 2.23606797749979}, "mephisto.utils.metrics.metrics_are_installed": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 77, "n": {"docs": {"mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.constants": {"tf": 1}}, "df": 6}, "a": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}}, "df": 9}}}}, "g": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}}, "df": 2, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1.7320508075688772}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}}, "df": 9, "s": {"docs": {"mephisto.abstractions.architect.ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architect.Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs": {"tf": 1}, "mephisto.data_model.requester.Requester.ArgsClass": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}}, "df": 44}}}}}}, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}, "mephisto.client": {"tf": 2.23606797749979}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 21, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}}, "df": 3}}}}}}}, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}}, "df": 4}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}}, "b": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}}, "df": 2}}}}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 2}}, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}}, "df": 1}}}}}}, "s": {"docs": {"mephisto": {"tf": 2}, "mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 3.3166247903554}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 3.605551275463989}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 4}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 4}, "mephisto.data_model.agent.Agent": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 3.1622776601683795}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.tools": {"tf": 3.1622776601683795}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 99, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}}, "df": 9, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.databases": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}}, "df": 2}}}, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}}, "df": 2}}}}}}, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}}, "df": 1, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 39}, "s": {"docs": {"mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}}, "df": 3}}}}}}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}}, "df": 6}}}, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}}, "df": 4, "s": {"docs": {"mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}}, "df": 5, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}}, "df": 1}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints": {"tf": 3.3166247903554}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.data_model": {"tf": 2.449489742783178}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 2}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.operations": {"tf": 2}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}}, "df": 65, "s": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.data_model": {"tf": 2}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}}, "df": 24}}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}}, "df": 14}}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 2}}}}}}}, "k": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}}, "df": 3, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}}, "df": 3}}}}, "y": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}}}, "i": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.operations.operator.Operator.shutdown_async": {"tf": 1}}, "df": 1}}}}}}, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1}}, "df": 11, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 2.23606797749979}, "mephisto.operations": {"tf": 2}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}}, "df": 9, "s": {"docs": {"mephisto": {"tf": 1.4142135623730951}, "mephisto.abstractions": {"tf": 2.23606797749979}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1.7320508075688772}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.scripts": {"tf": 1}}, "df": 9, "/": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions": {"tf": 1}}, "df": 1}}}}}}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions": {"tf": 1}}, "df": 1}}}}}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions": {"tf": 1}}, "df": 1}}}}}}}}}}}}}, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.assignment.Assignment": {"tf": 1}}, "df": 1}}, "s": {"docs": {"mephisto.data_model.project.Project": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 2.449489742783178}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.8284271247461903}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.8284271247461903}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 30}, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}}}}}}}, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}}, "df": 12}}, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.operator.Operator.print_run_details": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}}, "df": 16}}}}, "n": {"docs": {"mephisto.abstractions": {"tf": 2.23606797749979}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 2.449489742783178}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2.6457513110645907}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 3.4641016151377544}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.client.api.intentional_error": {"tf": 1}, "mephisto.data_model": {"tf": 3}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.operations": {"tf": 2.23606797749979}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.operations.task_launcher.GeneratorType": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.tools": {"tf": 2.23606797749979}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}}, "df": 121, "d": {"docs": {"mephisto": {"tf": 2.23606797749979}, "mephisto.abstractions": {"tf": 3.1622776601683795}, "mephisto.abstractions.architect.Architect": {"tf": 1}, "mephisto.abstractions.architect.Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 3.7416573867739413}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 2}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2.6457513110645907}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 3.4641016151377544}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 4.242640687119285}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 3.605551275463989}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 2}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 5.196152422706632}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.client": {"tf": 2}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.data_model": {"tf": 4.47213595499958}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 2}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.operations": {"tf": 6.4031242374328485}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 2.23606797749979}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 2.449489742783178}, "mephisto.scripts.mturk.cleanup": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.tools": {"tf": 5}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1.7320508075688772}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1.4142135623730951}, "mephisto.utils": {"tf": 2.23606797749979}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 2}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 183, "\\": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}, "y": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.8284271247461903}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 2}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 2}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.InitializationData": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}}, "df": 82, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2}}}}}, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}, "w": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}}, "df": 5}}}}}, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}}}}}}, "t": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.operations": {"tf": 2.23606797749979}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.tools": {"tf": 2}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1.4142135623730951}}, "df": 30, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 3, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}}, "df": 2}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}}, "df": 2}}}}}}}, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 2, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1.7320508075688772}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}}, "df": 7}}}, "k": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}}, "df": 4}}}}}}}}, "\\": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}}, "df": 1}}}}}}}}}, "c": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.client": {"tf": 2.6457513110645907}, "mephisto.tools": {"tf": 1}}, "df": 20, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}}, "df": 1}}}, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.tools": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}, "d": {"docs": {"mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}}, "df": 1}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.utils.dirs": {"tf": 1}}, "df": 1}}}}}, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1}}, "df": 5, "s": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 2}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}}, "df": 4}}}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.unit.Unit.get_status": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}}, "df": 5}}}, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}}, "df": 18}}}}}}}, "t": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 11, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 5, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}}, "df": 6}}}}}, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.7320508075688772}}, "df": 5, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}}, "df": 3}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1, "d": {"docs": {"mephisto.abstractions.databases": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 2}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.operations": {"tf": 2}}, "df": 8}}}, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.operator.Operator": {"tf": 1}}, "df": 1}}}, "s": {"docs": {"mephisto.abstractions.databases": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 4}}, "m": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}}, "df": 1}, "k": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprint.Blueprint": {"tf": 1}}, "df": 1}}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 8}}}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.disconnect_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 3.4641016151377544}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 3.3166247903554}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.data_model": {"tf": 2}, "mephisto.data_model.agent.Agent.__init__": {"tf": 2}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1.4142135623730951}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.operations": {"tf": 4.242640687119285}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1.4142135623730951}}, "df": 126, "s": {"docs": {"mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.operations": {"tf": 2}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}}, "df": 18, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}}, "df": 5}}}}, "h": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}}, "df": 2}}}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}}, "df": 5}}}}}, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}}}}, "d": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}}, "df": 9, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}}, "df": 21, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}}, "df": 1}}}}}}}}, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 2}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 3, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 3}}, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}}, "df": 3}}}, "f": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1}}, "df": 13}}}}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1}}, "df": 15}}}, "l": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}}, "df": 1}}}}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}}, "df": 1}}}}}}, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 17}}}}}}}}}}, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "g": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.tools": {"tf": 1}}, "df": 1, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.tools": {"tf": 1}}, "df": 1}}}}}}}}}}}, "p": {"docs": {}, "df": 0, "i": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.scripts": {"tf": 1}}, "df": 5}, "p": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 2}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}}, "df": 4, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 5, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 12, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.data_model.constants": {"tf": 1}}, "df": 1}}}}}}}}, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}}, "df": 9}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}}, "df": 4, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}}, "df": 2}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.scripts.mturk": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2}}}}}, "w": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}}, "df": 3}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}}, "df": 1}}}}}, "y": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 3}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 5, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.client": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}}}}}}}}}}}}}}}}}}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 10, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}}, "df": 2}}}}}, "b": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}}, "df": 1}}}}}}}}}, "o": {"docs": {}, "df": 0, "f": {"docs": {"mephisto": {"tf": 2.23606797749979}, "mephisto.abstractions": {"tf": 3.3166247903554}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 3}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 3.1622776601683795}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 3.4641016151377544}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 3.4641016151377544}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 3}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 5.385164807134504}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.client": {"tf": 2.6457513110645907}, "mephisto.data_model": {"tf": 5.744562646538029}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1.7320508075688772}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_runs": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1.7320508075688772}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations": {"tf": 6.48074069840786}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1.7320508075688772}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.config_handler.get_config": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown_async": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.operations.registry.fill_registries": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 2.6457513110645907}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 3.3166247903554}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.task_script": {"tf": 1.7320508075688772}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1.4142135623730951}, "mephisto.utils": {"tf": 2.23606797749979}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 184, "f": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}}, "df": 8, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 2}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}}, "df": 2}}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 2}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1}}, "df": 7, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "w": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 3}, "r": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions": {"tf": 1}}, "df": 1}}}}}, "w": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}}, "df": 1}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.config_handler.add_config_arg": {"tf": 1}}, "df": 1}}}}}}}, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 6}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}}, "df": 1}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}}, "df": 14}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}}}}}, "p": {"docs": {"mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}}, "df": 2, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 9}, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 2, "s": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}}, "df": 2}}, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations": {"tf": 2.8284271247461903}, "mephisto.operations.operator.Operator": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.shutdown_async": {"tf": 1}, "mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 6}}}}}, "n": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.shutdown": {"tf": 1}}, "df": 6, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1}}, "df": 2}}, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}}, "df": 1}}}, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1.4142135623730951}}, "df": 3, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 5, "s": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 11}, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 3, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 5}}}}}}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}}, "df": 2}}}}}}, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}}, "df": 2}}, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}}, "df": 1}}}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.scripts": {"tf": 1}}, "df": 1}}}}}}, "n": {"docs": {"mephisto": {"tf": 1.4142135623730951}, "mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 2.6457513110645907}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 3}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2.449489742783178}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 2.23606797749979}, "mephisto.abstractions.providers": {"tf": 3.605551275463989}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.client": {"tf": 2.449489742783178}, "mephisto.data_model": {"tf": 2}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.operations": {"tf": 3.872983346207417}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.datatypes": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.utils": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}}, "df": 104, "e": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.operations": {"tf": 2}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}}, "df": 26, "s": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 3}}, "t": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architect.Architect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}}, "df": 2}}, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.logger_core.warn_once": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 34}}, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.warn_once": {"tf": 1}}, "df": 7}}, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}}}}, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 3.1622776601683795}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 2}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}}, "df": 49, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin": {"tf": 1}}, "df": 3}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1}}, "df": 3}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.data_model.agent.OnboardingAgent": {"tf": 1}}, "df": 1, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.agent.OnboardingAgent": {"tf": 1}}, "df": 1}}}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.operations.worker_pool.OnboardingInfo": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "g": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker": {"tf": 1}}, "df": 9}}}}}}, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 18, "w": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 13}}}}}}}}, "w": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 6, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}}, "df": 2}, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}}, "df": 2}}}}, "r": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 2.6457513110645907}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2.23606797749979}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 3}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.operations": {"tf": 3.1622776601683795}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.scripts": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk": {"tf": 1.7320508075688772}, "mephisto.tools": {"tf": 2.23606797749979}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}}, "df": 53, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 14}}}, "g": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "l": {"5": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "c": {"6": {"4": {"5": {"5": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {}, "df": 0}}}}}}}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 3.605551275463989}}, "df": 2, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}}, "df": 1}}}}}}, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.client.api.intentional_error": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.config_handler.get_config": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}}, "df": 15, "g": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}}, "df": 2}}}}}, "p": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}}, "df": 2}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1, "d": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}, "s": {"docs": {"mephisto.utils": {"tf": 1}}, "df": 1}}}}}, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.scripts.mturk": {"tf": 1}}, "df": 1}}}}, "r": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 4}}, "c": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.client.api.intentional_error": {"tf": 1}}, "df": 3}}}}}, "k": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}, "b": {"docs": {}, "df": 0, "j": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 10, "s": {"docs": {"mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}}, "df": 3}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2, "d": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}}, "df": 3}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}}, "df": 1}}}}}}}}}}, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}}}}}}}}, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}, "w": {"3": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 3.4641016151377544}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 2.23606797749979}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 58, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 17, "s": {"docs": {"mephisto": {"tf": 1}}, "df": 1}}}}, "f": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 4}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2.449489742783178}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 2}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 5}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 2}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 3.1622776601683795}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 2}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1.7320508075688772}, "mephisto.operations": {"tf": 3}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.tools": {"tf": 2.6457513110645907}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 126, "s": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.data_model": {"tf": 2}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 2.23606797749979}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}}, "df": 23}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 2.449489742783178}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}}, "df": 5}}}}}, "d": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}}, "df": 2}}, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}}, "df": 4}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.unit.Unit.expire": {"tf": 1}}, "df": 1}}}}}, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 14, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}}, "df": 1}}}}, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 10, "n": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}}, "df": 4}}, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.client": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 31, "l": {"docs": {}, "df": 0, "l": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}}, "df": 13}}, "b": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.7320508075688772}}, "df": 2, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 4.123105625617661}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}}, "df": 6, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1}}, "df": 5}, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.7320508075688772}}, "df": 1}}}}}}}, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}}, "df": 7}}, "a": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}}, "df": 1}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions": {"tf": 1.7320508075688772}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 3}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 3.1622776601683795}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.operations": {"tf": 3.605551275463989}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.tools": {"tf": 2.23606797749979}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.utils": {"tf": 1.4142135623730951}}, "df": 137, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1.4142135623730951}}, "df": 22}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 16}}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architect.Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 3.3166247903554}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.8284271247461903}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations": {"tf": 2}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 2.449489742783178}, "mephisto.tools": {"tf": 2.449489742783178}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 56}, "d": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}, "s": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}, "p": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 40, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.client.api.intentional_error": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}}, "df": 16, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.utils.metrics.metrics_are_installed": {"tf": 1}}, "df": 9}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.client": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 2}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}}, "df": 13, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}}, "df": 10}}}}}}, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects": {"tf": 2}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 2.449489742783178}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.utils": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 18}}, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 7}}}, "o": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}}, "df": 6, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations": {"tf": 1.4142135623730951}}, "df": 1}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}}, "df": 7, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 16}, "d": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}}, "df": 2}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.config_handler.write_config": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}}, "df": 5, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 3}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 4}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1}}, "df": 2}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model.requester.Requester.register": {"tf": 1}}, "df": 1}}}, "t": {"docs": {"mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 9, "s": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.7320508075688772}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 7, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}, "r": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.utils.logger_core.warn_once": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 3}}}}}, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}}, "df": 7}, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}}, "df": 7, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}}, "df": 2}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}, "l": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}, "t": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.operations": {"tf": 1.4142135623730951}}, "df": 1}}}}, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2}}, "df": 1, ":": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, ":": {"8": {"8": {"8": {"8": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}}}}}}}}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "docs": {}, "df": 0}}}}}}}}}}}}}, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {}, "df": 0, "e": {"5": {"3": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}, "docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 2.449489742783178}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}}, "df": 10, "/": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}}, "df": 1}}}}}, "s": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}}, "df": 2}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}}, "df": 3}}}}}, "o": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.utils.dirs.get_root_dir": {"tf": 1}}, "df": 3}}, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}, "e": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 2}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 5, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}}, "df": 19}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.scripts": {"tf": 1}}, "df": 1, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.tools.scripts": {"tf": 1}}, "df": 6}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 3}}}, "y": {"docs": {"mephisto.tools": {"tf": 1}, "mephisto.utils": {"tf": 1.4142135623730951}}, "df": 2, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.tools": {"tf": 1}}, "df": 1}}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 5, "d": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 3.1622776601683795}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.registry.fill_registries": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}}, "df": 45}, "s": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}}, "df": 10}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 7}}}}}}}}, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.OnboardingInfo": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}}, "df": 16, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 3.605551275463989}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 2}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 2}, "mephisto.client": {"tf": 3.872983346207417}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 2}, "mephisto.data_model.requester.Requester.ArgsClass": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 2}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.7320508075688772}, "mephisto.tools": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}}, "df": 57, "s": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.client": {"tf": 2}, "mephisto.data_model.requester.Requester": {"tf": 1}}, "df": 10}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}, "/": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}}}}, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}}, "df": 1}}, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}}, "df": 6}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}}}, "s": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.client": {"tf": 3.3166247903554}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}}, "df": 7, "s": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.operations": {"tf": 3.1622776601683795}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1.4142135623730951}}, "df": 19}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}}}}}, "d": {"docs": {"mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}}, "df": 1}}}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 14}}}}}, "l": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}}, "df": 1}}}}}, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 13, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}}, "df": 1}}}, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}}, "df": 5}}}}, "t": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}}, "df": 2, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}}, "df": 3, "d": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}, "s": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architect.Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 2}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 3.605551275463989}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_assignment": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_task": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_task": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_requester": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.utils.dirs.get_root_dir": {"tf": 1}, "mephisto.utils.dirs.get_provider_dir": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.metrics.metrics_are_installed": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}}, "df": 203, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1}, "mephisto.tools": {"tf": 2.23606797749979}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 32}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 30}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}}, "df": 3}}}}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2, "d": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}}, "df": 3}}}}}}}, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.6457513110645907}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs": {"tf": 1}, "mephisto.data_model.requester.Requester.ArgsClass": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations": {"tf": 2.449489742783178}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 44, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}}, "df": 13}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}}, "df": 5}}}, "s": {"docs": {"mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}}, "df": 2}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent": {"tf": 1}}, "df": 15}}}}}, "y": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.operations": {"tf": 2.6457513110645907}}, "df": 3}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.4142135623730951}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}}, "df": 3}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}}}}}, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}}, "df": 9}}}}}, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}}, "df": 14, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}}, "df": 1}, "d": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}}, "df": 5}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}}, "df": 1}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 14, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1}}, "df": 1}}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}}, "df": 2}}}}}}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1.4142135623730951}}, "df": 2}}}}}}}}}}}}}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 3}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 3}}}}}}}, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}}, "df": 8, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client": {"tf": 1.4142135623730951}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1}}, "df": 3}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.tools": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}}, "df": 2}}}, "s": {"docs": {"mephisto.tools": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}}, "df": 4, "d": {"docs": {"mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}}, "df": 1}}}}}, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}}, "df": 5, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}}, "df": 2}}}}, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}, "s": {"docs": {"mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}}, "df": 1}}}}}}, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}}, "df": 3, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 3}}}}, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 2}}}}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}}, "df": 11}, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}, "l": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError": {"tf": 1}}, "df": 3, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}}, "df": 5}}, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}}, "df": 11, "s": {"docs": {"mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}}, "df": 1}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}}, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}}, "df": 2, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}}, "df": 1}}}}}}}}}, "j": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}}, "df": 8, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}}, "df": 4}}}}}}, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}}, "df": 1}}}}}, "d": {"docs": {"mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 2}}}}, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}}, "df": 3, "s": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker": {"tf": 1}}, "df": 10}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}}, "df": 7}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}}}}}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}}, "df": 2}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}}}}}, "f": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 2, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}}, "df": 2}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}}, "df": 1}}}}}}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 2}}}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}}, "df": 2}}}}, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}}, "df": 2}}}}, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.scripts.mturk": {"tf": 1}}, "df": 1}}}}, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 5}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 2.449489742783178}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_task": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.to_dict": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit.get_task_run": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.operations": {"tf": 2.23606797749979}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk.cleanup": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.tools": {"tf": 2.6457513110645907}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1.7320508075688772}, "mephisto.utils.metrics.run_install_script": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 85, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 2.23606797749979}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.operator.Operator.print_run_details": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}}, "df": 28}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_blueprint": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}}, "df": 10, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.run_unit": {"tf": 1}}, "df": 6}}}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.scripts": {"tf": 1}}, "df": 1}}}}}, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.client": {"tf": 2.449489742783178}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.operations": {"tf": 2}, "mephisto.operations.datatypes": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}}, "df": 28, "/": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.databases": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}}, "df": 4, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1.4142135623730951}}, "df": 1}}}, "s": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}, "e": {"docs": {"mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}}, "df": 21, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}}, "df": 6}}}}, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 6}}}, "e": {"docs": {"mephisto.abstractions.databases": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}}, "df": 2}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}}, "df": 1}}}, "k": {"docs": {"mephisto.client": {"tf": 1.4142135623730951}}, "df": 1}}, "m": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}, "w": {"docs": {"mephisto.operations.config_handler.get_raw_config": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}, "h": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 3}}}, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}}}}}, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {"mephisto": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 2}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1}}, "df": 8}}}, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2}}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects": {"tf": 2}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 10, "s": {"docs": {"mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.scripts": {"tf": 1}}, "df": 2}}}}}, "r": {"docs": {"mephisto": {"tf": 2.449489742783178}, "mephisto.abstractions": {"tf": 2.23606797749979}, "mephisto.abstractions.architect.ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architect.Architect": {"tf": 1}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 3}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.mock_architect.AliveHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 4.795831523312719}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 3}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.ProviderArgs": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDBException": {"tf": 1}, "mephisto.abstractions.database.EntryAlreadyExistsException": {"tf": 1}, "mephisto.abstractions.database.EntryDoesNotExistException": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 5.656854249492381}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.client": {"tf": 2}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.client.api.InvalidUsage": {"tf": 1}, "mephisto.data_model": {"tf": 4.47213595499958}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_agents": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 2}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.ArgsClass": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.get_assignments": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.operations": {"tf": 6.928203230275509}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1.7320508075688772}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1.7320508075688772}, "mephisto.tools": {"tf": 4.47213595499958}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1.4142135623730951}, "mephisto.tools.scripts": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}, "mephisto.utils": {"tf": 2.449489742783178}, "mephisto.utils.dirs": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.get_logger": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1.4142135623730951}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 412, "m": {"docs": {"mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2.23606797749979}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}}, "df": 4, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.abstractions": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.tools": {"tf": 2.23606797749979}}, "df": 5, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_parsed_data": {"tf": 1}}, "df": 2}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}}}}, "s": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 1}}}, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "f": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1.4142135623730951}}, "df": 8}}}}}}}, "e": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}}, "df": 2}}}}, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}}, "df": 8, "d": {"docs": {"mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}}, "df": 1}}}}, "u": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}}, "df": 1}, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 4}}}, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}}, "df": 2}}}}}}, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.constants": {"tf": 1}}, "df": 1}}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.init_mixin_config": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.operations": {"tf": 2}, "mephisto.tools": {"tf": 2}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 27, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 2}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 10}}}}}, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.utils": {"tf": 1.4142135623730951}}, "df": 13}}}}}}, "d": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}}, "df": 2}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}}, "df": 3}}}}}, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 4}}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_agent_from_onboarding": {"tf": 1}}, "df": 7, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 3}}, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 2}}}}}}}, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}}}}}, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 2}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 2}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.operations": {"tf": 2.8284271247461903}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1}, "mephisto.operations.config_handler.get_config": {"tf": 1}, "mephisto.operations.datatypes": {"tf": 1}, "mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils": {"tf": 2}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 43, "s": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.prepare": {"tf": 1}, "mephisto.abstractions.architect.Architect.deploy": {"tf": 1}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 2.6457513110645907}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1.4142135623730951}, "mephisto.utils": {"tf": 1.7320508075688772}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 29, "y": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}}, "df": 1}}}}}}, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2}}}}}, "l": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 2}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}}, "df": 1}}}}}}}, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}}, "df": 3, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}}, "df": 1}}}}}, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 45, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.scripts.mturk.cleanup": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}}, "df": 4}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 8, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}}, "df": 1}}}}}}}, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}}, "df": 12}}}, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 13}}}}, "g": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}}, "df": 1}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 2}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_parsed_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 3.605551275463989}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 2}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.operations": {"tf": 3.605551275463989}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 1.7320508075688772}, "mephisto.tools": {"tf": 2}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1.7320508075688772}, "mephisto.utils.metrics.run_install_script": {"tf": 1}}, "df": 93}, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.8284271247461903}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.rebuild_core": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.operations.worker_pool.AgentDetails": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}}, "df": 31}}}}}}, "e": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}}}, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}}, "df": 4}}}}}}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}}, "df": 7, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}}, "df": 11}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}}, "df": 2}}}, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}}, "df": 3}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.scripts.mturk": {"tf": 1}}, "df": 1}}}, "r": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 3}}}}, "l": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.client": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}}, "df": 25, "y": {"docs": {"mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}}, "df": 2}}}, "l": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}}, "df": 1, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 3}}}}}}, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1, "y": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}}, "df": 6}}}}, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.datatypes": {"tf": 1}}, "df": 1}}}}}}}}, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}}, "df": 2}}}}}, "k": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}}, "df": 1}}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 3}}, "a": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.router": {"tf": 3}}, "df": 1}}, "g": {"docs": {"mephisto.abstractions.databases": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}}, "df": 2}}, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 3}}}}}, "e": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}}, "df": 2, "l": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 1}, "d": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 2}}}}}, "s": {"docs": {"mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}}, "df": 1}}, "t": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}}, "df": 2}}}}}}, "w": {"docs": {"mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1}}, "df": 2}}}, "n": {"docs": {"mephisto.client": {"tf": 2}}, "df": 1, "o": {"docs": {"mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_projects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_tasks": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_task_runs": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_assignments": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_requesters": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_workers": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_onboarding_agents": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 58, "t": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.client": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.scripts.mturk.cleanup": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}}, "df": 40, "e": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1, "d": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 3}, "s": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}}, "df": 3}}}}, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}}, "df": 2}}}}, "w": {"docs": {"mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 12, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 2}, "mephisto.abstractions.architects.router": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}}, "df": 3}}, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDBException": {"tf": 1}, "mephisto.abstractions.database.EntryAlreadyExistsException": {"tf": 1}, "mephisto.abstractions.database.EntryDoesNotExistException": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.client.api.InvalidUsage": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}}, "df": 13, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.databases.local_database.nonesafe_int": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.act": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 21, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1.7320508075688772}}, "df": 11}}}}}}, "r": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}}}}}, "e": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations": {"tf": 2}}, "df": 56, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations.worker_pool.AgentDetails": {"tf": 1}}, "df": 1}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.scripts.mturk": {"tf": 1.4142135623730951}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 2}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 25, "s": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.6457513110645907}, "mephisto.data_model": {"tf": 1.7320508075688772}}, "df": 9}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 17}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}}, "df": 4}}}}, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.worker.Worker.register": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 10}, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}}, "df": 2}}}}}}}}}, "x": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_live_update": {"tf": 1}}, "df": 2}}, "t": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}, "/": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "j": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}}}}}}}}}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}}, "df": 3}}}, "g": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}}, "df": 1}}}}}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}}, "df": 11, "b": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.tools": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 9}}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.client": {"tf": 1.4142135623730951}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.client": {"tf": 3.872983346207417}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.new": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.tools": {"tf": 2.6457513110645907}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 2}}, "df": 57, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 3, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 1}}}}}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}}, "df": 1}}}}}, "d": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 2}, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}}, "df": 9}}}}, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.databases": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}}, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.utils": {"tf": 1}}, "df": 1}}}}}}}, "p": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}}, "df": 1}}}, "b": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "n": {"docs": {"mephisto": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions": {"tf": 1}}, "df": 1}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.tools": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}}, "df": 2}}}}}, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 2}}}}, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprint.BlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.6457513110645907}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.client": {"tf": 2.23606797749979}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.operations": {"tf": 2.449489742783178}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}}, "df": 38, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.abstract": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 12}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprint.BlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.ArgsClass": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}}, "df": 4}}}}}}}}}}}, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.blueprint.BlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 2.449489742783178}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}}, "df": 21, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_blocked": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.is_blocked": {"tf": 1}}, "df": 10}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}}, "df": 8}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.scripts.mturk": {"tf": 1}}, "df": 1}}}}}}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.scripts.mturk": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2}}}}, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.install_router_files": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_node_router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1.7320508075688772}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}}, "df": 25, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 5}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}}, "df": 13}}, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}}, "df": 4}}, "t": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}}, "df": 11}}}, "t": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.utils.logger_core.warn_once": {"tf": 1}}, "df": 24, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 2}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 8, "d": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}, "d": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}}, "df": 6, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}}, "df": 2}}}}}}}}, "e": {"docs": {"mephisto.abstractions": {"tf": 2.23606797749979}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.prepare": {"tf": 1}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 3.4641016151377544}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.router": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 3.605551275463989}, "mephisto.abstractions.blueprints.abstract": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 3}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 4.898979485566356}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.client": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 4.358898943540674}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations": {"tf": 4.358898943540674}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.scripts": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 2.6457513110645907}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.tools": {"tf": 2.23606797749979}, "mephisto.tools.examine_utils": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils": {"tf": 1.4142135623730951}}, "df": 135, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.client": {"tf": 1}, "mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 6}, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.utils": {"tf": 1}}, "df": 1}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.scripts.mturk.cleanup": {"tf": 1}}, "df": 21}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.scripts": {"tf": 1}}, "df": 20}}}, "t": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 16}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 4}}}}, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}}, "df": 12}}}}, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 5}}}}, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 4}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}}, "df": 4}}}}, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 2}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.databases": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}}, "df": 2}}, "y": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 3}}}}}, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}}, "df": 3, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}}, "df": 6}}, "d": {"docs": {"mephisto.data_model": {"tf": 2.23606797749979}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 2}}, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}}, "df": 2}}}}}}, "s": {"docs": {"mephisto.abstractions.database.MephistoDB": {"tf": 1}}, "df": 1}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architect.ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architect.Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.crowd_provider.ProviderArgs": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDBException": {"tf": 1}, "mephisto.abstractions.database.EntryAlreadyExistsException": {"tf": 1}, "mephisto.abstractions.database.EntryDoesNotExistException": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.client.api.InvalidUsage": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.requester.RequesterArgs": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.ArgsClass": {"tf": 1}, "mephisto.data_model.worker.WorkerArgs": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}}, "df": 36, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}}}, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.client": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}}, "df": 15}}, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 4}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1.7320508075688772}, "mephisto.client": {"tf": 1.7320508075688772}}, "df": 3, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}}, "df": 3}}}}}}, "r": {"docs": {"mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}}, "df": 1}}, "y": {"docs": {"mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 2}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.client": {"tf": 1.7320508075688772}, "mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.data_model": {"tf": 2.23606797749979}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.operations": {"tf": 2}, "mephisto.operations.registry.fill_registries": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 2}, "mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 96, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 4}, "o": {"3": {"docs": {"mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester": {"tf": 1}}, "df": 2}, "docs": {}, "df": 0}}, "x": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}}, "df": 2}, "o": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 27, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}}, "df": 1}}}}, "k": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new_from_provider_data": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.new_from_provider_data": {"tf": 1}}, "df": 3}}}}}}}}}, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1.4142135623730951}}, "df": 8, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}}, "df": 2}}}}}, "b": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 2}}}, "u": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 4, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.operations": {"tf": 2.23606797749979}, "mephisto.operations.operator.Operator": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}}, "df": 42, "r": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.WorkerClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}, "mephisto.data_model.worker.Worker": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.operations": {"tf": 2.23606797749979}, "mephisto.scripts": {"tf": 1}, "mephisto.tools": {"tf": 2.23606797749979}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}}, "df": 31, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.7320508075688772}, "mephisto.utils": {"tf": 1}}, "df": 7, "/": {"docs": {}, "df": 0, "j": {"docs": {}, "df": 0, "j": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"3": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "y": {"3": {"8": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 2}}}}}, "docs": {}, "df": 0}, "docs": {}, "df": 0}}}}}}}}}, "docs": {}, "df": 0}}}}}}}}}}}}}}}, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}}, "df": 1}}}}}, "f": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.tools.scripts": {"tf": 1}, "mephisto.utils": {"tf": 1.7320508075688772}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 11}}}, "s": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 6}, "d": {"docs": {"mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 2}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_task": {"tf": 1}, "mephisto.operations": {"tf": 2.8284271247461903}, "mephisto.operations.datatypes": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}, "mephisto.utils": {"tf": 1.4142135623730951}}, "df": 42}, "g": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}}, "df": 2}}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.agent.Agent.get_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_worker": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.operations": {"tf": 2.449489742783178}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 30}}}, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}}, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.tools.examine_utils": {"tf": 1}}, "df": 12}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 4}}}}}, "p": {"docs": {"mephisto.abstractions.architect.Architect": {"tf": 1}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.client": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}, "mephisto.operations.registry.fill_registries": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.utils": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 43, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 7}}, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}}}}}, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}}, "df": 17, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 3}, "d": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}}, "df": 5}}}}}}, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}}}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}}, "df": 5, "l": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator": {"tf": 1}}, "df": 7}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}}, "df": 2, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}}}}, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.data_model.task.Task.new": {"tf": 1}}, "df": 1}}}}}, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.8284271247461903}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 2}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 2}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 2}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 2}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 2}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 2}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 2}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 2}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.get_init_data_for_agent": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 3.605551275463989}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_assignment_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.client": {"tf": 2.449489742783178}, "mephisto.data_model": {"tf": 2.449489742783178}, "mephisto.data_model.agent.Agent.get_unit": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.assignment.InitializationData": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.reserve_unit": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 2}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment": {"tf": 1}, "mephisto.data_model.unit.Unit.get_requester": {"tf": 1}, "mephisto.data_model.unit.Unit.clear_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_pay_amount": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1.7320508075688772}, "mephisto.operations": {"tf": 2.8284271247461903}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.tools": {"tf": 3.1622776601683795}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1.7320508075688772}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 106, "s": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_units": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.client": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.operations": {"tf": 2.8284271247461903}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1.4142135623730951}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.expire_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.tools": {"tf": 2.449489742783178}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1.4142135623730951}}, "df": 38}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 4}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}}, "df": 2}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1.4142135623730951}}, "df": 1}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}}, "df": 2}}}}}}}}}}}, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}}, "df": 1}}}}}, "k": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}}, "df": 1}}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}}, "df": 3}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 2}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}}, "df": 4, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}}}}, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1}}, "df": 1, "d": {"docs": {"mephisto": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 2}}}}, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk.cleanup": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 13}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools.examine_utils": {"tf": 1}, "mephisto.tools.scripts": {"tf": 1}}, "df": 4}}}}}, "s": {"docs": {"mephisto.tools": {"tf": 1}, "mephisto.utils": {"tf": 1.7320508075688772}}, "df": 2}}}}, "l": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 3}}}}}}}}}, "r": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architect.Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}}, "df": 10, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "b": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}}}, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1}}, "df": 3}}}, "i": {"docs": {"mephisto.client": {"tf": 1.4142135623730951}, "mephisto.client.api.intentional_error": {"tf": 1}}, "df": 2}}, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}}, "df": 3, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}}, "df": 4}, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}, "s": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}}, "df": 1}}}}}, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 2}}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}}, "df": 8}}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 2}}}, "a": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}}, "df": 10}, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}}}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}}, "df": 15, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}}, "df": 21, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}}, "df": 4}}, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 7}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}}, "df": 2}}}}, "s": {"docs": {"mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}}, "df": 1}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.tools.scripts.augment_config_from_db": {"tf": 1}}, "df": 1}}}}}, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1.7320508075688772}}, "df": 9, "s": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 6}}}}, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2}}, "df": 2, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2.6457513110645907}}, "df": 2}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.datatypes": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 4}}}}}}, "p": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 2}}}, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "h": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.tools": {"tf": 1}}, "df": 13, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}, "r": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}}, "df": 8}}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.new_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_mturk_hit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.clear_assigned_agent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_config": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}}, "df": 19, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}}, "df": 1}}}}}}, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.scripts.mturk.cleanup": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}}, "df": 6}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 3, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.client.api.intentional_error": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.tools": {"tf": 2}, "mephisto.utils": {"tf": 1}, "mephisto.utils.testing.get_test_project": {"tf": 1}, "mephisto.utils.testing.get_test_worker": {"tf": 1}, "mephisto.utils.testing.get_test_requester": {"tf": 1}, "mephisto.utils.testing.get_test_task": {"tf": 1}, "mephisto.utils.testing.get_test_task_run": {"tf": 1}, "mephisto.utils.testing.get_test_assignment": {"tf": 1}}, "df": 12, "s": {"docs": {"mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils": {"tf": 1.4142135623730951}}, "df": 3}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.client": {"tf": 1.4142135623730951}}, "df": 1}}}}}, "l": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}}, "df": 1}}, "d": {"docs": {"mephisto.data_model.constants": {"tf": 1}}, "df": 1}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "u": {"docs": {"mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2ArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}}, "df": 16, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}}}}}}, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 9}}, "a": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.7320508075688772}}, "df": 1, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}}, "df": 3}}}}, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}}}}}}, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.data_model": {"tf": 2.23606797749979}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.data_model.requester.Requester.get_available_budget": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.operations": {"tf": 2.23606797749979}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}}, "df": 41}, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_worker": {"tf": 1}}, "df": 8, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 23, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2}, "mephisto.abstractions.architects.mock_architect.AliveHandler": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_message": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}}, "df": 7, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.operations.operator.Operator.get_running_task_runs": {"tf": 1}}, "df": 2}}, "s": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}}, "df": 12, "u": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}}}}}}}, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 3}}}}, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.cleanup": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 40, "n": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.mark_disconnected": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}}, "df": 7}}}}, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}}, "df": 1}}}, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1.4142135623730951}}, "df": 2}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}}}, "y": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations": {"tf": 3}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}, "mephisto.tools.scripts.process_config_and_get_operator": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1.4142135623730951}}, "df": 12}}}}, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}}, "df": 4, "s": {"docs": {}, "df": 0, ":": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}}}}}, "w": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}}, "df": 2}}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}}, "g": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}}}}}, ":": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "/": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "v": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}}}}}}}, "m": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 4.358898943540674}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}}, "df": 9}}}, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}}, "df": 4}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}, "d": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}}, "df": 1}}}, "s": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}}, "df": 7}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.task_run.TaskRun.clear_reservation": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}}, "df": 2}}}, "w": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.client": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 6, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints": {"tf": 2.449489742783178}, "mephisto.abstractions.databases": {"tf": 1}}, "df": 2}}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations": {"tf": 2}}, "df": 1, "s": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto": {"tf": 1.7320508075688772}, "mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.operations": {"tf": 3.1622776601683795}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 2}, "mephisto.utils.logger_core.get_logger": {"tf": 1.7320508075688772}}, "df": 27, "s": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 2}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model.task.Task": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.tools": {"tf": 1}}, "df": 1}}}}}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}, "k": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}}, "df": 1}}, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}}, "df": 1}}, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1}}, "df": 2}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "w": {"docs": {"mephisto": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 3, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2}, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.load_db_and_process_config": {"tf": 1}}, "df": 16, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1}}, "df": 3}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}}, "df": 4}}, "s": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}}, "df": 2}}}, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 3, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}}, "df": 5}}}}, "g": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.utils.logger_core.warn_once": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 9, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}}, "df": 2}, "c": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}}, "df": 5}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}}, "df": 1}, "r": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.get_logger": {"tf": 2}}, "df": 4, "s": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 3}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils": {"tf": 1.7320508075688772}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.get_logger": {"tf": 1.4142135623730951}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 6}}}}, "s": {"docs": {"mephisto.utils": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 2}}, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1.4142135623730951}}, "df": 4, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 3}}}}, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 2, "d": {"docs": {"mephisto.abstractions.database.MephistoDB": {"tf": 1}}, "df": 1}}}, "l": {"docs": {"mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitectArgs": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.ArgsClass": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1.7320508075688772}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.register_from_provider_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 36, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}}, "df": 1}}}}}}}}}}, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 9}}, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}}, "df": 1}}}}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {"mephisto.abstractions.database.MephistoDB": {"tf": 1}}, "df": 1}}}}}}}}}, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {"mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}}, "df": 3}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}}}}}, "k": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}}, "df": 1}}}}, "o": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}}, "df": 3, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}}, "df": 1}, "w": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}}, "df": 1}}}}}}}}}, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.data_model": {"tf": 2.449489742783178}, "mephisto.data_model.task_run.TaskRun.get_provider": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations": {"tf": 2.6457513110645907}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_units": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}}, "df": 25, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.operations": {"tf": 2.449489742783178}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 11}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.task.Task.get_runs": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}}, "df": 20}, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}}, "df": 2}, "r": {"docs": {"mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}}, "df": 2}}, "/": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 7}}}, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}, "b": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}}, "df": 1}}}, "y": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.datatypes": {"tf": 1}}, "df": 4}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.register_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.launch_channels": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.register_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 24, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.shutdown": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}}, "df": 3, "s": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect.Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.get_channels": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_unassigned_hit_ids": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.project.Project.get_tasks": {"tf": 1}, "mephisto.data_model.requester.Requester.get_task_runs": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}}, "df": 26, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}, "d": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}, "[": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}}, "df": 8}}}, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.data_model.assignment.InitializationData": {"tf": 1}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}}, "df": 2}}}}}}}}}}}, "k": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.scripts": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 12, "w": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 4}}}}, "f": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 2}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState.__init__": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 4}}}}}}}, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 4}}}}, "n": {"docs": {}, "df": 0, "k": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 3, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}}, "df": 4}}}, "e": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}, "b": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}}}}}, "g": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}}}}}}}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}}, "df": 2}}}}, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 4.123105625617661}, "mephisto.client": {"tf": 3.605551275463989}, "mephisto.operations": {"tf": 1}}, "df": 4}, "l": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 4}, "y": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}}}, "s": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects": {"tf": 3}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_load_balancer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.shutdown": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 3}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.observe": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 3.3166247903554}, "mephisto.data_model.agent.Agent.get_agent_id": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.operations": {"tf": 5.0990195135927845}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}}, "df": 68, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprint.BlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 2.8284271247461903}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 2.8284271247461903}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 2}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 2}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 3.4641016151377544}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 3.4641016151377544}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mock.mock_requester.MockRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 2}, "mephisto.client": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}, "mephisto.operations.worker_pool.OnboardingInfo": {"tf": 1}, "mephisto.utils.logger_core.warn_once": {"tf": 1}}, "df": 29, "u": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.hydra_config.initialize_named_configs": {"tf": 1}}, "df": 4, "s": {"docs": {"mephisto": {"tf": 1}}, "df": 1}, "d": {"docs": {"mephisto.operations": {"tf": 2}}, "df": 1}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs.get_mock_params": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.config_handler.get_raw_config": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1.7320508075688772}}, "df": 12, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}}, "df": 1}}}}}, "s": {"docs": {"mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}}, "df": 3}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 2}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.download_file": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 9}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}}, "df": 9}}}, "e": {"docs": {"mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.cache_result": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.cache_result": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 8, "d": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.load_data": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.data_model": {"tf": 2}, "mephisto.data_model.task_run.TaskRun.get_run_dir": {"tf": 1}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}}, "df": 23}, "s": {"docs": {"mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}}, "df": 3}}}}, "e": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}}, "df": 6, "s": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 4}, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.launch_mock": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}}, "df": 17, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.task_run.TaskRun.get_requester": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 3, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}}}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}}, "df": 32, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 4, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}}, "df": 2}}}}, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}}, "df": 2}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}}, "df": 2}}}}}}}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}, "h": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 2.23606797749979}}, "df": 1}}}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}}, "df": 3}}}}}}, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 3}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.launch": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.get_data_dir": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_data_dir": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}}, "df": 52, "s": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.load_data": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}}, "df": 8}, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}}, "df": 1}}}}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 2.23606797749979}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.get_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.operations": {"tf": 2.23606797749979}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1.4142135623730951}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}}, "df": 57, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.incomplete": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.valid_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_unit": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.completed": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.final_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1.4142135623730951}}, "df": 12}}}}, "s": {"docs": {"mephisto.tools": {"tf": 1.7320508075688772}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}}, "df": 2}}}, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 13}}}, "y": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 5}}}, "u": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "f": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.tools": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}}, "df": 2}}}}}, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 2.449489742783178}, "mephisto.scripts.mturk.cleanup": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.tools": {"tf": 2.6457513110645907}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1.4142135623730951}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.metrics.run_install_script": {"tf": 1}}, "df": 15, "s": {"docs": {"mephisto": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2.23606797749979}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.scripts": {"tf": 1.7320508075688772}, "mephisto.scripts.mturk": {"tf": 1.7320508075688772}, "mephisto.tools": {"tf": 2.6457513110645907}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.tools.examine_utils": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}, "mephisto.tools.scripts": {"tf": 1}}, "df": 13}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}}, "df": 2}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}}, "df": 11}}}}}}}, "h": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}}, "df": 1}}}}, "u": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions": {"tf": 1}}, "df": 1}}}}}}}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}}, "df": 2}}}}}, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 3}}}}}, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}}, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1.4142135623730951}}, "df": 1}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}}, "df": 1}}}}}}}, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.open": {"tf": 1}}, "df": 1}, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.data_model.agent.Agent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.await_submit": {"tf": 1}}, "df": 10, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}}, "df": 15}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_task": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.update_submit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.await_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 9}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}}, "df": 1}}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1.4142135623730951}}, "df": 2}}}}}}}}}}}, "j": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}}, "df": 1}}}}, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.utils": {"tf": 1}}, "df": 1}}}}}}}, "m": {"docs": {"mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}}, "df": 1, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}, "f": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions": {"tf": 1}}, "df": 1}}}}}}}}, "c": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.register": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model": {"tf": 2.23606797749979}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations": {"tf": 2.449489742783178}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1.4142135623730951}}, "df": 44}, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.pay_bonus": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.bonus_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.client": {"tf": 2.6457513110645907}, "mephisto.data_model.worker.Worker.bonus_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}}, "df": 12, "f": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}}, "df": 3, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}}, "df": 10}}}}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}}, "df": 1}}}}}}, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}}, "df": 3}}}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}}}}, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}}, "df": 11}, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}}, "df": 2}}}}}, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 6, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.registry.get_valid_provider_types": {"tf": 1}, "mephisto.operations.registry.get_valid_blueprint_types": {"tf": 1}, "mephisto.operations.registry.get_valid_architect_types": {"tf": 1}}, "df": 3}}}}}, "l": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}}, "df": 1}}}}}}, "g": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}}, "df": 3}}}}}, "s": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 2}}}}}, "d": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.scripts.mturk": {"tf": 1}}, "df": 1}}}}}, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.data_model": {"tf": 2}, "mephisto.data_model.agent.Agent.approve_work": {"tf": 1}, "mephisto.data_model.agent.Agent.reject_work": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_assignment_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assignment_data": {"tf": 1}, "mephisto.operations": {"tf": 2.23606797749979}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.push_status_update": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1.7320508075688772}}, "df": 48, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 2}}}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.tools.examine_utils": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 18}}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.block_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.unblock_worker": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.worker.Worker.block_worker": {"tf": 1}, "mephisto.data_model.worker.Worker.unblock_worker": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}}, "df": 20}, "s": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}}, "df": 2}}}, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 8, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 5}}}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1.4142135623730951}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}}, "df": 5, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 2}}}}}}}, "s": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.agent_id": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mock.mock_requester.MockRequester.get_available_budget": {"tf": 1}}, "df": 1}, "t": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.project.Project.get_total_spend": {"tf": 1}, "mephisto.data_model.requester.Requester.get_total_spend": {"tf": 1}, "mephisto.data_model.task.Task.get_total_spend": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_total_spend": {"tf": 1}}, "df": 6}}}, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}}, "df": 1}}, "w": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}}, "df": 2, "r": {"docs": {"mephisto.abstractions": {"tf": 2}, "mephisto.abstractions.architect.Architect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1}, "mephisto.abstractions.architect.Architect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architect.Architect.deploy": {"tf": 1.7320508075688772}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 4.358898943540674}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.deploy": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.prepare": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.deploy": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.local_architect.LocalArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 3.605551275463989}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.make_agent_request": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.registry.fill_registries": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}}, "df": 65, "s": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 5}}, "d": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 3}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 3}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.data_model.requester.Requester.to_dict": {"tf": 1}}, "df": 1}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 3, "s": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}}}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 2.23606797749979}}, "df": 3}}}, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 3}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.utils.dirs.get_dir_for_task": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 3}}}}}, "t": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.set_init_state": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_resources_from_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.set_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.set_db_status": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.Agent.get_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.set_live_run": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_live_run": {"tf": 1}, "mephisto.data_model.assignment.Assignment": {"tf": 1}, "mephisto.data_model.assignment.Assignment.write_assignment_data": {"tf": 1}, "mephisto.data_model.task.Task": {"tf": 1}, "mephisto.data_model.task_run.TaskRun": {"tf": 1}, "mephisto.data_model.unit.Unit.set_db_status": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1.4142135623730951}}, "df": 43, "u": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.setup_resources_for_task_run": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.scripts.heroku.initialize_heroku.main": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 11}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architect.Architect": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 10, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.MockArchitect.deploy": {"tf": 1}}, "df": 1}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 9}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 1}}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 2, "\\": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}, "f": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2.23606797749979}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}}, "df": 3}}, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.submit_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1.4142135623730951}}, "df": 8}, "d": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.submit_mock_unit": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.register_mock_agent_after_onboarding": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.act": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}, "mephisto.data_model.agent.Agent.update_status": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.update_status": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.reconnect_agent": {"tf": 1}}, "df": 18, "/": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_alive": {"tf": 1}}, "df": 1}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}}, "df": 4}}}, "s": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}}, "df": 1}}}, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.build_is_clean": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.requester.Requester.is_registered": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 27, "n": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools.examine_utils": {"tf": 1}}, "df": 4}, "k": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}}, "df": 1}}}, "m": {"docs": {"mephisto.scripts.mturk": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 2}}}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}}, "df": 2, "d": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 3}}}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}}, "df": 2}}}}}}}, "h": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.shutdown": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.operator.Operator.shutdown_async": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.shutdown": {"tf": 1}}, "df": 9, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}}, "df": 2}}}}, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.shutdown": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}, "mephisto.operations": {"tf": 2}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1.7320508075688772}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.disconnect_active_agents": {"tf": 1}, "mephisto.utils.metrics.shutdown_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}}, "df": 13, "s": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.MockServer.shutdown_mock": {"tf": 1}}, "df": 1}}}, "s": {"docs": {"mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 1}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects": {"tf": 3.1622776601683795}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.build_router.can_build": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprint.Blueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.449489742783178}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.get_frontend_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.4142135623730951}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.client": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.act": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.OnboardingAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.act": {"tf": 1}, "mephisto.data_model.constants.assignment_state.AssignmentState.payable": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations": {"tf": 2.23606797749979}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.operations.registry.uses_mephisto": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_screening_unit": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_gold_unit": {"tf": 1}, "mephisto.scripts": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1}}, "df": 73}}}, "w": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 3, "n": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}}, "df": 1}, "s": {"docs": {"mephisto.client": {"tf": 1.4142135623730951}}, "df": 1}}, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 3}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 1}}, "df": 3, "d": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.data_model.assignment.InitializationData": {"tf": 1}, "mephisto.data_model.constants": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 4, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.create_validation_function": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}}, "df": 7}}}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}}, "df": 3}}}}}}}}}}}}}}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}}}}}}}}}}}}}}, "o": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.MockArchitect": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 11, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1.4142135623730951}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 2.449489742783178}, "mephisto.data_model.requester.Requester": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.launch": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.scripts": {"tf": 1}, "mephisto.utils.testing.make_completed_unit": {"tf": 1}}, "df": 18, "w": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect": {"tf": 1}}, "df": 2}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}}, "df": 2}}}}, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.assert_mixin_args": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 14}}}}, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}}, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}}, "df": 2}}}}}, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.open": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_close": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 7}}}}, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 2}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 2}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}}, "df": 23}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}}, "df": 1}}}}}}, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.get_outstanding_hits": {"tf": 1}}, "df": 1}}}}, "f": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 4}}}, "a": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architect.Architect.download_file": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.save_data": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}}, "df": 9, "d": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 1}}}}, "f": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 2}}, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.add_header": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 15}, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client": {"tf": 3.4641016151377544}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}}, "df": 1}}, "y": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "x": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProviderArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.is_sandbox": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}}, "df": 15, "m": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}}}}}}}}, "/": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.data_model.requester.Requester.is_sandbox": {"tf": 1}}, "df": 1}}}}}}}}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 4}}}}, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.MephistoAgentWrapper.observe": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}}, "df": 6}, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.AliveHandler": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_compensation_hit_with_hit_type": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.qualification.Qualification": {"tf": 1}}, "df": 7}, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.utils": {"tf": 1}}, "df": 3}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.utils": {"tf": 1}}, "df": 1}}}}}}}}, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.7320508075688772}}, "df": 2}}, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 2}}, "g": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 6, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.operations.hydra_config.DatabaseArgs": {"tf": 1}, "mephisto.operations.hydra_config.MephistoConfig": {"tf": 1}, "mephisto.operations.hydra_config.TaskConfig": {"tf": 1}, "mephisto.operations.hydra_config.RunScriptConfig": {"tf": 1}}, "df": 5, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "b": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}}}}}}}}}}, "s": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}}}}}}}}, "z": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}}, "df": 2}}, "d": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.handle_updated_agent_status": {"tf": 1}}, "df": 3}}}, "s": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}}, "df": 1}, "l": {"docs": {"mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}}}, "y": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1.4142135623730951}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 5}}}}, "n": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 4, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.databases": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}}, "df": 3}}, "h": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}}, "df": 1}}}}}}}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}}, "df": 8}}}}}}, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.scripts.mturk": {"tf": 1}}, "df": 1}}}}}, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}}, "df": 1}}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.operator.Operator": {"tf": 1}}, "df": 1}}}}}}}, "q": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}}, "df": 4, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.databases": {"tf": 1.4142135623730951}}, "df": 1}}}}}, "k": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}}, "df": 1, "s": {"docs": {"mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2}}}}}, "e": {"docs": {"mephisto.client": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}}, "df": 2, "x": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.try_server_push": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations.datatypes.LoopWrapper.execute_coro": {"tf": 1}}, "df": 3, "d": {"docs": {"mephisto": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations.datatypes": {"tf": 1}}, "df": 1}}}}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations.registry.register_mephisto_abstraction": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1}}, "df": 5, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints.abstract": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.UnitClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.unit.Unit": {"tf": 1}}, "df": 11}}, "s": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}}, "df": 1}}, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}}, "df": 2, "s": {"docs": {"mephisto.abstractions": {"tf": 1}}, "df": 1}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 6, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}}, "df": 2}}}}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}}, "df": 7, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_start": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_db_id_from_agent_id": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}}, "df": 4, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}}, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.empty_task_builder.EmptyStaticTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task.static_html_task_builder.StaticHTMLTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_task_builder.StaticReactTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_requester_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_worker_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.ensure_unit_exists": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.utils.dirs.get_tasks_dir": {"tf": 1}}, "df": 29, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}}, "df": 12}}}, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_init_state": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 47}}}, "t": {"docs": {"mephisto.abstractions.database.MephistoDBException": {"tf": 1}, "mephisto.abstractions.database.EntryAlreadyExistsException": {"tf": 1}, "mephisto.abstractions.database.EntryDoesNotExistException": {"tf": 1}, "mephisto.client.api.InvalidUsage": {"tf": 1}}, "df": 4, "s": {"docs": {"mephisto.scripts.mturk": {"tf": 1}}, "df": 1}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.scripts.mturk.cleanup": {"tf": 1}}, "df": 1}}}}, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_data_dir": {"tf": 1}}, "df": 3, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.router.build_router.build_router": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.client_io_handler.ClientIOHandler.log_metrics_for_packet": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}, "mephisto.utils.metrics.launch_prometheus_server": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}}, "df": 40}}, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}}, "df": 2}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}}, "df": 2}}}}}, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.database.MephistoDB.init_tables": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers.mock.mock_datastore.MockDatastore": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1}}, "df": 3, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.is_closed": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}}, "df": 2}}}}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.utils": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.expire_and_dispose_hits": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 5, "d": {"docs": {"mephisto.abstractions.providers.mock.mock_unit.MockUnit.is_expired": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.is_expired": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 4}, "s": {"docs": {"mephisto.scripts.mturk.cleanup": {"tf": 1}}, "df": 1}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers.mock.mock_unit.MockUnit.expire": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}}, "df": 2}}}}}}}, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.new": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentTimeoutError": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentShutdownError": {"tf": 1}, "mephisto.data_model.project.Project.new": {"tf": 1}, "mephisto.data_model.requester.Requester.register": {"tf": 1}, "mephisto.data_model.requester.Requester.new": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}}, "df": 19, "s": {"docs": {"mephisto.abstractions.database.MephistoDBException": {"tf": 1}, "mephisto.abstractions.database.EntryAlreadyExistsException": {"tf": 1}, "mephisto.abstractions.database.EntryDoesNotExistException": {"tf": 1}, "mephisto.client.api.InvalidUsage": {"tf": 1}, "mephisto.data_model.exceptions.AbsentAgentError": {"tf": 1}}, "df": 5}}}}}}}, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.tools": {"tf": 1}}, "df": 1}}}}}}}}}, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.tools.examine_utils": {"tf": 1}}, "df": 6, "s": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools.examine_utils": {"tf": 1}}, "df": 3}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils": {"tf": 1.4142135623730951}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}}, "df": 3}}}}, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_onboarding": {"tf": 1}, "mephisto.client": {"tf": 1}}, "df": 2}}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions": {"tf": 1}}, "df": 1}}}}}}}, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 4}}, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1}}, "df": 2}, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}}, "df": 1}}}, "y": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.scripts.mturk": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.close": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.__init__": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.assert_task_args": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.__init__": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.registry.fill_registries": {"tf": 1}, "mephisto.scripts.mturk.identify_broken_units.main": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.augment_config_from_db": {"tf": 1}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 30, "s": {"docs": {"mephisto.operations": {"tf": 2}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}}, "df": 5}}}}}}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 2, "d": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}}, "df": 1}}}}}, "d": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_agent_state.StaticAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.get_task_end": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}}, "df": 16, "s": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}}, "df": 2, "w": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}}, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.client.api.intentional_error": {"tf": 1}}, "df": 3, "s": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.client": {"tf": 2}}, "df": 2}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}}, "df": 3}}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.task_launcher.GeneratorType": {"tf": 1}}, "df": 1}}}}}}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 4}}}}}, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1}}, "df": 8}}}}}}}}}}}}}}}}}}}}}}, "d": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_onboarding_agent": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}}, "df": 10}}}}}}}}}}}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.scripts.mturk": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.scripts.mturk": {"tf": 1}}, "df": 1}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent": {"tf": 1}}, "df": 7}}}}}}}}, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.data_model": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model.packet.Packet": {"tf": 1}}, "df": 1}}}}}}}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "h": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}}, "df": 1}}}}}, "v": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}}, "df": 1}}}}}}}}}}, "g": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.operations.worker_pool.WorkerPool": {"tf": 1}}, "df": 1}}}}}}, "r": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.client": {"tf": 2}, "mephisto.client.api.intentional_error": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 10, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}}, "df": 3}}}}}, "l": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.mark_done": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}}, "df": 3}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}}, "df": 1}}}}}, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 6}}, "i": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.operations": {"tf": 1}}, "df": 1}}}}}}}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}}, "df": 6, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider": {"tf": 1}, "mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}}, "df": 5}}}}}}}, "n": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 4, "t": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.data_model.exceptions.AgentDisconnectedError": {"tf": 1}, "mephisto.data_model.exceptions.AgentReturnedError": {"tf": 1}}, "df": 3, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.data_model": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}}, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}}, "df": 1}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}}, "df": 2, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}}, "df": 2}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 2}}, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 2}}}}}}}}}, "t": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.AgentClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.AgentClass": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.agent.Agent": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 11}}, "c": {"2": {"docs": {"mephisto.abstractions.architects.ec2.ec2_architect.url_safe_string": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.tools": {"tf": 1}}, "df": 9}}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.__init__": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1}}, "df": 5}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.email_worker": {"tf": 1}}, "df": 1}}}}, "f": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}}, "df": 2}}}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.operations.operator.Operator.force_shutdown": {"tf": 1}}, "df": 1}}}}}, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}}, "df": 1}}}}}}, "g": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1, "o": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_builder.ParlAIChatTaskBuilder.build_custom_bundle": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.scripts.build_custom_bundle": {"tf": 1}, "mephisto.utils.dirs.get_root_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_data_dir": {"tf": 1}, "mephisto.utils.dirs.get_mephisto_tmp_dir": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_run": {"tf": 1}}, "df": 10, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}}, "df": 1}}}}}, "t": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}}, "df": 2}, "g": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 2}}}, "l": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_completion_stats_for_worker": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.should_produce_gold_for_worker": {"tf": 1}}, "df": 9, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.get_gold_factory": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1.7320508075688772}}, "df": 4}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_open": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.on_close": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}}, "df": 6, "n": {"docs": {"mephisto.abstractions.architect.Architect.__init__": {"tf": 1}, "mephisto.abstractions.architect.Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.__init__": {"tf": 1}, "mephisto.abstractions.architects.channels.websocket_channel.WebsocketChannel.enqueue_send": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.check_domain_unused_locally": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_owner_tag": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_domain_if_available": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.find_certificate_arn": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.rule_is_new": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.get_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.detete_instance_address": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.deploy_fallback_server": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_instance": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.update_details": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.assert_task_args": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.server_is_running": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockServer.send_agent_act": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.extract_unique_mixins": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 2.23606797749979}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.get_data_for_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.run_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2.23606797749979}, "mephisto.abstractions.crowd_provider.CrowdProvider.is_sandbox": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.has_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.optimized_load": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_project": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_task": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_task": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_task_run": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.clear_unit_agent_assignment": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.update_unit": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_requester": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.new_onboarding_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.update_onboarding_agent": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.databases.local_database.assert_valid_provider": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.optimized_load": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB.new_unit": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.set_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.is_eligible": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.is_hit_mapping_in_sync": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.register_assignment_to_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.clear_hit_from_unit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_session_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_sandbox_client_for_requester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.client_is_sandbox": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_with_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.reject_work": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.approve_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.unblock_worker": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.is_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.new": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.get_mturk_ids_from_unit_id": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_agent.SandboxMTurkAgent.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_unit.SandboxMTurkUnit.new": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.new": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.Agent.shutdown": {"tf": 1}, "mephisto.data_model.agent.Agent.new": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.is_onboarding_id": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.handle_submit": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.shutdown": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_cost_of_statuses": {"tf": 1}, "mephisto.data_model.assignment.Assignment.new": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.task.assert_task_is_valid": {"tf": 1.4142135623730951}, "mephisto.data_model.task.Task.new": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.new": {"tf": 1.4142135623730951}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.new": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.is_eligible": {"tf": 1}, "mephisto.data_model.worker.Worker.new": {"tf": 1}, "mephisto.operations": {"tf": 2}, "mephisto.operations.client_io_handler.ClientIOHandler.associate_agent_with_registration": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.enqueue_agent_details": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_live_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.send_status_update": {"tf": 1}, "mephisto.operations.client_io_handler.ClientIOHandler.process_outgoing_queue": {"tf": 1}, "mephisto.operations.config_handler.write_config": {"tf": 1}, "mephisto.operations.hydra_config.get_extra_argument_dicts": {"tf": 1}, "mephisto.operations.hydra_config.get_task_state_dicts": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.operations.registry.get_crowd_provider_from_type": {"tf": 1}, "mephisto.operations.registry.get_blueprint_from_type": {"tf": 1}, "mephisto.operations.registry.get_architect_from_type": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}, "mephisto.tools": {"tf": 2}, "mephisto.tools.data_browser.DataBrowser.get_units_for_task_name": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_units_for_run_id": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_data_from_unit": {"tf": 1}, "mephisto.tools.examine_utils.print_results": {"tf": 1}, "mephisto.tools.examine_utils.format_worker_stats": {"tf": 1}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.utils.dirs.get_dir_for_task": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 163}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_heroku_client_path": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.get_user_identifier": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 3.605551275463989}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_task_runner.ParlAIChatTaskRunner.get_world_id": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.initialize_provider_datastore": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_db_path_for_provider": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_datastore_for_provider": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_requester_registered": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_worker_blocked": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.get_unit_expired": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_hit_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_run": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.get_available_budget": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.get_status": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_requester_balance": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignments_for_hit": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.get_from_mturk_worker_id": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.client": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 2.449489742783178}, "mephisto.data_model.agent.Agent.get_status": {"tf": 1}, "mephisto.data_model.agent.Agent.mark_done": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_status": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_units": {"tf": 1}, "mephisto.data_model.assignment.Assignment.get_workers": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.data_model.task.Task.get_project": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_valid_units_for_worker": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_assignment_statuses": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_is_completed": {"tf": 1}, "mephisto.data_model.unit.Unit.get_crowd_provider_class": {"tf": 1}, "mephisto.data_model.unit.Unit.get_assigned_agent": {"tf": 1}, "mephisto.data_model.unit.Unit.get_status": {"tf": 1}, "mephisto.data_model.worker.Worker.get_agents": {"tf": 1}, "mephisto.operations": {"tf": 2.449489742783178}, "mephisto.operations.client_io_handler.ClientIOHandler.get_live_run": {"tf": 1}, "mephisto.operations.config_handler.get_config": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.operations.hydra_config.parse_arg_dict": {"tf": 1}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.operations.operator.Operator.wait_for_runs_then_shutdown": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.__init__": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_live_run": {"tf": 1}, "mephisto.operations.worker_pool.WorkerPool.get_agent_for_id": {"tf": 1}, "mephisto.scripts.mturk.print_outstanding_hit_status": {"tf": 1}, "mephisto.tools": {"tf": 2.6457513110645907}, "mephisto.tools.scripts.get_db_from_config": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}, "mephisto.utils.testing.get_mock_requester": {"tf": 1}}, "df": 70, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.client": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 6}}}}, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.get_certificate": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.get_assignment": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}, "mephisto.utils.logger_core.get_logger": {"tf": 1}}, "df": 6}, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}}}}}, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}}}}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.providers": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}}}}}, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.data_model.task_run.TaskRun.update_completion_progress": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.generate_units": {"tf": 1}}, "df": 5, "[": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.SharedStateMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}}, "df": 4}}}}}}}}}}}, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.create_hit_type": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}}, "df": 15, "d": {"docs": {"mephisto.operations.task_launcher.TaskLauncher.create_assignments": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.operations": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.shutdown": {"tf": 1}, "mephisto.utils": {"tf": 1}}, "df": 3}}}}, "l": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}}, "df": 2, "l": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_needs_gold": {"tf": 1}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 2.23606797749979}, "mephisto.operations": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.utils": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 12}}}}, "i": {"docs": {}, "df": 0, "c": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.register_router_application": {"tf": 1.4142135623730951}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1}}, "df": 3}}}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.MephistoRouter.__init__": {"tf": 1}}, "df": 1}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_mephisto_vpc": {"tf": 1}}, "df": 1}}}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.utils.dirs.get_dir_for_task": {"tf": 1}}, "df": 1}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_security_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_target_group": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_instance_to_listener": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.delete_rule": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.remove_instance_and_cleanup": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations.hydra_config.get_dict_from_field": {"tf": 1}}, "df": 15, "s": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.configure_base_balancer": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}}, "df": 2}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}, "mephisto.data_model.task_run.TaskRunArgs": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.ArgsClass": {"tf": 1}}, "df": 4}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.scripts": {"tf": 1}, "mephisto.tools.examine_utils.get_worker_stats": {"tf": 1}, "mephisto.tools.examine_utils.run_examine_by_worker": {"tf": 1}}, "df": 3}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.data_model.unit.Unit.get_status": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.databases.local_database.LocalMephistoDB": {"tf": 1}}, "df": 1}}}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}}, "df": 2}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}}, "df": 6, "e": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}}, "df": 5, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}}, "df": 3}}}}}, "f": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.utils": {"tf": 1}, "mephisto.utils.metrics.launch_servers_and_wait": {"tf": 1}, "mephisto.utils.metrics.launch_grafana_server": {"tf": 1}, "mephisto.utils.metrics.get_dash_url": {"tf": 1}, "mephisto.utils.metrics.shutdown_grafana_server": {"tf": 1}}, "df": 5}}}}}, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.check_mturk_balance": {"tf": 1}}, "df": 1}}}}}}, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers": {"tf": 4.123105625617661}, "mephisto.client": {"tf": 3.605551275463989}, "mephisto.operations": {"tf": 1}}, "df": 4}, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.databases": {"tf": 1}}, "df": 1}}}}}}}}}}, "y": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.prepare_ec2_servers.launch_ec2_fallback": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 2.6457513110645907}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.router": {"tf": 2.6457513110645907}, "mephisto.abstractions.blueprints": {"tf": 2.6457513110645907}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_unit.MockUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_worker.MockWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_task_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.calculate_mturk_bonus_fee": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_requester.SandboxMTurkRequester.__init__": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.__init__": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1.4142135623730951}, "mephisto.data_model.agent.Agent.__init__": {"tf": 1}, "mephisto.data_model.requester.Requester.__init__": {"tf": 1}, "mephisto.data_model.unit.Unit.__init__": {"tf": 1}, "mephisto.data_model.worker.Worker.__init__": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 2.449489742783178}, "mephisto.utils.logger_core.set_mephisto_log_level": {"tf": 1.4142135623730951}}, "df": 30, "r": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1.7320508075688772}, "mephisto.abstractions.architects.router": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints": {"tf": 2}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 2}, "mephisto.abstractions.providers": {"tf": 1}, "mephisto.client": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1.7320508075688772}}, "df": 9}}}, "e": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.save_data": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_builder.MockTaskBuilder.build_in_dir": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_assignment": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_unit": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_task_runner.MockTaskRunner.cleanup_onboarding": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.is_registered": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.get_has_assignments": {"tf": 1}, "mephisto.data_model.task_run.TaskRun.sync_completion_status": {"tf": 1}}, "df": 9}, "s": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}, "m": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.operations": {"tf": 1.4142135623730951}}, "df": 1}}, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.operations.config_handler.get_raw_config": {"tf": 1}, "mephisto.operations.config_handler.get_config": {"tf": 1}, "mephisto.operations.config_handler.write_config": {"tf": 1}, "mephisto.operations.config_handler.add_config_arg": {"tf": 1}, "mephisto.operations.config_handler.get_config_arg": {"tf": 1}, "mephisto.tools": {"tf": 1.4142135623730951}, "mephisto.tools.scripts.task_script": {"tf": 1}}, "df": 7}}}}, "k": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"docs": {"mephisto.abstractions": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.RequesterClass": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_requester.MockRequester": {"tf": 1}, "mephisto.data_model.packet.Packet": {"tf": 1}, "mephisto.data_model.requester.Requester": {"tf": 1}, "mephisto.scripts": {"tf": 1}}, "df": 9, "s": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1}}, "df": 2}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_task_runner.StaticTaskRunner.cleanup_unit": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architect.Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_architect.EC2Architect.cleanup": {"tf": 1}, "mephisto.abstractions.architects.heroku_architect.HerokuArchitect.cleanup": {"tf": 1}, "mephisto.utils.dirs.get_run_file_dir": {"tf": 1}}, "df": 4}}, "y": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.create_key_pair": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_key_failure": {"tf": 1}, "mephisto.abstractions.databases.local_database.is_unique_failure": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequesterArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_requester.MTurkRequester.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.client": {"tf": 2.6457513110645907}, "mephisto.operations": {"tf": 1.4142135623730951}}, "df": 9, "s": {"docs": {"mephisto.operations": {"tf": 1.4142135623730951}}, "df": 1}}, "e": {"docs": {}, "df": 0, "p": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.debug_log": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_agent_state.MockAgentState.__init__": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.__init__": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.new_worker": {"tf": 1}, "mephisto.abstractions.databases": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.is_expired": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.operations": {"tf": 1}}, "df": 10, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.architects.router": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.449489742783178}, "mephisto.operations": {"tf": 1}}, "df": 3}}}, "s": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.LocalAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState.__init__": {"tf": 1}, "mephisto.data_model": {"tf": 1.4142135623730951}}, "df": 3}}}}, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {"mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.unit.Unit.expire": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.scripts.local_db.load_data_to_mephisto_db": {"tf": 1}}, "df": 5, "n": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model": {"tf": 1}}, "df": 2}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.data_model": {"tf": 1.4142135623730951}}, "df": 1}}}}, "b": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.operations.operator.Operator": {"tf": 1}}, "df": 1}}}}}, "j": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects": {"tf": 1}, "mephisto.abstractions.architects.local_architect.LocalArchitect.download_file": {"tf": 1}, "mephisto.abstractions.architects.mock_architect.MockArchitect.download_file": {"tf": 1}, "mephisto.abstractions.blueprint.SharedTaskState": {"tf": 1}, "mephisto.abstractions.blueprint.BlueprintMixin.mixin_args_and_state": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_unit.MTurkUnit.expire": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}}, "df": 12}}}, "a": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.static_html_task.static_html_blueprint.StaticHTMLBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint": {"tf": 1}, "mephisto.abstractions.blueprints.static_react_task.static_react_blueprint.StaticReactBlueprint.ArgsClass": {"tf": 1}}, "df": 5}}}}}}}}}, "s": {"docs": {"mephisto.abstractions.architects.router.flask.mephisto_flask_blueprint.js_time": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mock.mock_provider.MockProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.get_wrapper_js_path": {"tf": 1}, "mephisto.data_model.worker.Worker.new_from_provider_data": {"tf": 1}}, "df": 7, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.on_message": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_agent_state.ParlAIChatAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteRequest": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.requester.Requester.to_dict": {"tf": 1}}, "df": 12, "l": {"docs": {"mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1}}, "df": 4}}}, "x": {"docs": {"mephisto.abstractions.blueprints.static_html_task": {"tf": 1.4142135623730951}}, "df": 1}}, "o": {"docs": {}, "df": 0, "b": {"docs": {"mephisto.abstractions.blueprint.Blueprint.get_initialization_data": {"tf": 1}, "mephisto.operations": {"tf": 1.4142135623730951}, "mephisto.operations.operator.Operator": {"tf": 1}, "mephisto.operations.operator.Operator.launch_task_run_or_die": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.tools": {"tf": 1}, "mephisto.utils.metrics.start_metrics_server": {"tf": 1.4142135623730951}}, "df": 7, "s": {"docs": {"mephisto.operations.operator.Operator": {"tf": 1}}, "df": 1}}}}, "z": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.architects.ec2.ec2_helpers.find_hosted_zone": {"tf": 1}, "mephisto.abstractions.architects.ec2.ec2_helpers.create_hosted_zone": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.register_zone_records": {"tf": 1.4142135623730951}, "mephisto.abstractions.architects.ec2.ec2_helpers.cleanup_fallback_server": {"tf": 1}}, "df": 4}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_agent.MTurkAgent.attempt_to_reconcile_submitted_data": {"tf": 1}}, "df": 2}}}}, "x": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "f": {"docs": {"mephisto.abstractions.architects.mock_architect.SocketHandler.check_origin": {"tf": 1}}, "df": 1}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}}, "df": 2, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"mephisto.abstractions.blueprint.BlueprintArgs": {"tf": 1}, "mephisto.abstractions.blueprint.Blueprint.ArgsClass": {"tf": 1}, "mephisto.abstractions.blueprints": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_failed_qual": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequiredArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.worker_needs_screening": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnitArgs": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_current_qual_or_default": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.update_qualified_status": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprintArgs": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsClass": {"tf": 1.7320508075688772}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.ArgsMixin": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprintArgs": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.ArgsClass": {"tf": 1.4142135623730951}, "mephisto.abstractions.blueprints.static_html_task": {"tf": 1}, "mephisto.abstractions.crowd_provider.CrowdProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.make_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.database.MephistoDB.delete_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.grant_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.get_granted_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.database.MephistoDB.revoke_qualification": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.create_qualification_mapping": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.mturk_provider.MTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.delete_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.give_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.remove_worker_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.grant_crowd_qualification": {"tf": 2.23606797749979}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.revoke_crowd_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk.utils.script_utils.direct_soft_block_mturk_workers": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_provider.SandboxMTurkProvider.cleanup_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.grant_crowd_qualification": {"tf": 1.7320508075688772}, "mephisto.abstractions.providers.mturk_sandbox.sandbox_mturk_worker.SandboxMTurkWorker.revoke_crowd_qualification": {"tf": 1.7320508075688772}, "mephisto.data_model": {"tf": 1}, "mephisto.data_model.worker.Worker.get_granted_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.is_disqualified": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1.7320508075688772}, "mephisto.data_model.worker.Worker.revoke_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1.4142135623730951}, "mephisto.tools": {"tf": 2}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}, "mephisto.tools.examine_utils.prompt_for_options": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications.as_valid_qualification_dict": {"tf": 1.4142135623730951}, "mephisto.utils.qualifications.make_qualification_dict": {"tf": 1}, "mephisto.utils.qualifications.find_or_create_qualification": {"tf": 1}}, "df": 63, "s": {"docs": {"mephisto.abstractions.blueprint.BlueprintMixin.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.SharedStaticTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.abstract.static_task.static_blueprint.StaticBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.get_mixin_qualifications": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mock.mock_blueprint.MockBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.SharedParlAITaskState": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.SharedRemoteProcedureTaskState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.SharedStateClass": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.find_qualifications": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.get_qualification": {"tf": 1}, "mephisto.abstractions.database.MephistoDB.check_granted_qualifications": {"tf": 1}, "mephisto.abstractions.providers": {"tf": 2.449489742783178}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.get_qualification_mapping": {"tf": 1.4142135623730951}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.convert_mephisto_qualifications": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_worker.MTurkWorker.is_eligible": {"tf": 1}, "mephisto.data_model": {"tf": 1.7320508075688772}, "mephisto.data_model.qualification.Qualification": {"tf": 1}, "mephisto.data_model.qualification.GrantedQualification": {"tf": 1}, "mephisto.data_model.worker.Worker.grant_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.data_model.worker.Worker.revoke_crowd_qualification": {"tf": 1.4142135623730951}, "mephisto.operations": {"tf": 1.7320508075688772}, "mephisto.operations.datatypes.LiveTaskRun": {"tf": 1}, "mephisto.scripts.mturk": {"tf": 1}, "mephisto.utils": {"tf": 1.4142135623730951}}, "df": 29}}}}}}}, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.get_onboarding_data": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.GoldUnitSharedState": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit.SharedStateMixin": {"tf": 1}}, "df": 3}, "d": {"docs": {"mephisto.abstractions.blueprints.mixins.onboarding_required.OnboardingRequired.validate_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.mixins.use_gold_unit.worker_qualifies": {"tf": 1}, "mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint.ParlAIChatBlueprint.validate_onboarding": {"tf": 1}, "mephisto.data_model.worker.Worker.is_qualified": {"tf": 1}, "mephisto.tools.data_browser.DataBrowser.get_workers_with_qualification": {"tf": 1}}, "df": 5}}}, "y": {"docs": {"mephisto.abstractions.blueprints.mixins.screen_task_required.ScreenTaskRequired": {"tf": 1}}, "df": 1, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.scripts.mturk.launch_makeup_hits.main": {"tf": 1}}, "df": 2}}}}}, "t": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.data_model.agent.Agent.soft_reject_work": {"tf": 1}, "mephisto.operations.task_launcher.TaskLauncher.launch_evaluation_unit": {"tf": 1}}, "df": 2}}}}}, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.abstractions.blueprints": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"mephisto.abstractions.providers.mock.mock_agent.MockAgent.enqueue_mock_submit_event": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_agent.MockAgent.get_live_update": {"tf": 1}, "mephisto.data_model.agent.Agent.observe": {"tf": 1}, "mephisto.data_model.agent.OnboardingAgent.observe": {"tf": 1}, "mephisto.operations": {"tf": 1.7320508075688772}}, "df": 5, "s": {"docs": {"mephisto.abstractions.blueprints.mixins.use_gold_unit.UseGoldUnit": {"tf": 1}}, "df": 1}}}, "r": {"docs": {}, "df": 0, "y": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_agent_state.RemoteProcedureAgentState": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.AgentStateClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.OnboardingAgentStateClass": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_qualification": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_utils.find_or_create_qualification": {"tf": 1}}, "df": 5, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"mephisto.client.api.get_running_task_runs": {"tf": 1}, "mephisto.client.api.get_reviewable_task_runs": {"tf": 1}, "mephisto.operations": {"tf": 1}, "mephisto.tools": {"tf": 1}}, "df": 4}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskBuilderClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_blueprint.RemoteProcedureBlueprint.TaskRunnerClass": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_builder.RemoteProcedureTaskBuilder": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_onboarding": {"tf": 1}, "mephisto.abstractions.blueprints.remote_procedure.remote_procedure_task_runner.RemoteProcedureTaskRunner.run_unit": {"tf": 1}, "mephisto.abstractions.database.MephistoDB": {"tf": 1}, "mephisto.abstractions.databases.local_database.LocalMephistoDB.init_tables": {"tf": 1}, "mephisto.abstractions.databases.local_singleton_database.MephistoSingletonDB": {"tf": 1}, "mephisto.abstractions.providers.mock.mock_datastore.MockDatastore.init_tables": {"tf": 1}, "mephisto.abstractions.providers.mturk.mturk_datastore.MTurkDatastore.init_tables": {"tf": 1}, "mephisto.data_model.project.Project": {"tf": 1}}, "df": 12}, "d": {"docs": {"mephisto.abstractions.providers": {"tf": 1}, "mephisto.data_model.unit.Unit.sync_status": {"tf": 1}}, "df": 2}}}}}}, "+": {"docs": {}, "df": 0, "a": {"docs": {"mephisto.client": {"tf": 1}}, "df": 1}}}}}}, "pipeline": ["trimmer"], "_isPrebuiltIndex": true}; // mirrored in build-search-index.js (part 1) // Also split on html tags. this is a cheap heuristic, but good enough. diff --git a/examples/form_composer_demo/webapp/link_mephisto_task.sh b/examples/form_composer_demo/webapp/link_mephisto_task.sh index 6936741b2..d86db0ae4 100644 --- a/examples/form_composer_demo/webapp/link_mephisto_task.sh +++ b/examples/form_composer_demo/webapp/link_mephisto_task.sh @@ -4,4 +4,4 @@ # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. -npm link mephisto-task +echo "Post install script executed" diff --git a/examples/form_composer_demo/webapp/package-lock.json b/examples/form_composer_demo/webapp/package-lock.json index 6447b76bc..f3f2d0e3c 100644 --- a/examples/form_composer_demo/webapp/package-lock.json +++ b/examples/form_composer_demo/webapp/package-lock.json @@ -1,7 +1,7 @@ { "name": "form_composer_demo", "version": "1.0.0", - "lockfileVersion": 2, + "lockfileVersion": 3, "requires": true, "packages": { "": { @@ -37,6 +37,7 @@ "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.24" @@ -46,10 +47,11 @@ } }, "node_modules/@babel/cli": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.24.8.tgz", - "integrity": "sha512-isdp+G6DpRyKc+3Gqxy2rjzgF7Zj9K0mzLNnxz+E/fgeag8qT3vVulX4gY9dGO1q0y+0lUv6V3a+uhUzMzrwXg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.25.9.tgz", + "integrity": "sha512-I+02IfrTiSanpxJBlZQYb18qCxB6c2Ih371cVpfgIrPQrjAYkf45XxomTJOG8JBWX5GY35/+TmhCMdJ4ZPkL8Q==", "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "^0.3.25", "commander": "^6.2.0", @@ -68,19 +70,21 @@ }, "optionalDependencies": { "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3", - "chokidar": "^3.4.0" + "chokidar": "^3.6.0" }, "peerDependencies": { "@babel/core": "^7.0.0-0" } }, "node_modules/@babel/code-frame": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", - "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz", + "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/highlight": "^7.24.7", + "@babel/helper-validator-identifier": "^7.25.9", + "js-tokens": "^4.0.0", "picocolors": "^1.0.0" }, "engines": { @@ -88,30 +92,32 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.24.9", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.9.tgz", - "integrity": "sha512-e701mcfApCJqMMueQI0Fb68Amflj83+dvAvHawoBpAz+GDjCIyGHzNwnefjsWJ3xiYAqqiQFoWbspGYBdb2/ng==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.2.tgz", + "integrity": "sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.24.9", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.9.tgz", - "integrity": "sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.0.tgz", + "integrity": "sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==", "dev": true, + "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.24.9", - "@babel/helper-compilation-targets": "^7.24.8", - "@babel/helper-module-transforms": "^7.24.9", - "@babel/helpers": "^7.24.8", - "@babel/parser": "^7.24.8", - "@babel/template": "^7.24.7", - "@babel/traverse": "^7.24.8", - "@babel/types": "^7.24.9", + "@babel/code-frame": "^7.26.0", + "@babel/generator": "^7.26.0", + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-module-transforms": "^7.26.0", + "@babel/helpers": "^7.26.0", + "@babel/parser": "^7.26.0", + "@babel/template": "^7.25.9", + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.26.0", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -127,54 +133,59 @@ } }, "node_modules/@babel/generator": { - "version": "7.24.10", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.10.tgz", - "integrity": "sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.2.tgz", + "integrity": "sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/types": "^7.24.9", + "@babel/parser": "^7.26.2", + "@babel/types": "^7.26.0", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", - "jsesc": "^2.5.1" + "jsesc": "^3.0.2" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-annotate-as-pure": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz", - "integrity": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz", + "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/types": "^7.24.7" + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.7.tgz", - "integrity": "sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.25.9.tgz", + "integrity": "sha512-C47lC7LIDCnz0h4vai/tpNOI95tCd5ZT3iBt/DBH5lXKHZsyNQv18yf1wIIg2ntiQNgmAvA+DgZ82iW8Qdym8g==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz", - "integrity": "sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz", + "integrity": "sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/compat-data": "^7.24.8", - "@babel/helper-validator-option": "^7.24.8", - "browserslist": "^4.23.1", + "@babel/compat-data": "^7.25.9", + "@babel/helper-validator-option": "^7.25.9", + "browserslist": "^4.24.0", "lru-cache": "^5.1.1", "semver": "^6.3.1" }, @@ -183,19 +194,18 @@ } }, "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.8.tgz", - "integrity": "sha512-4f6Oqnmyp2PP3olgUMmOwC3akxSm5aBYraQ6YDdKy7NcAMkDECHWG0DEnV6M2UAkERgIBhYt8S27rURPg7SxWA==", - "dev": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-member-expression-to-functions": "^7.24.8", - "@babel/helper-optimise-call-expression": "^7.24.7", - "@babel/helper-replace-supers": "^7.24.7", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.9.tgz", + "integrity": "sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-member-expression-to-functions": "^7.25.9", + "@babel/helper-optimise-call-expression": "^7.25.9", + "@babel/helper-replace-supers": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", + "@babel/traverse": "^7.25.9", "semver": "^6.3.1" }, "engines": { @@ -206,13 +216,14 @@ } }, "node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.24.7.tgz", - "integrity": "sha512-03TCmXy2FtXJEZfbXDTSqq1fRJArk7lX9DOFC/47VthYcxyIOx+eXQmdo6DOQvrbpIix+KfXwvuXdFDZHxt+rA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.9.tgz", + "integrity": "sha512-ORPNZ3h6ZRkOyAa/SaHU+XsLZr0UQzRwuDQ0cczIA17nAzZ+85G5cVkOJIj7QavLZGSe8QXUmNFxSZzjcZF9bw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "regexpu-core": "^5.3.1", + "@babel/helper-annotate-as-pure": "^7.25.9", + "regexpu-core": "^6.1.1", "semver": "^6.3.1" }, "engines": { @@ -223,10 +234,11 @@ } }, "node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz", - "integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.3.tgz", + "integrity": "sha512-HK7Bi+Hj6H+VTHA3ZvBis7V/6hu9QuTrnMXNybfUf2iiuU/N97I8VjB+KbhFF8Rld/Lx5MzoCwPCpPjfK+n8Cg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-compilation-targets": "^7.22.6", "@babel/helper-plugin-utils": "^7.22.5", @@ -238,80 +250,44 @@ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" } }, - "node_modules/@babel/helper-environment-visitor": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz", - "integrity": "sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==", - "dev": true, - "dependencies": { - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-function-name": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz", - "integrity": "sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==", - "dev": true, - "dependencies": { - "@babel/template": "^7.24.7", - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-hoist-variables": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz", - "integrity": "sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==", - "dev": true, - "dependencies": { - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz", - "integrity": "sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz", + "integrity": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/traverse": "^7.24.8", - "@babel/types": "^7.24.8" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-imports": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz", - "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz", + "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.24.9", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz", - "integrity": "sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz", + "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-module-imports": "^7.24.7", - "@babel/helper-simple-access": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", - "@babel/helper-validator-identifier": "^7.24.7" + "@babel/helper-module-imports": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -321,35 +297,38 @@ } }, "node_modules/@babel/helper-optimise-call-expression": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz", - "integrity": "sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz", + "integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/types": "^7.24.7" + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz", - "integrity": "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz", + "integrity": "sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-remap-async-to-generator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.24.7.tgz", - "integrity": "sha512-9pKLcTlZ92hNZMQfGCHImUpDOlAgkkpqalWEeftW5FBya75k8Li2ilerxkM/uBEj01iBZXcCIB/bwvDYgWyibA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz", + "integrity": "sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-wrap-function": "^7.24.7" + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-wrap-function": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -359,14 +338,15 @@ } }, "node_modules/@babel/helper-replace-supers": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.24.7.tgz", - "integrity": "sha512-qTAxxBM81VEyoAY0TtLrx1oAEJc09ZK67Q9ljQToqCnA+55eNwCORaxlKyu+rNfX86o8OXRUSNUnrtsAZXM9sg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.9.tgz", + "integrity": "sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-member-expression-to-functions": "^7.24.7", - "@babel/helper-optimise-call-expression": "^7.24.7" + "@babel/helper-member-expression-to-functions": "^7.25.9", + "@babel/helper-optimise-call-expression": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -376,118 +356,101 @@ } }, "node_modules/@babel/helper-simple-access": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz", - "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.25.9.tgz", + "integrity": "sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz", - "integrity": "sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==", - "dev": true, - "dependencies": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-split-export-declaration": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz", - "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz", + "integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/types": "^7.24.7" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-string-parser": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz", - "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", + "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz", - "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", + "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-option": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz", - "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz", + "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-wrap-function": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.24.7.tgz", - "integrity": "sha512-N9JIYk3TD+1vq/wn77YnJOqMtfWhNewNE+DJV4puD2X7Ew9J4JvrzrFDfTfyv5EgEXVy9/Wt8QiOErzEmv5Ifw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.9.tgz", + "integrity": "sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-function-name": "^7.24.7", - "@babel/template": "^7.24.7", - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/template": "^7.25.9", + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helpers": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.8.tgz", - "integrity": "sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.0.tgz", + "integrity": "sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/template": "^7.24.7", - "@babel/types": "^7.24.8" + "@babel/template": "^7.25.9", + "@babel/types": "^7.26.0" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/highlight": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz", - "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==", + "node_modules/@babel/parser": { + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.2.tgz", + "integrity": "sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-validator-identifier": "^7.24.7", - "chalk": "^2.4.2", - "js-tokens": "^4.0.0", - "picocolors": "^1.0.0" + "@babel/types": "^7.26.0" }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/parser": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.8.tgz", - "integrity": "sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w==", - "dev": true, "bin": { "parser": "bin/babel-parser.js" }, @@ -496,13 +459,30 @@ } }, "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.7.tgz", - "integrity": "sha512-TiT1ss81W80eQsN+722OaeQMY/G4yTb4G9JrqeiDADs3N8lbPMGldWi9x8tyqCW5NLx1Jh2AvkE6r6QvEltMMQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz", + "integrity": "sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/traverse": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.9.tgz", + "integrity": "sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -512,12 +492,13 @@ } }, "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.7.tgz", - "integrity": "sha512-unaQgZ/iRu/By6tsjMZzpeBZjChYfLYry6HrEXPoz3KmfF0sVBQ1l8zKMQ4xRGLWVsjuvB8nQfjNP/DcfEOCsg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.9.tgz", + "integrity": "sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -527,14 +508,15 @@ } }, "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.7.tgz", - "integrity": "sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.9.tgz", + "integrity": "sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", - "@babel/plugin-transform-optional-chaining": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", + "@babel/plugin-transform-optional-chaining": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -544,13 +526,14 @@ } }, "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.7.tgz", - "integrity": "sha512-utA4HuR6F4Vvcr+o4DnjL8fCOlgRFGbeeBEGNg3ZTrLFw6VWG5XmUrvcQ0FjIYMU2ST4XcR2Wsp7t9qOAPnxMg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.9.tgz", + "integrity": "sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -565,6 +548,7 @@ "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-class-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -581,6 +565,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" }, @@ -588,76 +573,14 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", - "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", - "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-class-static-block": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", - "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", - "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", - "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, "node_modules/@babel/plugin-syntax-import-assertions": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.7.tgz", - "integrity": "sha512-Ec3NRUMoi8gskrkBe3fNmEQfxDvY8bgfQpz6jlk/41kX9eUjvpyqWU7PBP/pLAvMaSQjbMNKJmvX57jP+M6bPg==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz", + "integrity": "sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -667,12 +590,13 @@ } }, "node_modules/@babel/plugin-syntax-import-attributes": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.7.tgz", - "integrity": "sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz", + "integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -681,139 +605,14 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-syntax-import-meta": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", - "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", - "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz", - "integrity": "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", - "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", - "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", - "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-private-property-in-object": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", - "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-top-level-await": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", - "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz", + "integrity": "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -827,6 +626,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -839,12 +639,13 @@ } }, "node_modules/@babel/plugin-transform-arrow-functions": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.7.tgz", - "integrity": "sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.25.9.tgz", + "integrity": "sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -854,15 +655,15 @@ } }, "node_modules/@babel/plugin-transform-async-generator-functions": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.7.tgz", - "integrity": "sha512-o+iF77e3u7ZS4AoAuJvapz9Fm001PuD2V3Lp6OSE4FYQke+cSewYtnek+THqGRWyQloRCyvWL1OkyfNEl9vr/g==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.9.tgz", + "integrity": "sha512-RXV6QAzTBbhDMO9fWwOmwwTuYaiPbggWQ9INdZqAYeSHyG7FzQ+nOZaUUjNwKv9pV3aE4WFqFm1Hnbci5tBCAw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-remap-async-to-generator": "^7.24.7", - "@babel/plugin-syntax-async-generators": "^7.8.4" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-remap-async-to-generator": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -872,14 +673,15 @@ } }, "node_modules/@babel/plugin-transform-async-to-generator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz", - "integrity": "sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.9.tgz", + "integrity": "sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-module-imports": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-remap-async-to-generator": "^7.24.7" + "@babel/helper-module-imports": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-remap-async-to-generator": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -889,12 +691,13 @@ } }, "node_modules/@babel/plugin-transform-block-scoped-functions": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.7.tgz", - "integrity": "sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.25.9.tgz", + "integrity": "sha512-toHc9fzab0ZfenFpsyYinOX0J/5dgJVA2fm64xPewu7CoYHWEivIWKxkK2rMi4r3yQqLnVmheMXRdG+k239CgA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -904,12 +707,13 @@ } }, "node_modules/@babel/plugin-transform-block-scoping": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.7.tgz", - "integrity": "sha512-Nd5CvgMbWc+oWzBsuaMcbwjJWAcp5qzrbg69SZdHSP7AMY0AbWFqFO0WTFCA1jxhMCwodRwvRec8k0QUbZk7RQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.9.tgz", + "integrity": "sha512-1F05O7AYjymAtqbsFETboN1NvBdcnzMerO+zlMyJBEz6WkMdejvGWw9p05iTSjC85RLlBseHHQpYaM4gzJkBGg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -919,13 +723,14 @@ } }, "node_modules/@babel/plugin-transform-class-properties": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz", - "integrity": "sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.9.tgz", + "integrity": "sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -935,14 +740,14 @@ } }, "node_modules/@babel/plugin-transform-class-static-block": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.7.tgz", - "integrity": "sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz", + "integrity": "sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-class-static-block": "^7.14.5" + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -952,18 +757,17 @@ } }, "node_modules/@babel/plugin-transform-classes": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.8.tgz", - "integrity": "sha512-VXy91c47uujj758ud9wx+OMgheXm4qJfyhj1P18YvlrQkNOSrwsteHk+EFS3OMGfhMhpZa0A+81eE7G4QC+3CA==", - "dev": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-compilation-targets": "^7.24.8", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-replace-supers": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.9.tgz", + "integrity": "sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-replace-supers": "^7.25.9", + "@babel/traverse": "^7.25.9", "globals": "^11.1.0" }, "engines": { @@ -974,13 +778,14 @@ } }, "node_modules/@babel/plugin-transform-computed-properties": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.7.tgz", - "integrity": "sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.9.tgz", + "integrity": "sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/template": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/template": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -990,12 +795,13 @@ } }, "node_modules/@babel/plugin-transform-destructuring": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.8.tgz", - "integrity": "sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.25.9.tgz", + "integrity": "sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1005,13 +811,14 @@ } }, "node_modules/@babel/plugin-transform-dotall-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.7.tgz", - "integrity": "sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.25.9.tgz", + "integrity": "sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1021,12 +828,13 @@ } }, "node_modules/@babel/plugin-transform-duplicate-keys": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.7.tgz", - "integrity": "sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.25.9.tgz", + "integrity": "sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1035,14 +843,31 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.9.tgz", + "integrity": "sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, "node_modules/@babel/plugin-transform-dynamic-import": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz", - "integrity": "sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.9.tgz", + "integrity": "sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-dynamic-import": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1052,13 +877,14 @@ } }, "node_modules/@babel/plugin-transform-exponentiation-operator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.7.tgz", - "integrity": "sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.25.9.tgz", + "integrity": "sha512-KRhdhlVk2nObA5AYa7QMgTMTVJdfHprfpAk4DjZVtllqRg9qarilstTKEhpVjyt+Npi8ThRyiV8176Am3CodPA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1068,13 +894,13 @@ } }, "node_modules/@babel/plugin-transform-export-namespace-from": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.7.tgz", - "integrity": "sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.9.tgz", + "integrity": "sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1084,13 +910,14 @@ } }, "node_modules/@babel/plugin-transform-for-of": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.7.tgz", - "integrity": "sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz", + "integrity": "sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1100,14 +927,15 @@ } }, "node_modules/@babel/plugin-transform-function-name": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.7.tgz", - "integrity": "sha512-U9FcnA821YoILngSmYkW6FjyQe2TyZD5pHt4EVIhmcTkrJw/3KqcrRSxuOo5tFZJi7TE19iDyI1u+weTI7bn2w==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.9.tgz", + "integrity": "sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-compilation-targets": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1117,13 +945,13 @@ } }, "node_modules/@babel/plugin-transform-json-strings": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.7.tgz", - "integrity": "sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.9.tgz", + "integrity": "sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-json-strings": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1133,12 +961,13 @@ } }, "node_modules/@babel/plugin-transform-literals": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.7.tgz", - "integrity": "sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.9.tgz", + "integrity": "sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1148,13 +977,13 @@ } }, "node_modules/@babel/plugin-transform-logical-assignment-operators": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.7.tgz", - "integrity": "sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.9.tgz", + "integrity": "sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1164,12 +993,13 @@ } }, "node_modules/@babel/plugin-transform-member-expression-literals": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.7.tgz", - "integrity": "sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.25.9.tgz", + "integrity": "sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1179,13 +1009,14 @@ } }, "node_modules/@babel/plugin-transform-modules-amd": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.7.tgz", - "integrity": "sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.25.9.tgz", + "integrity": "sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-module-transforms": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1195,14 +1026,15 @@ } }, "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz", - "integrity": "sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.25.9.tgz", + "integrity": "sha512-dwh2Ol1jWwL2MgkCzUSOvfmKElqQcuswAZypBSUsScMXvgdT8Ekq5YA6TtqpTVWH+4903NmboMuH1o9i8Rxlyg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-module-transforms": "^7.24.8", - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-simple-access": "^7.24.7" + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-simple-access": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1212,15 +1044,16 @@ } }, "node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.7.tgz", - "integrity": "sha512-GYQE0tW7YoaN13qFh3O1NCY4MPkUiAH3fiF7UcV/I3ajmDKEdG3l+UOcbAm4zUE3gnvUU+Eni7XrVKo9eO9auw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.9.tgz", + "integrity": "sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-hoist-variables": "^7.24.7", - "@babel/helper-module-transforms": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-validator-identifier": "^7.24.7" + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1230,13 +1063,14 @@ } }, "node_modules/@babel/plugin-transform-modules-umd": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz", - "integrity": "sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.25.9.tgz", + "integrity": "sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-module-transforms": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1246,13 +1080,14 @@ } }, "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.7.tgz", - "integrity": "sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.25.9.tgz", + "integrity": "sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1262,12 +1097,13 @@ } }, "node_modules/@babel/plugin-transform-new-target": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.7.tgz", - "integrity": "sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.25.9.tgz", + "integrity": "sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1277,13 +1113,13 @@ } }, "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.7.tgz", - "integrity": "sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.25.9.tgz", + "integrity": "sha512-ENfftpLZw5EItALAD4WsY/KUWvhUlZndm5GC7G3evUsVeSJB6p0pBeLQUnRnBCBx7zV0RKQjR9kCuwrsIrjWog==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1293,13 +1129,13 @@ } }, "node_modules/@babel/plugin-transform-numeric-separator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.7.tgz", - "integrity": "sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.9.tgz", + "integrity": "sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1309,15 +1145,15 @@ } }, "node_modules/@babel/plugin-transform-object-rest-spread": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.7.tgz", - "integrity": "sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.9.tgz", + "integrity": "sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-compilation-targets": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.24.7" + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/plugin-transform-parameters": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1327,13 +1163,14 @@ } }, "node_modules/@babel/plugin-transform-object-super": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.7.tgz", - "integrity": "sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.25.9.tgz", + "integrity": "sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-replace-supers": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-replace-supers": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1343,13 +1180,13 @@ } }, "node_modules/@babel/plugin-transform-optional-catch-binding": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.7.tgz", - "integrity": "sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.25.9.tgz", + "integrity": "sha512-qM/6m6hQZzDcZF3onzIhZeDHDO43bkNNlOX0i8n3lR6zLbu0GN2d8qfM/IERJZYauhAHSLHy39NF0Ctdvcid7g==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1359,14 +1196,14 @@ } }, "node_modules/@babel/plugin-transform-optional-chaining": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.8.tgz", - "integrity": "sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.9.tgz", + "integrity": "sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", - "@babel/plugin-syntax-optional-chaining": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1376,12 +1213,13 @@ } }, "node_modules/@babel/plugin-transform-parameters": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.7.tgz", - "integrity": "sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.9.tgz", + "integrity": "sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1391,13 +1229,14 @@ } }, "node_modules/@babel/plugin-transform-private-methods": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.7.tgz", - "integrity": "sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.9.tgz", + "integrity": "sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1407,15 +1246,15 @@ } }, "node_modules/@babel/plugin-transform-private-property-in-object": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.7.tgz", - "integrity": "sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.25.9.tgz", + "integrity": "sha512-Evf3kcMqzXA3xfYJmZ9Pg1OvKdtqsDMSWBDzZOPLvHiTt36E75jLDQo5w1gtRU95Q4E5PDttrTf25Fw8d/uWLw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5" + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1425,12 +1264,13 @@ } }, "node_modules/@babel/plugin-transform-property-literals": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.7.tgz", - "integrity": "sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.25.9.tgz", + "integrity": "sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1440,12 +1280,13 @@ } }, "node_modules/@babel/plugin-transform-react-display-name": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.24.7.tgz", - "integrity": "sha512-H/Snz9PFxKsS1JLI4dJLtnJgCJRoo0AUm3chP6NYr+9En1JMKloheEiLIhlp5MDVznWo+H3AAC1Mc8lmUEpsgg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.25.9.tgz", + "integrity": "sha512-KJfMlYIUxQB1CJfO3e0+h0ZHWOTLCPP115Awhaz8U0Zpq36Gl/cXlpoyMRnUWlhNUBAzldnCiAZNvCDj7CrKxQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1455,16 +1296,17 @@ } }, "node_modules/@babel/plugin-transform-react-jsx": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.24.7.tgz", - "integrity": "sha512-+Dj06GDZEFRYvclU6k4bme55GKBEWUmByM/eoKuqg4zTNQHiApWRhQph5fxQB2wAEFvRzL1tOEj1RJ19wJrhoA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.9.tgz", + "integrity": "sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-module-imports": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-jsx": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-module-imports": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/plugin-syntax-jsx": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1474,12 +1316,13 @@ } }, "node_modules/@babel/plugin-transform-react-jsx-development": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.24.7.tgz", - "integrity": "sha512-QG9EnzoGn+Qar7rxuW+ZOsbWOt56FvvI93xInqsZDC5fsekx1AlIO4KIJ5M+D0p0SqSH156EpmZyXq630B8OlQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.25.9.tgz", + "integrity": "sha512-9mj6rm7XVYs4mdLIpbZnHOYdpW42uoiBCTVowg7sP1thUOiANgMb4UtpRivR0pp5iL+ocvUv7X4mZgFRpJEzGw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/plugin-transform-react-jsx": "^7.24.7" + "@babel/plugin-transform-react-jsx": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1489,13 +1332,14 @@ } }, "node_modules/@babel/plugin-transform-react-pure-annotations": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.24.7.tgz", - "integrity": "sha512-PLgBVk3fzbmEjBJ/u8kFzOqS9tUeDjiaWud/rRym/yjCo/M9cASPlnrd2ZmmZpQT40fOOrvR8jh+n8jikrOhNA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.25.9.tgz", + "integrity": "sha512-KQ/Takk3T8Qzj5TppkS1be588lkbTp5uj7w6a0LeQaTMSckU/wK0oJ/pih+T690tkgI5jfmg2TqDJvd41Sj1Cg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1505,12 +1349,13 @@ } }, "node_modules/@babel/plugin-transform-regenerator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.7.tgz", - "integrity": "sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.25.9.tgz", + "integrity": "sha512-vwDcDNsgMPDGP0nMqzahDWE5/MLcX8sv96+wfX7as7LoF/kr97Bo/7fI00lXY4wUXYfVmwIIyG80fGZ1uvt2qg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-plugin-utils": "^7.25.9", "regenerator-transform": "^0.15.2" }, "engines": { @@ -1520,13 +1365,31 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/plugin-transform-regexp-modifiers": { + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz", + "integrity": "sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, "node_modules/@babel/plugin-transform-reserved-words": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.7.tgz", - "integrity": "sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.25.9.tgz", + "integrity": "sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1536,12 +1399,13 @@ } }, "node_modules/@babel/plugin-transform-shorthand-properties": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.7.tgz", - "integrity": "sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.25.9.tgz", + "integrity": "sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1551,13 +1415,14 @@ } }, "node_modules/@babel/plugin-transform-spread": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.7.tgz", - "integrity": "sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.25.9.tgz", + "integrity": "sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1567,12 +1432,13 @@ } }, "node_modules/@babel/plugin-transform-sticky-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.7.tgz", - "integrity": "sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.25.9.tgz", + "integrity": "sha512-WqBUSgeVwucYDP9U/xNRQam7xV8W5Zf+6Eo7T2SRVUFlhRiMNFdFz58u0KZmCVVqs2i7SHgpRnAhzRNmKfi2uA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1582,12 +1448,13 @@ } }, "node_modules/@babel/plugin-transform-template-literals": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.7.tgz", - "integrity": "sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.25.9.tgz", + "integrity": "sha512-o97AE4syN71M/lxrCtQByzphAdlYluKPDBzDVzMmfCobUjjhAryZV0AIpRPrxN0eAkxXO6ZLEScmt+PNhj2OTw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1597,12 +1464,13 @@ } }, "node_modules/@babel/plugin-transform-typeof-symbol": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.8.tgz", - "integrity": "sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.9.tgz", + "integrity": "sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1612,12 +1480,13 @@ } }, "node_modules/@babel/plugin-transform-unicode-escapes": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz", - "integrity": "sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.25.9.tgz", + "integrity": "sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1627,13 +1496,14 @@ } }, "node_modules/@babel/plugin-transform-unicode-property-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.7.tgz", - "integrity": "sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.25.9.tgz", + "integrity": "sha512-Jt2d8Ga+QwRluxRQ307Vlxa6dMrYEMZCgGxoPR8V52rxPyldHu3hdlHspxaqYmE7oID5+kB+UKUB/eWS+DkkWg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1643,13 +1513,14 @@ } }, "node_modules/@babel/plugin-transform-unicode-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.7.tgz", - "integrity": "sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.25.9.tgz", + "integrity": "sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1659,13 +1530,14 @@ } }, "node_modules/@babel/plugin-transform-unicode-sets-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.7.tgz", - "integrity": "sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.9.tgz", + "integrity": "sha512-8BYqO3GeVNHtx69fdPshN3fnzUNLrWdHhk/icSwigksJGczKSizZ+Z6SBCxTs723Fr5VSNorTIK7a+R2tISvwQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1675,91 +1547,80 @@ } }, "node_modules/@babel/preset-env": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.8.tgz", - "integrity": "sha512-vObvMZB6hNWuDxhSaEPTKCwcqkAIuDtE+bQGn4XMXne1DSLzFVY8Vmj1bm+mUQXYNN8NmaQEO+r8MMbzPr1jBQ==", - "dev": true, - "dependencies": { - "@babel/compat-data": "^7.24.8", - "@babel/helper-compilation-targets": "^7.24.8", - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-validator-option": "^7.24.8", - "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.24.7", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.24.7", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7", - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.24.7", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.26.0.tgz", + "integrity": "sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/compat-data": "^7.26.0", + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-validator-option": "^7.25.9", + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.9", + "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.9", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.9", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.25.9", + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.9", "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-class-static-block": "^7.14.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-import-assertions": "^7.24.7", - "@babel/plugin-syntax-import-attributes": "^7.24.7", - "@babel/plugin-syntax-import-meta": "^7.10.4", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5", - "@babel/plugin-syntax-top-level-await": "^7.14.5", + "@babel/plugin-syntax-import-assertions": "^7.26.0", + "@babel/plugin-syntax-import-attributes": "^7.26.0", "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", - "@babel/plugin-transform-arrow-functions": "^7.24.7", - "@babel/plugin-transform-async-generator-functions": "^7.24.7", - "@babel/plugin-transform-async-to-generator": "^7.24.7", - "@babel/plugin-transform-block-scoped-functions": "^7.24.7", - "@babel/plugin-transform-block-scoping": "^7.24.7", - "@babel/plugin-transform-class-properties": "^7.24.7", - "@babel/plugin-transform-class-static-block": "^7.24.7", - "@babel/plugin-transform-classes": "^7.24.8", - "@babel/plugin-transform-computed-properties": "^7.24.7", - "@babel/plugin-transform-destructuring": "^7.24.8", - "@babel/plugin-transform-dotall-regex": "^7.24.7", - "@babel/plugin-transform-duplicate-keys": "^7.24.7", - "@babel/plugin-transform-dynamic-import": "^7.24.7", - "@babel/plugin-transform-exponentiation-operator": "^7.24.7", - "@babel/plugin-transform-export-namespace-from": "^7.24.7", - "@babel/plugin-transform-for-of": "^7.24.7", - "@babel/plugin-transform-function-name": "^7.24.7", - "@babel/plugin-transform-json-strings": "^7.24.7", - "@babel/plugin-transform-literals": "^7.24.7", - "@babel/plugin-transform-logical-assignment-operators": "^7.24.7", - "@babel/plugin-transform-member-expression-literals": "^7.24.7", - "@babel/plugin-transform-modules-amd": "^7.24.7", - "@babel/plugin-transform-modules-commonjs": "^7.24.8", - "@babel/plugin-transform-modules-systemjs": "^7.24.7", - "@babel/plugin-transform-modules-umd": "^7.24.7", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7", - "@babel/plugin-transform-new-target": "^7.24.7", - "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7", - "@babel/plugin-transform-numeric-separator": "^7.24.7", - "@babel/plugin-transform-object-rest-spread": "^7.24.7", - "@babel/plugin-transform-object-super": "^7.24.7", - "@babel/plugin-transform-optional-catch-binding": "^7.24.7", - "@babel/plugin-transform-optional-chaining": "^7.24.8", - "@babel/plugin-transform-parameters": "^7.24.7", - "@babel/plugin-transform-private-methods": "^7.24.7", - "@babel/plugin-transform-private-property-in-object": "^7.24.7", - "@babel/plugin-transform-property-literals": "^7.24.7", - "@babel/plugin-transform-regenerator": "^7.24.7", - "@babel/plugin-transform-reserved-words": "^7.24.7", - "@babel/plugin-transform-shorthand-properties": "^7.24.7", - "@babel/plugin-transform-spread": "^7.24.7", - "@babel/plugin-transform-sticky-regex": "^7.24.7", - "@babel/plugin-transform-template-literals": "^7.24.7", - "@babel/plugin-transform-typeof-symbol": "^7.24.8", - "@babel/plugin-transform-unicode-escapes": "^7.24.7", - "@babel/plugin-transform-unicode-property-regex": "^7.24.7", - "@babel/plugin-transform-unicode-regex": "^7.24.7", - "@babel/plugin-transform-unicode-sets-regex": "^7.24.7", + "@babel/plugin-transform-arrow-functions": "^7.25.9", + "@babel/plugin-transform-async-generator-functions": "^7.25.9", + "@babel/plugin-transform-async-to-generator": "^7.25.9", + "@babel/plugin-transform-block-scoped-functions": "^7.25.9", + "@babel/plugin-transform-block-scoping": "^7.25.9", + "@babel/plugin-transform-class-properties": "^7.25.9", + "@babel/plugin-transform-class-static-block": "^7.26.0", + "@babel/plugin-transform-classes": "^7.25.9", + "@babel/plugin-transform-computed-properties": "^7.25.9", + "@babel/plugin-transform-destructuring": "^7.25.9", + "@babel/plugin-transform-dotall-regex": "^7.25.9", + "@babel/plugin-transform-duplicate-keys": "^7.25.9", + "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.9", + "@babel/plugin-transform-dynamic-import": "^7.25.9", + "@babel/plugin-transform-exponentiation-operator": "^7.25.9", + "@babel/plugin-transform-export-namespace-from": "^7.25.9", + "@babel/plugin-transform-for-of": "^7.25.9", + "@babel/plugin-transform-function-name": "^7.25.9", + "@babel/plugin-transform-json-strings": "^7.25.9", + "@babel/plugin-transform-literals": "^7.25.9", + "@babel/plugin-transform-logical-assignment-operators": "^7.25.9", + "@babel/plugin-transform-member-expression-literals": "^7.25.9", + "@babel/plugin-transform-modules-amd": "^7.25.9", + "@babel/plugin-transform-modules-commonjs": "^7.25.9", + "@babel/plugin-transform-modules-systemjs": "^7.25.9", + "@babel/plugin-transform-modules-umd": "^7.25.9", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.25.9", + "@babel/plugin-transform-new-target": "^7.25.9", + "@babel/plugin-transform-nullish-coalescing-operator": "^7.25.9", + "@babel/plugin-transform-numeric-separator": "^7.25.9", + "@babel/plugin-transform-object-rest-spread": "^7.25.9", + "@babel/plugin-transform-object-super": "^7.25.9", + "@babel/plugin-transform-optional-catch-binding": "^7.25.9", + "@babel/plugin-transform-optional-chaining": "^7.25.9", + "@babel/plugin-transform-parameters": "^7.25.9", + "@babel/plugin-transform-private-methods": "^7.25.9", + "@babel/plugin-transform-private-property-in-object": "^7.25.9", + "@babel/plugin-transform-property-literals": "^7.25.9", + "@babel/plugin-transform-regenerator": "^7.25.9", + "@babel/plugin-transform-regexp-modifiers": "^7.26.0", + "@babel/plugin-transform-reserved-words": "^7.25.9", + "@babel/plugin-transform-shorthand-properties": "^7.25.9", + "@babel/plugin-transform-spread": "^7.25.9", + "@babel/plugin-transform-sticky-regex": "^7.25.9", + "@babel/plugin-transform-template-literals": "^7.25.9", + "@babel/plugin-transform-typeof-symbol": "^7.25.9", + "@babel/plugin-transform-unicode-escapes": "^7.25.9", + "@babel/plugin-transform-unicode-property-regex": "^7.25.9", + "@babel/plugin-transform-unicode-regex": "^7.25.9", + "@babel/plugin-transform-unicode-sets-regex": "^7.25.9", "@babel/preset-modules": "0.1.6-no-external-plugins", "babel-plugin-polyfill-corejs2": "^0.4.10", - "babel-plugin-polyfill-corejs3": "^0.10.4", + "babel-plugin-polyfill-corejs3": "^0.10.6", "babel-plugin-polyfill-regenerator": "^0.6.1", - "core-js-compat": "^3.37.1", + "core-js-compat": "^3.38.1", "semver": "^6.3.1" }, "engines": { @@ -1774,6 +1635,7 @@ "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@babel/types": "^7.4.4", @@ -1784,17 +1646,18 @@ } }, "node_modules/@babel/preset-react": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.24.7.tgz", - "integrity": "sha512-AAH4lEkpmzFWrGVlHaxJB7RLH21uPQ9+He+eFLWHmF9IuFQVugz8eAsamaW0DXRrTfco5zj1wWtpdcXJUOfsag==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.25.9.tgz", + "integrity": "sha512-D3to0uSPiWE7rBrdIICCd0tJSIGpLaaGptna2+w7Pft5xMqLpA1sz99DK5TZ1TjGbdQ/VI1eCSZ06dv3lT4JOw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-validator-option": "^7.24.7", - "@babel/plugin-transform-react-display-name": "^7.24.7", - "@babel/plugin-transform-react-jsx": "^7.24.7", - "@babel/plugin-transform-react-jsx-development": "^7.24.7", - "@babel/plugin-transform-react-pure-annotations": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-validator-option": "^7.25.9", + "@babel/plugin-transform-react-display-name": "^7.25.9", + "@babel/plugin-transform-react-jsx": "^7.25.9", + "@babel/plugin-transform-react-jsx-development": "^7.25.9", + "@babel/plugin-transform-react-pure-annotations": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1803,17 +1666,12 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/regjsgen": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", - "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==", - "dev": true - }, "node_modules/@babel/runtime": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.8.tgz", - "integrity": "sha512-5F7SDGs1T72ZczbRwbGO9lQi0NLjQxzl6i4lJxLxfW9U5UluCSyEJeniWvnhl3/euNiqQVbo8zruhsDfid0esA==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.0.tgz", + "integrity": "sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==", "dev": true, + "license": "MIT", "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -1822,33 +1680,32 @@ } }, "node_modules/@babel/template": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz", - "integrity": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz", + "integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.24.7", - "@babel/parser": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/code-frame": "^7.25.9", + "@babel/parser": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.8.tgz", - "integrity": "sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.24.8", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-hoist-variables": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", - "@babel/parser": "^7.24.8", - "@babel/types": "^7.24.8", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.9.tgz", + "integrity": "sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.25.9", + "@babel/generator": "^7.25.9", + "@babel/parser": "^7.25.9", + "@babel/template": "^7.25.9", + "@babel/types": "^7.25.9", "debug": "^4.3.1", "globals": "^11.1.0" }, @@ -1857,14 +1714,14 @@ } }, "node_modules/@babel/types": { - "version": "7.24.9", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.9.tgz", - "integrity": "sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.0.tgz", + "integrity": "sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^7.24.8", - "@babel/helper-validator-identifier": "^7.24.7", - "to-fast-properties": "^2.0.0" + "@babel/helper-string-parser": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1875,16 +1732,18 @@ "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", "dev": true, + "license": "MIT", "optional": true, "engines": { "node": ">=0.1.90" } }, "node_modules/@cypress/request": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@cypress/request/-/request-3.0.1.tgz", - "integrity": "sha512-TWivJlJi8ZDx2wGOw1dbLuHJKUYX7bWySw377nlnGOW3hP9/MUKIsEdXT/YngWxVdgNCHRBmFlBipE+5/2ZZlQ==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@cypress/request/-/request-3.0.6.tgz", + "integrity": "sha512-fi0eVdCOtKu5Ed6+E8mYxUF6ZTFJDZvHogCBelM0xVXmrDEkyM22gRArQzq1YcHPm1V47Vf/iAD+WgVdUlJCGg==", "dev": true, + "license": "Apache-2.0", "dependencies": { "aws-sign2": "~0.7.0", "aws4": "^1.8.0", @@ -1892,16 +1751,16 @@ "combined-stream": "~1.0.6", "extend": "~3.0.2", "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "http-signature": "~1.3.6", + "form-data": "~4.0.0", + "http-signature": "~1.4.0", "is-typedarray": "~1.0.0", "isstream": "~0.1.2", "json-stringify-safe": "~5.0.1", "mime-types": "~2.1.19", "performance-now": "^2.1.0", - "qs": "6.10.4", + "qs": "6.13.0", "safe-buffer": "^5.1.2", - "tough-cookie": "^4.1.3", + "tough-cookie": "^5.0.0", "tunnel-agent": "^0.6.0", "uuid": "^8.3.2" }, @@ -1914,6 +1773,7 @@ "resolved": "https://registry.npmjs.org/@cypress/xvfb/-/xvfb-1.2.4.tgz", "integrity": "sha512-skbBzPggOVYCbnGgV+0dmBdW/s77ZkAOXIC1knS8NagwDjBrNC1LuXtQJeiN6l+m7lzmHtaoUw/ctJKdqkG57Q==", "dev": true, + "license": "MIT", "dependencies": { "debug": "^3.1.0", "lodash.once": "^4.1.1" @@ -1924,6 +1784,7 @@ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, + "license": "MIT", "dependencies": { "ms": "^2.1.1" } @@ -1933,6 +1794,7 @@ "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz", "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==", "dev": true, + "license": "MIT", "engines": { "node": ">=10.0.0" } @@ -1942,6 +1804,7 @@ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/set-array": "^1.2.1", "@jridgewell/sourcemap-codec": "^1.4.10", @@ -1956,6 +1819,7 @@ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.0.0" } @@ -1965,6 +1829,7 @@ "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.0.0" } @@ -1974,6 +1839,7 @@ "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz", "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25" @@ -1983,13 +1849,15 @@ "version": "1.5.0", "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@jridgewell/trace-mapping": { "version": "0.3.25", "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" @@ -2000,22 +1868,24 @@ "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz", "integrity": "sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==", "dev": true, + "license": "MIT", "optional": true }, "node_modules/@remix-run/router": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.19.0.tgz", - "integrity": "sha512-zDICCLKEwbVYTS6TjYaWtHXxkdoUvD/QXvyVZjGCsWz5vyH7aFeONlPffPdW+Y/t6KT0MgXb2Mfjun9YpWN1dA==", + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.21.0.tgz", + "integrity": "sha512-xfSkCAchbdG5PnbrKqFWwia4Bi61nH+wm8wLEqfHDyp7Y3dZzgqS2itV8i4gAq9pC2HsTpwyBC6Ds8VHZ96JlA==", "license": "MIT", "engines": { "node": ">=14.0.0" } }, "node_modules/@types/eslint": { - "version": "8.56.10", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.10.tgz", - "integrity": "sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==", + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.1.tgz", + "integrity": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==", "dev": true, + "license": "MIT", "dependencies": { "@types/estree": "*", "@types/json-schema": "*" @@ -2026,197 +1896,219 @@ "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", "dev": true, + "license": "MIT", "dependencies": { "@types/eslint": "*", "@types/estree": "*" } }, "node_modules/@types/estree": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", - "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", - "dev": true + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", + "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", + "dev": true, + "license": "MIT" }, "node_modules/@types/json-schema": { "version": "7.0.15", "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/node": { - "version": "20.14.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.11.tgz", - "integrity": "sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==", + "version": "22.9.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.0.tgz", + "integrity": "sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==", "dev": true, + "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.19.8" } }, "node_modules/@types/sinonjs__fake-timers": { "version": "8.1.1", "resolved": "https://registry.npmjs.org/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.1.tgz", "integrity": "sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/sizzle": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/@types/sizzle/-/sizzle-2.3.8.tgz", - "integrity": "sha512-0vWLNK2D5MT9dg0iOo8GlKguPAU02QjmZitPEsXRuJXU/OGIOt9vT9Fc26wtYuavLxtO45v9PGleoL9Z0k1LHg==", - "dev": true + "version": "2.3.9", + "resolved": "https://registry.npmjs.org/@types/sizzle/-/sizzle-2.3.9.tgz", + "integrity": "sha512-xzLEyKB50yqCUPUJkIsrVvoWNfFUbIZI+RspLWt8u+tIW/BetMBZtgV2LY/2o+tYH8dRvQ+eoPf3NdhQCcLE2w==", + "dev": true, + "license": "MIT" }, "node_modules/@types/yauzl": { "version": "2.10.3", "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz", "integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "@types/node": "*" } }, "node_modules/@webassemblyjs/ast": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz", - "integrity": "sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz", + "integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==", "dev": true, + "license": "MIT", "dependencies": { - "@webassemblyjs/helper-numbers": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6" + "@webassemblyjs/helper-numbers": "1.13.2", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2" } }, "node_modules/@webassemblyjs/floating-point-hex-parser": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", - "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==", - "dev": true + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz", + "integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==", + "dev": true, + "license": "MIT" }, "node_modules/@webassemblyjs/helper-api-error": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", - "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==", - "dev": true + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz", + "integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==", + "dev": true, + "license": "MIT" }, "node_modules/@webassemblyjs/helper-buffer": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz", - "integrity": "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==", - "dev": true + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz", + "integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==", + "dev": true, + "license": "MIT" }, "node_modules/@webassemblyjs/helper-numbers": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", - "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz", + "integrity": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==", "dev": true, + "license": "MIT", "dependencies": { - "@webassemblyjs/floating-point-hex-parser": "1.11.6", - "@webassemblyjs/helper-api-error": "1.11.6", + "@webassemblyjs/floating-point-hex-parser": "1.13.2", + "@webassemblyjs/helper-api-error": "1.13.2", "@xtuc/long": "4.2.2" } }, "node_modules/@webassemblyjs/helper-wasm-bytecode": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", - "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==", - "dev": true + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz", + "integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==", + "dev": true, + "license": "MIT" }, "node_modules/@webassemblyjs/helper-wasm-section": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz", - "integrity": "sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz", + "integrity": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==", "dev": true, + "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/wasm-gen": "1.12.1" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/wasm-gen": "1.14.1" } }, "node_modules/@webassemblyjs/ieee754": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", - "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz", + "integrity": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==", "dev": true, + "license": "MIT", "dependencies": { "@xtuc/ieee754": "^1.2.0" } }, "node_modules/@webassemblyjs/leb128": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", - "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.13.2.tgz", + "integrity": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@xtuc/long": "4.2.2" } }, "node_modules/@webassemblyjs/utf8": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", - "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==", - "dev": true + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz", + "integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==", + "dev": true, + "license": "MIT" }, "node_modules/@webassemblyjs/wasm-edit": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz", - "integrity": "sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz", + "integrity": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==", "dev": true, + "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/helper-wasm-section": "1.12.1", - "@webassemblyjs/wasm-gen": "1.12.1", - "@webassemblyjs/wasm-opt": "1.12.1", - "@webassemblyjs/wasm-parser": "1.12.1", - "@webassemblyjs/wast-printer": "1.12.1" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/helper-wasm-section": "1.14.1", + "@webassemblyjs/wasm-gen": "1.14.1", + "@webassemblyjs/wasm-opt": "1.14.1", + "@webassemblyjs/wasm-parser": "1.14.1", + "@webassemblyjs/wast-printer": "1.14.1" } }, "node_modules/@webassemblyjs/wasm-gen": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz", - "integrity": "sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz", + "integrity": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==", "dev": true, + "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/ieee754": "1.13.2", + "@webassemblyjs/leb128": "1.13.2", + "@webassemblyjs/utf8": "1.13.2" } }, "node_modules/@webassemblyjs/wasm-opt": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz", - "integrity": "sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz", + "integrity": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==", "dev": true, + "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/wasm-gen": "1.12.1", - "@webassemblyjs/wasm-parser": "1.12.1" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/wasm-gen": "1.14.1", + "@webassemblyjs/wasm-parser": "1.14.1" } }, "node_modules/@webassemblyjs/wasm-parser": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz", - "integrity": "sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz", + "integrity": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==", "dev": true, + "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-api-error": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-api-error": "1.13.2", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/ieee754": "1.13.2", + "@webassemblyjs/leb128": "1.13.2", + "@webassemblyjs/utf8": "1.13.2" } }, "node_modules/@webassemblyjs/wast-printer": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz", - "integrity": "sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz", + "integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==", "dev": true, + "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/ast": "1.14.1", "@xtuc/long": "4.2.2" } }, @@ -2225,6 +2117,7 @@ "resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-1.2.0.tgz", "integrity": "sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==", "dev": true, + "license": "MIT", "peerDependencies": { "webpack": "4.x.x || 5.x.x", "webpack-cli": "4.x.x" @@ -2235,6 +2128,7 @@ "resolved": "https://registry.npmjs.org/@webpack-cli/info/-/info-1.5.0.tgz", "integrity": "sha512-e8tSXZpw2hPl2uMJY6fsMswaok5FdlGNRTktvFk2sD8RjH0hE2+XistawJx1vmKteh4NmGmNUrp+Tb2w+udPcQ==", "dev": true, + "license": "MIT", "dependencies": { "envinfo": "^7.7.3" }, @@ -2247,6 +2141,7 @@ "resolved": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-1.7.0.tgz", "integrity": "sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==", "dev": true, + "license": "MIT", "peerDependencies": { "webpack-cli": "4.x.x" }, @@ -2260,19 +2155,22 @@ "version": "1.2.0", "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", - "dev": true + "dev": true, + "license": "BSD-3-Clause" }, "node_modules/@xtuc/long": { "version": "4.2.2", "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", - "dev": true + "dev": true, + "license": "Apache-2.0" }, "node_modules/acorn": { - "version": "8.12.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", - "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", + "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", "dev": true, + "license": "MIT", "bin": { "acorn": "bin/acorn" }, @@ -2280,20 +2178,12 @@ "node": ">=0.4.0" } }, - "node_modules/acorn-import-attributes": { - "version": "1.9.5", - "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz", - "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==", - "dev": true, - "peerDependencies": { - "acorn": "^8" - } - }, "node_modules/aggregate-error": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", "dev": true, + "license": "MIT", "dependencies": { "clean-stack": "^2.0.0", "indent-string": "^4.0.0" @@ -2307,6 +2197,7 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", "dev": true, + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -2323,6 +2214,7 @@ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", "dev": true, + "license": "MIT", "peerDependencies": { "ajv": "^6.9.1" } @@ -2332,6 +2224,7 @@ "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -2341,6 +2234,7 @@ "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", "dev": true, + "license": "MIT", "dependencies": { "type-fest": "^0.21.3" }, @@ -2356,20 +2250,25 @@ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { - "color-convert": "^1.9.0" + "color-convert": "^2.0.1" }, "engines": { - "node": ">=4" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, "node_modules/anymatch": { @@ -2377,6 +2276,7 @@ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", "dev": true, + "license": "ISC", "optional": true, "dependencies": { "normalize-path": "^3.0.0", @@ -2404,13 +2304,15 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "MIT" }, "node_modules/asn1": { "version": "0.2.6", "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", "dev": true, + "license": "MIT", "dependencies": { "safer-buffer": "~2.1.0" } @@ -2420,6 +2322,7 @@ "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.8" } @@ -2429,27 +2332,31 @@ "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/async": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", - "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==", - "dev": true + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", + "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==", + "dev": true, + "license": "MIT" }, "node_modules/asynckit": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/at-least-node": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", "dev": true, + "license": "ISC", "engines": { "node": ">= 4.0.0" } @@ -2459,24 +2366,27 @@ "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==", "dev": true, + "license": "Apache-2.0", "engines": { "node": "*" } }, "node_modules/aws4": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.13.0.tgz", - "integrity": "sha512-3AungXC4I8kKsS9PuS4JH2nc+0bVY/mjgrephHTIi8fpEeGsTHBUJeosp0Wc1myYMElmD0B3Oc4XL/HVJ4PV2g==", - "dev": true + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.13.2.tgz", + "integrity": "sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==", + "dev": true, + "license": "MIT" }, "node_modules/babel-loader": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz", - "integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==", + "version": "8.4.1", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.4.1.tgz", + "integrity": "sha512-nXzRChX+Z1GoE6yWavBQg6jDslyFF3SDjl2paADuoQtQW10JqShJt62R6eJQ5m/pjJFDT8xgKIWSP85OY8eXeA==", "dev": true, + "license": "MIT", "dependencies": { "find-cache-dir": "^3.3.1", - "loader-utils": "^2.0.0", + "loader-utils": "^2.0.4", "make-dir": "^3.1.0", "schema-utils": "^2.6.5" }, @@ -2493,6 +2403,7 @@ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", "dev": true, + "license": "MIT", "dependencies": { "semver": "^6.0.0" }, @@ -2504,13 +2415,14 @@ } }, "node_modules/babel-plugin-polyfill-corejs2": { - "version": "0.4.11", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz", - "integrity": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==", + "version": "0.4.12", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.12.tgz", + "integrity": "sha512-CPWT6BwvhrTO2d8QVorhTCQw9Y43zOu7G9HigcfxvepOU6b8o3tcWad6oVgZIsZCTt42FFv97aA7ZJsbM4+8og==", "dev": true, + "license": "MIT", "dependencies": { "@babel/compat-data": "^7.22.6", - "@babel/helper-define-polyfill-provider": "^0.6.2", + "@babel/helper-define-polyfill-provider": "^0.6.3", "semver": "^6.3.1" }, "peerDependencies": { @@ -2518,25 +2430,27 @@ } }, "node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.10.4", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz", - "integrity": "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==", + "version": "0.10.6", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz", + "integrity": "sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.1", - "core-js-compat": "^3.36.1" + "@babel/helper-define-polyfill-provider": "^0.6.2", + "core-js-compat": "^3.38.0" }, "peerDependencies": { "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" } }, "node_modules/babel-plugin-polyfill-regenerator": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz", - "integrity": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.3.tgz", + "integrity": "sha512-LiWSbl4CRSIa5x/JAU6jZiG9eit9w6mz+yVMFwDE83LAWvt0AfGBoZ7HS/mkhrKuh2ZlzfVZYKoLjXdqw6Yt7Q==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.2" + "@babel/helper-define-polyfill-provider": "^0.6.3" }, "peerDependencies": { "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" @@ -2546,7 +2460,8 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/base64-js": { "version": "1.5.1", @@ -2566,13 +2481,15 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "MIT" }, "node_modules/bcrypt-pbkdf": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "tweetnacl": "^0.14.3" } @@ -2582,6 +2499,7 @@ "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", "dev": true, + "license": "MIT", "engines": { "node": "*" } @@ -2591,6 +2509,7 @@ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", "dev": true, + "license": "MIT", "optional": true, "engines": { "node": ">=8" @@ -2603,13 +2522,15 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/blob-util/-/blob-util-2.0.2.tgz", "integrity": "sha512-T7JQa+zsXXEa6/8ZhHcQEW1UFfVM49Ts65uBkFL6fz2QmrElqmbajIDJvuA0tEhRe5eIjpV9ZF+0RfZR9voJFQ==", - "dev": true + "dev": true, + "license": "Apache-2.0" }, "node_modules/bluebird": { "version": "3.7.2", "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/bootstrap": { "version": "4.6.2", @@ -2625,6 +2546,7 @@ "url": "https://opencollective.com/bootstrap" } ], + "license": "MIT", "peerDependencies": { "jquery": "1.9.1 - 3", "popper.js": "^1.16.1" @@ -2634,6 +2556,7 @@ "version": "1.13.18", "resolved": "https://registry.npmjs.org/bootstrap-select/-/bootstrap-select-1.13.18.tgz", "integrity": "sha512-V1IzK4rxBq5FrJtkzSH6RmFLFBsjx50byFbfAf8jYyXROWs7ZpprGjdHeoyq2HSsHyjJhMMwjsQhRoYAfxCGow==", + "license": "MIT", "peerDependencies": { "bootstrap": ">=3.0.0", "jquery": "1.9.1 - 3" @@ -2644,6 +2567,7 @@ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -2654,6 +2578,7 @@ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "fill-range": "^7.1.1" @@ -2663,9 +2588,9 @@ } }, "node_modules/browserslist": { - "version": "4.23.2", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.2.tgz", - "integrity": "sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==", + "version": "4.24.2", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.2.tgz", + "integrity": "sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==", "dev": true, "funding": [ { @@ -2681,11 +2606,12 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { - "caniuse-lite": "^1.0.30001640", - "electron-to-chromium": "^1.4.820", - "node-releases": "^2.0.14", - "update-browserslist-db": "^1.1.0" + "caniuse-lite": "^1.0.30001669", + "electron-to-chromium": "^1.5.41", + "node-releases": "^2.0.18", + "update-browserslist-db": "^1.1.1" }, "bin": { "browserslist": "cli.js" @@ -2713,6 +2639,7 @@ "url": "https://feross.org/support" } ], + "license": "MIT", "dependencies": { "base64-js": "^1.3.1", "ieee754": "^1.1.13" @@ -2723,6 +2650,7 @@ "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==", "dev": true, + "license": "MIT", "engines": { "node": "*" } @@ -2731,13 +2659,15 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/cachedir": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/cachedir/-/cachedir-2.4.0.tgz", "integrity": "sha512-9EtFOZR8g22CL7BWjJ9BUx1+A/djkofnyW3aOXZORNW2kxoUpx2h+uN2cOqwPmFhnpVmxg+KW2OjOSgChTEvsQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -2747,6 +2677,7 @@ "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", "dev": true, + "license": "MIT", "dependencies": { "es-define-property": "^1.0.0", "es-errors": "^1.3.0", @@ -2762,9 +2693,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001643", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001643.tgz", - "integrity": "sha512-ERgWGNleEilSrHM6iUz/zJNSQTP8Mr21wDWpdgvRwcTXGAq6jMtOUPP4dqFPTdKqZ2wKTdtB+uucZ3MRpAUSmg==", + "version": "1.0.30001680", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001680.tgz", + "integrity": "sha512-rPQy70G6AGUMnbwS1z6Xg+RkHYPAi18ihs47GH0jcxIG7wArmPgY3XbS2sRdBbxJljp3thdT8BIqv9ccCypiPA==", "dev": true, "funding": [ { @@ -2779,26 +2710,44 @@ "type": "github", "url": "https://github.com/sponsors/ai" } - ] + ], + "license": "CC-BY-4.0" }, "node_modules/caseless": { "version": "0.12.0", "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==", - "dev": true + "dev": true, + "license": "Apache-2.0" }, "node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, "engines": { - "node": ">=4" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/chalk/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" } }, "node_modules/check-more-types": { @@ -2806,6 +2755,7 @@ "resolved": "https://registry.npmjs.org/check-more-types/-/check-more-types-2.24.0.tgz", "integrity": "sha512-Pj779qHxV2tuapviy1bSZNEL1maXr13bPYpsvSDB68HlYcYuhlDrmGd63i0JHMCLKzc7rUSNIrpdJlhVlNwrxA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.8.0" } @@ -2815,6 +2765,7 @@ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "anymatch": "~3.1.2", @@ -2840,14 +2791,15 @@ "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz", "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.0" } }, "node_modules/ci-info": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", - "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.1.0.tgz", + "integrity": "sha512-HutrvTNsF48wnxkzERIXOe5/mlcfFcbfCmwcg6CJnizbSue78AbDt+1cgl26zwn61WFxhcPykPfZrbqjGmBb4A==", "dev": true, "funding": [ { @@ -2855,6 +2807,7 @@ "url": "https://github.com/sponsors/sibiraj-s" } ], + "license": "MIT", "engines": { "node": ">=8" } @@ -2864,6 +2817,7 @@ "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -2873,6 +2827,7 @@ "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", "dev": true, + "license": "MIT", "dependencies": { "restore-cursor": "^3.1.0" }, @@ -2885,6 +2840,7 @@ "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.5.tgz", "integrity": "sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==", "dev": true, + "license": "MIT", "dependencies": { "string-width": "^4.2.0" }, @@ -2900,6 +2856,7 @@ "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-2.1.0.tgz", "integrity": "sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==", "dev": true, + "license": "MIT", "dependencies": { "slice-ansi": "^3.0.0", "string-width": "^4.2.0" @@ -2916,6 +2873,7 @@ "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", "dev": true, + "license": "MIT", "dependencies": { "is-plain-object": "^2.0.4", "kind-of": "^6.0.2", @@ -2926,31 +2884,38 @@ } }, "node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { - "color-name": "1.1.3" + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" } }, "node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true, + "license": "MIT" }, "node_modules/colorette": { "version": "2.0.20", "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/combined-stream": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", "dev": true, + "license": "MIT", "dependencies": { "delayed-stream": "~1.0.0" }, @@ -2963,6 +2928,7 @@ "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz", "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 6" } @@ -2972,6 +2938,7 @@ "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz", "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==", "dev": true, + "license": "MIT", "engines": { "node": ">=4.0.0" } @@ -2980,27 +2947,31 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/convert-source-map": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/core-js-compat": { - "version": "3.37.1", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.37.1.tgz", - "integrity": "sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==", + "version": "3.39.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.39.0.tgz", + "integrity": "sha512-VgEUx3VwlExr5no0tXlBt+silBvhTryPwCXRI2Id1PN8WTKu7MreethvddqOubrYxkFdv/RnYrqlv1sFNAUelw==", "dev": true, + "license": "MIT", "dependencies": { - "browserslist": "^4.23.0" + "browserslist": "^4.24.2" }, "funding": { "type": "opencollective", @@ -3011,13 +2982,15 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.5.tgz", + "integrity": "sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==", "dev": true, + "license": "MIT", "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", @@ -3032,6 +3005,7 @@ "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.11.0.tgz", "integrity": "sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g==", "dev": true, + "license": "MIT", "dependencies": { "icss-utils": "^5.1.0", "postcss": "^8.4.33", @@ -3067,6 +3041,7 @@ "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" }, @@ -3079,6 +3054,7 @@ "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", "dev": true, + "license": "MIT", "bin": { "cssesc": "bin/cssesc" }, @@ -3087,13 +3063,14 @@ } }, "node_modules/cypress": { - "version": "13.13.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.1.tgz", - "integrity": "sha512-8F9UjL5MDUdgC/S5hr8CGLHbS5gGht5UOV184qc2pFny43fnkoaKxlzH/U6//zmGu/xRTaKimNfjknLT8+UDFg==", + "version": "13.15.2", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.15.2.tgz", + "integrity": "sha512-ARbnUorjcCM3XiPwgHKuqsyr5W9Qn+pIIBPaoilnoBkLdSC2oLQjV1BUpnmc7KR+b7Avah3Ly2RMFnfxr96E/A==", "dev": true, "hasInstallScript": true, + "license": "MIT", "dependencies": { - "@cypress/request": "^3.0.0", + "@cypress/request": "^3.0.6", "@cypress/xvfb": "^1.2.4", "@types/sinonjs__fake-timers": "8.1.1", "@types/sizzle": "^2.3.2", @@ -3104,6 +3081,7 @@ "cachedir": "^2.3.0", "chalk": "^4.1.0", "check-more-types": "^2.24.0", + "ci-info": "^4.0.0", "cli-cursor": "^3.1.0", "cli-table3": "~0.6.1", "commander": "^6.2.1", @@ -3118,7 +3096,6 @@ "figures": "^3.2.0", "fs-extra": "^9.1.0", "getos": "^3.2.1", - "is-ci": "^3.0.1", "is-installed-globally": "~0.4.0", "lazy-ass": "^1.6.0", "listr2": "^3.8.3", @@ -3133,6 +3110,7 @@ "semver": "^7.5.3", "supports-color": "^8.1.1", "tmp": "~0.2.3", + "tree-kill": "1.2.2", "untildify": "^4.0.0", "yauzl": "^2.10.0" }, @@ -3143,128 +3121,47 @@ "node": "^16.0.0 || ^18.0.0 || >=20.0.0" } }, - "node_modules/cypress/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "node_modules/cypress/node_modules/semver": { + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "dev": true, - "dependencies": { - "color-convert": "^2.0.1" + "license": "ISC", + "bin": { + "semver": "bin/semver.js" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": ">=10" } }, - "node_modules/cypress/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "node_modules/dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==", "dev": true, + "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "assert-plus": "^1.0.0" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "node": ">=0.10" } }, - "node_modules/cypress/node_modules/chalk/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "node_modules/dayjs": { + "version": "1.11.13", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz", + "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==", "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } + "license": "MIT" }, - "node_modules/cypress/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "node_modules/debug": { + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", "dev": true, + "license": "MIT", "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/cypress/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/cypress/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/cypress/node_modules/semver": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/cypress/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, - "node_modules/dashdash": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==", - "dev": true, - "dependencies": { - "assert-plus": "^1.0.0" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/dayjs": { - "version": "1.11.12", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.12.tgz", - "integrity": "sha512-Rt2g+nTbLlDWZTwwrIXjy9MeiZmSDI375FvZs72ngxx8PDC6YXOeR3q5LAuPzjZQxhiWdRKac7RKV+YyQYfYIg==", - "dev": true - }, - "node_modules/debug": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", - "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", - "dev": true, - "dependencies": { - "ms": "2.1.2" + "ms": "^2.1.3" }, "engines": { "node": ">=6.0" @@ -3280,6 +3177,7 @@ "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", "dev": true, + "license": "MIT", "dependencies": { "es-define-property": "^1.0.0", "es-errors": "^1.3.0", @@ -3297,6 +3195,7 @@ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.4.0" } @@ -3306,28 +3205,32 @@ "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==", "dev": true, + "license": "MIT", "dependencies": { "jsbn": "~0.1.0", "safer-buffer": "^2.1.0" } }, "node_modules/electron-to-chromium": { - "version": "1.4.832", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.832.tgz", - "integrity": "sha512-cTen3SB0H2SGU7x467NRe1eVcQgcuS6jckKfWJHia2eo0cHIGOqHoAxevIYZD4eRHcWjkvFzo93bi3vJ9W+1lA==", - "dev": true + "version": "1.5.56", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.56.tgz", + "integrity": "sha512-7lXb9dAvimCFdvUMTyucD4mnIndt/xhRKFAlky0CyFogdnNmdPQNoHI23msF/2V4mpTxMzgMdjK4+YRlFlRQZw==", + "dev": true, + "license": "ISC" }, "node_modules/emoji-regex": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/emojis-list": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", "dev": true, + "license": "MIT", "engines": { "node": ">= 4" } @@ -3337,15 +3240,17 @@ "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", "dev": true, + "license": "MIT", "dependencies": { "once": "^1.4.0" } }, "node_modules/enhanced-resolve": { - "version": "5.17.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.0.tgz", - "integrity": "sha512-dwDPwZL0dmye8Txp2gzFmA6sxALaSvdRDjPH0viLcKrtlOL3tw62nWWweVD1SdILDTJrbrL6tdWVN58Wo6U3eA==", + "version": "5.17.1", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz", + "integrity": "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==", "dev": true, + "license": "MIT", "dependencies": { "graceful-fs": "^4.2.4", "tapable": "^2.2.0" @@ -3359,6 +3264,7 @@ "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.4.1.tgz", "integrity": "sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==", "dev": true, + "license": "MIT", "dependencies": { "ansi-colors": "^4.1.1", "strip-ansi": "^6.0.1" @@ -3368,10 +3274,11 @@ } }, "node_modules/envinfo": { - "version": "7.13.0", - "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.13.0.tgz", - "integrity": "sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q==", + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.14.0.tgz", + "integrity": "sha512-CO40UI41xDQzhLB1hWyqUKgFhs250pNcGbyGKe1l/e4FSaI/+YE4IMG76GDt0In67WLPACIITC+sOi08x4wIvg==", "dev": true, + "license": "MIT", "bin": { "envinfo": "dist/cli.js" }, @@ -3384,6 +3291,7 @@ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", "dev": true, + "license": "MIT", "dependencies": { "get-intrinsic": "^1.2.4" }, @@ -3396,6 +3304,7 @@ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" } @@ -3404,13 +3313,15 @@ "version": "1.5.4", "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.4.tgz", "integrity": "sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/escalade": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", - "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -3420,6 +3331,7 @@ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.8.0" } @@ -3429,6 +3341,7 @@ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^4.1.1" @@ -3442,6 +3355,7 @@ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "estraverse": "^5.2.0" }, @@ -3454,6 +3368,7 @@ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">=4.0" } @@ -3463,6 +3378,7 @@ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">=4.0" } @@ -3472,6 +3388,7 @@ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">=0.10.0" } @@ -3480,13 +3397,15 @@ "version": "6.4.7", "resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-6.4.7.tgz", "integrity": "sha512-tYUSVOGeQPKt/eC1ABfhHy5Xd96N3oIijJvN3O9+TsC28T5V9yX9oEfEK5faP0EFSNVOG97qtAS68GBrQB2hDg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/events": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.8.x" } @@ -3496,6 +3415,7 @@ "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz", "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==", "dev": true, + "license": "MIT", "dependencies": { "cross-spawn": "^7.0.0", "get-stream": "^5.0.0", @@ -3519,6 +3439,7 @@ "resolved": "https://registry.npmjs.org/executable/-/executable-4.1.1.tgz", "integrity": "sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==", "dev": true, + "license": "MIT", "dependencies": { "pify": "^2.2.0" }, @@ -3530,13 +3451,15 @@ "version": "3.0.2", "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/extract-zip": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz", "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "debug": "^4.1.1", "get-stream": "^5.1.0", @@ -3559,25 +3482,29 @@ "dev": true, "engines": [ "node >=0.6.0" - ] + ], + "license": "MIT" }, "node_modules/fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/fast-json-stable-stringify": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/fastest-levenshtein": { "version": "1.0.16", "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", "dev": true, + "license": "MIT", "engines": { "node": ">= 4.9.1" } @@ -3587,6 +3514,7 @@ "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==", "dev": true, + "license": "MIT", "dependencies": { "pend": "~1.2.0" } @@ -3596,6 +3524,7 @@ "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", "dev": true, + "license": "MIT", "dependencies": { "escape-string-regexp": "^1.0.5" }, @@ -3611,6 +3540,7 @@ "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", "dev": true, + "license": "MIT", "dependencies": { "loader-utils": "^2.0.0", "schema-utils": "^3.0.0" @@ -3631,6 +3561,7 @@ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -3649,6 +3580,7 @@ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "to-regex-range": "^5.0.1" @@ -3662,6 +3594,7 @@ "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", "dev": true, + "license": "MIT", "dependencies": { "commondir": "^1.0.1", "make-dir": "^3.0.2", @@ -3679,6 +3612,7 @@ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", "dev": true, + "license": "MIT", "dependencies": { "semver": "^6.0.0" }, @@ -3694,6 +3628,7 @@ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, + "license": "MIT", "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -3707,6 +3642,7 @@ "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", "dev": true, + "license": "BSD-3-Clause", "bin": { "flat": "cli.js" } @@ -3716,22 +3652,24 @@ "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==", "dev": true, + "license": "Apache-2.0", "engines": { "node": "*" } }, "node_modules/form-data": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", - "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz", + "integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==", "dev": true, + "license": "MIT", "dependencies": { "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", + "combined-stream": "^1.0.8", "mime-types": "^2.1.12" }, "engines": { - "node": ">= 0.12" + "node": ">= 6" } }, "node_modules/fs-extra": { @@ -3739,6 +3677,7 @@ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", "dev": true, + "license": "MIT", "dependencies": { "at-least-node": "^1.0.0", "graceful-fs": "^4.2.0", @@ -3753,19 +3692,37 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz", "integrity": "sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", - "dev": true + "dev": true, + "license": "ISC" + }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } }, "node_modules/function-bind": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", "dev": true, + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -3775,6 +3732,7 @@ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } @@ -3784,6 +3742,7 @@ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", "dev": true, + "license": "MIT", "dependencies": { "es-errors": "^1.3.0", "function-bind": "^1.1.2", @@ -3803,6 +3762,7 @@ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", "dev": true, + "license": "MIT", "dependencies": { "pump": "^3.0.0" }, @@ -3818,6 +3778,7 @@ "resolved": "https://registry.npmjs.org/getos/-/getos-3.2.1.tgz", "integrity": "sha512-U56CfOK17OKgTVqozZjUKNdkfEv6jk5WISBJ8SHoagjE6L69zOwl3Z+O8myjY9MEW3i2HPWQBt/LTbCgcC973Q==", "dev": true, + "license": "MIT", "dependencies": { "async": "^3.2.0" } @@ -3827,6 +3788,7 @@ "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==", "dev": true, + "license": "MIT", "dependencies": { "assert-plus": "^1.0.0" } @@ -3837,6 +3799,7 @@ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", "deprecated": "Glob versions prior to v9 are no longer supported", "dev": true, + "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -3857,6 +3820,7 @@ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, + "license": "ISC", "optional": true, "dependencies": { "is-glob": "^4.0.1" @@ -3869,13 +3833,15 @@ "version": "0.4.1", "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", - "dev": true + "dev": true, + "license": "BSD-2-Clause" }, "node_modules/global-dirs": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.1.tgz", "integrity": "sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==", "dev": true, + "license": "MIT", "dependencies": { "ini": "2.0.0" }, @@ -3891,6 +3857,7 @@ "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } @@ -3900,6 +3867,7 @@ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", "dev": true, + "license": "MIT", "dependencies": { "get-intrinsic": "^1.1.3" }, @@ -3911,15 +3879,17 @@ "version": "4.2.11", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, + "license": "MIT", "engines": { - "node": ">=4" + "node": ">=8" } }, "node_modules/has-property-descriptors": { @@ -3927,6 +3897,7 @@ "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", "dev": true, + "license": "MIT", "dependencies": { "es-define-property": "^1.0.0" }, @@ -3939,6 +3910,7 @@ "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -3951,6 +3923,7 @@ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -3963,6 +3936,7 @@ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", "dev": true, + "license": "MIT", "dependencies": { "function-bind": "^1.1.2" }, @@ -3971,14 +3945,15 @@ } }, "node_modules/http-signature": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.3.6.tgz", - "integrity": "sha512-3adrsD6zqo4GsTqtO7FyrejHNv+NgiIfAfv68+jVlFmSr9OGy7zrxONceFRLKvnnZA5jbxQBX1u9PpB6Wi32Gw==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.4.0.tgz", + "integrity": "sha512-G5akfn7eKbpDN+8nPS/cb57YeA1jLTVxjpCj7tmm3QKPdyDy7T+qSC40e9ptydSWvkwjSXw1VbkpyEm39ukeAg==", "dev": true, + "license": "MIT", "dependencies": { "assert-plus": "^1.0.0", "jsprim": "^2.0.2", - "sshpk": "^1.14.1" + "sshpk": "^1.18.0" }, "engines": { "node": ">=0.10" @@ -3989,6 +3964,7 @@ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==", "dev": true, + "license": "Apache-2.0", "engines": { "node": ">=8.12.0" } @@ -3998,6 +3974,7 @@ "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", "dev": true, + "license": "ISC", "engines": { "node": "^10 || ^12 || >= 14" }, @@ -4023,13 +4000,15 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "BSD-3-Clause" }, "node_modules/import-local": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz", "integrity": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==", "dev": true, + "license": "MIT", "dependencies": { "pkg-dir": "^4.2.0", "resolve-cwd": "^3.0.0" @@ -4049,6 +4028,7 @@ "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -4059,6 +4039,7 @@ "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", "dev": true, + "license": "ISC", "dependencies": { "once": "^1.3.0", "wrappy": "1" @@ -4068,13 +4049,15 @@ "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/ini": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz", "integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==", "dev": true, + "license": "ISC", "engines": { "node": ">=10" } @@ -4084,6 +4067,7 @@ "resolved": "https://registry.npmjs.org/interpret/-/interpret-2.2.0.tgz", "integrity": "sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.10" } @@ -4093,6 +4077,7 @@ "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "binary-extensions": "^2.0.0" @@ -4101,23 +4086,12 @@ "node": ">=8" } }, - "node_modules/is-ci": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-3.0.1.tgz", - "integrity": "sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==", - "dev": true, - "dependencies": { - "ci-info": "^3.2.0" - }, - "bin": { - "is-ci": "bin.js" - } - }, "node_modules/is-core-module": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.0.tgz", - "integrity": "sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==", + "version": "2.15.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz", + "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==", "dev": true, + "license": "MIT", "dependencies": { "hasown": "^2.0.2" }, @@ -4133,6 +4107,7 @@ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", "dev": true, + "license": "MIT", "optional": true, "engines": { "node": ">=0.10.0" @@ -4143,6 +4118,7 @@ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -4152,6 +4128,7 @@ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "is-extglob": "^2.1.1" @@ -4165,6 +4142,7 @@ "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.4.0.tgz", "integrity": "sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==", "dev": true, + "license": "MIT", "dependencies": { "global-dirs": "^3.0.0", "is-path-inside": "^3.0.2" @@ -4181,6 +4159,7 @@ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", "dev": true, + "license": "MIT", "optional": true, "engines": { "node": ">=0.12.0" @@ -4191,6 +4170,7 @@ "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -4200,6 +4180,7 @@ "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", "dev": true, + "license": "MIT", "dependencies": { "isobject": "^3.0.1" }, @@ -4212,6 +4193,7 @@ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" }, @@ -4223,13 +4205,15 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/is-unicode-supported": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -4241,13 +4225,15 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/isobject": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -4256,13 +4242,15 @@ "version": "0.1.2", "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/jest-worker": { "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", "dev": true, + "license": "MIT", "dependencies": { "@types/node": "*", "merge-stream": "^2.0.0", @@ -4272,87 +4260,72 @@ "node": ">= 10.13.0" } }, - "node_modules/jest-worker/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-worker/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, "node_modules/jquery": { "version": "3.7.1", "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz", - "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==" + "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==", + "license": "MIT" }, "node_modules/js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "license": "MIT" }, "node_modules/jsbn": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz", + "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", "dev": true, + "license": "MIT", "bin": { "jsesc": "bin/jsesc" }, "engines": { - "node": ">=4" + "node": ">=6" } }, "node_modules/json-parse-even-better-errors": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/json-schema": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==", - "dev": true + "dev": true, + "license": "(AFL-2.1 OR BSD-3-Clause)" }, "node_modules/json-schema-traverse": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/json-stringify-safe": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/json5": { "version": "2.2.3", "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", "dev": true, + "license": "MIT", "bin": { "json5": "lib/cli.js" }, @@ -4365,6 +4338,7 @@ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", "dev": true, + "license": "MIT", "dependencies": { "universalify": "^2.0.0" }, @@ -4380,6 +4354,7 @@ "engines": [ "node >=0.6.0" ], + "license": "MIT", "dependencies": { "assert-plus": "1.0.0", "extsprintf": "1.3.0", @@ -4392,6 +4367,7 @@ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -4401,6 +4377,7 @@ "resolved": "https://registry.npmjs.org/lazy-ass/-/lazy-ass-1.6.0.tgz", "integrity": "sha512-cc8oEVoctTvsFZ/Oje/kGnHbpWHYBe8IAJe4C0QNc3t8uM/0Y8+erSz/7Y1ALuXTEZTMvxXwO6YbX1ey3ujiZw==", "dev": true, + "license": "MIT", "engines": { "node": "> 0.8" } @@ -4410,6 +4387,7 @@ "resolved": "https://registry.npmjs.org/listr2/-/listr2-3.14.0.tgz", "integrity": "sha512-TyWI8G99GX9GjE54cJ+RrNMcIFBfwMPxc3XTFiAYGN4s10hWROGtOg7+O6u6LE3mNkyld7RSLE6nrKBvTfcs3g==", "dev": true, + "license": "MIT", "dependencies": { "cli-truncate": "^2.1.0", "colorette": "^2.0.16", @@ -4437,6 +4415,7 @@ "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.11.5" } @@ -4446,6 +4425,7 @@ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", "dev": true, + "license": "MIT", "dependencies": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", @@ -4460,6 +4440,7 @@ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, + "license": "MIT", "dependencies": { "p-locate": "^4.1.0" }, @@ -4471,25 +4452,29 @@ "version": "4.17.21", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/lodash.debounce": { "version": "4.0.8", "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/lodash.once": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/log-symbols": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", "dev": true, + "license": "MIT", "dependencies": { "chalk": "^4.1.0", "is-unicode-supported": "^0.1.0" @@ -4501,162 +4486,63 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/log-symbols/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "node_modules/log-update": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz", + "integrity": "sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==", "dev": true, + "license": "MIT", "dependencies": { - "color-convert": "^2.0.1" + "ansi-escapes": "^4.3.0", + "cli-cursor": "^3.1.0", + "slice-ansi": "^4.0.0", + "wrap-ansi": "^6.2.0" }, "engines": { - "node": ">=8" + "node": ">=10" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/log-symbols/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "node_modules/log-update/node_modules/slice-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", + "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", "dev": true, + "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "ansi-styles": "^4.0.0", + "astral-regex": "^2.0.0", + "is-fullwidth-code-point": "^3.0.0" }, "engines": { "node": ">=10" }, "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "url": "https://github.com/chalk/slice-ansi?sponsor=1" } }, - "node_modules/log-symbols/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "node_modules/log-update/node_modules/wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", "dev": true, + "license": "MIT", "dependencies": { - "color-name": "~1.1.4" + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" }, "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/log-symbols/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/log-symbols/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/log-symbols/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/log-update": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz", - "integrity": "sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==", - "dev": true, - "dependencies": { - "ansi-escapes": "^4.3.0", - "cli-cursor": "^3.1.0", - "slice-ansi": "^4.0.0", - "wrap-ansi": "^6.2.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/log-update/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/log-update/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/log-update/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/log-update/node_modules/slice-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", - "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/slice-ansi?sponsor=1" - } - }, - "node_modules/log-update/node_modules/wrap-ansi": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", - "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=8" + "node": ">=8" } }, "node_modules/loose-envify": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "license": "MIT", "dependencies": { "js-tokens": "^3.0.0 || ^4.0.0" }, @@ -4669,6 +4555,7 @@ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", "dev": true, + "license": "ISC", "dependencies": { "yallist": "^3.0.2" } @@ -4678,6 +4565,7 @@ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", "dev": true, + "license": "MIT", "dependencies": { "pify": "^4.0.1", "semver": "^5.6.0" @@ -4691,6 +4579,7 @@ "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -4700,6 +4589,7 @@ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver" } @@ -4708,13 +4598,15 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/mime-db": { "version": "1.52.0", "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.6" } @@ -4724,6 +4616,7 @@ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", "dev": true, + "license": "MIT", "dependencies": { "mime-db": "1.52.0" }, @@ -4736,6 +4629,7 @@ "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -4745,6 +4639,7 @@ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -4757,15 +4652,17 @@ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", "dev": true, + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true, + "license": "MIT" }, "node_modules/nanoid": { "version": "3.3.7", @@ -4778,6 +4675,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "bin": { "nanoid": "bin/nanoid.cjs" }, @@ -4789,19 +4687,22 @@ "version": "2.6.2", "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/node-releases": { "version": "2.0.18", "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz", "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/normalize-path": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", "dev": true, + "license": "MIT", "optional": true, "engines": { "node": ">=0.10.0" @@ -4812,6 +4713,7 @@ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", "dev": true, + "license": "MIT", "dependencies": { "path-key": "^3.0.0" }, @@ -4820,10 +4722,11 @@ } }, "node_modules/object-inspect": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz", - "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==", + "version": "1.13.3", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.3.tgz", + "integrity": "sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -4836,6 +4739,7 @@ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", "dev": true, + "license": "ISC", "dependencies": { "wrappy": "1" } @@ -4845,6 +4749,7 @@ "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", "dev": true, + "license": "MIT", "dependencies": { "mimic-fn": "^2.1.0" }, @@ -4859,13 +4764,15 @@ "version": "1.2.2", "resolved": "https://registry.npmjs.org/ospath/-/ospath-1.2.2.tgz", "integrity": "sha512-o6E5qJV5zkAbIDNhGSIlyOhScKXgQrSRMilfph0clDfM0nEnBOlKlH4sWDmG95BW/CvwNz0vmm7dJVtU2KlMiA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/p-limit": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dev": true, + "license": "MIT", "dependencies": { "p-try": "^2.0.0" }, @@ -4881,6 +4788,7 @@ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, + "license": "MIT", "dependencies": { "p-limit": "^2.2.0" }, @@ -4893,6 +4801,7 @@ "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", "dev": true, + "license": "MIT", "dependencies": { "aggregate-error": "^3.0.0" }, @@ -4908,6 +4817,7 @@ "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -4917,6 +4827,7 @@ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -4926,6 +4837,7 @@ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -4935,6 +4847,7 @@ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -4943,31 +4856,36 @@ "version": "1.0.7", "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/pend": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/performance-now": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/picocolors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", - "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==", - "dev": true + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "dev": true, + "license": "ISC" }, "node_modules/picomatch": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", "dev": true, + "license": "MIT", "optional": true, "engines": { "node": ">=8.6" @@ -4981,6 +4899,7 @@ "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -4990,6 +4909,7 @@ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", "dev": true, + "license": "MIT", "dependencies": { "find-up": "^4.0.0" }, @@ -5002,6 +4922,7 @@ "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==", "deprecated": "You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1", + "license": "MIT", "peer": true, "funding": { "type": "opencollective", @@ -5009,9 +4930,9 @@ } }, "node_modules/postcss": { - "version": "8.4.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz", - "integrity": "sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==", + "version": "8.4.49", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", + "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", "dev": true, "funding": [ { @@ -5027,10 +4948,11 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "nanoid": "^3.3.7", - "picocolors": "^1.0.1", - "source-map-js": "^1.2.0" + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" }, "engines": { "node": "^10 || ^12 || >=14" @@ -5041,6 +4963,7 @@ "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz", "integrity": "sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==", "dev": true, + "license": "ISC", "engines": { "node": "^10 || ^12 || >= 14" }, @@ -5049,13 +4972,14 @@ } }, "node_modules/postcss-modules-local-by-default": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.5.tgz", - "integrity": "sha512-6MieY7sIfTK0hYfafw1OMEG+2bg8Q1ocHCpoWLqOKj3JXlKu4G7btkmM/B7lFubYkYWmRSPLZi5chid63ZaZYw==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.1.0.tgz", + "integrity": "sha512-rm0bdSv4jC3BDma3s9H19ZddW0aHX6EoqwDYU2IfZhRN+53QrufTRo2IdkAbRqLx4R2IYbZnbjKKxg4VN5oU9Q==", "dev": true, + "license": "MIT", "dependencies": { "icss-utils": "^5.0.0", - "postcss-selector-parser": "^6.0.2", + "postcss-selector-parser": "^7.0.0", "postcss-value-parser": "^4.1.0" }, "engines": { @@ -5066,12 +4990,13 @@ } }, "node_modules/postcss-modules-scope": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.0.tgz", - "integrity": "sha512-oq+g1ssrsZOsx9M96c5w8laRmvEu9C3adDSjI8oTcbfkrTE8hx/zfyobUoWIxaKPO8bt6S62kxpw5GqypEw1QQ==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.1.tgz", + "integrity": "sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==", "dev": true, + "license": "ISC", "dependencies": { - "postcss-selector-parser": "^6.0.4" + "postcss-selector-parser": "^7.0.0" }, "engines": { "node": "^10 || ^12 || >= 14" @@ -5085,6 +5010,7 @@ "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", "dev": true, + "license": "ISC", "dependencies": { "icss-utils": "^5.0.0" }, @@ -5096,10 +5022,11 @@ } }, "node_modules/postcss-selector-parser": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.1.tgz", - "integrity": "sha512-b4dlw/9V8A71rLIDsSwVmak9z2DuBUB7CA1/wSdelNEzqsjoSPeADTWNO09lpH49Diy3/JIZ2bSPB1dI3LJCHg==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz", + "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==", "dev": true, + "license": "MIT", "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" @@ -5112,13 +5039,15 @@ "version": "4.2.0", "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/pretty-bytes": { "version": "5.6.0", "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz", "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" }, @@ -5131,6 +5060,7 @@ "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.6.0" } @@ -5139,19 +5069,15 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.0.0.tgz", "integrity": "sha512-F2JHgJQ1iqwnHDcQjVBsq3n/uoaFL+iPW/eAeL7kVxy/2RrWaN4WroKjjvbsoRtv0ftelNyC01bjRhn/bhcf4A==", - "dev": true - }, - "node_modules/psl": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", - "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/pump": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", - "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.2.tgz", + "integrity": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==", "dev": true, + "license": "MIT", "dependencies": { "end-of-stream": "^1.1.0", "once": "^1.3.1" @@ -5162,17 +5088,19 @@ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/qs": { - "version": "6.10.4", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.4.tgz", - "integrity": "sha512-OQiU+C+Ds5qiH91qh/mg0w+8nwQuLjM4F4M/PbmhDOoYehPh+Fb0bDjtR1sOvy7YKxvj28Y/M0PhP5uVX0kB+g==", + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", + "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { - "side-channel": "^1.0.4" + "side-channel": "^1.0.6" }, "engines": { "node": ">=0.6" @@ -5181,17 +5109,12 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/querystringify": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", - "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", - "dev": true - }, "node_modules/randombytes": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", "dev": true, + "license": "MIT", "dependencies": { "safe-buffer": "^5.1.0" } @@ -5200,6 +5123,7 @@ "version": "18.3.1", "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", + "license": "MIT", "dependencies": { "loose-envify": "^1.1.0" }, @@ -5211,6 +5135,7 @@ "version": "18.3.1", "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", + "license": "MIT", "dependencies": { "loose-envify": "^1.1.0", "scheduler": "^0.23.2" @@ -5222,15 +5147,16 @@ "node_modules/react-error-overlay": { "version": "6.0.11", "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.11.tgz", - "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" + "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==", + "license": "MIT" }, "node_modules/react-router": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.26.0.tgz", - "integrity": "sha512-wVQq0/iFYd3iZ9H2l3N3k4PL8EEHcb0XlU2Na8nEwmiXgIUElEH6gaJDtUQxJ+JFzmIXaQjfdpcGWaM6IoQGxg==", + "version": "6.28.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.28.0.tgz", + "integrity": "sha512-HrYdIFqdrnhDw0PqG/AKjAqEqM7AvxCz0DQ4h2W8k6nqmc5uRBYDag0SBxx9iYz5G8gnuNVLzUe13wl9eAsXXg==", "license": "MIT", "dependencies": { - "@remix-run/router": "1.19.0" + "@remix-run/router": "1.21.0" }, "engines": { "node": ">=14.0.0" @@ -5240,13 +5166,13 @@ } }, "node_modules/react-router-dom": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.26.0.tgz", - "integrity": "sha512-RRGUIiDtLrkX3uYcFiCIxKFWMcWQGMojpYZfcstc63A1+sSnVgILGIm9gNUA6na3Fm1QuPGSBQH2EMbAZOnMsQ==", + "version": "6.28.0", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.28.0.tgz", + "integrity": "sha512-kQ7Unsl5YdyOltsPGl31zOjLrDv+m2VcIEcIHqYYD3Lp0UppLjrzcfJqDJwXxFw3TH/yvapbnUvPlAj7Kx5nbg==", "license": "MIT", "dependencies": { - "@remix-run/router": "1.19.0", - "react-router": "6.26.0" + "@remix-run/router": "1.21.0", + "react-router": "6.28.0" }, "engines": { "node": ">=14.0.0" @@ -5261,6 +5187,7 @@ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "picomatch": "^2.2.1" @@ -5274,6 +5201,7 @@ "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.7.1.tgz", "integrity": "sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==", "dev": true, + "license": "MIT", "dependencies": { "resolve": "^1.9.0" }, @@ -5285,13 +5213,15 @@ "version": "1.4.2", "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/regenerate-unicode-properties": { - "version": "10.1.1", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", - "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz", + "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==", "dev": true, + "license": "MIT", "dependencies": { "regenerate": "^1.4.2" }, @@ -5303,27 +5233,30 @@ "version": "0.14.1", "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/regenerator-transform": { "version": "0.15.2", "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz", "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/runtime": "^7.8.4" } }, "node_modules/regexpu-core": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", - "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.1.1.tgz", + "integrity": "sha512-k67Nb9jvwJcJmVpw0jPttR1/zVfnKf8Km0IPatrU/zJ5XeG3+Slx0xLXs9HByJSzXzrlz5EDvN6yLNMDc2qdnw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/regjsgen": "^0.8.0", "regenerate": "^1.4.2", - "regenerate-unicode-properties": "^10.1.0", - "regjsparser": "^0.9.1", + "regenerate-unicode-properties": "^10.2.0", + "regjsgen": "^0.8.0", + "regjsparser": "^0.11.0", "unicode-match-property-ecmascript": "^2.0.0", "unicode-match-property-value-ecmascript": "^2.1.0" }, @@ -5331,47 +5264,42 @@ "node": ">=4" } }, + "node_modules/regjsgen": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.8.0.tgz", + "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==", + "dev": true, + "license": "MIT" + }, "node_modules/regjsparser": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", - "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.11.2.tgz", + "integrity": "sha512-3OGZZ4HoLJkkAZx/48mTXJNlmqTGOzc0o9OWQPuWpkOlXXPbyN6OafCcoXUnBqE2D3f/T5L+pWc1kdEmnfnRsA==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { - "jsesc": "~0.5.0" + "jsesc": "~3.0.2" }, "bin": { "regjsparser": "bin/parser" } }, - "node_modules/regjsparser/node_modules/jsesc": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", - "dev": true, - "bin": { - "jsesc": "bin/jsesc" - } - }, "node_modules/request-progress": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/request-progress/-/request-progress-3.0.0.tgz", "integrity": "sha512-MnWzEHHaxHO2iWiQuHrUPBi/1WeBf5PkxQqNyNvLl9VAYSdXkP8tQ3pBSeCPD+yw0v0Aq1zosWLz0BdeXpWwZg==", "dev": true, + "license": "MIT", "dependencies": { "throttleit": "^1.0.0" } }, - "node_modules/requires-port": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", - "dev": true - }, "node_modules/resolve": { "version": "1.22.8", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", "dev": true, + "license": "MIT", "dependencies": { "is-core-module": "^2.13.0", "path-parse": "^1.0.7", @@ -5389,6 +5317,7 @@ "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", "dev": true, + "license": "MIT", "dependencies": { "resolve-from": "^5.0.0" }, @@ -5401,6 +5330,7 @@ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -5410,6 +5340,7 @@ "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", "dev": true, + "license": "MIT", "dependencies": { "onetime": "^5.1.0", "signal-exit": "^3.0.2" @@ -5422,13 +5353,15 @@ "version": "1.4.1", "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz", "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/rxjs": { "version": "7.8.1", "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", "dev": true, + "license": "Apache-2.0", "dependencies": { "tslib": "^2.1.0" } @@ -5451,18 +5384,21 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "MIT" }, "node_modules/safer-buffer": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/scheduler": { "version": "0.23.2", "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==", + "license": "MIT", "dependencies": { "loose-envify": "^1.1.0" } @@ -5472,6 +5408,7 @@ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", "dev": true, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.5", "ajv": "^6.12.4", @@ -5490,6 +5427,7 @@ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" } @@ -5499,6 +5437,7 @@ "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "randombytes": "^2.1.0" } @@ -5508,6 +5447,7 @@ "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", "dev": true, + "license": "MIT", "dependencies": { "define-data-property": "^1.1.4", "es-errors": "^1.3.0", @@ -5525,6 +5465,7 @@ "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", "dev": true, + "license": "MIT", "dependencies": { "kind-of": "^6.0.2" }, @@ -5537,6 +5478,7 @@ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", "dev": true, + "license": "MIT", "dependencies": { "shebang-regex": "^3.0.0" }, @@ -5549,6 +5491,7 @@ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -5558,6 +5501,7 @@ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "es-errors": "^1.3.0", @@ -5575,13 +5519,15 @@ "version": "3.0.7", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/slash": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -5591,6 +5537,7 @@ "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-3.0.0.tgz", "integrity": "sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "astral-regex": "^2.0.0", @@ -5600,53 +5547,22 @@ "node": ">=8" } }, - "node_modules/slice-ansi/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/slice-ansi/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/slice-ansi/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, "node_modules/source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, "node_modules/source-map-js": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", - "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } @@ -5656,6 +5572,7 @@ "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", "dev": true, + "license": "MIT", "dependencies": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" @@ -5666,6 +5583,7 @@ "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.18.0.tgz", "integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==", "dev": true, + "license": "MIT", "dependencies": { "asn1": "~0.2.3", "assert-plus": "^1.0.0", @@ -5691,6 +5609,7 @@ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, + "license": "MIT", "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", @@ -5705,6 +5624,7 @@ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, @@ -5717,6 +5637,7 @@ "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -5726,6 +5647,7 @@ "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-1.3.0.tgz", "integrity": "sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q==", "dev": true, + "license": "MIT", "dependencies": { "loader-utils": "^2.0.0", "schema-utils": "^2.7.0" @@ -5742,15 +5664,19 @@ } }, "node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", "dev": true, + "license": "MIT", "dependencies": { - "has-flag": "^3.0.0" + "has-flag": "^4.0.0" }, "engines": { - "node": ">=4" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" } }, "node_modules/supports-preserve-symlinks-flag": { @@ -5758,6 +5684,7 @@ "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -5770,15 +5697,17 @@ "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/terser": { - "version": "5.31.3", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.3.tgz", - "integrity": "sha512-pAfYn3NIZLyZpa83ZKigvj6Rn9c/vd5KfYGX7cN1mnzqgDcxWvrU5ZtAfIKhEXz9nRecw4z3LXkjaq96/qZqAA==", + "version": "5.36.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.36.0.tgz", + "integrity": "sha512-IYV9eNMuFAV4THUspIRXkLakHnV6XO7FEdtKjf/mDyrnqUg9LnlOn6/RwRvM9SZjR4GUq8Nk8zj67FzVARr74w==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "@jridgewell/source-map": "^0.3.3", "acorn": "^8.8.2", @@ -5797,6 +5726,7 @@ "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz", "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==", "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "^0.3.20", "jest-worker": "^27.4.5", @@ -5831,6 +5761,7 @@ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -5848,13 +5779,15 @@ "version": "2.20.3", "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/throttleit": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-1.0.1.tgz", "integrity": "sha512-vDZpf9Chs9mAdfY046mcPt8fg5QSZr37hEH4TXYBnDF+izxgrbRGUAAaBvIk/fJm9aOFCGFd1EsNg5AZCbnQCQ==", "dev": true, + "license": "MIT", "funding": { "url": "https://github.com/sponsors/sindresorhus" } @@ -5863,31 +5796,45 @@ "version": "2.3.8", "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", - "dev": true + "dev": true, + "license": "MIT" + }, + "node_modules/tldts": { + "version": "6.1.60", + "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.60.tgz", + "integrity": "sha512-TYVHm7G9NCnhgqOsFalbX6MG1Po5F4efF+tLfoeiOGQq48Oqgwcgz8upY2R1BHWa4aDrj28RYx0dkYJ63qCFMg==", + "dev": true, + "license": "MIT", + "dependencies": { + "tldts-core": "^6.1.60" + }, + "bin": { + "tldts": "bin/cli.js" + } + }, + "node_modules/tldts-core": { + "version": "6.1.60", + "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.60.tgz", + "integrity": "sha512-XHjoxak8SFQnHnmYHb3PcnW5TZ+9ErLZemZei3azuIRhQLw4IExsVbL3VZJdHcLeNaXq6NqawgpDPpjBOg4B5g==", + "dev": true, + "license": "MIT" }, "node_modules/tmp": { "version": "0.2.3", "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz", "integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==", "dev": true, + "license": "MIT", "engines": { "node": ">=14.14" } }, - "node_modules/to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", - "dev": true, - "engines": { - "node": ">=4" - } - }, "node_modules/to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "is-number": "^7.0.0" @@ -5897,40 +5844,41 @@ } }, "node_modules/tough-cookie": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz", - "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.0.0.tgz", + "integrity": "sha512-FRKsF7cz96xIIeMZ82ehjC3xW2E+O2+v11udrDYewUbszngYhsGa8z6YUMMzO9QJZzzyd0nGGXnML/TReX6W8Q==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { - "psl": "^1.1.33", - "punycode": "^2.1.1", - "universalify": "^0.2.0", - "url-parse": "^1.5.3" + "tldts": "^6.1.32" }, "engines": { - "node": ">=6" + "node": ">=16" } }, - "node_modules/tough-cookie/node_modules/universalify": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", - "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", + "node_modules/tree-kill": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", + "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", "dev": true, - "engines": { - "node": ">= 4.0.0" + "license": "MIT", + "bin": { + "tree-kill": "cli.js" } }, "node_modules/tslib": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", - "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==", - "dev": true + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", + "dev": true, + "license": "0BSD" }, "node_modules/tunnel-agent": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", "dev": true, + "license": "Apache-2.0", "dependencies": { "safe-buffer": "^5.0.1" }, @@ -5942,13 +5890,15 @@ "version": "0.14.5", "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==", - "dev": true + "dev": true, + "license": "Unlicense" }, "node_modules/type-fest": { "version": "0.21.3", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, @@ -5957,16 +5907,18 @@ } }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", - "dev": true + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "dev": true, + "license": "MIT" }, "node_modules/unicode-canonical-property-names-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", - "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz", + "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } @@ -5976,6 +5928,7 @@ "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", "dev": true, + "license": "MIT", "dependencies": { "unicode-canonical-property-names-ecmascript": "^2.0.0", "unicode-property-aliases-ecmascript": "^2.0.0" @@ -5985,10 +5938,11 @@ } }, "node_modules/unicode-match-property-value-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", - "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz", + "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } @@ -5998,6 +5952,7 @@ "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } @@ -6007,6 +5962,7 @@ "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 10.0.0" } @@ -6016,14 +5972,15 @@ "resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz", "integrity": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/update-browserslist-db": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz", - "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz", + "integrity": "sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==", "dev": true, "funding": [ { @@ -6039,9 +5996,10 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { - "escalade": "^3.1.2", - "picocolors": "^1.0.1" + "escalade": "^3.2.0", + "picocolors": "^1.1.0" }, "bin": { "update-browserslist-db": "cli.js" @@ -6055,6 +6013,7 @@ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "punycode": "^2.1.0" } @@ -6064,6 +6023,7 @@ "resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz", "integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==", "dev": true, + "license": "MIT", "dependencies": { "loader-utils": "^2.0.0", "mime-types": "^2.1.27", @@ -6091,6 +6051,7 @@ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -6104,27 +6065,19 @@ "url": "https://opencollective.com/webpack" } }, - "node_modules/url-parse": { - "version": "1.5.10", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", - "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", - "dev": true, - "dependencies": { - "querystringify": "^2.1.1", - "requires-port": "^1.0.0" - } - }, "node_modules/util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/uuid": { "version": "8.3.2", "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", "dev": true, + "license": "MIT", "bin": { "uuid": "dist/bin/uuid" } @@ -6137,6 +6090,7 @@ "engines": [ "node >=0.6.0" ], + "license": "MIT", "dependencies": { "assert-plus": "^1.0.0", "core-util-is": "1.0.2", @@ -6144,10 +6098,11 @@ } }, "node_modules/watchpack": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.1.tgz", - "integrity": "sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.2.tgz", + "integrity": "sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==", "dev": true, + "license": "MIT", "dependencies": { "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.1.2" @@ -6157,21 +6112,21 @@ } }, "node_modules/webpack": { - "version": "5.93.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.93.0.tgz", - "integrity": "sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==", + "version": "5.96.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.96.1.tgz", + "integrity": "sha512-l2LlBSvVZGhL4ZrPwyr8+37AunkcYj5qh8o6u2/2rzoPc8gxFJkLj1WxNgooi9pnoc06jh0BjuXnamM4qlujZA==", "dev": true, + "license": "MIT", "dependencies": { - "@types/eslint-scope": "^3.7.3", - "@types/estree": "^1.0.5", + "@types/eslint-scope": "^3.7.7", + "@types/estree": "^1.0.6", "@webassemblyjs/ast": "^1.12.1", "@webassemblyjs/wasm-edit": "^1.12.1", "@webassemblyjs/wasm-parser": "^1.12.1", - "acorn": "^8.7.1", - "acorn-import-attributes": "^1.9.5", - "browserslist": "^4.21.10", + "acorn": "^8.14.0", + "browserslist": "^4.24.0", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.17.0", + "enhanced-resolve": "^5.17.1", "es-module-lexer": "^1.2.1", "eslint-scope": "5.1.1", "events": "^3.2.0", @@ -6208,6 +6163,7 @@ "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.10.0.tgz", "integrity": "sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==", "dev": true, + "license": "MIT", "dependencies": { "@discoveryjs/json-ext": "^0.5.0", "@webpack-cli/configtest": "^1.2.0", @@ -6255,6 +6211,7 @@ "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 10" } @@ -6264,6 +6221,7 @@ "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.10.0.tgz", "integrity": "sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==", "dev": true, + "license": "MIT", "dependencies": { "clone-deep": "^4.0.1", "flat": "^5.0.2", @@ -6278,6 +6236,7 @@ "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", "dev": true, + "license": "MIT", "engines": { "node": ">=10.13.0" } @@ -6287,6 +6246,7 @@ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -6305,6 +6265,7 @@ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", "dev": true, + "license": "ISC", "dependencies": { "isexe": "^2.0.0" }, @@ -6319,13 +6280,15 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz", "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/wrap-ansi": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -6338,4601 +6301,30 @@ "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, - "node_modules/wrap-ansi/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/wrap-ansi/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/wrap-ansi/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/yallist": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/yauzl": { "version": "2.10.0", "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==", "dev": true, + "license": "MIT", "dependencies": { "buffer-crc32": "~0.2.3", "fd-slicer": "~1.1.0" } } - }, - "dependencies": { - "@ampproject/remapping": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", - "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", - "dev": true, - "requires": { - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.24" - } - }, - "@babel/cli": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.24.8.tgz", - "integrity": "sha512-isdp+G6DpRyKc+3Gqxy2rjzgF7Zj9K0mzLNnxz+E/fgeag8qT3vVulX4gY9dGO1q0y+0lUv6V3a+uhUzMzrwXg==", - "dev": true, - "requires": { - "@jridgewell/trace-mapping": "^0.3.25", - "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3", - "chokidar": "^3.4.0", - "commander": "^6.2.0", - "convert-source-map": "^2.0.0", - "fs-readdir-recursive": "^1.1.0", - "glob": "^7.2.0", - "make-dir": "^2.1.0", - "slash": "^2.0.0" - } - }, - "@babel/code-frame": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", - "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==", - "dev": true, - "requires": { - "@babel/highlight": "^7.24.7", - "picocolors": "^1.0.0" - } - }, - "@babel/compat-data": { - "version": "7.24.9", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.9.tgz", - "integrity": "sha512-e701mcfApCJqMMueQI0Fb68Amflj83+dvAvHawoBpAz+GDjCIyGHzNwnefjsWJ3xiYAqqiQFoWbspGYBdb2/ng==", - "dev": true - }, - "@babel/core": { - "version": "7.24.9", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.9.tgz", - "integrity": "sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==", - "dev": true, - "requires": { - "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.24.9", - "@babel/helper-compilation-targets": "^7.24.8", - "@babel/helper-module-transforms": "^7.24.9", - "@babel/helpers": "^7.24.8", - "@babel/parser": "^7.24.8", - "@babel/template": "^7.24.7", - "@babel/traverse": "^7.24.8", - "@babel/types": "^7.24.9", - "convert-source-map": "^2.0.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.3", - "semver": "^6.3.1" - } - }, - "@babel/generator": { - "version": "7.24.10", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.10.tgz", - "integrity": "sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg==", - "dev": true, - "requires": { - "@babel/types": "^7.24.9", - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.25", - "jsesc": "^2.5.1" - } - }, - "@babel/helper-annotate-as-pure": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz", - "integrity": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==", - "dev": true, - "requires": { - "@babel/types": "^7.24.7" - } - }, - "@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.7.tgz", - "integrity": "sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==", - "dev": true, - "requires": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" - } - }, - "@babel/helper-compilation-targets": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz", - "integrity": "sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==", - "dev": true, - "requires": { - "@babel/compat-data": "^7.24.8", - "@babel/helper-validator-option": "^7.24.8", - "browserslist": "^4.23.1", - "lru-cache": "^5.1.1", - "semver": "^6.3.1" - } - }, - "@babel/helper-create-class-features-plugin": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.8.tgz", - "integrity": "sha512-4f6Oqnmyp2PP3olgUMmOwC3akxSm5aBYraQ6YDdKy7NcAMkDECHWG0DEnV6M2UAkERgIBhYt8S27rURPg7SxWA==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-member-expression-to-functions": "^7.24.8", - "@babel/helper-optimise-call-expression": "^7.24.7", - "@babel/helper-replace-supers": "^7.24.7", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", - "semver": "^6.3.1" - } - }, - "@babel/helper-create-regexp-features-plugin": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.24.7.tgz", - "integrity": "sha512-03TCmXy2FtXJEZfbXDTSqq1fRJArk7lX9DOFC/47VthYcxyIOx+eXQmdo6DOQvrbpIix+KfXwvuXdFDZHxt+rA==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "regexpu-core": "^5.3.1", - "semver": "^6.3.1" - } - }, - "@babel/helper-define-polyfill-provider": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz", - "integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==", - "dev": true, - "requires": { - "@babel/helper-compilation-targets": "^7.22.6", - "@babel/helper-plugin-utils": "^7.22.5", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2" - } - }, - "@babel/helper-environment-visitor": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz", - "integrity": "sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==", - "dev": true, - "requires": { - "@babel/types": "^7.24.7" - } - }, - "@babel/helper-function-name": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz", - "integrity": "sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==", - "dev": true, - "requires": { - "@babel/template": "^7.24.7", - "@babel/types": "^7.24.7" - } - }, - "@babel/helper-hoist-variables": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz", - "integrity": "sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==", - "dev": true, - "requires": { - "@babel/types": "^7.24.7" - } - }, - "@babel/helper-member-expression-to-functions": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz", - "integrity": "sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==", - "dev": true, - "requires": { - "@babel/traverse": "^7.24.8", - "@babel/types": "^7.24.8" - } - }, - "@babel/helper-module-imports": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz", - "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==", - "dev": true, - "requires": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" - } - }, - "@babel/helper-module-transforms": { - "version": "7.24.9", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz", - "integrity": "sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==", - "dev": true, - "requires": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-module-imports": "^7.24.7", - "@babel/helper-simple-access": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", - "@babel/helper-validator-identifier": "^7.24.7" - } - }, - "@babel/helper-optimise-call-expression": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz", - "integrity": "sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==", - "dev": true, - "requires": { - "@babel/types": "^7.24.7" - } - }, - "@babel/helper-plugin-utils": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz", - "integrity": "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==", - "dev": true - }, - "@babel/helper-remap-async-to-generator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.24.7.tgz", - "integrity": "sha512-9pKLcTlZ92hNZMQfGCHImUpDOlAgkkpqalWEeftW5FBya75k8Li2ilerxkM/uBEj01iBZXcCIB/bwvDYgWyibA==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-wrap-function": "^7.24.7" - } - }, - "@babel/helper-replace-supers": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.24.7.tgz", - "integrity": "sha512-qTAxxBM81VEyoAY0TtLrx1oAEJc09ZK67Q9ljQToqCnA+55eNwCORaxlKyu+rNfX86o8OXRUSNUnrtsAZXM9sg==", - "dev": true, - "requires": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-member-expression-to-functions": "^7.24.7", - "@babel/helper-optimise-call-expression": "^7.24.7" - } - }, - "@babel/helper-simple-access": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz", - "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==", - "dev": true, - "requires": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" - } - }, - "@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz", - "integrity": "sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==", - "dev": true, - "requires": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" - } - }, - "@babel/helper-split-export-declaration": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz", - "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==", - "dev": true, - "requires": { - "@babel/types": "^7.24.7" - } - }, - "@babel/helper-string-parser": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz", - "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==", - "dev": true - }, - "@babel/helper-validator-identifier": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz", - "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==", - "dev": true - }, - "@babel/helper-validator-option": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz", - "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==", - "dev": true - }, - "@babel/helper-wrap-function": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.24.7.tgz", - "integrity": "sha512-N9JIYk3TD+1vq/wn77YnJOqMtfWhNewNE+DJV4puD2X7Ew9J4JvrzrFDfTfyv5EgEXVy9/Wt8QiOErzEmv5Ifw==", - "dev": true, - "requires": { - "@babel/helper-function-name": "^7.24.7", - "@babel/template": "^7.24.7", - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" - } - }, - "@babel/helpers": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.8.tgz", - "integrity": "sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==", - "dev": true, - "requires": { - "@babel/template": "^7.24.7", - "@babel/types": "^7.24.8" - } - }, - "@babel/highlight": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz", - "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==", - "dev": true, - "requires": { - "@babel/helper-validator-identifier": "^7.24.7", - "chalk": "^2.4.2", - "js-tokens": "^4.0.0", - "picocolors": "^1.0.0" - } - }, - "@babel/parser": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.8.tgz", - "integrity": "sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w==", - "dev": true - }, - "@babel/plugin-bugfix-firefox-class-in-computed-class-key": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.7.tgz", - "integrity": "sha512-TiT1ss81W80eQsN+722OaeQMY/G4yTb4G9JrqeiDADs3N8lbPMGldWi9x8tyqCW5NLx1Jh2AvkE6r6QvEltMMQ==", - "dev": true, - "requires": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.7.tgz", - "integrity": "sha512-unaQgZ/iRu/By6tsjMZzpeBZjChYfLYry6HrEXPoz3KmfF0sVBQ1l8zKMQ4xRGLWVsjuvB8nQfjNP/DcfEOCsg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.7.tgz", - "integrity": "sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", - "@babel/plugin-transform-optional-chaining": "^7.24.7" - } - }, - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.7.tgz", - "integrity": "sha512-utA4HuR6F4Vvcr+o4DnjL8fCOlgRFGbeeBEGNg3ZTrLFw6VWG5XmUrvcQ0FjIYMU2ST4XcR2Wsp7t9qOAPnxMg==", - "dev": true, - "requires": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-proposal-class-properties": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", - "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", - "dev": true, - "requires": { - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-proposal-private-property-in-object": { - "version": "7.21.0-placeholder-for-preset-env.2", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", - "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", - "dev": true, - "requires": {} - }, - "@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", - "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", - "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - } - }, - "@babel/plugin-syntax-class-static-block": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", - "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", - "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", - "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.3" - } - }, - "@babel/plugin-syntax-import-assertions": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.7.tgz", - "integrity": "sha512-Ec3NRUMoi8gskrkBe3fNmEQfxDvY8bgfQpz6jlk/41kX9eUjvpyqWU7PBP/pLAvMaSQjbMNKJmvX57jP+M6bPg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-syntax-import-attributes": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.7.tgz", - "integrity": "sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-syntax-import-meta": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", - "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", - "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-jsx": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz", - "integrity": "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", - "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", - "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", - "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-private-property-in-object": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", - "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-syntax-top-level-await": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", - "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-syntax-unicode-sets-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", - "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", - "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-arrow-functions": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.7.tgz", - "integrity": "sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-async-generator-functions": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.7.tgz", - "integrity": "sha512-o+iF77e3u7ZS4AoAuJvapz9Fm001PuD2V3Lp6OSE4FYQke+cSewYtnek+THqGRWyQloRCyvWL1OkyfNEl9vr/g==", - "dev": true, - "requires": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-remap-async-to-generator": "^7.24.7", - "@babel/plugin-syntax-async-generators": "^7.8.4" - } - }, - "@babel/plugin-transform-async-to-generator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz", - "integrity": "sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==", - "dev": true, - "requires": { - "@babel/helper-module-imports": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-remap-async-to-generator": "^7.24.7" - } - }, - "@babel/plugin-transform-block-scoped-functions": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.7.tgz", - "integrity": "sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-block-scoping": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.7.tgz", - "integrity": "sha512-Nd5CvgMbWc+oWzBsuaMcbwjJWAcp5qzrbg69SZdHSP7AMY0AbWFqFO0WTFCA1jxhMCwodRwvRec8k0QUbZk7RQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-class-properties": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz", - "integrity": "sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==", - "dev": true, - "requires": { - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-class-static-block": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.7.tgz", - "integrity": "sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==", - "dev": true, - "requires": { - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-class-static-block": "^7.14.5" - } - }, - "@babel/plugin-transform-classes": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.8.tgz", - "integrity": "sha512-VXy91c47uujj758ud9wx+OMgheXm4qJfyhj1P18YvlrQkNOSrwsteHk+EFS3OMGfhMhpZa0A+81eE7G4QC+3CA==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-compilation-targets": "^7.24.8", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-replace-supers": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", - "globals": "^11.1.0" - } - }, - "@babel/plugin-transform-computed-properties": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.7.tgz", - "integrity": "sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/template": "^7.24.7" - } - }, - "@babel/plugin-transform-destructuring": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.8.tgz", - "integrity": "sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.8" - } - }, - "@babel/plugin-transform-dotall-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.7.tgz", - "integrity": "sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw==", - "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-duplicate-keys": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.7.tgz", - "integrity": "sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-dynamic-import": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz", - "integrity": "sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-dynamic-import": "^7.8.3" - } - }, - "@babel/plugin-transform-exponentiation-operator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.7.tgz", - "integrity": "sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ==", - "dev": true, - "requires": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-export-namespace-from": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.7.tgz", - "integrity": "sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" - } - }, - "@babel/plugin-transform-for-of": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.7.tgz", - "integrity": "sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" - } - }, - "@babel/plugin-transform-function-name": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.7.tgz", - "integrity": "sha512-U9FcnA821YoILngSmYkW6FjyQe2TyZD5pHt4EVIhmcTkrJw/3KqcrRSxuOo5tFZJi7TE19iDyI1u+weTI7bn2w==", - "dev": true, - "requires": { - "@babel/helper-compilation-targets": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-json-strings": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.7.tgz", - "integrity": "sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-json-strings": "^7.8.3" - } - }, - "@babel/plugin-transform-literals": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.7.tgz", - "integrity": "sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-logical-assignment-operators": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.7.tgz", - "integrity": "sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" - } - }, - "@babel/plugin-transform-member-expression-literals": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.7.tgz", - "integrity": "sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-modules-amd": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.7.tgz", - "integrity": "sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg==", - "dev": true, - "requires": { - "@babel/helper-module-transforms": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-modules-commonjs": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz", - "integrity": "sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==", - "dev": true, - "requires": { - "@babel/helper-module-transforms": "^7.24.8", - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-simple-access": "^7.24.7" - } - }, - "@babel/plugin-transform-modules-systemjs": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.7.tgz", - "integrity": "sha512-GYQE0tW7YoaN13qFh3O1NCY4MPkUiAH3fiF7UcV/I3ajmDKEdG3l+UOcbAm4zUE3gnvUU+Eni7XrVKo9eO9auw==", - "dev": true, - "requires": { - "@babel/helper-hoist-variables": "^7.24.7", - "@babel/helper-module-transforms": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-validator-identifier": "^7.24.7" - } - }, - "@babel/plugin-transform-modules-umd": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz", - "integrity": "sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==", - "dev": true, - "requires": { - "@babel/helper-module-transforms": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.7.tgz", - "integrity": "sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g==", - "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-new-target": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.7.tgz", - "integrity": "sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-nullish-coalescing-operator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.7.tgz", - "integrity": "sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" - } - }, - "@babel/plugin-transform-numeric-separator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.7.tgz", - "integrity": "sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" - } - }, - "@babel/plugin-transform-object-rest-spread": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.7.tgz", - "integrity": "sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==", - "dev": true, - "requires": { - "@babel/helper-compilation-targets": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.24.7" - } - }, - "@babel/plugin-transform-object-super": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.7.tgz", - "integrity": "sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-replace-supers": "^7.24.7" - } - }, - "@babel/plugin-transform-optional-catch-binding": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.7.tgz", - "integrity": "sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" - } - }, - "@babel/plugin-transform-optional-chaining": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.8.tgz", - "integrity": "sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", - "@babel/plugin-syntax-optional-chaining": "^7.8.3" - } - }, - "@babel/plugin-transform-parameters": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.7.tgz", - "integrity": "sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-private-methods": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.7.tgz", - "integrity": "sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==", - "dev": true, - "requires": { - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-private-property-in-object": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.7.tgz", - "integrity": "sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5" - } - }, - "@babel/plugin-transform-property-literals": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.7.tgz", - "integrity": "sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-react-display-name": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.24.7.tgz", - "integrity": "sha512-H/Snz9PFxKsS1JLI4dJLtnJgCJRoo0AUm3chP6NYr+9En1JMKloheEiLIhlp5MDVznWo+H3AAC1Mc8lmUEpsgg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-react-jsx": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.24.7.tgz", - "integrity": "sha512-+Dj06GDZEFRYvclU6k4bme55GKBEWUmByM/eoKuqg4zTNQHiApWRhQph5fxQB2wAEFvRzL1tOEj1RJ19wJrhoA==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-module-imports": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-jsx": "^7.24.7", - "@babel/types": "^7.24.7" - } - }, - "@babel/plugin-transform-react-jsx-development": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.24.7.tgz", - "integrity": "sha512-QG9EnzoGn+Qar7rxuW+ZOsbWOt56FvvI93xInqsZDC5fsekx1AlIO4KIJ5M+D0p0SqSH156EpmZyXq630B8OlQ==", - "dev": true, - "requires": { - "@babel/plugin-transform-react-jsx": "^7.24.7" - } - }, - "@babel/plugin-transform-react-pure-annotations": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.24.7.tgz", - "integrity": "sha512-PLgBVk3fzbmEjBJ/u8kFzOqS9tUeDjiaWud/rRym/yjCo/M9cASPlnrd2ZmmZpQT40fOOrvR8jh+n8jikrOhNA==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-regenerator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.7.tgz", - "integrity": "sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7", - "regenerator-transform": "^0.15.2" - } - }, - "@babel/plugin-transform-reserved-words": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.7.tgz", - "integrity": "sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-shorthand-properties": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.7.tgz", - "integrity": "sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-spread": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.7.tgz", - "integrity": "sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" - } - }, - "@babel/plugin-transform-sticky-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.7.tgz", - "integrity": "sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-template-literals": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.7.tgz", - "integrity": "sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-typeof-symbol": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.8.tgz", - "integrity": "sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.8" - } - }, - "@babel/plugin-transform-unicode-escapes": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz", - "integrity": "sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-unicode-property-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.7.tgz", - "integrity": "sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w==", - "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-unicode-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.7.tgz", - "integrity": "sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg==", - "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-unicode-sets-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.7.tgz", - "integrity": "sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg==", - "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/preset-env": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.8.tgz", - "integrity": "sha512-vObvMZB6hNWuDxhSaEPTKCwcqkAIuDtE+bQGn4XMXne1DSLzFVY8Vmj1bm+mUQXYNN8NmaQEO+r8MMbzPr1jBQ==", - "dev": true, - "requires": { - "@babel/compat-data": "^7.24.8", - "@babel/helper-compilation-targets": "^7.24.8", - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-validator-option": "^7.24.8", - "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.24.7", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.24.7", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7", - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.24.7", - "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-class-static-block": "^7.14.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-import-assertions": "^7.24.7", - "@babel/plugin-syntax-import-attributes": "^7.24.7", - "@babel/plugin-syntax-import-meta": "^7.10.4", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5", - "@babel/plugin-syntax-top-level-await": "^7.14.5", - "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", - "@babel/plugin-transform-arrow-functions": "^7.24.7", - "@babel/plugin-transform-async-generator-functions": "^7.24.7", - "@babel/plugin-transform-async-to-generator": "^7.24.7", - "@babel/plugin-transform-block-scoped-functions": "^7.24.7", - "@babel/plugin-transform-block-scoping": "^7.24.7", - "@babel/plugin-transform-class-properties": "^7.24.7", - "@babel/plugin-transform-class-static-block": "^7.24.7", - "@babel/plugin-transform-classes": "^7.24.8", - "@babel/plugin-transform-computed-properties": "^7.24.7", - "@babel/plugin-transform-destructuring": "^7.24.8", - "@babel/plugin-transform-dotall-regex": "^7.24.7", - "@babel/plugin-transform-duplicate-keys": "^7.24.7", - "@babel/plugin-transform-dynamic-import": "^7.24.7", - "@babel/plugin-transform-exponentiation-operator": "^7.24.7", - "@babel/plugin-transform-export-namespace-from": "^7.24.7", - "@babel/plugin-transform-for-of": "^7.24.7", - "@babel/plugin-transform-function-name": "^7.24.7", - "@babel/plugin-transform-json-strings": "^7.24.7", - "@babel/plugin-transform-literals": "^7.24.7", - "@babel/plugin-transform-logical-assignment-operators": "^7.24.7", - "@babel/plugin-transform-member-expression-literals": "^7.24.7", - "@babel/plugin-transform-modules-amd": "^7.24.7", - "@babel/plugin-transform-modules-commonjs": "^7.24.8", - "@babel/plugin-transform-modules-systemjs": "^7.24.7", - "@babel/plugin-transform-modules-umd": "^7.24.7", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7", - "@babel/plugin-transform-new-target": "^7.24.7", - "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7", - "@babel/plugin-transform-numeric-separator": "^7.24.7", - "@babel/plugin-transform-object-rest-spread": "^7.24.7", - "@babel/plugin-transform-object-super": "^7.24.7", - "@babel/plugin-transform-optional-catch-binding": "^7.24.7", - "@babel/plugin-transform-optional-chaining": "^7.24.8", - "@babel/plugin-transform-parameters": "^7.24.7", - "@babel/plugin-transform-private-methods": "^7.24.7", - "@babel/plugin-transform-private-property-in-object": "^7.24.7", - "@babel/plugin-transform-property-literals": "^7.24.7", - "@babel/plugin-transform-regenerator": "^7.24.7", - "@babel/plugin-transform-reserved-words": "^7.24.7", - "@babel/plugin-transform-shorthand-properties": "^7.24.7", - "@babel/plugin-transform-spread": "^7.24.7", - "@babel/plugin-transform-sticky-regex": "^7.24.7", - "@babel/plugin-transform-template-literals": "^7.24.7", - "@babel/plugin-transform-typeof-symbol": "^7.24.8", - "@babel/plugin-transform-unicode-escapes": "^7.24.7", - "@babel/plugin-transform-unicode-property-regex": "^7.24.7", - "@babel/plugin-transform-unicode-regex": "^7.24.7", - "@babel/plugin-transform-unicode-sets-regex": "^7.24.7", - "@babel/preset-modules": "0.1.6-no-external-plugins", - "babel-plugin-polyfill-corejs2": "^0.4.10", - "babel-plugin-polyfill-corejs3": "^0.10.4", - "babel-plugin-polyfill-regenerator": "^0.6.1", - "core-js-compat": "^3.37.1", - "semver": "^6.3.1" - } - }, - "@babel/preset-modules": { - "version": "0.1.6-no-external-plugins", - "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", - "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/types": "^7.4.4", - "esutils": "^2.0.2" - } - }, - "@babel/preset-react": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.24.7.tgz", - "integrity": "sha512-AAH4lEkpmzFWrGVlHaxJB7RLH21uPQ9+He+eFLWHmF9IuFQVugz8eAsamaW0DXRrTfco5zj1wWtpdcXJUOfsag==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-validator-option": "^7.24.7", - "@babel/plugin-transform-react-display-name": "^7.24.7", - "@babel/plugin-transform-react-jsx": "^7.24.7", - "@babel/plugin-transform-react-jsx-development": "^7.24.7", - "@babel/plugin-transform-react-pure-annotations": "^7.24.7" - } - }, - "@babel/regjsgen": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", - "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==", - "dev": true - }, - "@babel/runtime": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.8.tgz", - "integrity": "sha512-5F7SDGs1T72ZczbRwbGO9lQi0NLjQxzl6i4lJxLxfW9U5UluCSyEJeniWvnhl3/euNiqQVbo8zruhsDfid0esA==", - "dev": true, - "requires": { - "regenerator-runtime": "^0.14.0" - } - }, - "@babel/template": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz", - "integrity": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.24.7", - "@babel/parser": "^7.24.7", - "@babel/types": "^7.24.7" - } - }, - "@babel/traverse": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.8.tgz", - "integrity": "sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.24.8", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-hoist-variables": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", - "@babel/parser": "^7.24.8", - "@babel/types": "^7.24.8", - "debug": "^4.3.1", - "globals": "^11.1.0" - } - }, - "@babel/types": { - "version": "7.24.9", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.9.tgz", - "integrity": "sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==", - "dev": true, - "requires": { - "@babel/helper-string-parser": "^7.24.8", - "@babel/helper-validator-identifier": "^7.24.7", - "to-fast-properties": "^2.0.0" - } - }, - "@colors/colors": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", - "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", - "dev": true, - "optional": true - }, - "@cypress/request": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@cypress/request/-/request-3.0.1.tgz", - "integrity": "sha512-TWivJlJi8ZDx2wGOw1dbLuHJKUYX7bWySw377nlnGOW3hP9/MUKIsEdXT/YngWxVdgNCHRBmFlBipE+5/2ZZlQ==", - "dev": true, - "requires": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "http-signature": "~1.3.6", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "performance-now": "^2.1.0", - "qs": "6.10.4", - "safe-buffer": "^5.1.2", - "tough-cookie": "^4.1.3", - "tunnel-agent": "^0.6.0", - "uuid": "^8.3.2" - } - }, - "@cypress/xvfb": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@cypress/xvfb/-/xvfb-1.2.4.tgz", - "integrity": "sha512-skbBzPggOVYCbnGgV+0dmBdW/s77ZkAOXIC1knS8NagwDjBrNC1LuXtQJeiN6l+m7lzmHtaoUw/ctJKdqkG57Q==", - "dev": true, - "requires": { - "debug": "^3.1.0", - "lodash.once": "^4.1.1" - }, - "dependencies": { - "debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dev": true, - "requires": { - "ms": "^2.1.1" - } - } - } - }, - "@discoveryjs/json-ext": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz", - "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==", - "dev": true - }, - "@jridgewell/gen-mapping": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", - "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", - "dev": true, - "requires": { - "@jridgewell/set-array": "^1.2.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.24" - } - }, - "@jridgewell/resolve-uri": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", - "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", - "dev": true - }, - "@jridgewell/set-array": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", - "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", - "dev": true - }, - "@jridgewell/source-map": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz", - "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", - "dev": true, - "requires": { - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.25" - } - }, - "@jridgewell/sourcemap-codec": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", - "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", - "dev": true - }, - "@jridgewell/trace-mapping": { - "version": "0.3.25", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", - "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", - "dev": true, - "requires": { - "@jridgewell/resolve-uri": "^3.1.0", - "@jridgewell/sourcemap-codec": "^1.4.14" - } - }, - "@nicolo-ribaudo/chokidar-2": { - "version": "2.1.8-no-fsevents.3", - "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz", - "integrity": "sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==", - "dev": true, - "optional": true - }, - "@remix-run/router": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.19.0.tgz", - "integrity": "sha512-zDICCLKEwbVYTS6TjYaWtHXxkdoUvD/QXvyVZjGCsWz5vyH7aFeONlPffPdW+Y/t6KT0MgXb2Mfjun9YpWN1dA==" - }, - "@types/eslint": { - "version": "8.56.10", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.10.tgz", - "integrity": "sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==", - "dev": true, - "requires": { - "@types/estree": "*", - "@types/json-schema": "*" - } - }, - "@types/eslint-scope": { - "version": "3.7.7", - "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", - "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", - "dev": true, - "requires": { - "@types/eslint": "*", - "@types/estree": "*" - } - }, - "@types/estree": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", - "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", - "dev": true - }, - "@types/json-schema": { - "version": "7.0.15", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", - "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", - "dev": true - }, - "@types/node": { - "version": "20.14.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.11.tgz", - "integrity": "sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==", - "dev": true, - "requires": { - "undici-types": "~5.26.4" - } - }, - "@types/sinonjs__fake-timers": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.1.tgz", - "integrity": "sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==", - "dev": true - }, - "@types/sizzle": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/@types/sizzle/-/sizzle-2.3.8.tgz", - "integrity": "sha512-0vWLNK2D5MT9dg0iOo8GlKguPAU02QjmZitPEsXRuJXU/OGIOt9vT9Fc26wtYuavLxtO45v9PGleoL9Z0k1LHg==", - "dev": true - }, - "@types/yauzl": { - "version": "2.10.3", - "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz", - "integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==", - "dev": true, - "optional": true, - "requires": { - "@types/node": "*" - } - }, - "@webassemblyjs/ast": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz", - "integrity": "sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==", - "dev": true, - "requires": { - "@webassemblyjs/helper-numbers": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6" - } - }, - "@webassemblyjs/floating-point-hex-parser": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", - "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==", - "dev": true - }, - "@webassemblyjs/helper-api-error": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", - "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==", - "dev": true - }, - "@webassemblyjs/helper-buffer": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz", - "integrity": "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==", - "dev": true - }, - "@webassemblyjs/helper-numbers": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", - "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", - "dev": true, - "requires": { - "@webassemblyjs/floating-point-hex-parser": "1.11.6", - "@webassemblyjs/helper-api-error": "1.11.6", - "@xtuc/long": "4.2.2" - } - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", - "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==", - "dev": true - }, - "@webassemblyjs/helper-wasm-section": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz", - "integrity": "sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/wasm-gen": "1.12.1" - } - }, - "@webassemblyjs/ieee754": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", - "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", - "dev": true, - "requires": { - "@xtuc/ieee754": "^1.2.0" - } - }, - "@webassemblyjs/leb128": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", - "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", - "dev": true, - "requires": { - "@xtuc/long": "4.2.2" - } - }, - "@webassemblyjs/utf8": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", - "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==", - "dev": true - }, - "@webassemblyjs/wasm-edit": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz", - "integrity": "sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/helper-wasm-section": "1.12.1", - "@webassemblyjs/wasm-gen": "1.12.1", - "@webassemblyjs/wasm-opt": "1.12.1", - "@webassemblyjs/wasm-parser": "1.12.1", - "@webassemblyjs/wast-printer": "1.12.1" - } - }, - "@webassemblyjs/wasm-gen": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz", - "integrity": "sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" - } - }, - "@webassemblyjs/wasm-opt": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz", - "integrity": "sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/wasm-gen": "1.12.1", - "@webassemblyjs/wasm-parser": "1.12.1" - } - }, - "@webassemblyjs/wasm-parser": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz", - "integrity": "sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-api-error": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" - } - }, - "@webassemblyjs/wast-printer": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz", - "integrity": "sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.12.1", - "@xtuc/long": "4.2.2" - } - }, - "@webpack-cli/configtest": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-1.2.0.tgz", - "integrity": "sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==", - "dev": true, - "requires": {} - }, - "@webpack-cli/info": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@webpack-cli/info/-/info-1.5.0.tgz", - "integrity": "sha512-e8tSXZpw2hPl2uMJY6fsMswaok5FdlGNRTktvFk2sD8RjH0hE2+XistawJx1vmKteh4NmGmNUrp+Tb2w+udPcQ==", - "dev": true, - "requires": { - "envinfo": "^7.7.3" - } - }, - "@webpack-cli/serve": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-1.7.0.tgz", - "integrity": "sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==", - "dev": true, - "requires": {} - }, - "@xtuc/ieee754": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", - "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", - "dev": true - }, - "@xtuc/long": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", - "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", - "dev": true - }, - "acorn": { - "version": "8.12.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", - "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", - "dev": true - }, - "acorn-import-attributes": { - "version": "1.9.5", - "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz", - "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==", - "dev": true, - "requires": {} - }, - "aggregate-error": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", - "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", - "dev": true, - "requires": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - } - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dev": true, - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } - }, - "ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", - "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", - "dev": true, - "requires": {} - }, - "ansi-colors": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", - "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", - "dev": true - }, - "ansi-escapes": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", - "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", - "dev": true, - "requires": { - "type-fest": "^0.21.3" - } - }, - "ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "requires": { - "color-convert": "^1.9.0" - } - }, - "anymatch": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", - "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", - "dev": true, - "optional": true, - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - } - }, - "arch": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/arch/-/arch-2.2.0.tgz", - "integrity": "sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==", - "dev": true - }, - "asn1": { - "version": "0.2.6", - "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", - "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", - "dev": true, - "requires": { - "safer-buffer": "~2.1.0" - } - }, - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==", - "dev": true - }, - "astral-regex": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", - "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", - "dev": true - }, - "async": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", - "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==", - "dev": true - }, - "asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", - "dev": true - }, - "at-least-node": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", - "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", - "dev": true - }, - "aws-sign2": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", - "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==", - "dev": true - }, - "aws4": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.13.0.tgz", - "integrity": "sha512-3AungXC4I8kKsS9PuS4JH2nc+0bVY/mjgrephHTIi8fpEeGsTHBUJeosp0Wc1myYMElmD0B3Oc4XL/HVJ4PV2g==", - "dev": true - }, - "babel-loader": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz", - "integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==", - "dev": true, - "requires": { - "find-cache-dir": "^3.3.1", - "loader-utils": "^2.0.0", - "make-dir": "^3.1.0", - "schema-utils": "^2.6.5" - }, - "dependencies": { - "make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "dev": true, - "requires": { - "semver": "^6.0.0" - } - } - } - }, - "babel-plugin-polyfill-corejs2": { - "version": "0.4.11", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz", - "integrity": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==", - "dev": true, - "requires": { - "@babel/compat-data": "^7.22.6", - "@babel/helper-define-polyfill-provider": "^0.6.2", - "semver": "^6.3.1" - } - }, - "babel-plugin-polyfill-corejs3": { - "version": "0.10.4", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz", - "integrity": "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==", - "dev": true, - "requires": { - "@babel/helper-define-polyfill-provider": "^0.6.1", - "core-js-compat": "^3.36.1" - } - }, - "babel-plugin-polyfill-regenerator": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz", - "integrity": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==", - "dev": true, - "requires": { - "@babel/helper-define-polyfill-provider": "^0.6.2" - } - }, - "balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true - }, - "base64-js": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", - "dev": true - }, - "bcrypt-pbkdf": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", - "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==", - "dev": true, - "requires": { - "tweetnacl": "^0.14.3" - } - }, - "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", - "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", - "dev": true - }, - "binary-extensions": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", - "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", - "dev": true, - "optional": true - }, - "blob-util": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/blob-util/-/blob-util-2.0.2.tgz", - "integrity": "sha512-T7JQa+zsXXEa6/8ZhHcQEW1UFfVM49Ts65uBkFL6fz2QmrElqmbajIDJvuA0tEhRe5eIjpV9ZF+0RfZR9voJFQ==", - "dev": true - }, - "bluebird": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", - "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", - "dev": true - }, - "bootstrap": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.2.tgz", - "integrity": "sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==", - "requires": {} - }, - "bootstrap-select": { - "version": "1.13.18", - "resolved": "https://registry.npmjs.org/bootstrap-select/-/bootstrap-select-1.13.18.tgz", - "integrity": "sha512-V1IzK4rxBq5FrJtkzSH6RmFLFBsjx50byFbfAf8jYyXROWs7ZpprGjdHeoyq2HSsHyjJhMMwjsQhRoYAfxCGow==", - "requires": {} - }, - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "braces": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", - "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", - "dev": true, - "optional": true, - "requires": { - "fill-range": "^7.1.1" - } - }, - "browserslist": { - "version": "4.23.2", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.2.tgz", - "integrity": "sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==", - "dev": true, - "requires": { - "caniuse-lite": "^1.0.30001640", - "electron-to-chromium": "^1.4.820", - "node-releases": "^2.0.14", - "update-browserslist-db": "^1.1.0" - } - }, - "buffer": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", - "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", - "dev": true, - "requires": { - "base64-js": "^1.3.1", - "ieee754": "^1.1.13" - } - }, - "buffer-crc32": { - "version": "0.2.13", - "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", - "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==", - "dev": true - }, - "buffer-from": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", - "dev": true - }, - "cachedir": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/cachedir/-/cachedir-2.4.0.tgz", - "integrity": "sha512-9EtFOZR8g22CL7BWjJ9BUx1+A/djkofnyW3aOXZORNW2kxoUpx2h+uN2cOqwPmFhnpVmxg+KW2OjOSgChTEvsQ==", - "dev": true - }, - "call-bind": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", - "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", - "dev": true, - "requires": { - "es-define-property": "^1.0.0", - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", - "get-intrinsic": "^1.2.4", - "set-function-length": "^1.2.1" - } - }, - "caniuse-lite": { - "version": "1.0.30001643", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001643.tgz", - "integrity": "sha512-ERgWGNleEilSrHM6iUz/zJNSQTP8Mr21wDWpdgvRwcTXGAq6jMtOUPP4dqFPTdKqZ2wKTdtB+uucZ3MRpAUSmg==", - "dev": true - }, - "caseless": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==", - "dev": true - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "check-more-types": { - "version": "2.24.0", - "resolved": "https://registry.npmjs.org/check-more-types/-/check-more-types-2.24.0.tgz", - "integrity": "sha512-Pj779qHxV2tuapviy1bSZNEL1maXr13bPYpsvSDB68HlYcYuhlDrmGd63i0JHMCLKzc7rUSNIrpdJlhVlNwrxA==", - "dev": true - }, - "chokidar": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", - "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", - "dev": true, - "optional": true, - "requires": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "fsevents": "~2.3.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - } - }, - "chrome-trace-event": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz", - "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==", - "dev": true - }, - "ci-info": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", - "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", - "dev": true - }, - "clean-stack": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", - "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", - "dev": true - }, - "cli-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", - "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", - "dev": true, - "requires": { - "restore-cursor": "^3.1.0" - } - }, - "cli-table3": { - "version": "0.6.5", - "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.5.tgz", - "integrity": "sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==", - "dev": true, - "requires": { - "@colors/colors": "1.5.0", - "string-width": "^4.2.0" - } - }, - "cli-truncate": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-2.1.0.tgz", - "integrity": "sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==", - "dev": true, - "requires": { - "slice-ansi": "^3.0.0", - "string-width": "^4.2.0" - } - }, - "clone-deep": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", - "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", - "dev": true, - "requires": { - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.2", - "shallow-clone": "^3.0.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true - }, - "colorette": { - "version": "2.0.20", - "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", - "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", - "dev": true - }, - "combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "dev": true, - "requires": { - "delayed-stream": "~1.0.0" - } - }, - "commander": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz", - "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", - "dev": true - }, - "common-tags": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz", - "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==", - "dev": true - }, - "commondir": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", - "dev": true - }, - "concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", - "dev": true - }, - "convert-source-map": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", - "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", - "dev": true - }, - "core-js-compat": { - "version": "3.37.1", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.37.1.tgz", - "integrity": "sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==", - "dev": true, - "requires": { - "browserslist": "^4.23.0" - } - }, - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==", - "dev": true - }, - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", - "dev": true, - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - } - }, - "css-loader": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.11.0.tgz", - "integrity": "sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g==", - "dev": true, - "requires": { - "icss-utils": "^5.1.0", - "postcss": "^8.4.33", - "postcss-modules-extract-imports": "^3.1.0", - "postcss-modules-local-by-default": "^4.0.5", - "postcss-modules-scope": "^3.2.0", - "postcss-modules-values": "^4.0.0", - "postcss-value-parser": "^4.2.0", - "semver": "^7.5.4" - }, - "dependencies": { - "semver": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", - "dev": true - } - } - }, - "cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", - "dev": true - }, - "cypress": { - "version": "13.13.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.1.tgz", - "integrity": "sha512-8F9UjL5MDUdgC/S5hr8CGLHbS5gGht5UOV184qc2pFny43fnkoaKxlzH/U6//zmGu/xRTaKimNfjknLT8+UDFg==", - "dev": true, - "requires": { - "@cypress/request": "^3.0.0", - "@cypress/xvfb": "^1.2.4", - "@types/sinonjs__fake-timers": "8.1.1", - "@types/sizzle": "^2.3.2", - "arch": "^2.2.0", - "blob-util": "^2.0.2", - "bluebird": "^3.7.2", - "buffer": "^5.7.1", - "cachedir": "^2.3.0", - "chalk": "^4.1.0", - "check-more-types": "^2.24.0", - "cli-cursor": "^3.1.0", - "cli-table3": "~0.6.1", - "commander": "^6.2.1", - "common-tags": "^1.8.0", - "dayjs": "^1.10.4", - "debug": "^4.3.4", - "enquirer": "^2.3.6", - "eventemitter2": "6.4.7", - "execa": "4.1.0", - "executable": "^4.1.1", - "extract-zip": "2.0.1", - "figures": "^3.2.0", - "fs-extra": "^9.1.0", - "getos": "^3.2.1", - "is-ci": "^3.0.1", - "is-installed-globally": "~0.4.0", - "lazy-ass": "^1.6.0", - "listr2": "^3.8.3", - "lodash": "^4.17.21", - "log-symbols": "^4.0.0", - "minimist": "^1.2.8", - "ospath": "^1.2.2", - "pretty-bytes": "^5.6.0", - "process": "^0.11.10", - "proxy-from-env": "1.0.0", - "request-progress": "^3.0.0", - "semver": "^7.5.3", - "supports-color": "^8.1.1", - "tmp": "~0.2.3", - "untildify": "^4.0.0", - "yauzl": "^2.10.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "semver": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", - "dev": true - }, - "supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "dashdash": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==", - "dev": true, - "requires": { - "assert-plus": "^1.0.0" - } - }, - "dayjs": { - "version": "1.11.12", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.12.tgz", - "integrity": "sha512-Rt2g+nTbLlDWZTwwrIXjy9MeiZmSDI375FvZs72ngxx8PDC6YXOeR3q5LAuPzjZQxhiWdRKac7RKV+YyQYfYIg==", - "dev": true - }, - "debug": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", - "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "define-data-property": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", - "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", - "dev": true, - "requires": { - "es-define-property": "^1.0.0", - "es-errors": "^1.3.0", - "gopd": "^1.0.1" - } - }, - "delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", - "dev": true - }, - "ecc-jsbn": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", - "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==", - "dev": true, - "requires": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" - } - }, - "electron-to-chromium": { - "version": "1.4.832", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.832.tgz", - "integrity": "sha512-cTen3SB0H2SGU7x467NRe1eVcQgcuS6jckKfWJHia2eo0cHIGOqHoAxevIYZD4eRHcWjkvFzo93bi3vJ9W+1lA==", - "dev": true - }, - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", - "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", - "dev": true - }, - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", - "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", - "dev": true, - "requires": { - "once": "^1.4.0" - } - }, - "enhanced-resolve": { - "version": "5.17.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.0.tgz", - "integrity": "sha512-dwDPwZL0dmye8Txp2gzFmA6sxALaSvdRDjPH0viLcKrtlOL3tw62nWWweVD1SdILDTJrbrL6tdWVN58Wo6U3eA==", - "dev": true, - "requires": { - "graceful-fs": "^4.2.4", - "tapable": "^2.2.0" - } - }, - "enquirer": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.4.1.tgz", - "integrity": "sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==", - "dev": true, - "requires": { - "ansi-colors": "^4.1.1", - "strip-ansi": "^6.0.1" - } - }, - "envinfo": { - "version": "7.13.0", - "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.13.0.tgz", - "integrity": "sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q==", - "dev": true - }, - "es-define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", - "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", - "dev": true, - "requires": { - "get-intrinsic": "^1.2.4" - } - }, - "es-errors": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", - "dev": true - }, - "es-module-lexer": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.4.tgz", - "integrity": "sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==", - "dev": true - }, - "escalade": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", - "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", - "dev": true - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "dev": true - }, - "eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", - "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", - "dev": true, - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - } - }, - "esrecurse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", - "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", - "dev": true, - "requires": { - "estraverse": "^5.2.0" - }, - "dependencies": { - "estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "dev": true - } - } - }, - "estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "dev": true - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", - "dev": true - }, - "eventemitter2": { - "version": "6.4.7", - "resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-6.4.7.tgz", - "integrity": "sha512-tYUSVOGeQPKt/eC1ABfhHy5Xd96N3oIijJvN3O9+TsC28T5V9yX9oEfEK5faP0EFSNVOG97qtAS68GBrQB2hDg==", - "dev": true - }, - "events": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", - "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", - "dev": true - }, - "execa": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz", - "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==", - "dev": true, - "requires": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "human-signals": "^1.1.1", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.0", - "onetime": "^5.1.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" - } - }, - "executable": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/executable/-/executable-4.1.1.tgz", - "integrity": "sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==", - "dev": true, - "requires": { - "pify": "^2.2.0" - } - }, - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", - "dev": true - }, - "extract-zip": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz", - "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==", - "dev": true, - "requires": { - "@types/yauzl": "^2.9.1", - "debug": "^4.1.1", - "get-stream": "^5.1.0", - "yauzl": "^2.10.0" - } - }, - "extsprintf": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", - "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==", - "dev": true - }, - "fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", - "dev": true - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", - "dev": true - }, - "fastest-levenshtein": { - "version": "1.0.16", - "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", - "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", - "dev": true - }, - "fd-slicer": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", - "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==", - "dev": true, - "requires": { - "pend": "~1.2.0" - } - }, - "figures": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", - "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", - "dev": true, - "requires": { - "escape-string-regexp": "^1.0.5" - } - }, - "file-loader": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", - "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", - "dev": true, - "requires": { - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0" - }, - "dependencies": { - "schema-utils": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", - "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } - } - } - }, - "fill-range": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", - "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", - "dev": true, - "optional": true, - "requires": { - "to-regex-range": "^5.0.1" - } - }, - "find-cache-dir": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", - "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", - "dev": true, - "requires": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - }, - "dependencies": { - "make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "dev": true, - "requires": { - "semver": "^6.0.0" - } - } - } - }, - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "dev": true, - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - } - }, - "flat": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", - "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", - "dev": true - }, - "forever-agent": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", - "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==", - "dev": true - }, - "form-data": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", - "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", - "dev": true, - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - } - }, - "fs-extra": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", - "dev": true, - "requires": { - "at-least-node": "^1.0.0", - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - } - }, - "fs-readdir-recursive": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz", - "integrity": "sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==", - "dev": true - }, - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", - "dev": true - }, - "function-bind": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", - "dev": true - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", - "dev": true - }, - "get-intrinsic": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", - "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", - "dev": true, - "requires": { - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", - "has-proto": "^1.0.1", - "has-symbols": "^1.0.3", - "hasown": "^2.0.0" - } - }, - "get-stream": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", - "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", - "dev": true, - "requires": { - "pump": "^3.0.0" - } - }, - "getos": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/getos/-/getos-3.2.1.tgz", - "integrity": "sha512-U56CfOK17OKgTVqozZjUKNdkfEv6jk5WISBJ8SHoagjE6L69zOwl3Z+O8myjY9MEW3i2HPWQBt/LTbCgcC973Q==", - "dev": true, - "requires": { - "async": "^3.2.0" - } - }, - "getpass": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==", - "dev": true, - "requires": { - "assert-plus": "^1.0.0" - } - }, - "glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "dev": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "optional": true, - "requires": { - "is-glob": "^4.0.1" - } - }, - "glob-to-regexp": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", - "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", - "dev": true - }, - "global-dirs": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.1.tgz", - "integrity": "sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==", - "dev": true, - "requires": { - "ini": "2.0.0" - } - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", - "dev": true - }, - "gopd": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", - "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", - "dev": true, - "requires": { - "get-intrinsic": "^1.1.3" - } - }, - "graceful-fs": { - "version": "4.2.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", - "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", - "dev": true - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "dev": true - }, - "has-property-descriptors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", - "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", - "dev": true, - "requires": { - "es-define-property": "^1.0.0" - } - }, - "has-proto": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", - "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", - "dev": true - }, - "has-symbols": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", - "dev": true - }, - "hasown": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", - "dev": true, - "requires": { - "function-bind": "^1.1.2" - } - }, - "http-signature": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.3.6.tgz", - "integrity": "sha512-3adrsD6zqo4GsTqtO7FyrejHNv+NgiIfAfv68+jVlFmSr9OGy7zrxONceFRLKvnnZA5jbxQBX1u9PpB6Wi32Gw==", - "dev": true, - "requires": { - "assert-plus": "^1.0.0", - "jsprim": "^2.0.2", - "sshpk": "^1.14.1" - } - }, - "human-signals": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", - "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==", - "dev": true - }, - "icss-utils": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", - "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", - "dev": true, - "requires": {} - }, - "ieee754": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", - "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", - "dev": true - }, - "import-local": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz", - "integrity": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==", - "dev": true, - "requires": { - "pkg-dir": "^4.2.0", - "resolve-cwd": "^3.0.0" - } - }, - "indent-string": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", - "dev": true - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", - "dev": true, - "requires": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "dev": true - }, - "ini": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz", - "integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==", - "dev": true - }, - "interpret": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/interpret/-/interpret-2.2.0.tgz", - "integrity": "sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==", - "dev": true - }, - "is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dev": true, - "optional": true, - "requires": { - "binary-extensions": "^2.0.0" - } - }, - "is-ci": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-3.0.1.tgz", - "integrity": "sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==", - "dev": true, - "requires": { - "ci-info": "^3.2.0" - } - }, - "is-core-module": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.0.tgz", - "integrity": "sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==", - "dev": true, - "requires": { - "hasown": "^2.0.2" - } - }, - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", - "dev": true, - "optional": true - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true - }, - "is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "dev": true, - "optional": true, - "requires": { - "is-extglob": "^2.1.1" - } - }, - "is-installed-globally": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.4.0.tgz", - "integrity": "sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==", - "dev": true, - "requires": { - "global-dirs": "^3.0.0", - "is-path-inside": "^3.0.2" - } - }, - "is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true, - "optional": true - }, - "is-path-inside": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", - "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", - "dev": true - }, - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dev": true, - "requires": { - "isobject": "^3.0.1" - } - }, - "is-stream": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", - "dev": true - }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", - "dev": true - }, - "is-unicode-supported": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", - "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", - "dev": true - }, - "isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", - "dev": true - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", - "dev": true - }, - "isstream": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", - "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==", - "dev": true - }, - "jest-worker": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", - "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", - "dev": true, - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, - "dependencies": { - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "jquery": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz", - "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==" - }, - "js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" - }, - "jsbn": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==", - "dev": true - }, - "jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", - "dev": true - }, - "json-parse-even-better-errors": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", - "dev": true - }, - "json-schema": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", - "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==", - "dev": true - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true - }, - "json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", - "dev": true - }, - "json5": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", - "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", - "dev": true - }, - "jsonfile": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", - "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", - "dev": true, - "requires": { - "graceful-fs": "^4.1.6", - "universalify": "^2.0.0" - } - }, - "jsprim": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-2.0.2.tgz", - "integrity": "sha512-gqXddjPqQ6G40VdnI6T6yObEC+pDNvyP95wdQhkWkg7crHH3km5qP1FsOXEkzEQwnz6gz5qGTn1c2Y52wP3OyQ==", - "dev": true, - "requires": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.4.0", - "verror": "1.10.0" - } - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", - "dev": true - }, - "lazy-ass": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/lazy-ass/-/lazy-ass-1.6.0.tgz", - "integrity": "sha512-cc8oEVoctTvsFZ/Oje/kGnHbpWHYBe8IAJe4C0QNc3t8uM/0Y8+erSz/7Y1ALuXTEZTMvxXwO6YbX1ey3ujiZw==", - "dev": true - }, - "listr2": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/listr2/-/listr2-3.14.0.tgz", - "integrity": "sha512-TyWI8G99GX9GjE54cJ+RrNMcIFBfwMPxc3XTFiAYGN4s10hWROGtOg7+O6u6LE3mNkyld7RSLE6nrKBvTfcs3g==", - "dev": true, - "requires": { - "cli-truncate": "^2.1.0", - "colorette": "^2.0.16", - "log-update": "^4.0.0", - "p-map": "^4.0.0", - "rfdc": "^1.3.0", - "rxjs": "^7.5.1", - "through": "^2.3.8", - "wrap-ansi": "^7.0.0" - } - }, - "loader-runner": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", - "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", - "dev": true - }, - "loader-utils": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", - "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", - "dev": true, - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - } - }, - "locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "dev": true, - "requires": { - "p-locate": "^4.1.0" - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true - }, - "lodash.debounce": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", - "dev": true - }, - "lodash.once": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", - "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==", - "dev": true - }, - "log-symbols": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", - "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", - "dev": true, - "requires": { - "chalk": "^4.1.0", - "is-unicode-supported": "^0.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "log-update": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz", - "integrity": "sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==", - "dev": true, - "requires": { - "ansi-escapes": "^4.3.0", - "cli-cursor": "^3.1.0", - "slice-ansi": "^4.0.0", - "wrap-ansi": "^6.2.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "slice-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", - "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", - "dev": true, - "requires": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - } - }, - "wrap-ansi": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", - "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", - "dev": true, - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - } - } - } - }, - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", - "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - } - }, - "lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dev": true, - "requires": { - "yallist": "^3.0.2" - } - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", - "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", - "dev": true, - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "dependencies": { - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "dev": true - }, - "semver": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", - "dev": true - } - } - }, - "merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", - "dev": true - }, - "mime-db": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", - "dev": true - }, - "mime-types": { - "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "dev": true, - "requires": { - "mime-db": "1.52.0" - } - }, - "mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", - "dev": true - }, - "minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "minimist": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", - "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", - "dev": true - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", - "dev": true - }, - "neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", - "dev": true - }, - "node-releases": { - "version": "2.0.18", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz", - "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==", - "dev": true - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true, - "optional": true - }, - "npm-run-path": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", - "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", - "dev": true, - "requires": { - "path-key": "^3.0.0" - } - }, - "object-inspect": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz", - "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==", - "dev": true - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", - "dev": true, - "requires": { - "wrappy": "1" - } - }, - "onetime": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", - "dev": true, - "requires": { - "mimic-fn": "^2.1.0" - } - }, - "ospath": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/ospath/-/ospath-1.2.2.tgz", - "integrity": "sha512-o6E5qJV5zkAbIDNhGSIlyOhScKXgQrSRMilfph0clDfM0nEnBOlKlH4sWDmG95BW/CvwNz0vmm7dJVtU2KlMiA==", - "dev": true - }, - "p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dev": true, - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "dev": true, - "requires": { - "p-limit": "^2.2.0" - } - }, - "p-map": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", - "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", - "dev": true, - "requires": { - "aggregate-error": "^3.0.0" - } - }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true - }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", - "dev": true - }, - "path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "dev": true - }, - "path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "dev": true - }, - "pend": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", - "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==", - "dev": true - }, - "performance-now": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==", - "dev": true - }, - "picocolors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", - "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==", - "dev": true - }, - "picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true, - "optional": true - }, - "pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", - "dev": true - }, - "pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", - "dev": true, - "requires": { - "find-up": "^4.0.0" - } - }, - "popper.js": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", - "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==", - "peer": true - }, - "postcss": { - "version": "8.4.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz", - "integrity": "sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==", - "dev": true, - "requires": { - "nanoid": "^3.3.7", - "picocolors": "^1.0.1", - "source-map-js": "^1.2.0" - } - }, - "postcss-modules-extract-imports": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz", - "integrity": "sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==", - "dev": true, - "requires": {} - }, - "postcss-modules-local-by-default": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.5.tgz", - "integrity": "sha512-6MieY7sIfTK0hYfafw1OMEG+2bg8Q1ocHCpoWLqOKj3JXlKu4G7btkmM/B7lFubYkYWmRSPLZi5chid63ZaZYw==", - "dev": true, - "requires": { - "icss-utils": "^5.0.0", - "postcss-selector-parser": "^6.0.2", - "postcss-value-parser": "^4.1.0" - } - }, - "postcss-modules-scope": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.0.tgz", - "integrity": "sha512-oq+g1ssrsZOsx9M96c5w8laRmvEu9C3adDSjI8oTcbfkrTE8hx/zfyobUoWIxaKPO8bt6S62kxpw5GqypEw1QQ==", - "dev": true, - "requires": { - "postcss-selector-parser": "^6.0.4" - } - }, - "postcss-modules-values": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", - "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", - "dev": true, - "requires": { - "icss-utils": "^5.0.0" - } - }, - "postcss-selector-parser": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.1.tgz", - "integrity": "sha512-b4dlw/9V8A71rLIDsSwVmak9z2DuBUB7CA1/wSdelNEzqsjoSPeADTWNO09lpH49Diy3/JIZ2bSPB1dI3LJCHg==", - "dev": true, - "requires": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - } - }, - "postcss-value-parser": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", - "dev": true - }, - "pretty-bytes": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz", - "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==", - "dev": true - }, - "process": { - "version": "0.11.10", - "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", - "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", - "dev": true - }, - "proxy-from-env": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.0.0.tgz", - "integrity": "sha512-F2JHgJQ1iqwnHDcQjVBsq3n/uoaFL+iPW/eAeL7kVxy/2RrWaN4WroKjjvbsoRtv0ftelNyC01bjRhn/bhcf4A==", - "dev": true - }, - "psl": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", - "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==", - "dev": true - }, - "pump": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", - "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", - "dev": true, - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - } - }, - "punycode": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", - "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", - "dev": true - }, - "qs": { - "version": "6.10.4", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.4.tgz", - "integrity": "sha512-OQiU+C+Ds5qiH91qh/mg0w+8nwQuLjM4F4M/PbmhDOoYehPh+Fb0bDjtR1sOvy7YKxvj28Y/M0PhP5uVX0kB+g==", - "dev": true, - "requires": { - "side-channel": "^1.0.4" - } - }, - "querystringify": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", - "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", - "dev": true - }, - "randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", - "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", - "dev": true, - "requires": { - "safe-buffer": "^5.1.0" - } - }, - "react": { - "version": "18.3.1", - "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", - "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", - "requires": { - "loose-envify": "^1.1.0" - } - }, - "react-dom": { - "version": "18.3.1", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", - "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", - "requires": { - "loose-envify": "^1.1.0", - "scheduler": "^0.23.2" - } - }, - "react-error-overlay": { - "version": "6.0.11", - "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.11.tgz", - "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" - }, - "react-router": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.26.0.tgz", - "integrity": "sha512-wVQq0/iFYd3iZ9H2l3N3k4PL8EEHcb0XlU2Na8nEwmiXgIUElEH6gaJDtUQxJ+JFzmIXaQjfdpcGWaM6IoQGxg==", - "requires": { - "@remix-run/router": "1.19.0" - } - }, - "react-router-dom": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.26.0.tgz", - "integrity": "sha512-RRGUIiDtLrkX3uYcFiCIxKFWMcWQGMojpYZfcstc63A1+sSnVgILGIm9gNUA6na3Fm1QuPGSBQH2EMbAZOnMsQ==", - "requires": { - "@remix-run/router": "1.19.0", - "react-router": "6.26.0" - } - }, - "readdirp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "optional": true, - "requires": { - "picomatch": "^2.2.1" - } - }, - "rechoir": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.7.1.tgz", - "integrity": "sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==", - "dev": true, - "requires": { - "resolve": "^1.9.0" - } - }, - "regenerate": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", - "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", - "dev": true - }, - "regenerate-unicode-properties": { - "version": "10.1.1", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", - "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", - "dev": true, - "requires": { - "regenerate": "^1.4.2" - } - }, - "regenerator-runtime": { - "version": "0.14.1", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", - "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", - "dev": true - }, - "regenerator-transform": { - "version": "0.15.2", - "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz", - "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", - "dev": true, - "requires": { - "@babel/runtime": "^7.8.4" - } - }, - "regexpu-core": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", - "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", - "dev": true, - "requires": { - "@babel/regjsgen": "^0.8.0", - "regenerate": "^1.4.2", - "regenerate-unicode-properties": "^10.1.0", - "regjsparser": "^0.9.1", - "unicode-match-property-ecmascript": "^2.0.0", - "unicode-match-property-value-ecmascript": "^2.1.0" - } - }, - "regjsparser": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", - "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", - "dev": true, - "requires": { - "jsesc": "~0.5.0" - }, - "dependencies": { - "jsesc": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", - "dev": true - } - } - }, - "request-progress": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/request-progress/-/request-progress-3.0.0.tgz", - "integrity": "sha512-MnWzEHHaxHO2iWiQuHrUPBi/1WeBf5PkxQqNyNvLl9VAYSdXkP8tQ3pBSeCPD+yw0v0Aq1zosWLz0BdeXpWwZg==", - "dev": true, - "requires": { - "throttleit": "^1.0.0" - } - }, - "requires-port": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", - "dev": true - }, - "resolve": { - "version": "1.22.8", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", - "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", - "dev": true, - "requires": { - "is-core-module": "^2.13.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - } - }, - "resolve-cwd": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", - "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", - "dev": true, - "requires": { - "resolve-from": "^5.0.0" - } - }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", - "dev": true - }, - "restore-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", - "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", - "dev": true, - "requires": { - "onetime": "^5.1.0", - "signal-exit": "^3.0.2" - } - }, - "rfdc": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz", - "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==", - "dev": true - }, - "rxjs": { - "version": "7.8.1", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", - "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", - "dev": true, - "requires": { - "tslib": "^2.1.0" - } - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "dev": true - }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", - "dev": true - }, - "scheduler": { - "version": "0.23.2", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", - "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==", - "requires": { - "loose-envify": "^1.1.0" - } - }, - "schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", - "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - } - }, - "semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true - }, - "serialize-javascript": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", - "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", - "dev": true, - "requires": { - "randombytes": "^2.1.0" - } - }, - "set-function-length": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", - "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", - "dev": true, - "requires": { - "define-data-property": "^1.1.4", - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", - "get-intrinsic": "^1.2.4", - "gopd": "^1.0.1", - "has-property-descriptors": "^1.0.2" - } - }, - "shallow-clone": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", - "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", - "dev": true, - "requires": { - "kind-of": "^6.0.2" - } - }, - "shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "dev": true, - "requires": { - "shebang-regex": "^3.0.0" - } - }, - "shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "dev": true - }, - "side-channel": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", - "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", - "dev": true, - "requires": { - "call-bind": "^1.0.7", - "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.4", - "object-inspect": "^1.13.1" - } - }, - "signal-exit": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", - "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", - "dev": true - }, - "slice-ansi": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-3.0.0.tgz", - "integrity": "sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==", - "dev": true, - "requires": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - } - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - }, - "source-map-js": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", - "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==", - "dev": true - }, - "source-map-support": { - "version": "0.5.21", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", - "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", - "dev": true, - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "sshpk": { - "version": "1.18.0", - "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.18.0.tgz", - "integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==", - "dev": true, - "requires": { - "asn1": "~0.2.3", - "assert-plus": "^1.0.0", - "bcrypt-pbkdf": "^1.0.0", - "dashdash": "^1.12.0", - "ecc-jsbn": "~0.1.1", - "getpass": "^0.1.1", - "jsbn": "~0.1.0", - "safer-buffer": "^2.0.2", - "tweetnacl": "~0.14.0" - } - }, - "string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - } - }, - "strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "requires": { - "ansi-regex": "^5.0.1" - } - }, - "strip-final-newline": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", - "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", - "dev": true - }, - "style-loader": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-1.3.0.tgz", - "integrity": "sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q==", - "dev": true, - "requires": { - "loader-utils": "^2.0.0", - "schema-utils": "^2.7.0" - } - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - }, - "supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", - "dev": true - }, - "tapable": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", - "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", - "dev": true - }, - "terser": { - "version": "5.31.3", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.3.tgz", - "integrity": "sha512-pAfYn3NIZLyZpa83ZKigvj6Rn9c/vd5KfYGX7cN1mnzqgDcxWvrU5ZtAfIKhEXz9nRecw4z3LXkjaq96/qZqAA==", - "dev": true, - "requires": { - "@jridgewell/source-map": "^0.3.3", - "acorn": "^8.8.2", - "commander": "^2.20.0", - "source-map-support": "~0.5.20" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true - } - } - }, - "terser-webpack-plugin": { - "version": "5.3.10", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz", - "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==", - "dev": true, - "requires": { - "@jridgewell/trace-mapping": "^0.3.20", - "jest-worker": "^27.4.5", - "schema-utils": "^3.1.1", - "serialize-javascript": "^6.0.1", - "terser": "^5.26.0" - }, - "dependencies": { - "schema-utils": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", - "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } - } - } - }, - "throttleit": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-1.0.1.tgz", - "integrity": "sha512-vDZpf9Chs9mAdfY046mcPt8fg5QSZr37hEH4TXYBnDF+izxgrbRGUAAaBvIk/fJm9aOFCGFd1EsNg5AZCbnQCQ==", - "dev": true - }, - "through": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", - "dev": true - }, - "tmp": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz", - "integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==", - "dev": true - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", - "dev": true - }, - "to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "optional": true, - "requires": { - "is-number": "^7.0.0" - } - }, - "tough-cookie": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz", - "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==", - "dev": true, - "requires": { - "psl": "^1.1.33", - "punycode": "^2.1.1", - "universalify": "^0.2.0", - "url-parse": "^1.5.3" - }, - "dependencies": { - "universalify": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", - "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", - "dev": true - } - } - }, - "tslib": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", - "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==", - "dev": true - }, - "tunnel-agent": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", - "dev": true, - "requires": { - "safe-buffer": "^5.0.1" - } - }, - "tweetnacl": { - "version": "0.14.5", - "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", - "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==", - "dev": true - }, - "type-fest": { - "version": "0.21.3", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", - "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", - "dev": true - }, - "undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", - "dev": true - }, - "unicode-canonical-property-names-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", - "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", - "dev": true - }, - "unicode-match-property-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", - "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", - "dev": true, - "requires": { - "unicode-canonical-property-names-ecmascript": "^2.0.0", - "unicode-property-aliases-ecmascript": "^2.0.0" - } - }, - "unicode-match-property-value-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", - "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", - "dev": true - }, - "unicode-property-aliases-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", - "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", - "dev": true - }, - "universalify": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", - "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", - "dev": true - }, - "untildify": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz", - "integrity": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==", - "dev": true - }, - "update-browserslist-db": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz", - "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==", - "dev": true, - "requires": { - "escalade": "^3.1.2", - "picocolors": "^1.0.1" - } - }, - "uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", - "dev": true, - "requires": { - "punycode": "^2.1.0" - } - }, - "url-loader": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz", - "integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==", - "dev": true, - "requires": { - "loader-utils": "^2.0.0", - "mime-types": "^2.1.27", - "schema-utils": "^3.0.0" - }, - "dependencies": { - "schema-utils": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", - "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } - } - } - }, - "url-parse": { - "version": "1.5.10", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", - "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", - "dev": true, - "requires": { - "querystringify": "^2.1.1", - "requires-port": "^1.0.0" - } - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", - "dev": true - }, - "uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", - "dev": true - }, - "verror": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", - "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==", - "dev": true, - "requires": { - "assert-plus": "^1.0.0", - "core-util-is": "1.0.2", - "extsprintf": "^1.2.0" - } - }, - "watchpack": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.1.tgz", - "integrity": "sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==", - "dev": true, - "requires": { - "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.1.2" - } - }, - "webpack": { - "version": "5.93.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.93.0.tgz", - "integrity": "sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==", - "dev": true, - "requires": { - "@types/eslint-scope": "^3.7.3", - "@types/estree": "^1.0.5", - "@webassemblyjs/ast": "^1.12.1", - "@webassemblyjs/wasm-edit": "^1.12.1", - "@webassemblyjs/wasm-parser": "^1.12.1", - "acorn": "^8.7.1", - "acorn-import-attributes": "^1.9.5", - "browserslist": "^4.21.10", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.17.0", - "es-module-lexer": "^1.2.1", - "eslint-scope": "5.1.1", - "events": "^3.2.0", - "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.2.11", - "json-parse-even-better-errors": "^2.3.1", - "loader-runner": "^4.2.0", - "mime-types": "^2.1.27", - "neo-async": "^2.6.2", - "schema-utils": "^3.2.0", - "tapable": "^2.1.1", - "terser-webpack-plugin": "^5.3.10", - "watchpack": "^2.4.1", - "webpack-sources": "^3.2.3" - }, - "dependencies": { - "schema-utils": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", - "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } - } - } - }, - "webpack-cli": { - "version": "4.10.0", - "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.10.0.tgz", - "integrity": "sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==", - "dev": true, - "requires": { - "@discoveryjs/json-ext": "^0.5.0", - "@webpack-cli/configtest": "^1.2.0", - "@webpack-cli/info": "^1.5.0", - "@webpack-cli/serve": "^1.7.0", - "colorette": "^2.0.14", - "commander": "^7.0.0", - "cross-spawn": "^7.0.3", - "fastest-levenshtein": "^1.0.12", - "import-local": "^3.0.2", - "interpret": "^2.2.0", - "rechoir": "^0.7.0", - "webpack-merge": "^5.7.3" - }, - "dependencies": { - "commander": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", - "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", - "dev": true - } - } - }, - "webpack-merge": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.10.0.tgz", - "integrity": "sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==", - "dev": true, - "requires": { - "clone-deep": "^4.0.1", - "flat": "^5.0.2", - "wildcard": "^2.0.0" - } - }, - "webpack-sources": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", - "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", - "dev": true - }, - "which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dev": true, - "requires": { - "isexe": "^2.0.0" - } - }, - "wildcard": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz", - "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==", - "dev": true - }, - "wrap-ansi": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dev": true, - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - } - } - }, - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", - "dev": true - }, - "yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true - }, - "yauzl": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", - "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==", - "dev": true, - "requires": { - "buffer-crc32": "~0.2.3", - "fd-slicer": "~1.1.0" - } - } } } diff --git a/examples/parlai_chat_task_demo/README.md b/examples/parlai_chat_task_demo/README.md index 6da1414f7..a4bec6707 100644 --- a/examples/parlai_chat_task_demo/README.md +++ b/examples/parlai_chat_task_demo/README.md @@ -6,7 +6,18 @@ # ParlAI Chat Task -This task exists to demonstrate both the out-of-the-box functionality of setting up a ParlAI chat on Mephisto, as well as more complicated tasks with custom frontend functionality. To get started you can run one of the following commands: +This task exists to demonstrate both the out-of-the-box functionality of setting up a ParlAI chat on Mephisto, +as well as more complicated tasks with custom frontend functionality. + +To run the demo first `parlai` library has to be installed. This can be done using: + +```bash +# Downgrade libs just for `parlai` as it has old dependencies +pip install jsonschema==4.17.3 +pip install attrs~=20.2.0 + +pip install parlai +``` The baseline chat example can be run from this directory with: ```console diff --git a/examples/parlai_chat_task_demo/hydra_configs/conf/example__local__inhouse.yaml b/examples/parlai_chat_task_demo/hydra_configs/conf/example__local__inhouse.yaml new file mode 100644 index 000000000..44837d00a --- /dev/null +++ b/examples/parlai_chat_task_demo/hydra_configs/conf/example__local__inhouse.yaml @@ -0,0 +1,27 @@ +#@package _global_ + +# Copyright (c) Meta Platforms and its affiliates. +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. + +defaults: + - /mephisto/blueprint: parlai_chat + - /mephisto/architect: local + - /mephisto/provider: inhouse + +mephisto: + blueprint: + world_file: ${task_dir}/demo_worlds.py + task_description_file: ${task_dir}/task_description.html + num_conversations: 1 + provider: + ui_base_url: "http://localhost:3001" + task: + task_name: parlai-chat-example + task_title: "Test ParlAI Chat Task" + task_description: > + This is a simple chat between two people + used to demonstrate the functionalities around using Mephisto + for ParlAI tasks. + task_reward: 0.3 + task_tags: "dynamic,chat,testing,inhouse" diff --git a/examples/parlai_chat_task_demo/run_task.py b/examples/parlai_chat_task_demo/run_task.py index 5013b13da..73e03567e 100644 --- a/examples/parlai_chat_task_demo/run_task.py +++ b/examples/parlai_chat_task_demo/run_task.py @@ -28,7 +28,7 @@ class ParlAITaskConfig(build_default_task_config("example")): # type: ignore turn_timeout: int = field( default=300, metadata={ - "help": "Maximum response time before kicking " "a worker out, default 300 seconds" + "help": "Maximum response time before kicking " "a worker out, default 300 seconds", }, ) @@ -40,7 +40,10 @@ def main(operator: "Operator", cfg: DictConfig) -> None: post_install_script=cfg.mephisto.task.post_install_script, ) - world_opt = {"num_turns": cfg.num_turns, "turn_timeout": cfg.turn_timeout} + world_opt = { + "num_turns": cfg.num_turns, + "turn_timeout": cfg.turn_timeout, + } custom_bundle_path = cfg.mephisto.blueprint.get("custom_source_bundle", None) if custom_bundle_path is not None: @@ -48,6 +51,7 @@ def main(operator: "Operator", cfg: DictConfig) -> None: "Must build the custom bundle with `npm install; npm run dev` from within " f"the {cfg.task_dir}/webapp directory in order to demo a custom bundle " ) + world_opt["send_task_data"] = True shared_state = SharedParlAITaskState(world_opt=world_opt, onboarding_world_opt=world_opt) diff --git a/examples/parlai_chat_task_demo/run_task__local__inhouse.py b/examples/parlai_chat_task_demo/run_task__local__inhouse.py new file mode 100644 index 000000000..13a735e43 --- /dev/null +++ b/examples/parlai_chat_task_demo/run_task__local__inhouse.py @@ -0,0 +1,64 @@ +#!/usr/bin/env python3 + +# Copyright (c) Meta Platforms and its affiliates. +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. + +import os +from dataclasses import dataclass +from dataclasses import field + +from omegaconf import DictConfig + +from mephisto.abstractions.blueprints.parlai_chat.parlai_chat_blueprint import ( + SharedParlAITaskState, +) +from mephisto.operations.hydra_config import build_default_task_config +from mephisto.operations.operator import Operator +from mephisto.tools.building_react_apps import examples +from mephisto.tools.scripts import task_script + + +@dataclass +class ParlAITaskConfig(build_default_task_config("example__local__inhouse")): # type: ignore + num_turns: int = field( + default=3, + metadata={"help": "Number of turns before a conversation is complete"}, + ) + turn_timeout: int = field( + default=300, + metadata={ + "help": "Maximum response time before kicking " "a worker out, default 300 seconds", + }, + ) + + +@task_script(config=ParlAITaskConfig) +def main(operator: "Operator", cfg: DictConfig) -> None: + examples.build_parlai_chat_task_demo( + force_rebuild=cfg.mephisto.task.force_rebuild, + post_install_script=cfg.mephisto.task.post_install_script, + ) + + world_opt = { + "num_turns": cfg.num_turns, + "turn_timeout": cfg.turn_timeout, + } + + custom_bundle_path = cfg.mephisto.blueprint.get("custom_source_bundle", None) + if custom_bundle_path is not None: + assert os.path.exists(custom_bundle_path), ( + "Must build the custom bundle with `npm install; npm run dev` from within " + f"the {cfg.task_dir}/webapp directory in order to demo a custom bundle " + ) + + world_opt["send_task_data"] = True + + shared_state = SharedParlAITaskState(world_opt=world_opt, onboarding_world_opt=world_opt) + + operator.launch_task_run(cfg.mephisto, shared_state) + operator.wait_for_runs_then_shutdown(skip_input=True, log_rate=30) + + +if __name__ == "__main__": + main() diff --git a/examples/parlai_chat_task_demo/webapp/package.json b/examples/parlai_chat_task_demo/webapp/package.json index db038e403..9159f45e3 100644 --- a/examples/parlai_chat_task_demo/webapp/package.json +++ b/examples/parlai_chat_task_demo/webapp/package.json @@ -11,7 +11,6 @@ "dependencies": { "bootstrap": "^4.6.2", "bootstrap-chat": "^2.0.1", - "mephisto-task": "2.0.4", "rc-slider": "^8.6.3", "react": "^16", "react-bootstrap": "^0.32.4", diff --git a/examples/parlai_chat_task_demo/webapp/webpack.config.js b/examples/parlai_chat_task_demo/webapp/webpack.config.js index 6240eeac7..04af7e261 100644 --- a/examples/parlai_chat_task_demo/webapp/webpack.config.js +++ b/examples/parlai_chat_task_demo/webapp/webpack.config.js @@ -16,7 +16,10 @@ module.exports = { resolve: { alias: { react: path.resolve("./node_modules/react"), - "mephisto-task": path.resolve("./node_modules/mephisto-task"), + "mephisto-core": path.resolve( + __dirname, + "../../../packages/mephisto-core" + ), }, fallback: { net: false, diff --git a/examples/remote_procedure/elementary_remote_procedure/README.md b/examples/remote_procedure/elementary_remote_procedure/README.md index 590fc614e..2f3f7bf24 100644 --- a/examples/remote_procedure/elementary_remote_procedure/README.md +++ b/examples/remote_procedure/elementary_remote_procedure/README.md @@ -7,7 +7,7 @@ # Mephisto Elementary remote procedure example This task is a _very simplistic_ bare-bones example of being able to set up a task where the frontend directly connects to the backend -using the `useMephistoRemoteProcedureTask` hook from the `mephisto-task` package. +using the `useMephistoRemoteProcedureTask` hook from the `mephisto-core` package. It should serve as a decent example of how to get a `RemoteProcedureBlueprint` task up off the ground. Deploying the task as-is brings up a page where the user needs to click the "query backend" button enough times diff --git a/examples/remote_procedure/elementary_remote_procedure/webapp/link_mephisto_task.sh b/examples/remote_procedure/elementary_remote_procedure/webapp/link_mephisto_task.sh index 6936741b2..d86db0ae4 100644 --- a/examples/remote_procedure/elementary_remote_procedure/webapp/link_mephisto_task.sh +++ b/examples/remote_procedure/elementary_remote_procedure/webapp/link_mephisto_task.sh @@ -4,4 +4,4 @@ # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. -npm link mephisto-task +echo "Post install script executed" diff --git a/examples/remote_procedure/interactive_image_generation/webapp/package-lock.json b/examples/remote_procedure/interactive_image_generation/webapp/package-lock.json index aa60091f7..a435d463c 100644 --- a/examples/remote_procedure/interactive_image_generation/webapp/package-lock.json +++ b/examples/remote_procedure/interactive_image_generation/webapp/package-lock.json @@ -234,9 +234,9 @@ } }, "node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz", - "integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.3.tgz", + "integrity": "sha512-HK7Bi+Hj6H+VTHA3ZvBis7V/6hu9QuTrnMXNybfUf2iiuU/N97I8VjB+KbhFF8Rld/Lx5MzoCwPCpPjfK+n8Cg==", "dev": true, "license": "MIT", "dependencies": { @@ -1872,14 +1872,36 @@ "optional": true }, "node_modules/@remix-run/router": { - "version": "1.20.0", - "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.20.0.tgz", - "integrity": "sha512-mUnk8rPJBI9loFDZ+YzPGdeniYK+FTmRD1TMCz7ev2SNIozyKKpnGgsxO34u6Z4z/t0ITuu7voi/AshfsGsgFg==", + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.21.0.tgz", + "integrity": "sha512-xfSkCAchbdG5PnbrKqFWwia4Bi61nH+wm8wLEqfHDyp7Y3dZzgqS2itV8i4gAq9pC2HsTpwyBC6Ds8VHZ96JlA==", "license": "MIT", "engines": { "node": ">=14.0.0" } }, + "node_modules/@types/eslint": { + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.1.tgz", + "integrity": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/estree": "*", + "@types/json-schema": "*" + } + }, + "node_modules/@types/eslint-scope": { + "version": "3.7.7", + "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", + "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/eslint": "*", + "@types/estree": "*" + } + }, "node_modules/@types/estree": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", @@ -1895,9 +1917,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.8.6", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.6.tgz", - "integrity": "sha512-tosuJYKrIqjQIlVCM4PEGxOmyg3FCPa/fViuJChnGeEIhjA46oy8FMVoF9su1/v8PNs2a8Q0iFNyOx0uOF91nw==", + "version": "22.9.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.0.tgz", + "integrity": "sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==", "dev": true, "license": "MIT", "dependencies": { @@ -1930,73 +1952,73 @@ } }, "node_modules/@webassemblyjs/ast": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz", - "integrity": "sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz", + "integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==", "dev": true, "license": "MIT", "dependencies": { - "@webassemblyjs/helper-numbers": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6" + "@webassemblyjs/helper-numbers": "1.13.2", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2" } }, "node_modules/@webassemblyjs/floating-point-hex-parser": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", - "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz", + "integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==", "dev": true, "license": "MIT" }, "node_modules/@webassemblyjs/helper-api-error": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", - "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz", + "integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==", "dev": true, "license": "MIT" }, "node_modules/@webassemblyjs/helper-buffer": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz", - "integrity": "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz", + "integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==", "dev": true, "license": "MIT" }, "node_modules/@webassemblyjs/helper-numbers": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", - "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz", + "integrity": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==", "dev": true, "license": "MIT", "dependencies": { - "@webassemblyjs/floating-point-hex-parser": "1.11.6", - "@webassemblyjs/helper-api-error": "1.11.6", + "@webassemblyjs/floating-point-hex-parser": "1.13.2", + "@webassemblyjs/helper-api-error": "1.13.2", "@xtuc/long": "4.2.2" } }, "node_modules/@webassemblyjs/helper-wasm-bytecode": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", - "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz", + "integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==", "dev": true, "license": "MIT" }, "node_modules/@webassemblyjs/helper-wasm-section": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz", - "integrity": "sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz", + "integrity": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==", "dev": true, "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/wasm-gen": "1.12.1" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/wasm-gen": "1.14.1" } }, "node_modules/@webassemblyjs/ieee754": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", - "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz", + "integrity": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==", "dev": true, "license": "MIT", "dependencies": { @@ -2004,9 +2026,9 @@ } }, "node_modules/@webassemblyjs/leb128": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", - "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.13.2.tgz", + "integrity": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -2014,79 +2036,79 @@ } }, "node_modules/@webassemblyjs/utf8": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", - "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz", + "integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==", "dev": true, "license": "MIT" }, "node_modules/@webassemblyjs/wasm-edit": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz", - "integrity": "sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz", + "integrity": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==", "dev": true, "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/helper-wasm-section": "1.12.1", - "@webassemblyjs/wasm-gen": "1.12.1", - "@webassemblyjs/wasm-opt": "1.12.1", - "@webassemblyjs/wasm-parser": "1.12.1", - "@webassemblyjs/wast-printer": "1.12.1" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/helper-wasm-section": "1.14.1", + "@webassemblyjs/wasm-gen": "1.14.1", + "@webassemblyjs/wasm-opt": "1.14.1", + "@webassemblyjs/wasm-parser": "1.14.1", + "@webassemblyjs/wast-printer": "1.14.1" } }, "node_modules/@webassemblyjs/wasm-gen": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz", - "integrity": "sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz", + "integrity": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==", "dev": true, "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/ieee754": "1.13.2", + "@webassemblyjs/leb128": "1.13.2", + "@webassemblyjs/utf8": "1.13.2" } }, "node_modules/@webassemblyjs/wasm-opt": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz", - "integrity": "sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz", + "integrity": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==", "dev": true, "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/wasm-gen": "1.12.1", - "@webassemblyjs/wasm-parser": "1.12.1" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/wasm-gen": "1.14.1", + "@webassemblyjs/wasm-parser": "1.14.1" } }, "node_modules/@webassemblyjs/wasm-parser": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz", - "integrity": "sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz", + "integrity": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==", "dev": true, "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-api-error": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-api-error": "1.13.2", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/ieee754": "1.13.2", + "@webassemblyjs/leb128": "1.13.2", + "@webassemblyjs/utf8": "1.13.2" } }, "node_modules/@webassemblyjs/wast-printer": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz", - "integrity": "sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz", + "integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==", "dev": true, "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/ast": "1.14.1", "@xtuc/long": "4.2.2" } }, @@ -2156,16 +2178,6 @@ "node": ">=0.4.0" } }, - "node_modules/acorn-import-attributes": { - "version": "1.9.5", - "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz", - "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==", - "dev": true, - "license": "MIT", - "peerDependencies": { - "acorn": "^8" - } - }, "node_modules/aggregate-error": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", @@ -2403,14 +2415,14 @@ } }, "node_modules/babel-plugin-polyfill-corejs2": { - "version": "0.4.11", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz", - "integrity": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==", + "version": "0.4.12", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.12.tgz", + "integrity": "sha512-CPWT6BwvhrTO2d8QVorhTCQw9Y43zOu7G9HigcfxvepOU6b8o3tcWad6oVgZIsZCTt42FFv97aA7ZJsbM4+8og==", "dev": true, "license": "MIT", "dependencies": { "@babel/compat-data": "^7.22.6", - "@babel/helper-define-polyfill-provider": "^0.6.2", + "@babel/helper-define-polyfill-provider": "^0.6.3", "semver": "^6.3.1" }, "peerDependencies": { @@ -2432,13 +2444,13 @@ } }, "node_modules/babel-plugin-polyfill-regenerator": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz", - "integrity": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.3.tgz", + "integrity": "sha512-LiWSbl4CRSIa5x/JAU6jZiG9eit9w6mz+yVMFwDE83LAWvt0AfGBoZ7HS/mkhrKuh2ZlzfVZYKoLjXdqw6Yt7Q==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.2" + "@babel/helper-define-polyfill-provider": "^0.6.3" }, "peerDependencies": { "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" @@ -2681,9 +2693,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001676", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001676.tgz", - "integrity": "sha512-Qz6zwGCiPghQXGJvgQAem79esjitvJ+CxSbSQkW9H/UX5hg8XM88d4lp2W+MEQ81j+Hip58Il+jGVdazk1z9cw==", + "version": "1.0.30001680", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001680.tgz", + "integrity": "sha512-rPQy70G6AGUMnbwS1z6Xg+RkHYPAi18ihs47GH0jcxIG7wArmPgY3XbS2sRdBbxJljp3thdT8BIqv9ccCypiPA==", "dev": true, "funding": [ { @@ -2785,9 +2797,9 @@ } }, "node_modules/ci-info": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", - "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.1.0.tgz", + "integrity": "sha512-HutrvTNsF48wnxkzERIXOe5/mlcfFcbfCmwcg6CJnizbSue78AbDt+1cgl26zwn61WFxhcPykPfZrbqjGmBb4A==", "dev": true, "funding": [ { @@ -2974,9 +2986,9 @@ "license": "MIT" }, "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.5.tgz", + "integrity": "sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==", "dev": true, "license": "MIT", "dependencies": { @@ -3051,14 +3063,14 @@ } }, "node_modules/cypress": { - "version": "13.15.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.15.1.tgz", - "integrity": "sha512-DwUFiKXo4lef9kA0M4iEhixFqoqp2hw8igr0lTqafRb9qtU3X0XGxKbkSYsUFdkrAkphc7MPDxoNPhk5pj9PVg==", + "version": "13.15.2", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.15.2.tgz", + "integrity": "sha512-ARbnUorjcCM3XiPwgHKuqsyr5W9Qn+pIIBPaoilnoBkLdSC2oLQjV1BUpnmc7KR+b7Avah3Ly2RMFnfxr96E/A==", "dev": true, "hasInstallScript": true, "license": "MIT", "dependencies": { - "@cypress/request": "^3.0.4", + "@cypress/request": "^3.0.6", "@cypress/xvfb": "^1.2.4", "@types/sinonjs__fake-timers": "8.1.1", "@types/sizzle": "^2.3.2", @@ -3069,6 +3081,7 @@ "cachedir": "^2.3.0", "chalk": "^4.1.0", "check-more-types": "^2.24.0", + "ci-info": "^4.0.0", "cli-cursor": "^3.1.0", "cli-table3": "~0.6.1", "commander": "^6.2.1", @@ -3083,7 +3096,6 @@ "figures": "^3.2.0", "fs-extra": "^9.1.0", "getos": "^3.2.1", - "is-ci": "^3.0.1", "is-installed-globally": "~0.4.0", "lazy-ass": "^1.6.0", "listr2": "^3.8.3", @@ -3200,9 +3212,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.5.49", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.49.tgz", - "integrity": "sha512-ZXfs1Of8fDb6z7WEYZjXpgIRF6MEu8JdeGA0A40aZq6OQbS+eJpnnV49epZRna2DU/YsEjSQuGtQPPtvt6J65A==", + "version": "1.5.56", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.56.tgz", + "integrity": "sha512-7lXb9dAvimCFdvUMTyucD4mnIndt/xhRKFAlky0CyFogdnNmdPQNoHI23msF/2V4mpTxMzgMdjK4+YRlFlRQZw==", "dev": true, "license": "ISC" }, @@ -4074,19 +4086,6 @@ "node": ">=8" } }, - "node_modules/is-ci": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-3.0.1.tgz", - "integrity": "sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ci-info": "^3.2.0" - }, - "bin": { - "is-ci": "bin.js" - } - }, "node_modules/is-core-module": { "version": "2.15.1", "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz", @@ -4723,9 +4722,9 @@ } }, "node_modules/object-inspect": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz", - "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==", + "version": "1.13.3", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.3.tgz", + "integrity": "sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==", "dev": true, "license": "MIT", "engines": { @@ -4931,9 +4930,9 @@ } }, "node_modules/postcss": { - "version": "8.4.47", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz", - "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==", + "version": "8.4.49", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", + "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", "dev": true, "funding": [ { @@ -4952,7 +4951,7 @@ "license": "MIT", "dependencies": { "nanoid": "^3.3.7", - "picocolors": "^1.1.0", + "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, "engines": { @@ -4973,14 +4972,14 @@ } }, "node_modules/postcss-modules-local-by-default": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.5.tgz", - "integrity": "sha512-6MieY7sIfTK0hYfafw1OMEG+2bg8Q1ocHCpoWLqOKj3JXlKu4G7btkmM/B7lFubYkYWmRSPLZi5chid63ZaZYw==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.1.0.tgz", + "integrity": "sha512-rm0bdSv4jC3BDma3s9H19ZddW0aHX6EoqwDYU2IfZhRN+53QrufTRo2IdkAbRqLx4R2IYbZnbjKKxg4VN5oU9Q==", "dev": true, "license": "MIT", "dependencies": { "icss-utils": "^5.0.0", - "postcss-selector-parser": "^6.0.2", + "postcss-selector-parser": "^7.0.0", "postcss-value-parser": "^4.1.0" }, "engines": { @@ -4991,13 +4990,13 @@ } }, "node_modules/postcss-modules-scope": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.0.tgz", - "integrity": "sha512-oq+g1ssrsZOsx9M96c5w8laRmvEu9C3adDSjI8oTcbfkrTE8hx/zfyobUoWIxaKPO8bt6S62kxpw5GqypEw1QQ==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.1.tgz", + "integrity": "sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==", "dev": true, "license": "ISC", "dependencies": { - "postcss-selector-parser": "^6.0.4" + "postcss-selector-parser": "^7.0.0" }, "engines": { "node": "^10 || ^12 || >= 14" @@ -5023,9 +5022,9 @@ } }, "node_modules/postcss-selector-parser": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", - "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz", + "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==", "dev": true, "license": "MIT", "dependencies": { @@ -5152,12 +5151,12 @@ "license": "MIT" }, "node_modules/react-router": { - "version": "6.27.0", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.27.0.tgz", - "integrity": "sha512-YA+HGZXz4jaAkVoYBE98VQl+nVzI+cVI2Oj/06F5ZM+0u3TgedN9Y9kmMRo2mnkSK2nCpNQn0DVob4HCsY/WLw==", + "version": "6.28.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.28.0.tgz", + "integrity": "sha512-HrYdIFqdrnhDw0PqG/AKjAqEqM7AvxCz0DQ4h2W8k6nqmc5uRBYDag0SBxx9iYz5G8gnuNVLzUe13wl9eAsXXg==", "license": "MIT", "dependencies": { - "@remix-run/router": "1.20.0" + "@remix-run/router": "1.21.0" }, "engines": { "node": ">=14.0.0" @@ -5167,13 +5166,13 @@ } }, "node_modules/react-router-dom": { - "version": "6.27.0", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.27.0.tgz", - "integrity": "sha512-+bvtFWMC0DgAFrfKXKG9Fc+BcXWRUO1aJIihbB79xaeq0v5UzfvnM5houGUm1Y461WVRcgAQ+Clh5rdb1eCx4g==", + "version": "6.28.0", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.28.0.tgz", + "integrity": "sha512-kQ7Unsl5YdyOltsPGl31zOjLrDv+m2VcIEcIHqYYD3Lp0UppLjrzcfJqDJwXxFw3TH/yvapbnUvPlAj7Kx5nbg==", "license": "MIT", "dependencies": { - "@remix-run/router": "1.20.0", - "react-router": "6.27.0" + "@remix-run/router": "1.21.0", + "react-router": "6.28.0" }, "engines": { "node": ">=14.0.0" @@ -5801,22 +5800,22 @@ "license": "MIT" }, "node_modules/tldts": { - "version": "6.1.57", - "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.57.tgz", - "integrity": "sha512-Oy7yDXK8meJl8vPMOldzA+MtueAJ5BrH4l4HXwZuj2AtfoQbLjmTJmjNWPUcAo+E/ibHn7QlqMS0BOcXJFJyHQ==", + "version": "6.1.60", + "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.60.tgz", + "integrity": "sha512-TYVHm7G9NCnhgqOsFalbX6MG1Po5F4efF+tLfoeiOGQq48Oqgwcgz8upY2R1BHWa4aDrj28RYx0dkYJ63qCFMg==", "dev": true, "license": "MIT", "dependencies": { - "tldts-core": "^6.1.57" + "tldts-core": "^6.1.60" }, "bin": { "tldts": "bin/cli.js" } }, "node_modules/tldts-core": { - "version": "6.1.57", - "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.57.tgz", - "integrity": "sha512-lXnRhuQpx3zU9EONF9F7HfcRLvN1uRYUBIiKL+C/gehC/77XTU+Jye6ui86GA3rU6FjlJ0triD1Tkjt2F/2lEg==", + "version": "6.1.60", + "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.60.tgz", + "integrity": "sha512-XHjoxak8SFQnHnmYHb3PcnW5TZ+9ErLZemZei3azuIRhQLw4IExsVbL3VZJdHcLeNaXq6NqawgpDPpjBOg4B5g==", "dev": true, "license": "MIT" }, @@ -5868,9 +5867,9 @@ } }, "node_modules/tslib": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.0.tgz", - "integrity": "sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", "dev": true, "license": "0BSD" }, @@ -6113,19 +6112,19 @@ } }, "node_modules/webpack": { - "version": "5.95.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.95.0.tgz", - "integrity": "sha512-2t3XstrKULz41MNMBF+cJ97TyHdyQ8HCt//pqErqDvNjU9YQBnZxIHa11VXsi7F3mb5/aO2tuDxdeTPdU7xu9Q==", + "version": "5.96.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.96.1.tgz", + "integrity": "sha512-l2LlBSvVZGhL4ZrPwyr8+37AunkcYj5qh8o6u2/2rzoPc8gxFJkLj1WxNgooi9pnoc06jh0BjuXnamM4qlujZA==", "dev": true, "license": "MIT", "dependencies": { - "@types/estree": "^1.0.5", + "@types/eslint-scope": "^3.7.7", + "@types/estree": "^1.0.6", "@webassemblyjs/ast": "^1.12.1", "@webassemblyjs/wasm-edit": "^1.12.1", "@webassemblyjs/wasm-parser": "^1.12.1", - "acorn": "^8.7.1", - "acorn-import-attributes": "^1.9.5", - "browserslist": "^4.21.10", + "acorn": "^8.14.0", + "browserslist": "^4.24.0", "chrome-trace-event": "^1.0.2", "enhanced-resolve": "^5.17.1", "es-module-lexer": "^1.2.1", diff --git a/examples/remote_procedure/mnist/webapp/link_mephisto_task.sh b/examples/remote_procedure/mnist/webapp/link_mephisto_task.sh index 6936741b2..d86db0ae4 100644 --- a/examples/remote_procedure/mnist/webapp/link_mephisto_task.sh +++ b/examples/remote_procedure/mnist/webapp/link_mephisto_task.sh @@ -4,4 +4,4 @@ # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. -npm link mephisto-task +echo "Post install script executed" diff --git a/examples/remote_procedure/mnist/webapp/package.json b/examples/remote_procedure/mnist/webapp/package.json index ba91f7c06..522d8da3a 100644 --- a/examples/remote_procedure/mnist/webapp/package.json +++ b/examples/remote_procedure/mnist/webapp/package.json @@ -12,7 +12,6 @@ "author": "", "dependencies": { "bootstrap": "^4.6.0", - "mephisto-task": "2.0.4", "rc-slider": "^8.6.3", "react": "^16", "react-bootstrap": "^1.6.0", diff --git a/examples/remote_procedure/toxicity_detection/README.md b/examples/remote_procedure/toxicity_detection/README.md index 65e90ade6..1ff8129b5 100644 --- a/examples/remote_procedure/toxicity_detection/README.md +++ b/examples/remote_procedure/toxicity_detection/README.md @@ -17,7 +17,7 @@ The toxicity of written text is calculated from the detoxify python library. ## Steps to run demo -To run the demo first detoxify has to be installed. This can be done using +To run the demo first `detoxify` library has to be installed. This can be done using: ```bash pip install detoxify diff --git a/examples/static_react_task_with_worker_opinion/webapp/link_packages.sh b/examples/remote_procedure/toxicity_detection/webapp/link_mephisto_task.sh similarity index 77% rename from examples/static_react_task_with_worker_opinion/webapp/link_packages.sh rename to examples/remote_procedure/toxicity_detection/webapp/link_mephisto_task.sh index 6ffa4f811..d86db0ae4 100644 --- a/examples/static_react_task_with_worker_opinion/webapp/link_packages.sh +++ b/examples/remote_procedure/toxicity_detection/webapp/link_mephisto_task.sh @@ -4,5 +4,4 @@ # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. -npm link mephisto-task -npm link mephisto-worker-addons +echo "Post install script executed" diff --git a/examples/static_react_task/README.md b/examples/static_react_task/README.md index a1189fd31..930b9741b 100644 --- a/examples/static_react_task/README.md +++ b/examples/static_react_task/README.md @@ -134,7 +134,7 @@ To run tests locally you should first launch the task as follows: ```bash python run_task.py mephisto.task.post_install_script=link_mephisto_task.sh mephisto.task.force_rebuild=true ``` -This will run the task and make sure to link the `mephisto-task` package with the local one. +This will run the task and make sure to link the `mephisto-core` package with the local one. Then you can run cypress by going into the webapp directory and running `npm run test`. This should open the cypress app. diff --git a/examples/static_react_task/webapp/link_mephisto_task.sh b/examples/static_react_task/webapp/link_mephisto_task.sh index 6936741b2..d86db0ae4 100644 --- a/examples/static_react_task/webapp/link_mephisto_task.sh +++ b/examples/static_react_task/webapp/link_mephisto_task.sh @@ -4,4 +4,4 @@ # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. -npm link mephisto-task +echo "Post install script executed" diff --git a/examples/static_react_task/webapp/package-lock.json b/examples/static_react_task/webapp/package-lock.json index 7e7cece12..2c5c8c822 100644 --- a/examples/static_react_task/webapp/package-lock.json +++ b/examples/static_react_task/webapp/package-lock.json @@ -1,15 +1,14 @@ { - "name": "mephisto-task-compiler", + "name": "static_react_task", "version": "1.0.1", - "lockfileVersion": 2, + "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "mephisto-task-compiler", + "name": "static_react_task", "version": "1.0.1", "dependencies": { "bootstrap": "^4.6.2", - "mephisto-task": "2.0.4", "react": "^18.2.0", "react-dom": "^18.2.0" }, @@ -34,6 +33,7 @@ "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.24" @@ -43,10 +43,11 @@ } }, "node_modules/@babel/cli": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.24.8.tgz", - "integrity": "sha512-isdp+G6DpRyKc+3Gqxy2rjzgF7Zj9K0mzLNnxz+E/fgeag8qT3vVulX4gY9dGO1q0y+0lUv6V3a+uhUzMzrwXg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.25.9.tgz", + "integrity": "sha512-I+02IfrTiSanpxJBlZQYb18qCxB6c2Ih371cVpfgIrPQrjAYkf45XxomTJOG8JBWX5GY35/+TmhCMdJ4ZPkL8Q==", "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "^0.3.25", "commander": "^6.2.0", @@ -65,18 +66,21 @@ }, "optionalDependencies": { "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3", - "chokidar": "^3.4.0" + "chokidar": "^3.6.0" }, "peerDependencies": { "@babel/core": "^7.0.0-0" } }, "node_modules/@babel/code-frame": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", - "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz", + "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==", + "dev": true, + "license": "MIT", "dependencies": { - "@babel/highlight": "^7.24.7", + "@babel/helper-validator-identifier": "^7.25.9", + "js-tokens": "^4.0.0", "picocolors": "^1.0.0" }, "engines": { @@ -84,30 +88,32 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.24.9", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.9.tgz", - "integrity": "sha512-e701mcfApCJqMMueQI0Fb68Amflj83+dvAvHawoBpAz+GDjCIyGHzNwnefjsWJ3xiYAqqiQFoWbspGYBdb2/ng==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.2.tgz", + "integrity": "sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.24.9", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.9.tgz", - "integrity": "sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.0.tgz", + "integrity": "sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==", "dev": true, + "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.24.9", - "@babel/helper-compilation-targets": "^7.24.8", - "@babel/helper-module-transforms": "^7.24.9", - "@babel/helpers": "^7.24.8", - "@babel/parser": "^7.24.8", - "@babel/template": "^7.24.7", - "@babel/traverse": "^7.24.8", - "@babel/types": "^7.24.9", + "@babel/code-frame": "^7.26.0", + "@babel/generator": "^7.26.0", + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-module-transforms": "^7.26.0", + "@babel/helpers": "^7.26.0", + "@babel/parser": "^7.26.0", + "@babel/template": "^7.25.9", + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.26.0", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -123,53 +129,59 @@ } }, "node_modules/@babel/generator": { - "version": "7.24.10", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.10.tgz", - "integrity": "sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.2.tgz", + "integrity": "sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==", + "dev": true, + "license": "MIT", "dependencies": { - "@babel/types": "^7.24.9", + "@babel/parser": "^7.26.2", + "@babel/types": "^7.26.0", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", - "jsesc": "^2.5.1" + "jsesc": "^3.0.2" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-annotate-as-pure": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz", - "integrity": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz", + "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/types": "^7.24.7" + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.7.tgz", - "integrity": "sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.25.9.tgz", + "integrity": "sha512-C47lC7LIDCnz0h4vai/tpNOI95tCd5ZT3iBt/DBH5lXKHZsyNQv18yf1wIIg2ntiQNgmAvA+DgZ82iW8Qdym8g==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz", - "integrity": "sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz", + "integrity": "sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/compat-data": "^7.24.8", - "@babel/helper-validator-option": "^7.24.8", - "browserslist": "^4.23.1", + "@babel/compat-data": "^7.25.9", + "@babel/helper-validator-option": "^7.25.9", + "browserslist": "^4.24.0", "lru-cache": "^5.1.1", "semver": "^6.3.1" }, @@ -178,19 +190,18 @@ } }, "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.8.tgz", - "integrity": "sha512-4f6Oqnmyp2PP3olgUMmOwC3akxSm5aBYraQ6YDdKy7NcAMkDECHWG0DEnV6M2UAkERgIBhYt8S27rURPg7SxWA==", - "dev": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-member-expression-to-functions": "^7.24.8", - "@babel/helper-optimise-call-expression": "^7.24.7", - "@babel/helper-replace-supers": "^7.24.7", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.9.tgz", + "integrity": "sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-member-expression-to-functions": "^7.25.9", + "@babel/helper-optimise-call-expression": "^7.25.9", + "@babel/helper-replace-supers": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", + "@babel/traverse": "^7.25.9", "semver": "^6.3.1" }, "engines": { @@ -201,13 +212,14 @@ } }, "node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.24.7.tgz", - "integrity": "sha512-03TCmXy2FtXJEZfbXDTSqq1fRJArk7lX9DOFC/47VthYcxyIOx+eXQmdo6DOQvrbpIix+KfXwvuXdFDZHxt+rA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.9.tgz", + "integrity": "sha512-ORPNZ3h6ZRkOyAa/SaHU+XsLZr0UQzRwuDQ0cczIA17nAzZ+85G5cVkOJIj7QavLZGSe8QXUmNFxSZzjcZF9bw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "regexpu-core": "^5.3.1", + "@babel/helper-annotate-as-pure": "^7.25.9", + "regexpu-core": "^6.1.1", "semver": "^6.3.1" }, "engines": { @@ -218,10 +230,11 @@ } }, "node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz", - "integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.3.tgz", + "integrity": "sha512-HK7Bi+Hj6H+VTHA3ZvBis7V/6hu9QuTrnMXNybfUf2iiuU/N97I8VjB+KbhFF8Rld/Lx5MzoCwPCpPjfK+n8Cg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-compilation-targets": "^7.22.6", "@babel/helper-plugin-utils": "^7.22.5", @@ -233,77 +246,44 @@ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" } }, - "node_modules/@babel/helper-environment-visitor": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz", - "integrity": "sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==", - "dependencies": { - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-function-name": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz", - "integrity": "sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==", - "dependencies": { - "@babel/template": "^7.24.7", - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-hoist-variables": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz", - "integrity": "sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==", - "dependencies": { - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz", - "integrity": "sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz", + "integrity": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/traverse": "^7.24.8", - "@babel/types": "^7.24.8" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-imports": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz", - "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz", + "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.24.9", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz", - "integrity": "sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz", + "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-module-imports": "^7.24.7", - "@babel/helper-simple-access": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", - "@babel/helper-validator-identifier": "^7.24.7" + "@babel/helper-module-imports": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -313,35 +293,38 @@ } }, "node_modules/@babel/helper-optimise-call-expression": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz", - "integrity": "sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz", + "integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/types": "^7.24.7" + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz", - "integrity": "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz", + "integrity": "sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-remap-async-to-generator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.24.7.tgz", - "integrity": "sha512-9pKLcTlZ92hNZMQfGCHImUpDOlAgkkpqalWEeftW5FBya75k8Li2ilerxkM/uBEj01iBZXcCIB/bwvDYgWyibA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz", + "integrity": "sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-wrap-function": "^7.24.7" + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-wrap-function": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -351,14 +334,15 @@ } }, "node_modules/@babel/helper-replace-supers": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.24.7.tgz", - "integrity": "sha512-qTAxxBM81VEyoAY0TtLrx1oAEJc09ZK67Q9ljQToqCnA+55eNwCORaxlKyu+rNfX86o8OXRUSNUnrtsAZXM9sg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.9.tgz", + "integrity": "sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-member-expression-to-functions": "^7.24.7", - "@babel/helper-optimise-call-expression": "^7.24.7" + "@babel/helper-member-expression-to-functions": "^7.25.9", + "@babel/helper-optimise-call-expression": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -368,113 +352,101 @@ } }, "node_modules/@babel/helper-simple-access": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz", - "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.25.9.tgz", + "integrity": "sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz", - "integrity": "sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz", + "integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-split-export-declaration": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz", - "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==", - "dependencies": { - "@babel/types": "^7.24.7" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-string-parser": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz", - "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", + "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", + "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz", - "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", + "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", + "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-option": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz", - "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz", + "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-wrap-function": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.24.7.tgz", - "integrity": "sha512-N9JIYk3TD+1vq/wn77YnJOqMtfWhNewNE+DJV4puD2X7Ew9J4JvrzrFDfTfyv5EgEXVy9/Wt8QiOErzEmv5Ifw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.9.tgz", + "integrity": "sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-function-name": "^7.24.7", - "@babel/template": "^7.24.7", - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/template": "^7.25.9", + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helpers": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.8.tgz", - "integrity": "sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.0.tgz", + "integrity": "sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/template": "^7.24.7", - "@babel/types": "^7.24.8" + "@babel/template": "^7.25.9", + "@babel/types": "^7.26.0" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/highlight": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz", - "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==", + "node_modules/@babel/parser": { + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.2.tgz", + "integrity": "sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==", + "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-validator-identifier": "^7.24.7", - "chalk": "^2.4.2", - "js-tokens": "^4.0.0", - "picocolors": "^1.0.0" + "@babel/types": "^7.26.0" }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/parser": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.8.tgz", - "integrity": "sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w==", "bin": { "parser": "bin/babel-parser.js" }, @@ -483,13 +455,30 @@ } }, "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.7.tgz", - "integrity": "sha512-TiT1ss81W80eQsN+722OaeQMY/G4yTb4G9JrqeiDADs3N8lbPMGldWi9x8tyqCW5NLx1Jh2AvkE6r6QvEltMMQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz", + "integrity": "sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/traverse": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.9.tgz", + "integrity": "sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -499,12 +488,13 @@ } }, "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.7.tgz", - "integrity": "sha512-unaQgZ/iRu/By6tsjMZzpeBZjChYfLYry6HrEXPoz3KmfF0sVBQ1l8zKMQ4xRGLWVsjuvB8nQfjNP/DcfEOCsg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.9.tgz", + "integrity": "sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -514,14 +504,15 @@ } }, "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.7.tgz", - "integrity": "sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.9.tgz", + "integrity": "sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", - "@babel/plugin-transform-optional-chaining": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", + "@babel/plugin-transform-optional-chaining": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -531,13 +522,14 @@ } }, "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.7.tgz", - "integrity": "sha512-utA4HuR6F4Vvcr+o4DnjL8fCOlgRFGbeeBEGNg3ZTrLFw6VWG5XmUrvcQ0FjIYMU2ST4XcR2Wsp7t9qOAPnxMg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.9.tgz", + "integrity": "sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -552,6 +544,7 @@ "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-class-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -568,6 +561,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" }, @@ -575,76 +569,14 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", - "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", - "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-class-static-block": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", - "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", - "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", - "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, "node_modules/@babel/plugin-syntax-import-assertions": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.7.tgz", - "integrity": "sha512-Ec3NRUMoi8gskrkBe3fNmEQfxDvY8bgfQpz6jlk/41kX9eUjvpyqWU7PBP/pLAvMaSQjbMNKJmvX57jP+M6bPg==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz", + "integrity": "sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -654,12 +586,13 @@ } }, "node_modules/@babel/plugin-syntax-import-attributes": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.7.tgz", - "integrity": "sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz", + "integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -668,139 +601,14 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-syntax-import-meta": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", - "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", - "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz", - "integrity": "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", - "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", - "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", - "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-private-property-in-object": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", - "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-top-level-await": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", - "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz", + "integrity": "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -814,6 +622,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -826,12 +635,13 @@ } }, "node_modules/@babel/plugin-transform-arrow-functions": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.7.tgz", - "integrity": "sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.25.9.tgz", + "integrity": "sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -841,15 +651,15 @@ } }, "node_modules/@babel/plugin-transform-async-generator-functions": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.7.tgz", - "integrity": "sha512-o+iF77e3u7ZS4AoAuJvapz9Fm001PuD2V3Lp6OSE4FYQke+cSewYtnek+THqGRWyQloRCyvWL1OkyfNEl9vr/g==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.9.tgz", + "integrity": "sha512-RXV6QAzTBbhDMO9fWwOmwwTuYaiPbggWQ9INdZqAYeSHyG7FzQ+nOZaUUjNwKv9pV3aE4WFqFm1Hnbci5tBCAw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-remap-async-to-generator": "^7.24.7", - "@babel/plugin-syntax-async-generators": "^7.8.4" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-remap-async-to-generator": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -859,14 +669,15 @@ } }, "node_modules/@babel/plugin-transform-async-to-generator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz", - "integrity": "sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.9.tgz", + "integrity": "sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-module-imports": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-remap-async-to-generator": "^7.24.7" + "@babel/helper-module-imports": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-remap-async-to-generator": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -876,12 +687,13 @@ } }, "node_modules/@babel/plugin-transform-block-scoped-functions": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.7.tgz", - "integrity": "sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.25.9.tgz", + "integrity": "sha512-toHc9fzab0ZfenFpsyYinOX0J/5dgJVA2fm64xPewu7CoYHWEivIWKxkK2rMi4r3yQqLnVmheMXRdG+k239CgA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -891,12 +703,13 @@ } }, "node_modules/@babel/plugin-transform-block-scoping": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.7.tgz", - "integrity": "sha512-Nd5CvgMbWc+oWzBsuaMcbwjJWAcp5qzrbg69SZdHSP7AMY0AbWFqFO0WTFCA1jxhMCwodRwvRec8k0QUbZk7RQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.9.tgz", + "integrity": "sha512-1F05O7AYjymAtqbsFETboN1NvBdcnzMerO+zlMyJBEz6WkMdejvGWw9p05iTSjC85RLlBseHHQpYaM4gzJkBGg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -906,13 +719,14 @@ } }, "node_modules/@babel/plugin-transform-class-properties": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz", - "integrity": "sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.9.tgz", + "integrity": "sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -922,14 +736,14 @@ } }, "node_modules/@babel/plugin-transform-class-static-block": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.7.tgz", - "integrity": "sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz", + "integrity": "sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-class-static-block": "^7.14.5" + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -939,18 +753,17 @@ } }, "node_modules/@babel/plugin-transform-classes": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.8.tgz", - "integrity": "sha512-VXy91c47uujj758ud9wx+OMgheXm4qJfyhj1P18YvlrQkNOSrwsteHk+EFS3OMGfhMhpZa0A+81eE7G4QC+3CA==", - "dev": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-compilation-targets": "^7.24.8", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-replace-supers": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.9.tgz", + "integrity": "sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-replace-supers": "^7.25.9", + "@babel/traverse": "^7.25.9", "globals": "^11.1.0" }, "engines": { @@ -961,13 +774,14 @@ } }, "node_modules/@babel/plugin-transform-computed-properties": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.7.tgz", - "integrity": "sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.9.tgz", + "integrity": "sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/template": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/template": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -977,12 +791,13 @@ } }, "node_modules/@babel/plugin-transform-destructuring": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.8.tgz", - "integrity": "sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.25.9.tgz", + "integrity": "sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -992,13 +807,14 @@ } }, "node_modules/@babel/plugin-transform-dotall-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.7.tgz", - "integrity": "sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.25.9.tgz", + "integrity": "sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1008,12 +824,13 @@ } }, "node_modules/@babel/plugin-transform-duplicate-keys": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.7.tgz", - "integrity": "sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.25.9.tgz", + "integrity": "sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1022,14 +839,31 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.9.tgz", + "integrity": "sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, "node_modules/@babel/plugin-transform-dynamic-import": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz", - "integrity": "sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.9.tgz", + "integrity": "sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-dynamic-import": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1039,13 +873,14 @@ } }, "node_modules/@babel/plugin-transform-exponentiation-operator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.7.tgz", - "integrity": "sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.25.9.tgz", + "integrity": "sha512-KRhdhlVk2nObA5AYa7QMgTMTVJdfHprfpAk4DjZVtllqRg9qarilstTKEhpVjyt+Npi8ThRyiV8176Am3CodPA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1055,13 +890,13 @@ } }, "node_modules/@babel/plugin-transform-export-namespace-from": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.7.tgz", - "integrity": "sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.9.tgz", + "integrity": "sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1071,13 +906,14 @@ } }, "node_modules/@babel/plugin-transform-for-of": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.7.tgz", - "integrity": "sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz", + "integrity": "sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1087,14 +923,15 @@ } }, "node_modules/@babel/plugin-transform-function-name": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.7.tgz", - "integrity": "sha512-U9FcnA821YoILngSmYkW6FjyQe2TyZD5pHt4EVIhmcTkrJw/3KqcrRSxuOo5tFZJi7TE19iDyI1u+weTI7bn2w==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.9.tgz", + "integrity": "sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-compilation-targets": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1104,13 +941,13 @@ } }, "node_modules/@babel/plugin-transform-json-strings": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.7.tgz", - "integrity": "sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.9.tgz", + "integrity": "sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-json-strings": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1120,12 +957,13 @@ } }, "node_modules/@babel/plugin-transform-literals": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.7.tgz", - "integrity": "sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.9.tgz", + "integrity": "sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1135,13 +973,13 @@ } }, "node_modules/@babel/plugin-transform-logical-assignment-operators": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.7.tgz", - "integrity": "sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.9.tgz", + "integrity": "sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1151,12 +989,13 @@ } }, "node_modules/@babel/plugin-transform-member-expression-literals": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.7.tgz", - "integrity": "sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.25.9.tgz", + "integrity": "sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1166,13 +1005,14 @@ } }, "node_modules/@babel/plugin-transform-modules-amd": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.7.tgz", - "integrity": "sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.25.9.tgz", + "integrity": "sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-module-transforms": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1182,14 +1022,15 @@ } }, "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz", - "integrity": "sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.25.9.tgz", + "integrity": "sha512-dwh2Ol1jWwL2MgkCzUSOvfmKElqQcuswAZypBSUsScMXvgdT8Ekq5YA6TtqpTVWH+4903NmboMuH1o9i8Rxlyg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-module-transforms": "^7.24.8", - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-simple-access": "^7.24.7" + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-simple-access": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1199,15 +1040,16 @@ } }, "node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.7.tgz", - "integrity": "sha512-GYQE0tW7YoaN13qFh3O1NCY4MPkUiAH3fiF7UcV/I3ajmDKEdG3l+UOcbAm4zUE3gnvUU+Eni7XrVKo9eO9auw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.9.tgz", + "integrity": "sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-hoist-variables": "^7.24.7", - "@babel/helper-module-transforms": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-validator-identifier": "^7.24.7" + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1217,13 +1059,14 @@ } }, "node_modules/@babel/plugin-transform-modules-umd": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz", - "integrity": "sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.25.9.tgz", + "integrity": "sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-module-transforms": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1233,13 +1076,14 @@ } }, "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.7.tgz", - "integrity": "sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.25.9.tgz", + "integrity": "sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1249,12 +1093,13 @@ } }, "node_modules/@babel/plugin-transform-new-target": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.7.tgz", - "integrity": "sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.25.9.tgz", + "integrity": "sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1264,13 +1109,13 @@ } }, "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.7.tgz", - "integrity": "sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.25.9.tgz", + "integrity": "sha512-ENfftpLZw5EItALAD4WsY/KUWvhUlZndm5GC7G3evUsVeSJB6p0pBeLQUnRnBCBx7zV0RKQjR9kCuwrsIrjWog==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1280,13 +1125,13 @@ } }, "node_modules/@babel/plugin-transform-numeric-separator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.7.tgz", - "integrity": "sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.9.tgz", + "integrity": "sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1296,15 +1141,15 @@ } }, "node_modules/@babel/plugin-transform-object-rest-spread": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.7.tgz", - "integrity": "sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.9.tgz", + "integrity": "sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-compilation-targets": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.24.7" + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/plugin-transform-parameters": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1314,13 +1159,14 @@ } }, "node_modules/@babel/plugin-transform-object-super": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.7.tgz", - "integrity": "sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.25.9.tgz", + "integrity": "sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-replace-supers": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-replace-supers": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1330,13 +1176,13 @@ } }, "node_modules/@babel/plugin-transform-optional-catch-binding": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.7.tgz", - "integrity": "sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.25.9.tgz", + "integrity": "sha512-qM/6m6hQZzDcZF3onzIhZeDHDO43bkNNlOX0i8n3lR6zLbu0GN2d8qfM/IERJZYauhAHSLHy39NF0Ctdvcid7g==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1346,14 +1192,14 @@ } }, "node_modules/@babel/plugin-transform-optional-chaining": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.8.tgz", - "integrity": "sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.9.tgz", + "integrity": "sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", - "@babel/plugin-syntax-optional-chaining": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1363,12 +1209,13 @@ } }, "node_modules/@babel/plugin-transform-parameters": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.7.tgz", - "integrity": "sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.9.tgz", + "integrity": "sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1378,13 +1225,14 @@ } }, "node_modules/@babel/plugin-transform-private-methods": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.7.tgz", - "integrity": "sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.9.tgz", + "integrity": "sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1394,15 +1242,15 @@ } }, "node_modules/@babel/plugin-transform-private-property-in-object": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.7.tgz", - "integrity": "sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.25.9.tgz", + "integrity": "sha512-Evf3kcMqzXA3xfYJmZ9Pg1OvKdtqsDMSWBDzZOPLvHiTt36E75jLDQo5w1gtRU95Q4E5PDttrTf25Fw8d/uWLw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5" + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1412,12 +1260,13 @@ } }, "node_modules/@babel/plugin-transform-property-literals": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.7.tgz", - "integrity": "sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.25.9.tgz", + "integrity": "sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1427,12 +1276,13 @@ } }, "node_modules/@babel/plugin-transform-react-display-name": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.24.7.tgz", - "integrity": "sha512-H/Snz9PFxKsS1JLI4dJLtnJgCJRoo0AUm3chP6NYr+9En1JMKloheEiLIhlp5MDVznWo+H3AAC1Mc8lmUEpsgg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.25.9.tgz", + "integrity": "sha512-KJfMlYIUxQB1CJfO3e0+h0ZHWOTLCPP115Awhaz8U0Zpq36Gl/cXlpoyMRnUWlhNUBAzldnCiAZNvCDj7CrKxQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1442,16 +1292,17 @@ } }, "node_modules/@babel/plugin-transform-react-jsx": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.24.7.tgz", - "integrity": "sha512-+Dj06GDZEFRYvclU6k4bme55GKBEWUmByM/eoKuqg4zTNQHiApWRhQph5fxQB2wAEFvRzL1tOEj1RJ19wJrhoA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.9.tgz", + "integrity": "sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-module-imports": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-jsx": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-module-imports": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/plugin-syntax-jsx": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1461,12 +1312,13 @@ } }, "node_modules/@babel/plugin-transform-react-jsx-development": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.24.7.tgz", - "integrity": "sha512-QG9EnzoGn+Qar7rxuW+ZOsbWOt56FvvI93xInqsZDC5fsekx1AlIO4KIJ5M+D0p0SqSH156EpmZyXq630B8OlQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.25.9.tgz", + "integrity": "sha512-9mj6rm7XVYs4mdLIpbZnHOYdpW42uoiBCTVowg7sP1thUOiANgMb4UtpRivR0pp5iL+ocvUv7X4mZgFRpJEzGw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/plugin-transform-react-jsx": "^7.24.7" + "@babel/plugin-transform-react-jsx": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1476,13 +1328,14 @@ } }, "node_modules/@babel/plugin-transform-react-pure-annotations": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.24.7.tgz", - "integrity": "sha512-PLgBVk3fzbmEjBJ/u8kFzOqS9tUeDjiaWud/rRym/yjCo/M9cASPlnrd2ZmmZpQT40fOOrvR8jh+n8jikrOhNA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.25.9.tgz", + "integrity": "sha512-KQ/Takk3T8Qzj5TppkS1be588lkbTp5uj7w6a0LeQaTMSckU/wK0oJ/pih+T690tkgI5jfmg2TqDJvd41Sj1Cg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1492,12 +1345,13 @@ } }, "node_modules/@babel/plugin-transform-regenerator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.7.tgz", - "integrity": "sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.25.9.tgz", + "integrity": "sha512-vwDcDNsgMPDGP0nMqzahDWE5/MLcX8sv96+wfX7as7LoF/kr97Bo/7fI00lXY4wUXYfVmwIIyG80fGZ1uvt2qg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-plugin-utils": "^7.25.9", "regenerator-transform": "^0.15.2" }, "engines": { @@ -1507,13 +1361,31 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/plugin-transform-regexp-modifiers": { + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz", + "integrity": "sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, "node_modules/@babel/plugin-transform-reserved-words": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.7.tgz", - "integrity": "sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.25.9.tgz", + "integrity": "sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1523,12 +1395,13 @@ } }, "node_modules/@babel/plugin-transform-shorthand-properties": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.7.tgz", - "integrity": "sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.25.9.tgz", + "integrity": "sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1538,13 +1411,14 @@ } }, "node_modules/@babel/plugin-transform-spread": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.7.tgz", - "integrity": "sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.25.9.tgz", + "integrity": "sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1554,12 +1428,13 @@ } }, "node_modules/@babel/plugin-transform-sticky-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.7.tgz", - "integrity": "sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.25.9.tgz", + "integrity": "sha512-WqBUSgeVwucYDP9U/xNRQam7xV8W5Zf+6Eo7T2SRVUFlhRiMNFdFz58u0KZmCVVqs2i7SHgpRnAhzRNmKfi2uA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1569,12 +1444,13 @@ } }, "node_modules/@babel/plugin-transform-template-literals": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.7.tgz", - "integrity": "sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.25.9.tgz", + "integrity": "sha512-o97AE4syN71M/lxrCtQByzphAdlYluKPDBzDVzMmfCobUjjhAryZV0AIpRPrxN0eAkxXO6ZLEScmt+PNhj2OTw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1584,12 +1460,13 @@ } }, "node_modules/@babel/plugin-transform-typeof-symbol": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.8.tgz", - "integrity": "sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.9.tgz", + "integrity": "sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1599,12 +1476,13 @@ } }, "node_modules/@babel/plugin-transform-unicode-escapes": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz", - "integrity": "sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.25.9.tgz", + "integrity": "sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1614,13 +1492,14 @@ } }, "node_modules/@babel/plugin-transform-unicode-property-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.7.tgz", - "integrity": "sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.25.9.tgz", + "integrity": "sha512-Jt2d8Ga+QwRluxRQ307Vlxa6dMrYEMZCgGxoPR8V52rxPyldHu3hdlHspxaqYmE7oID5+kB+UKUB/eWS+DkkWg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1630,13 +1509,14 @@ } }, "node_modules/@babel/plugin-transform-unicode-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.7.tgz", - "integrity": "sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.25.9.tgz", + "integrity": "sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1646,13 +1526,14 @@ } }, "node_modules/@babel/plugin-transform-unicode-sets-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.7.tgz", - "integrity": "sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.9.tgz", + "integrity": "sha512-8BYqO3GeVNHtx69fdPshN3fnzUNLrWdHhk/icSwigksJGczKSizZ+Z6SBCxTs723Fr5VSNorTIK7a+R2tISvwQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1662,91 +1543,80 @@ } }, "node_modules/@babel/preset-env": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.8.tgz", - "integrity": "sha512-vObvMZB6hNWuDxhSaEPTKCwcqkAIuDtE+bQGn4XMXne1DSLzFVY8Vmj1bm+mUQXYNN8NmaQEO+r8MMbzPr1jBQ==", - "dev": true, - "dependencies": { - "@babel/compat-data": "^7.24.8", - "@babel/helper-compilation-targets": "^7.24.8", - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-validator-option": "^7.24.8", - "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.24.7", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.24.7", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7", - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.24.7", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.26.0.tgz", + "integrity": "sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/compat-data": "^7.26.0", + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-validator-option": "^7.25.9", + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.9", + "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.9", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.9", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.25.9", + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.9", "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-class-static-block": "^7.14.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-import-assertions": "^7.24.7", - "@babel/plugin-syntax-import-attributes": "^7.24.7", - "@babel/plugin-syntax-import-meta": "^7.10.4", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5", - "@babel/plugin-syntax-top-level-await": "^7.14.5", + "@babel/plugin-syntax-import-assertions": "^7.26.0", + "@babel/plugin-syntax-import-attributes": "^7.26.0", "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", - "@babel/plugin-transform-arrow-functions": "^7.24.7", - "@babel/plugin-transform-async-generator-functions": "^7.24.7", - "@babel/plugin-transform-async-to-generator": "^7.24.7", - "@babel/plugin-transform-block-scoped-functions": "^7.24.7", - "@babel/plugin-transform-block-scoping": "^7.24.7", - "@babel/plugin-transform-class-properties": "^7.24.7", - "@babel/plugin-transform-class-static-block": "^7.24.7", - "@babel/plugin-transform-classes": "^7.24.8", - "@babel/plugin-transform-computed-properties": "^7.24.7", - "@babel/plugin-transform-destructuring": "^7.24.8", - "@babel/plugin-transform-dotall-regex": "^7.24.7", - "@babel/plugin-transform-duplicate-keys": "^7.24.7", - "@babel/plugin-transform-dynamic-import": "^7.24.7", - "@babel/plugin-transform-exponentiation-operator": "^7.24.7", - "@babel/plugin-transform-export-namespace-from": "^7.24.7", - "@babel/plugin-transform-for-of": "^7.24.7", - "@babel/plugin-transform-function-name": "^7.24.7", - "@babel/plugin-transform-json-strings": "^7.24.7", - "@babel/plugin-transform-literals": "^7.24.7", - "@babel/plugin-transform-logical-assignment-operators": "^7.24.7", - "@babel/plugin-transform-member-expression-literals": "^7.24.7", - "@babel/plugin-transform-modules-amd": "^7.24.7", - "@babel/plugin-transform-modules-commonjs": "^7.24.8", - "@babel/plugin-transform-modules-systemjs": "^7.24.7", - "@babel/plugin-transform-modules-umd": "^7.24.7", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7", - "@babel/plugin-transform-new-target": "^7.24.7", - "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7", - "@babel/plugin-transform-numeric-separator": "^7.24.7", - "@babel/plugin-transform-object-rest-spread": "^7.24.7", - "@babel/plugin-transform-object-super": "^7.24.7", - "@babel/plugin-transform-optional-catch-binding": "^7.24.7", - "@babel/plugin-transform-optional-chaining": "^7.24.8", - "@babel/plugin-transform-parameters": "^7.24.7", - "@babel/plugin-transform-private-methods": "^7.24.7", - "@babel/plugin-transform-private-property-in-object": "^7.24.7", - "@babel/plugin-transform-property-literals": "^7.24.7", - "@babel/plugin-transform-regenerator": "^7.24.7", - "@babel/plugin-transform-reserved-words": "^7.24.7", - "@babel/plugin-transform-shorthand-properties": "^7.24.7", - "@babel/plugin-transform-spread": "^7.24.7", - "@babel/plugin-transform-sticky-regex": "^7.24.7", - "@babel/plugin-transform-template-literals": "^7.24.7", - "@babel/plugin-transform-typeof-symbol": "^7.24.8", - "@babel/plugin-transform-unicode-escapes": "^7.24.7", - "@babel/plugin-transform-unicode-property-regex": "^7.24.7", - "@babel/plugin-transform-unicode-regex": "^7.24.7", - "@babel/plugin-transform-unicode-sets-regex": "^7.24.7", + "@babel/plugin-transform-arrow-functions": "^7.25.9", + "@babel/plugin-transform-async-generator-functions": "^7.25.9", + "@babel/plugin-transform-async-to-generator": "^7.25.9", + "@babel/plugin-transform-block-scoped-functions": "^7.25.9", + "@babel/plugin-transform-block-scoping": "^7.25.9", + "@babel/plugin-transform-class-properties": "^7.25.9", + "@babel/plugin-transform-class-static-block": "^7.26.0", + "@babel/plugin-transform-classes": "^7.25.9", + "@babel/plugin-transform-computed-properties": "^7.25.9", + "@babel/plugin-transform-destructuring": "^7.25.9", + "@babel/plugin-transform-dotall-regex": "^7.25.9", + "@babel/plugin-transform-duplicate-keys": "^7.25.9", + "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.9", + "@babel/plugin-transform-dynamic-import": "^7.25.9", + "@babel/plugin-transform-exponentiation-operator": "^7.25.9", + "@babel/plugin-transform-export-namespace-from": "^7.25.9", + "@babel/plugin-transform-for-of": "^7.25.9", + "@babel/plugin-transform-function-name": "^7.25.9", + "@babel/plugin-transform-json-strings": "^7.25.9", + "@babel/plugin-transform-literals": "^7.25.9", + "@babel/plugin-transform-logical-assignment-operators": "^7.25.9", + "@babel/plugin-transform-member-expression-literals": "^7.25.9", + "@babel/plugin-transform-modules-amd": "^7.25.9", + "@babel/plugin-transform-modules-commonjs": "^7.25.9", + "@babel/plugin-transform-modules-systemjs": "^7.25.9", + "@babel/plugin-transform-modules-umd": "^7.25.9", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.25.9", + "@babel/plugin-transform-new-target": "^7.25.9", + "@babel/plugin-transform-nullish-coalescing-operator": "^7.25.9", + "@babel/plugin-transform-numeric-separator": "^7.25.9", + "@babel/plugin-transform-object-rest-spread": "^7.25.9", + "@babel/plugin-transform-object-super": "^7.25.9", + "@babel/plugin-transform-optional-catch-binding": "^7.25.9", + "@babel/plugin-transform-optional-chaining": "^7.25.9", + "@babel/plugin-transform-parameters": "^7.25.9", + "@babel/plugin-transform-private-methods": "^7.25.9", + "@babel/plugin-transform-private-property-in-object": "^7.25.9", + "@babel/plugin-transform-property-literals": "^7.25.9", + "@babel/plugin-transform-regenerator": "^7.25.9", + "@babel/plugin-transform-regexp-modifiers": "^7.26.0", + "@babel/plugin-transform-reserved-words": "^7.25.9", + "@babel/plugin-transform-shorthand-properties": "^7.25.9", + "@babel/plugin-transform-spread": "^7.25.9", + "@babel/plugin-transform-sticky-regex": "^7.25.9", + "@babel/plugin-transform-template-literals": "^7.25.9", + "@babel/plugin-transform-typeof-symbol": "^7.25.9", + "@babel/plugin-transform-unicode-escapes": "^7.25.9", + "@babel/plugin-transform-unicode-property-regex": "^7.25.9", + "@babel/plugin-transform-unicode-regex": "^7.25.9", + "@babel/plugin-transform-unicode-sets-regex": "^7.25.9", "@babel/preset-modules": "0.1.6-no-external-plugins", "babel-plugin-polyfill-corejs2": "^0.4.10", - "babel-plugin-polyfill-corejs3": "^0.10.4", + "babel-plugin-polyfill-corejs3": "^0.10.6", "babel-plugin-polyfill-regenerator": "^0.6.1", - "core-js-compat": "^3.37.1", + "core-js-compat": "^3.38.1", "semver": "^6.3.1" }, "engines": { @@ -1761,6 +1631,7 @@ "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@babel/types": "^7.4.4", @@ -1771,17 +1642,18 @@ } }, "node_modules/@babel/preset-react": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.24.7.tgz", - "integrity": "sha512-AAH4lEkpmzFWrGVlHaxJB7RLH21uPQ9+He+eFLWHmF9IuFQVugz8eAsamaW0DXRrTfco5zj1wWtpdcXJUOfsag==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.25.9.tgz", + "integrity": "sha512-D3to0uSPiWE7rBrdIICCd0tJSIGpLaaGptna2+w7Pft5xMqLpA1sz99DK5TZ1TjGbdQ/VI1eCSZ06dv3lT4JOw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-validator-option": "^7.24.7", - "@babel/plugin-transform-react-display-name": "^7.24.7", - "@babel/plugin-transform-react-jsx": "^7.24.7", - "@babel/plugin-transform-react-jsx-development": "^7.24.7", - "@babel/plugin-transform-react-pure-annotations": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-validator-option": "^7.25.9", + "@babel/plugin-transform-react-display-name": "^7.25.9", + "@babel/plugin-transform-react-jsx": "^7.25.9", + "@babel/plugin-transform-react-jsx-development": "^7.25.9", + "@babel/plugin-transform-react-pure-annotations": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1790,17 +1662,12 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/regjsgen": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", - "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==", - "dev": true - }, "node_modules/@babel/runtime": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.8.tgz", - "integrity": "sha512-5F7SDGs1T72ZczbRwbGO9lQi0NLjQxzl6i4lJxLxfW9U5UluCSyEJeniWvnhl3/euNiqQVbo8zruhsDfid0esA==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.0.tgz", + "integrity": "sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==", "dev": true, + "license": "MIT", "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -1809,31 +1676,32 @@ } }, "node_modules/@babel/template": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz", - "integrity": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz", + "integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==", + "dev": true, + "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.24.7", - "@babel/parser": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/code-frame": "^7.25.9", + "@babel/parser": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.8.tgz", - "integrity": "sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==", - "dependencies": { - "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.24.8", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-hoist-variables": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", - "@babel/parser": "^7.24.8", - "@babel/types": "^7.24.8", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.9.tgz", + "integrity": "sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.25.9", + "@babel/generator": "^7.25.9", + "@babel/parser": "^7.25.9", + "@babel/template": "^7.25.9", + "@babel/types": "^7.25.9", "debug": "^4.3.1", "globals": "^11.1.0" }, @@ -1842,13 +1710,14 @@ } }, "node_modules/@babel/types": { - "version": "7.24.9", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.9.tgz", - "integrity": "sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.0.tgz", + "integrity": "sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==", + "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^7.24.8", - "@babel/helper-validator-identifier": "^7.24.7", - "to-fast-properties": "^2.0.0" + "@babel/helper-string-parser": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1859,16 +1728,18 @@ "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", "dev": true, + "license": "MIT", "optional": true, "engines": { "node": ">=0.1.90" } }, "node_modules/@cypress/request": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@cypress/request/-/request-3.0.1.tgz", - "integrity": "sha512-TWivJlJi8ZDx2wGOw1dbLuHJKUYX7bWySw377nlnGOW3hP9/MUKIsEdXT/YngWxVdgNCHRBmFlBipE+5/2ZZlQ==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@cypress/request/-/request-3.0.6.tgz", + "integrity": "sha512-fi0eVdCOtKu5Ed6+E8mYxUF6ZTFJDZvHogCBelM0xVXmrDEkyM22gRArQzq1YcHPm1V47Vf/iAD+WgVdUlJCGg==", "dev": true, + "license": "Apache-2.0", "dependencies": { "aws-sign2": "~0.7.0", "aws4": "^1.8.0", @@ -1876,16 +1747,16 @@ "combined-stream": "~1.0.6", "extend": "~3.0.2", "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "http-signature": "~1.3.6", + "form-data": "~4.0.0", + "http-signature": "~1.4.0", "is-typedarray": "~1.0.0", "isstream": "~0.1.2", "json-stringify-safe": "~5.0.1", "mime-types": "~2.1.19", "performance-now": "^2.1.0", - "qs": "6.10.4", + "qs": "6.13.0", "safe-buffer": "^5.1.2", - "tough-cookie": "^4.1.3", + "tough-cookie": "^5.0.0", "tunnel-agent": "^0.6.0", "uuid": "^8.3.2" }, @@ -1898,6 +1769,7 @@ "resolved": "https://registry.npmjs.org/@cypress/xvfb/-/xvfb-1.2.4.tgz", "integrity": "sha512-skbBzPggOVYCbnGgV+0dmBdW/s77ZkAOXIC1knS8NagwDjBrNC1LuXtQJeiN6l+m7lzmHtaoUw/ctJKdqkG57Q==", "dev": true, + "license": "MIT", "dependencies": { "debug": "^3.1.0", "lodash.once": "^4.1.1" @@ -1908,6 +1780,7 @@ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, + "license": "MIT", "dependencies": { "ms": "^2.1.1" } @@ -1917,190 +1790,73 @@ "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz", "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==", "dev": true, + "license": "MIT", "engines": { "node": ">=10.0.0" } }, - "node_modules/@eslint-community/eslint-utils": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", - "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", - "peer": true, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", + "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", + "dev": true, + "license": "MIT", "dependencies": { - "eslint-visitor-keys": "^3.3.0" + "@jridgewell/set-array": "^1.2.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.24" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" + "node": ">=6.0.0" } }, - "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", - "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", - "peer": true, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", + "dev": true, + "license": "MIT", "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" + "node": ">=6.0.0" } }, - "node_modules/@eslint-community/regexpp": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.0.tgz", - "integrity": "sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==", - "peer": true, + "node_modules/@jridgewell/set-array": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", + "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", + "dev": true, + "license": "MIT", "engines": { - "node": "^12.0.0 || ^14.0.0 || >=16.0.0" + "node": ">=6.0.0" } }, - "node_modules/@eslint/config-array": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.17.0.tgz", - "integrity": "sha512-A68TBu6/1mHHuc5YJL0U0VVeGNiklLAL6rRmhTCP2B5XjWLMnrX+HkO+IAXyHvks5cyyY1jjK5ITPQ1HGS2EVA==", - "peer": true, + "node_modules/@jridgewell/source-map": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz", + "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", + "dev": true, + "license": "MIT", "dependencies": { - "@eslint/object-schema": "^2.1.4", - "debug": "^4.3.1", - "minimatch": "^3.1.2" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25" } }, - "node_modules/@eslint/eslintrc": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.1.0.tgz", - "integrity": "sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==", - "peer": true, - "dependencies": { - "ajv": "^6.12.4", - "debug": "^4.3.2", - "espree": "^10.0.1", - "globals": "^14.0.0", - "ignore": "^5.2.0", - "import-fresh": "^3.2.1", - "js-yaml": "^4.1.0", - "minimatch": "^3.1.2", - "strip-json-comments": "^3.1.1" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", + "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", + "dev": true, + "license": "MIT" }, - "node_modules/@eslint/eslintrc/node_modules/globals": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz", - "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==", - "peer": true, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@eslint/js": { - "version": "9.7.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.7.0.tgz", - "integrity": "sha512-ChuWDQenef8OSFnvuxv0TCVxEwmu3+hPNKvM9B34qpM0rDRbjL8t5QkQeHHeAfsKQjuH9wS82WeCi1J/owatng==", - "peer": true, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - } - }, - "node_modules/@eslint/object-schema": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.4.tgz", - "integrity": "sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==", - "peer": true, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - } - }, - "node_modules/@humanwhocodes/module-importer": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", - "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", - "peer": true, - "engines": { - "node": ">=12.22" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/nzakas" - } - }, - "node_modules/@humanwhocodes/retry": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.0.tgz", - "integrity": "sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==", - "peer": true, - "engines": { - "node": ">=18.18" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/nzakas" - } - }, - "node_modules/@jridgewell/gen-mapping": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", - "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", - "dependencies": { - "@jridgewell/set-array": "^1.2.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.24" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/resolve-uri": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", - "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/set-array": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", - "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/source-map": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz", - "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", - "dev": true, - "dependencies": { - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.25" - } - }, - "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", - "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==" - }, - "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.25", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", - "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", - "dependencies": { - "@jridgewell/resolve-uri": "^3.1.0", - "@jridgewell/sourcemap-codec": "^1.4.14" + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.25", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", + "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" } }, "node_modules/@nicolo-ribaudo/chokidar-2": { @@ -2108,48 +1864,15 @@ "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz", "integrity": "sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==", "dev": true, + "license": "MIT", "optional": true }, - "node_modules/@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "peer": true, - "dependencies": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "peer": true, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "peer": true, - "dependencies": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - }, - "engines": { - "node": ">= 8" - } - }, "node_modules/@types/eslint": { - "version": "8.56.10", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.10.tgz", - "integrity": "sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==", + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.1.tgz", + "integrity": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==", "dev": true, + "license": "MIT", "dependencies": { "@types/estree": "*", "@types/json-schema": "*" @@ -2160,197 +1883,219 @@ "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", "dev": true, + "license": "MIT", "dependencies": { "@types/eslint": "*", "@types/estree": "*" } }, "node_modules/@types/estree": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", - "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", - "dev": true + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", + "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", + "dev": true, + "license": "MIT" }, "node_modules/@types/json-schema": { "version": "7.0.15", "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/node": { - "version": "20.14.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.11.tgz", - "integrity": "sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==", + "version": "22.9.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.0.tgz", + "integrity": "sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==", "dev": true, + "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.19.8" } }, "node_modules/@types/sinonjs__fake-timers": { "version": "8.1.1", "resolved": "https://registry.npmjs.org/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.1.tgz", "integrity": "sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/sizzle": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/@types/sizzle/-/sizzle-2.3.8.tgz", - "integrity": "sha512-0vWLNK2D5MT9dg0iOo8GlKguPAU02QjmZitPEsXRuJXU/OGIOt9vT9Fc26wtYuavLxtO45v9PGleoL9Z0k1LHg==", - "dev": true + "version": "2.3.9", + "resolved": "https://registry.npmjs.org/@types/sizzle/-/sizzle-2.3.9.tgz", + "integrity": "sha512-xzLEyKB50yqCUPUJkIsrVvoWNfFUbIZI+RspLWt8u+tIW/BetMBZtgV2LY/2o+tYH8dRvQ+eoPf3NdhQCcLE2w==", + "dev": true, + "license": "MIT" }, "node_modules/@types/yauzl": { "version": "2.10.3", "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz", "integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "@types/node": "*" } }, "node_modules/@webassemblyjs/ast": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz", - "integrity": "sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz", + "integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==", "dev": true, + "license": "MIT", "dependencies": { - "@webassemblyjs/helper-numbers": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6" + "@webassemblyjs/helper-numbers": "1.13.2", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2" } }, "node_modules/@webassemblyjs/floating-point-hex-parser": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", - "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==", - "dev": true + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz", + "integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==", + "dev": true, + "license": "MIT" }, "node_modules/@webassemblyjs/helper-api-error": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", - "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==", - "dev": true + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz", + "integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==", + "dev": true, + "license": "MIT" }, "node_modules/@webassemblyjs/helper-buffer": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz", - "integrity": "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==", - "dev": true + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz", + "integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==", + "dev": true, + "license": "MIT" }, "node_modules/@webassemblyjs/helper-numbers": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", - "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz", + "integrity": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==", "dev": true, + "license": "MIT", "dependencies": { - "@webassemblyjs/floating-point-hex-parser": "1.11.6", - "@webassemblyjs/helper-api-error": "1.11.6", + "@webassemblyjs/floating-point-hex-parser": "1.13.2", + "@webassemblyjs/helper-api-error": "1.13.2", "@xtuc/long": "4.2.2" } }, "node_modules/@webassemblyjs/helper-wasm-bytecode": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", - "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==", - "dev": true + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz", + "integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==", + "dev": true, + "license": "MIT" }, "node_modules/@webassemblyjs/helper-wasm-section": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz", - "integrity": "sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz", + "integrity": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==", "dev": true, + "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/wasm-gen": "1.12.1" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/wasm-gen": "1.14.1" } }, "node_modules/@webassemblyjs/ieee754": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", - "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz", + "integrity": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==", "dev": true, + "license": "MIT", "dependencies": { "@xtuc/ieee754": "^1.2.0" } }, "node_modules/@webassemblyjs/leb128": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", - "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.13.2.tgz", + "integrity": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@xtuc/long": "4.2.2" } }, "node_modules/@webassemblyjs/utf8": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", - "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==", - "dev": true + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz", + "integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==", + "dev": true, + "license": "MIT" }, "node_modules/@webassemblyjs/wasm-edit": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz", - "integrity": "sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz", + "integrity": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==", "dev": true, + "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/helper-wasm-section": "1.12.1", - "@webassemblyjs/wasm-gen": "1.12.1", - "@webassemblyjs/wasm-opt": "1.12.1", - "@webassemblyjs/wasm-parser": "1.12.1", - "@webassemblyjs/wast-printer": "1.12.1" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/helper-wasm-section": "1.14.1", + "@webassemblyjs/wasm-gen": "1.14.1", + "@webassemblyjs/wasm-opt": "1.14.1", + "@webassemblyjs/wasm-parser": "1.14.1", + "@webassemblyjs/wast-printer": "1.14.1" } }, "node_modules/@webassemblyjs/wasm-gen": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz", - "integrity": "sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz", + "integrity": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==", "dev": true, + "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/ieee754": "1.13.2", + "@webassemblyjs/leb128": "1.13.2", + "@webassemblyjs/utf8": "1.13.2" } }, "node_modules/@webassemblyjs/wasm-opt": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz", - "integrity": "sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz", + "integrity": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==", "dev": true, + "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/wasm-gen": "1.12.1", - "@webassemblyjs/wasm-parser": "1.12.1" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/wasm-gen": "1.14.1", + "@webassemblyjs/wasm-parser": "1.14.1" } }, "node_modules/@webassemblyjs/wasm-parser": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz", - "integrity": "sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz", + "integrity": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==", "dev": true, + "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-api-error": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-api-error": "1.13.2", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/ieee754": "1.13.2", + "@webassemblyjs/leb128": "1.13.2", + "@webassemblyjs/utf8": "1.13.2" } }, "node_modules/@webassemblyjs/wast-printer": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz", - "integrity": "sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz", + "integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==", "dev": true, + "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/ast": "1.14.1", "@xtuc/long": "4.2.2" } }, @@ -2359,6 +2104,7 @@ "resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-1.2.0.tgz", "integrity": "sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==", "dev": true, + "license": "MIT", "peerDependencies": { "webpack": "4.x.x || 5.x.x", "webpack-cli": "4.x.x" @@ -2369,6 +2115,7 @@ "resolved": "https://registry.npmjs.org/@webpack-cli/info/-/info-1.5.0.tgz", "integrity": "sha512-e8tSXZpw2hPl2uMJY6fsMswaok5FdlGNRTktvFk2sD8RjH0hE2+XistawJx1vmKteh4NmGmNUrp+Tb2w+udPcQ==", "dev": true, + "license": "MIT", "dependencies": { "envinfo": "^7.7.3" }, @@ -2381,6 +2128,7 @@ "resolved": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-1.7.0.tgz", "integrity": "sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==", "dev": true, + "license": "MIT", "peerDependencies": { "webpack-cli": "4.x.x" }, @@ -2394,18 +2142,22 @@ "version": "1.2.0", "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", - "dev": true + "dev": true, + "license": "BSD-3-Clause" }, "node_modules/@xtuc/long": { "version": "4.2.2", "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", - "dev": true + "dev": true, + "license": "Apache-2.0" }, "node_modules/acorn": { - "version": "8.12.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", - "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", + "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", + "dev": true, + "license": "MIT", "bin": { "acorn": "bin/acorn" }, @@ -2413,29 +2165,12 @@ "node": ">=0.4.0" } }, - "node_modules/acorn-import-attributes": { - "version": "1.9.5", - "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz", - "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==", - "dev": true, - "peerDependencies": { - "acorn": "^8" - } - }, - "node_modules/acorn-jsx": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "peer": true, - "peerDependencies": { - "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" - } - }, "node_modules/aggregate-error": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", "dev": true, + "license": "MIT", "dependencies": { "clean-stack": "^2.0.0", "indent-string": "^4.0.0" @@ -2448,6 +2183,8 @@ "version": "6.12.6", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -2464,6 +2201,7 @@ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", "dev": true, + "license": "MIT", "peerDependencies": { "ajv": "^6.9.1" } @@ -2473,6 +2211,7 @@ "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -2482,6 +2221,7 @@ "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", "dev": true, + "license": "MIT", "dependencies": { "type-fest": "^0.21.3" }, @@ -2496,19 +2236,26 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "license": "MIT", "dependencies": { - "color-convert": "^1.9.0" + "color-convert": "^2.0.1" }, "engines": { - "node": ">=4" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, "node_modules/anymatch": { @@ -2516,6 +2263,7 @@ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", "dev": true, + "license": "ISC", "optional": true, "dependencies": { "normalize-path": "^3.0.0", @@ -2543,19 +2291,15 @@ "type": "consulting", "url": "https://feross.org/support" } - ] - }, - "node_modules/argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "peer": true + ], + "license": "MIT" }, "node_modules/asn1": { "version": "0.2.6", "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", "dev": true, + "license": "MIT", "dependencies": { "safer-buffer": "~2.1.0" } @@ -2565,6 +2309,7 @@ "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.8" } @@ -2574,26 +2319,31 @@ "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/async": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", - "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==", - "dev": true + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", + "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==", + "dev": true, + "license": "MIT" }, "node_modules/asynckit": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", + "dev": true, + "license": "MIT" }, "node_modules/at-least-node": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", "dev": true, + "license": "ISC", "engines": { "node": ">= 4.0.0" } @@ -2603,66 +2353,27 @@ "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==", "dev": true, + "license": "Apache-2.0", "engines": { "node": "*" } }, "node_modules/aws4": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.13.0.tgz", - "integrity": "sha512-3AungXC4I8kKsS9PuS4JH2nc+0bVY/mjgrephHTIi8fpEeGsTHBUJeosp0Wc1myYMElmD0B3Oc4XL/HVJ4PV2g==", - "dev": true - }, - "node_modules/axios": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz", - "integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==", - "dependencies": { - "follow-redirects": "^1.14.9", - "form-data": "^4.0.0" - } - }, - "node_modules/axios/node_modules/form-data": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", - "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/babel-eslint": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.1.0.tgz", - "integrity": "sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==", - "deprecated": "babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.", - "dependencies": { - "@babel/code-frame": "^7.0.0", - "@babel/parser": "^7.7.0", - "@babel/traverse": "^7.7.0", - "@babel/types": "^7.7.0", - "eslint-visitor-keys": "^1.0.0", - "resolve": "^1.12.0" - }, - "engines": { - "node": ">=6" - }, - "peerDependencies": { - "eslint": ">= 4.12.1" - } + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.13.2.tgz", + "integrity": "sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==", + "dev": true, + "license": "MIT" }, "node_modules/babel-loader": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz", - "integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==", + "version": "8.4.1", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.4.1.tgz", + "integrity": "sha512-nXzRChX+Z1GoE6yWavBQg6jDslyFF3SDjl2paADuoQtQW10JqShJt62R6eJQ5m/pjJFDT8xgKIWSP85OY8eXeA==", "dev": true, + "license": "MIT", "dependencies": { "find-cache-dir": "^3.3.1", - "loader-utils": "^2.0.0", + "loader-utils": "^2.0.4", "make-dir": "^3.1.0", "schema-utils": "^2.6.5" }, @@ -2679,6 +2390,7 @@ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", "dev": true, + "license": "MIT", "dependencies": { "semver": "^6.0.0" }, @@ -2690,13 +2402,14 @@ } }, "node_modules/babel-plugin-polyfill-corejs2": { - "version": "0.4.11", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz", - "integrity": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==", + "version": "0.4.12", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.12.tgz", + "integrity": "sha512-CPWT6BwvhrTO2d8QVorhTCQw9Y43zOu7G9HigcfxvepOU6b8o3tcWad6oVgZIsZCTt42FFv97aA7ZJsbM4+8og==", "dev": true, + "license": "MIT", "dependencies": { "@babel/compat-data": "^7.22.6", - "@babel/helper-define-polyfill-provider": "^0.6.2", + "@babel/helper-define-polyfill-provider": "^0.6.3", "semver": "^6.3.1" }, "peerDependencies": { @@ -2704,25 +2417,27 @@ } }, "node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.10.4", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz", - "integrity": "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==", + "version": "0.10.6", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz", + "integrity": "sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.1", - "core-js-compat": "^3.36.1" + "@babel/helper-define-polyfill-provider": "^0.6.2", + "core-js-compat": "^3.38.0" }, "peerDependencies": { "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" } }, "node_modules/babel-plugin-polyfill-regenerator": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz", - "integrity": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.3.tgz", + "integrity": "sha512-LiWSbl4CRSIa5x/JAU6jZiG9eit9w6mz+yVMFwDE83LAWvt0AfGBoZ7HS/mkhrKuh2ZlzfVZYKoLjXdqw6Yt7Q==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.2" + "@babel/helper-define-polyfill-provider": "^0.6.3" }, "peerDependencies": { "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" @@ -2731,7 +2446,9 @@ "node_modules/balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true, + "license": "MIT" }, "node_modules/base64-js": { "version": "1.5.1", @@ -2751,13 +2468,15 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "MIT" }, "node_modules/bcrypt-pbkdf": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "tweetnacl": "^0.14.3" } @@ -2767,6 +2486,7 @@ "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", "dev": true, + "license": "MIT", "engines": { "node": "*" } @@ -2776,6 +2496,7 @@ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", "dev": true, + "license": "MIT", "optional": true, "engines": { "node": ">=8" @@ -2788,13 +2509,15 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/blob-util/-/blob-util-2.0.2.tgz", "integrity": "sha512-T7JQa+zsXXEa6/8ZhHcQEW1UFfVM49Ts65uBkFL6fz2QmrElqmbajIDJvuA0tEhRe5eIjpV9ZF+0RfZR9voJFQ==", - "dev": true + "dev": true, + "license": "Apache-2.0" }, "node_modules/bluebird": { "version": "3.7.2", "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/bootstrap": { "version": "4.6.2", @@ -2810,20 +2533,18 @@ "url": "https://opencollective.com/bootstrap" } ], + "license": "MIT", "peerDependencies": { "jquery": "1.9.1 - 3", "popper.js": "^1.16.1" } }, - "node_modules/bowser": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/bowser/-/bowser-2.11.0.tgz", - "integrity": "sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA==" - }, "node_modules/brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -2834,6 +2555,7 @@ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "fill-range": "^7.1.1" @@ -2843,9 +2565,9 @@ } }, "node_modules/browserslist": { - "version": "4.23.2", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.2.tgz", - "integrity": "sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==", + "version": "4.24.2", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.2.tgz", + "integrity": "sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==", "dev": true, "funding": [ { @@ -2861,11 +2583,12 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { - "caniuse-lite": "^1.0.30001640", - "electron-to-chromium": "^1.4.820", - "node-releases": "^2.0.14", - "update-browserslist-db": "^1.1.0" + "caniuse-lite": "^1.0.30001669", + "electron-to-chromium": "^1.5.41", + "node-releases": "^2.0.18", + "update-browserslist-db": "^1.1.1" }, "bin": { "browserslist": "cli.js" @@ -2893,6 +2616,7 @@ "url": "https://feross.org/support" } ], + "license": "MIT", "dependencies": { "base64-js": "^1.3.1", "ieee754": "^1.1.13" @@ -2903,6 +2627,7 @@ "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==", "dev": true, + "license": "MIT", "engines": { "node": "*" } @@ -2911,13 +2636,15 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/cachedir": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/cachedir/-/cachedir-2.4.0.tgz", "integrity": "sha512-9EtFOZR8g22CL7BWjJ9BUx1+A/djkofnyW3aOXZORNW2kxoUpx2h+uN2cOqwPmFhnpVmxg+KW2OjOSgChTEvsQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -2927,6 +2654,7 @@ "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", "dev": true, + "license": "MIT", "dependencies": { "es-define-property": "^1.0.0", "es-errors": "^1.3.0", @@ -2941,19 +2669,10 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "peer": true, - "engines": { - "node": ">=6" - } - }, "node_modules/caniuse-lite": { - "version": "1.0.30001642", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001642.tgz", - "integrity": "sha512-3XQ0DoRgLijXJErLSl+bLnJ+Et4KqV1PY6JJBGAFlsNsz31zeAIncyeZfLCabHK/jtSh+671RM9YMldxjUPZtA==", + "version": "1.0.30001680", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001680.tgz", + "integrity": "sha512-rPQy70G6AGUMnbwS1z6Xg+RkHYPAi18ihs47GH0jcxIG7wArmPgY3XbS2sRdBbxJljp3thdT8BIqv9ccCypiPA==", "dev": true, "funding": [ { @@ -2968,25 +2687,44 @@ "type": "github", "url": "https://github.com/sponsors/ai" } - ] + ], + "license": "CC-BY-4.0" }, "node_modules/caseless": { "version": "0.12.0", "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==", - "dev": true + "dev": true, + "license": "Apache-2.0" }, "node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "license": "MIT", "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, "engines": { - "node": ">=4" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/chalk/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" } }, "node_modules/check-more-types": { @@ -2994,6 +2732,7 @@ "resolved": "https://registry.npmjs.org/check-more-types/-/check-more-types-2.24.0.tgz", "integrity": "sha512-Pj779qHxV2tuapviy1bSZNEL1maXr13bPYpsvSDB68HlYcYuhlDrmGd63i0JHMCLKzc7rUSNIrpdJlhVlNwrxA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.8.0" } @@ -3003,6 +2742,7 @@ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "anymatch": "~3.1.2", @@ -3028,14 +2768,15 @@ "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz", "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.0" } }, "node_modules/ci-info": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", - "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.1.0.tgz", + "integrity": "sha512-HutrvTNsF48wnxkzERIXOe5/mlcfFcbfCmwcg6CJnizbSue78AbDt+1cgl26zwn61WFxhcPykPfZrbqjGmBb4A==", "dev": true, "funding": [ { @@ -3043,6 +2784,7 @@ "url": "https://github.com/sponsors/sibiraj-s" } ], + "license": "MIT", "engines": { "node": ">=8" } @@ -3052,6 +2794,7 @@ "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -3061,6 +2804,7 @@ "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", "dev": true, + "license": "MIT", "dependencies": { "restore-cursor": "^3.1.0" }, @@ -3073,6 +2817,7 @@ "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.5.tgz", "integrity": "sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==", "dev": true, + "license": "MIT", "dependencies": { "string-width": "^4.2.0" }, @@ -3088,6 +2833,7 @@ "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-2.1.0.tgz", "integrity": "sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==", "dev": true, + "license": "MIT", "dependencies": { "slice-ansi": "^3.0.0", "string-width": "^4.2.0" @@ -3104,6 +2850,7 @@ "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", "dev": true, + "license": "MIT", "dependencies": { "is-plain-object": "^2.0.4", "kind-of": "^6.0.2", @@ -3114,28 +2861,38 @@ } }, "node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "license": "MIT", "dependencies": { - "color-name": "1.1.3" + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" } }, "node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true, + "license": "MIT" }, "node_modules/colorette": { "version": "2.0.20", "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/combined-stream": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dev": true, + "license": "MIT", "dependencies": { "delayed-stream": "~1.0.0" }, @@ -3148,6 +2905,7 @@ "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz", "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 6" } @@ -3157,6 +2915,7 @@ "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz", "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==", "dev": true, + "license": "MIT", "engines": { "node": ">=4.0.0" } @@ -3165,26 +2924,31 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true, + "license": "MIT" }, "node_modules/convert-source-map": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/core-js-compat": { - "version": "3.37.1", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.37.1.tgz", - "integrity": "sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==", + "version": "3.39.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.39.0.tgz", + "integrity": "sha512-VgEUx3VwlExr5no0tXlBt+silBvhTryPwCXRI2Id1PN8WTKu7MreethvddqOubrYxkFdv/RnYrqlv1sFNAUelw==", "dev": true, + "license": "MIT", "dependencies": { - "browserslist": "^4.23.0" + "browserslist": "^4.24.2" }, "funding": { "type": "opencollective", @@ -3195,12 +2959,15 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.5.tgz", + "integrity": "sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==", + "dev": true, + "license": "MIT", "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", @@ -3215,6 +2982,7 @@ "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.11.0.tgz", "integrity": "sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g==", "dev": true, + "license": "MIT", "dependencies": { "icss-utils": "^5.1.0", "postcss": "^8.4.33", @@ -3250,6 +3018,7 @@ "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" }, @@ -3262,6 +3031,7 @@ "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", "dev": true, + "license": "MIT", "bin": { "cssesc": "bin/cssesc" }, @@ -3270,13 +3040,14 @@ } }, "node_modules/cypress": { - "version": "13.13.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.1.tgz", - "integrity": "sha512-8F9UjL5MDUdgC/S5hr8CGLHbS5gGht5UOV184qc2pFny43fnkoaKxlzH/U6//zmGu/xRTaKimNfjknLT8+UDFg==", + "version": "13.15.2", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.15.2.tgz", + "integrity": "sha512-ARbnUorjcCM3XiPwgHKuqsyr5W9Qn+pIIBPaoilnoBkLdSC2oLQjV1BUpnmc7KR+b7Avah3Ly2RMFnfxr96E/A==", "dev": true, "hasInstallScript": true, + "license": "MIT", "dependencies": { - "@cypress/request": "^3.0.0", + "@cypress/request": "^3.0.6", "@cypress/xvfb": "^1.2.4", "@types/sinonjs__fake-timers": "8.1.1", "@types/sizzle": "^2.3.2", @@ -3287,6 +3058,7 @@ "cachedir": "^2.3.0", "chalk": "^4.1.0", "check-more-types": "^2.24.0", + "ci-info": "^4.0.0", "cli-cursor": "^3.1.0", "cli-table3": "~0.6.1", "commander": "^6.2.1", @@ -3301,7 +3073,6 @@ "figures": "^3.2.0", "fs-extra": "^9.1.0", "getos": "^3.2.1", - "is-ci": "^3.0.1", "is-installed-globally": "~0.4.0", "lazy-ass": "^1.6.0", "listr2": "^3.8.3", @@ -3316,6 +3087,7 @@ "semver": "^7.5.3", "supports-color": "^8.1.1", "tmp": "~0.2.3", + "tree-kill": "1.2.2", "untildify": "^4.0.0", "yauzl": "^2.10.0" }, @@ -3326,101 +3098,17 @@ "node": "^16.0.0 || ^18.0.0 || >=20.0.0" } }, - "node_modules/cypress/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "node_modules/cypress/node_modules/semver": { + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "dev": true, - "dependencies": { - "color-convert": "^2.0.1" + "license": "ISC", + "bin": { + "semver": "bin/semver.js" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/cypress/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/cypress/node_modules/chalk/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/cypress/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/cypress/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/cypress/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/cypress/node_modules/semver": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/cypress/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" + "node": ">=10" } }, "node_modules/dashdash": { @@ -3428,6 +3116,7 @@ "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==", "dev": true, + "license": "MIT", "dependencies": { "assert-plus": "^1.0.0" }, @@ -3436,17 +3125,20 @@ } }, "node_modules/dayjs": { - "version": "1.11.12", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.12.tgz", - "integrity": "sha512-Rt2g+nTbLlDWZTwwrIXjy9MeiZmSDI375FvZs72ngxx8PDC6YXOeR3q5LAuPzjZQxhiWdRKac7RKV+YyQYfYIg==", - "dev": true + "version": "1.11.13", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz", + "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==", + "dev": true, + "license": "MIT" }, "node_modules/debug": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", - "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "dev": true, + "license": "MIT", "dependencies": { - "ms": "2.1.2" + "ms": "^2.1.3" }, "engines": { "node": ">=6.0" @@ -3457,17 +3149,12 @@ } } }, - "node_modules/deep-is": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", - "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", - "peer": true - }, "node_modules/define-data-property": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", "dev": true, + "license": "MIT", "dependencies": { "es-define-property": "^1.0.0", "es-errors": "^1.3.0", @@ -3484,6 +3171,8 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "dev": true, + "license": "MIT", "engines": { "node": ">=0.4.0" } @@ -3493,28 +3182,32 @@ "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==", "dev": true, + "license": "MIT", "dependencies": { "jsbn": "~0.1.0", "safer-buffer": "^2.1.0" } }, "node_modules/electron-to-chromium": { - "version": "1.4.832", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.832.tgz", - "integrity": "sha512-cTen3SB0H2SGU7x467NRe1eVcQgcuS6jckKfWJHia2eo0cHIGOqHoAxevIYZD4eRHcWjkvFzo93bi3vJ9W+1lA==", - "dev": true + "version": "1.5.56", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.56.tgz", + "integrity": "sha512-7lXb9dAvimCFdvUMTyucD4mnIndt/xhRKFAlky0CyFogdnNmdPQNoHI23msF/2V4mpTxMzgMdjK4+YRlFlRQZw==", + "dev": true, + "license": "ISC" }, "node_modules/emoji-regex": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/emojis-list": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", "dev": true, + "license": "MIT", "engines": { "node": ">= 4" } @@ -3524,15 +3217,17 @@ "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", "dev": true, + "license": "MIT", "dependencies": { "once": "^1.4.0" } }, "node_modules/enhanced-resolve": { - "version": "5.17.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.0.tgz", - "integrity": "sha512-dwDPwZL0dmye8Txp2gzFmA6sxALaSvdRDjPH0viLcKrtlOL3tw62nWWweVD1SdILDTJrbrL6tdWVN58Wo6U3eA==", + "version": "5.17.1", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz", + "integrity": "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==", "dev": true, + "license": "MIT", "dependencies": { "graceful-fs": "^4.2.4", "tapable": "^2.2.0" @@ -3546,6 +3241,7 @@ "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.4.1.tgz", "integrity": "sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==", "dev": true, + "license": "MIT", "dependencies": { "ansi-colors": "^4.1.1", "strip-ansi": "^6.0.1" @@ -3555,10 +3251,11 @@ } }, "node_modules/envinfo": { - "version": "7.13.0", - "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.13.0.tgz", - "integrity": "sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q==", + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.14.0.tgz", + "integrity": "sha512-CO40UI41xDQzhLB1hWyqUKgFhs250pNcGbyGKe1l/e4FSaI/+YE4IMG76GDt0In67WLPACIITC+sOi08x4wIvg==", "dev": true, + "license": "MIT", "bin": { "envinfo": "dist/cli.js" }, @@ -3571,6 +3268,7 @@ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", "dev": true, + "license": "MIT", "dependencies": { "get-intrinsic": "^1.2.4" }, @@ -3583,6 +3281,7 @@ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" } @@ -3591,13 +3290,15 @@ "version": "1.5.4", "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.4.tgz", "integrity": "sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/escalade": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", - "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -3606,236 +3307,32 @@ "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true, + "license": "MIT", "engines": { "node": ">=0.8.0" } }, - "node_modules/eslint": { - "version": "9.7.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.7.0.tgz", - "integrity": "sha512-FzJ9D/0nGiCGBf8UXO/IGLTgLVzIxze1zpfA8Ton2mjLovXdAPlYDv+MQDcqj3TmrhAGYfOpz9RfR+ent0AgAw==", - "peer": true, - "dependencies": { - "@eslint-community/eslint-utils": "^4.2.0", - "@eslint-community/regexpp": "^4.11.0", - "@eslint/config-array": "^0.17.0", - "@eslint/eslintrc": "^3.1.0", - "@eslint/js": "9.7.0", - "@humanwhocodes/module-importer": "^1.0.1", - "@humanwhocodes/retry": "^0.3.0", - "@nodelib/fs.walk": "^1.2.8", - "ajv": "^6.12.4", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.3.2", - "escape-string-regexp": "^4.0.0", - "eslint-scope": "^8.0.2", - "eslint-visitor-keys": "^4.0.0", - "espree": "^10.1.0", - "esquery": "^1.5.0", - "esutils": "^2.0.2", - "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^8.0.0", - "find-up": "^5.0.0", - "glob-parent": "^6.0.2", - "ignore": "^5.2.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "is-path-inside": "^3.0.3", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash.merge": "^4.6.2", - "minimatch": "^3.1.2", - "natural-compare": "^1.4.0", - "optionator": "^0.9.3", - "strip-ansi": "^6.0.1", - "text-table": "^0.2.0" - }, - "bin": { - "eslint": "bin/eslint.js" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://eslint.org/donate" - } - }, "node_modules/eslint-scope": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.0.2.tgz", - "integrity": "sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==", - "peer": true, + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "dev": true, + "license": "BSD-2-Clause", "dependencies": { "esrecurse": "^4.3.0", - "estraverse": "^5.2.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", - "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", - "engines": { - "node": ">=4" - } - }, - "node_modules/eslint/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "peer": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/eslint/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "peer": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/eslint/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "peer": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/eslint/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "peer": true - }, - "node_modules/eslint/node_modules/escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "peer": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eslint/node_modules/eslint-visitor-keys": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz", - "integrity": "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==", - "peer": true, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint/node_modules/glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", - "peer": true, - "dependencies": { - "is-glob": "^4.0.3" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/eslint/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "peer": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/eslint/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "peer": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/espree": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/espree/-/espree-10.1.0.tgz", - "integrity": "sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==", - "peer": true, - "dependencies": { - "acorn": "^8.12.0", - "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^4.0.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/espree/node_modules/eslint-visitor-keys": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz", - "integrity": "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==", - "peer": true, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/esquery": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz", - "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==", - "peer": true, - "dependencies": { - "estraverse": "^5.1.0" + "estraverse": "^4.1.1" }, "engines": { - "node": ">=0.10" + "node": ">=8.0.0" } }, "node_modules/esrecurse": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dev": true, + "license": "BSD-2-Clause", "dependencies": { "estraverse": "^5.2.0" }, @@ -3843,10 +3340,22 @@ "node": ">=4.0" } }, - "node_modules/estraverse": { + "node_modules/esrecurse/node_modules/estraverse": { "version": "5.3.0", "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">=4.0" } @@ -3855,6 +3364,8 @@ "version": "2.0.3", "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">=0.10.0" } @@ -3863,13 +3374,15 @@ "version": "6.4.7", "resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-6.4.7.tgz", "integrity": "sha512-tYUSVOGeQPKt/eC1ABfhHy5Xd96N3oIijJvN3O9+TsC28T5V9yX9oEfEK5faP0EFSNVOG97qtAS68GBrQB2hDg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/events": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.8.x" } @@ -3879,6 +3392,7 @@ "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz", "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==", "dev": true, + "license": "MIT", "dependencies": { "cross-spawn": "^7.0.0", "get-stream": "^5.0.0", @@ -3902,6 +3416,7 @@ "resolved": "https://registry.npmjs.org/executable/-/executable-4.1.1.tgz", "integrity": "sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==", "dev": true, + "license": "MIT", "dependencies": { "pify": "^2.2.0" }, @@ -3913,13 +3428,15 @@ "version": "3.0.2", "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/extract-zip": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz", "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "debug": "^4.1.1", "get-stream": "^5.1.0", @@ -3942,47 +3459,39 @@ "dev": true, "engines": [ "node >=0.6.0" - ] + ], + "license": "MIT" }, "node_modules/fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true, + "license": "MIT" }, "node_modules/fast-json-stable-stringify": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" - }, - "node_modules/fast-levenshtein": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", - "peer": true + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true, + "license": "MIT" }, "node_modules/fastest-levenshtein": { "version": "1.0.16", "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", "dev": true, + "license": "MIT", "engines": { "node": ">= 4.9.1" } }, - "node_modules/fastq": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", - "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", - "peer": true, - "dependencies": { - "reusify": "^1.0.4" - } - }, "node_modules/fd-slicer": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==", "dev": true, + "license": "MIT", "dependencies": { "pend": "~1.2.0" } @@ -3992,6 +3501,7 @@ "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", "dev": true, + "license": "MIT", "dependencies": { "escape-string-regexp": "^1.0.5" }, @@ -4002,23 +3512,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/file-entry-cache": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz", - "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==", - "peer": true, - "dependencies": { - "flat-cache": "^4.0.0" - }, - "engines": { - "node": ">=16.0.0" - } - }, "node_modules/file-loader": { "version": "6.2.0", "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", "dev": true, + "license": "MIT", "dependencies": { "loader-utils": "^2.0.0", "schema-utils": "^3.0.0" @@ -4039,6 +3538,7 @@ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -4057,6 +3557,7 @@ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "to-regex-range": "^5.0.1" @@ -4070,6 +3571,7 @@ "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", "dev": true, + "license": "MIT", "dependencies": { "commondir": "^1.0.1", "make-dir": "^3.0.2", @@ -4087,6 +3589,7 @@ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", "dev": true, + "license": "MIT", "dependencies": { "semver": "^6.0.0" }, @@ -4098,19 +3601,17 @@ } }, "node_modules/find-up": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", - "peer": true, + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dev": true, + "license": "MIT", "dependencies": { - "locate-path": "^6.0.0", + "locate-path": "^5.0.0", "path-exists": "^4.0.0" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=8" } }, "node_modules/flat": { @@ -4118,69 +3619,34 @@ "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", "dev": true, + "license": "BSD-3-Clause", "bin": { "flat": "cli.js" } }, - "node_modules/flat-cache": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz", - "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==", - "peer": true, - "dependencies": { - "flatted": "^3.2.9", - "keyv": "^4.5.4" - }, - "engines": { - "node": ">=16" - } - }, - "node_modules/flatted": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz", - "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==", - "peer": true - }, - "node_modules/follow-redirects": { - "version": "1.15.6", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", - "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", - "funding": [ - { - "type": "individual", - "url": "https://github.com/sponsors/RubenVerborgh" - } - ], - "engines": { - "node": ">=4.0" - }, - "peerDependenciesMeta": { - "debug": { - "optional": true - } - } - }, "node_modules/forever-agent": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==", "dev": true, + "license": "Apache-2.0", "engines": { "node": "*" } }, "node_modules/form-data": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", - "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz", + "integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==", "dev": true, + "license": "MIT", "dependencies": { "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", + "combined-stream": "^1.0.8", "mime-types": "^2.1.12" }, "engines": { - "node": ">= 0.12" + "node": ">= 6" } }, "node_modules/fs-extra": { @@ -4188,6 +3654,7 @@ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", "dev": true, + "license": "MIT", "dependencies": { "at-least-node": "^1.0.0", "graceful-fs": "^4.2.0", @@ -4202,13 +3669,15 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz", "integrity": "sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/fsevents": { "version": "2.3.3", @@ -4216,6 +3685,7 @@ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", "dev": true, "hasInstallScript": true, + "license": "MIT", "optional": true, "os": [ "darwin" @@ -4228,6 +3698,8 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "dev": true, + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -4237,6 +3709,7 @@ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } @@ -4246,6 +3719,7 @@ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", "dev": true, + "license": "MIT", "dependencies": { "es-errors": "^1.3.0", "function-bind": "^1.1.2", @@ -4265,6 +3739,7 @@ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", "dev": true, + "license": "MIT", "dependencies": { "pump": "^3.0.0" }, @@ -4280,6 +3755,7 @@ "resolved": "https://registry.npmjs.org/getos/-/getos-3.2.1.tgz", "integrity": "sha512-U56CfOK17OKgTVqozZjUKNdkfEv6jk5WISBJ8SHoagjE6L69zOwl3Z+O8myjY9MEW3i2HPWQBt/LTbCgcC973Q==", "dev": true, + "license": "MIT", "dependencies": { "async": "^3.2.0" } @@ -4289,6 +3765,7 @@ "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==", "dev": true, + "license": "MIT", "dependencies": { "assert-plus": "^1.0.0" } @@ -4299,6 +3776,7 @@ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", "deprecated": "Glob versions prior to v9 are no longer supported", "dev": true, + "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -4319,6 +3797,7 @@ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, + "license": "ISC", "optional": true, "dependencies": { "is-glob": "^4.0.1" @@ -4331,13 +3810,15 @@ "version": "0.4.1", "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", - "dev": true + "dev": true, + "license": "BSD-2-Clause" }, "node_modules/global-dirs": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.1.tgz", "integrity": "sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==", "dev": true, + "license": "MIT", "dependencies": { "ini": "2.0.0" }, @@ -4352,6 +3833,8 @@ "version": "11.12.0", "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true, + "license": "MIT", "engines": { "node": ">=4" } @@ -4361,6 +3844,7 @@ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", "dev": true, + "license": "MIT", "dependencies": { "get-intrinsic": "^1.1.3" }, @@ -4372,14 +3856,17 @@ "version": "4.2.11", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "license": "MIT", "engines": { - "node": ">=4" + "node": ">=8" } }, "node_modules/has-property-descriptors": { @@ -4387,6 +3874,7 @@ "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", "dev": true, + "license": "MIT", "dependencies": { "es-define-property": "^1.0.0" }, @@ -4399,6 +3887,7 @@ "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -4411,6 +3900,7 @@ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -4422,6 +3912,8 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "dev": true, + "license": "MIT", "dependencies": { "function-bind": "^1.1.2" }, @@ -4430,14 +3922,15 @@ } }, "node_modules/http-signature": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.3.6.tgz", - "integrity": "sha512-3adrsD6zqo4GsTqtO7FyrejHNv+NgiIfAfv68+jVlFmSr9OGy7zrxONceFRLKvnnZA5jbxQBX1u9PpB6Wi32Gw==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.4.0.tgz", + "integrity": "sha512-G5akfn7eKbpDN+8nPS/cb57YeA1jLTVxjpCj7tmm3QKPdyDy7T+qSC40e9ptydSWvkwjSXw1VbkpyEm39ukeAg==", "dev": true, + "license": "MIT", "dependencies": { "assert-plus": "^1.0.0", "jsprim": "^2.0.2", - "sshpk": "^1.14.1" + "sshpk": "^1.18.0" }, "engines": { "node": ">=0.10" @@ -4448,6 +3941,7 @@ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==", "dev": true, + "license": "Apache-2.0", "engines": { "node": ">=8.12.0" } @@ -4457,6 +3951,7 @@ "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", "dev": true, + "license": "ISC", "engines": { "node": "^10 || ^12 || >= 14" }, @@ -4482,38 +3977,15 @@ "type": "consulting", "url": "https://feross.org/support" } - ] - }, - "node_modules/ignore": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz", - "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==", - "peer": true, - "engines": { - "node": ">= 4" - } - }, - "node_modules/import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", - "peer": true, - "dependencies": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } + ], + "license": "BSD-3-Clause" }, "node_modules/import-local": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", - "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz", + "integrity": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==", "dev": true, + "license": "MIT", "dependencies": { "pkg-dir": "^4.2.0", "resolve-cwd": "^3.0.0" @@ -4528,20 +4000,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", - "peer": true, - "engines": { - "node": ">=0.8.19" - } - }, "node_modules/indent-string": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -4552,6 +4016,7 @@ "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", "dev": true, + "license": "ISC", "dependencies": { "once": "^1.3.0", "wrappy": "1" @@ -4561,13 +4026,15 @@ "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/ini": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz", "integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==", "dev": true, + "license": "ISC", "engines": { "node": ">=10" } @@ -4577,6 +4044,7 @@ "resolved": "https://registry.npmjs.org/interpret/-/interpret-2.2.0.tgz", "integrity": "sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.10" } @@ -4586,6 +4054,7 @@ "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "binary-extensions": "^2.0.0" @@ -4594,22 +4063,12 @@ "node": ">=8" } }, - "node_modules/is-ci": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-3.0.1.tgz", - "integrity": "sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==", - "dev": true, - "dependencies": { - "ci-info": "^3.2.0" - }, - "bin": { - "is-ci": "bin.js" - } - }, "node_modules/is-core-module": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.0.tgz", - "integrity": "sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==", + "version": "2.15.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz", + "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==", + "dev": true, + "license": "MIT", "dependencies": { "hasown": "^2.0.2" }, @@ -4624,6 +4083,9 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true, + "license": "MIT", + "optional": true, "engines": { "node": ">=0.10.0" } @@ -4633,6 +4095,7 @@ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -4641,6 +4104,9 @@ "version": "4.0.3", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "license": "MIT", + "optional": true, "dependencies": { "is-extglob": "^2.1.1" }, @@ -4653,6 +4119,7 @@ "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.4.0.tgz", "integrity": "sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==", "dev": true, + "license": "MIT", "dependencies": { "global-dirs": "^3.0.0", "is-path-inside": "^3.0.2" @@ -4669,6 +4136,7 @@ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", "dev": true, + "license": "MIT", "optional": true, "engines": { "node": ">=0.12.0" @@ -4678,6 +4146,8 @@ "version": "3.0.3", "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", + "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -4687,6 +4157,7 @@ "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", "dev": true, + "license": "MIT", "dependencies": { "isobject": "^3.0.1" }, @@ -4699,6 +4170,7 @@ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" }, @@ -4710,13 +4182,15 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/is-unicode-supported": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -4727,13 +4201,16 @@ "node_modules/isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dev": true, + "license": "ISC" }, "node_modules/isobject": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -4742,13 +4219,15 @@ "version": "0.1.2", "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/jest-worker": { "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", "dev": true, + "license": "MIT", "dependencies": { "@types/node": "*", "merge-stream": "^2.0.0", @@ -4758,110 +4237,73 @@ "node": ">= 10.13.0" } }, - "node_modules/jest-worker/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-worker/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, "node_modules/jquery": { "version": "3.7.1", "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz", "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==", + "license": "MIT", "peer": true }, "node_modules/js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" - }, - "node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", - "peer": true, - "dependencies": { - "argparse": "^2.0.1" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "license": "MIT" }, "node_modules/jsbn": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz", + "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", + "dev": true, + "license": "MIT", "bin": { "jsesc": "bin/jsesc" }, "engines": { - "node": ">=4" + "node": ">=6" } }, - "node_modules/json-buffer": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", - "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", - "peer": true - }, "node_modules/json-parse-even-better-errors": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/json-schema": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==", - "dev": true + "dev": true, + "license": "(AFL-2.1 OR BSD-3-Clause)" }, "node_modules/json-schema-traverse": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" - }, - "node_modules/json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", - "peer": true + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true, + "license": "MIT" }, "node_modules/json-stringify-safe": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/json5": { "version": "2.2.3", "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", "dev": true, + "license": "MIT", "bin": { "json5": "lib/cli.js" }, @@ -4874,6 +4316,7 @@ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", "dev": true, + "license": "MIT", "dependencies": { "universalify": "^2.0.0" }, @@ -4889,6 +4332,7 @@ "engines": [ "node >=0.6.0" ], + "license": "MIT", "dependencies": { "assert-plus": "1.0.0", "extsprintf": "1.3.0", @@ -4896,20 +4340,12 @@ "verror": "1.10.0" } }, - "node_modules/keyv": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", - "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", - "peer": true, - "dependencies": { - "json-buffer": "3.0.1" - } - }, "node_modules/kind-of": { "version": "6.0.3", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -4919,28 +4355,17 @@ "resolved": "https://registry.npmjs.org/lazy-ass/-/lazy-ass-1.6.0.tgz", "integrity": "sha512-cc8oEVoctTvsFZ/Oje/kGnHbpWHYBe8IAJe4C0QNc3t8uM/0Y8+erSz/7Y1ALuXTEZTMvxXwO6YbX1ey3ujiZw==", "dev": true, + "license": "MIT", "engines": { "node": "> 0.8" } }, - "node_modules/levn": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", - "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", - "peer": true, - "dependencies": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, "node_modules/listr2": { "version": "3.14.0", "resolved": "https://registry.npmjs.org/listr2/-/listr2-3.14.0.tgz", "integrity": "sha512-TyWI8G99GX9GjE54cJ+RrNMcIFBfwMPxc3XTFiAYGN4s10hWROGtOg7+O6u6LE3mNkyld7RSLE6nrKBvTfcs3g==", "dev": true, + "license": "MIT", "dependencies": { "cli-truncate": "^2.1.0", "colorette": "^2.0.16", @@ -4968,6 +4393,7 @@ "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.11.5" } @@ -4977,6 +4403,7 @@ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", "dev": true, + "license": "MIT", "dependencies": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", @@ -4987,49 +4414,45 @@ } }, "node_modules/locate-path": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", - "peer": true, + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, + "license": "MIT", "dependencies": { - "p-locate": "^5.0.0" + "p-locate": "^4.1.0" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=8" } }, "node_modules/lodash": { "version": "4.17.21", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/lodash.debounce": { "version": "4.0.8", "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", - "dev": true - }, - "node_modules/lodash.merge": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", - "peer": true + "dev": true, + "license": "MIT" }, "node_modules/lodash.once": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/log-symbols": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", "dev": true, + "license": "MIT", "dependencies": { "chalk": "^4.1.0", "is-unicode-supported": "^0.1.0" @@ -5041,81 +4464,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/log-symbols/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/log-symbols/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/log-symbols/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/log-symbols/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/log-symbols/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/log-symbols/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/log-update": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz", "integrity": "sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==", "dev": true, + "license": "MIT", "dependencies": { "ansi-escapes": "^4.3.0", "cli-cursor": "^3.1.0", @@ -5129,44 +4483,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/log-update/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/log-update/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/log-update/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, "node_modules/log-update/node_modules/slice-ansi": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "astral-regex": "^2.0.0", @@ -5184,6 +4506,7 @@ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -5197,6 +4520,7 @@ "version": "1.4.0", "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "license": "MIT", "dependencies": { "js-tokens": "^3.0.0 || ^4.0.0" }, @@ -5209,6 +4533,7 @@ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", "dev": true, + "license": "ISC", "dependencies": { "yallist": "^3.0.2" } @@ -5218,6 +4543,7 @@ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", "dev": true, + "license": "MIT", "dependencies": { "pify": "^4.0.1", "semver": "^5.6.0" @@ -5231,6 +4557,7 @@ "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -5240,34 +4567,24 @@ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver" } }, - "node_modules/mephisto-task": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/mephisto-task/-/mephisto-task-2.0.4.tgz", - "integrity": "sha512-zTnByWIrztwVPC2TneP3K+Z1XFtzElpF4ap68UeG7W15vvrOoYwECX+Wt5BRWC9+NSsUI/yLpfArCue4Av7cmg==", - "dependencies": { - "axios": "^0.27.2", - "babel-eslint": "^10.1.0", - "bowser": "^2.11.0" - }, - "peerDependencies": { - "react": "^16.8 || 17 || 18", - "react-dom": "^16.8 || 17 || 18" - } - }, "node_modules/merge-stream": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/mime-db": { "version": "1.52.0", "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "dev": true, + "license": "MIT", "engines": { "node": ">= 0.6" } @@ -5276,6 +4593,8 @@ "version": "2.1.35", "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dev": true, + "license": "MIT", "dependencies": { "mime-db": "1.52.0" }, @@ -5288,6 +4607,7 @@ "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -5296,6 +4616,8 @@ "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -5308,14 +4630,17 @@ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", "dev": true, + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true, + "license": "MIT" }, "node_modules/nanoid": { "version": "3.3.7", @@ -5328,6 +4653,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "bin": { "nanoid": "bin/nanoid.cjs" }, @@ -5335,29 +4661,26 @@ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" } }, - "node_modules/natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", - "peer": true - }, "node_modules/neo-async": { "version": "2.6.2", "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/node-releases": { - "version": "2.0.17", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.17.tgz", - "integrity": "sha512-Ww6ZlOiEQfPfXM45v17oabk77Z7mg5bOt7AjDyzy7RjK9OrLrLC8dyZQoAPEOtFX9SaNf1Tdvr5gRJWdTJj7GA==", - "dev": true + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz", + "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==", + "dev": true, + "license": "MIT" }, "node_modules/normalize-path": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", "dev": true, + "license": "MIT", "optional": true, "engines": { "node": ">=0.10.0" @@ -5368,6 +4691,7 @@ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", "dev": true, + "license": "MIT", "dependencies": { "path-key": "^3.0.0" }, @@ -5376,10 +4700,11 @@ } }, "node_modules/object-inspect": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz", - "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==", + "version": "1.13.3", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.3.tgz", + "integrity": "sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -5392,6 +4717,7 @@ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", "dev": true, + "license": "ISC", "dependencies": { "wrappy": "1" } @@ -5401,6 +4727,7 @@ "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", "dev": true, + "license": "MIT", "dependencies": { "mimic-fn": "^2.1.0" }, @@ -5411,57 +4738,40 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/optionator": { - "version": "0.9.4", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", - "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==", - "peer": true, - "dependencies": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.5" - }, - "engines": { - "node": ">= 0.8.0" - } - }, "node_modules/ospath": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/ospath/-/ospath-1.2.2.tgz", "integrity": "sha512-o6E5qJV5zkAbIDNhGSIlyOhScKXgQrSRMilfph0clDfM0nEnBOlKlH4sWDmG95BW/CvwNz0vmm7dJVtU2KlMiA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", - "peer": true, + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dev": true, + "license": "MIT", "dependencies": { - "yocto-queue": "^0.1.0" + "p-try": "^2.0.0" }, "engines": { - "node": ">=10" + "node": ">=6" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/p-locate": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", - "peer": true, + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, + "license": "MIT", "dependencies": { - "p-limit": "^3.0.2" + "p-limit": "^2.2.0" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=8" } }, "node_modules/p-map": { @@ -5469,6 +4779,7 @@ "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", "dev": true, + "license": "MIT", "dependencies": { "aggregate-error": "^3.0.0" }, @@ -5484,18 +4795,7 @@ "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", - "peer": true, - "dependencies": { - "callsites": "^3.0.0" - }, + "license": "MIT", "engines": { "node": ">=6" } @@ -5504,6 +4804,8 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -5513,6 +4815,7 @@ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -5521,6 +4824,8 @@ "version": "3.1.1", "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -5528,30 +4833,37 @@ "node_modules/path-parse": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true, + "license": "MIT" }, "node_modules/pend": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/performance-now": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/picocolors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", - "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==" + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "dev": true, + "license": "ISC" }, "node_modules/picomatch": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", "dev": true, + "license": "MIT", "optional": true, "engines": { "node": ">=8.6" @@ -5565,6 +4877,7 @@ "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -5574,6 +4887,7 @@ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", "dev": true, + "license": "MIT", "dependencies": { "find-up": "^4.0.0" }, @@ -5581,63 +4895,12 @@ "node": ">=8" } }, - "node_modules/pkg-dir/node_modules/find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "dev": true, - "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/pkg-dir/node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "dev": true, - "dependencies": { - "p-locate": "^4.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/pkg-dir/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dev": true, - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/pkg-dir/node_modules/p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "dev": true, - "dependencies": { - "p-limit": "^2.2.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/popper.js": { "version": "1.16.1", "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==", "deprecated": "You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1", + "license": "MIT", "peer": true, "funding": { "type": "opencollective", @@ -5645,9 +4908,9 @@ } }, "node_modules/postcss": { - "version": "8.4.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz", - "integrity": "sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==", + "version": "8.4.49", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", + "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", "dev": true, "funding": [ { @@ -5663,10 +4926,11 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "nanoid": "^3.3.7", - "picocolors": "^1.0.1", - "source-map-js": "^1.2.0" + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" }, "engines": { "node": "^10 || ^12 || >=14" @@ -5677,6 +4941,7 @@ "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz", "integrity": "sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==", "dev": true, + "license": "ISC", "engines": { "node": "^10 || ^12 || >= 14" }, @@ -5685,13 +4950,14 @@ } }, "node_modules/postcss-modules-local-by-default": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.5.tgz", - "integrity": "sha512-6MieY7sIfTK0hYfafw1OMEG+2bg8Q1ocHCpoWLqOKj3JXlKu4G7btkmM/B7lFubYkYWmRSPLZi5chid63ZaZYw==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.1.0.tgz", + "integrity": "sha512-rm0bdSv4jC3BDma3s9H19ZddW0aHX6EoqwDYU2IfZhRN+53QrufTRo2IdkAbRqLx4R2IYbZnbjKKxg4VN5oU9Q==", "dev": true, + "license": "MIT", "dependencies": { "icss-utils": "^5.0.0", - "postcss-selector-parser": "^6.0.2", + "postcss-selector-parser": "^7.0.0", "postcss-value-parser": "^4.1.0" }, "engines": { @@ -5702,12 +4968,13 @@ } }, "node_modules/postcss-modules-scope": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.0.tgz", - "integrity": "sha512-oq+g1ssrsZOsx9M96c5w8laRmvEu9C3adDSjI8oTcbfkrTE8hx/zfyobUoWIxaKPO8bt6S62kxpw5GqypEw1QQ==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.1.tgz", + "integrity": "sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==", "dev": true, + "license": "ISC", "dependencies": { - "postcss-selector-parser": "^6.0.4" + "postcss-selector-parser": "^7.0.0" }, "engines": { "node": "^10 || ^12 || >= 14" @@ -5721,6 +4988,7 @@ "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", "dev": true, + "license": "ISC", "dependencies": { "icss-utils": "^5.0.0" }, @@ -5732,10 +5000,11 @@ } }, "node_modules/postcss-selector-parser": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.1.tgz", - "integrity": "sha512-b4dlw/9V8A71rLIDsSwVmak9z2DuBUB7CA1/wSdelNEzqsjoSPeADTWNO09lpH49Diy3/JIZ2bSPB1dI3LJCHg==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz", + "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==", "dev": true, + "license": "MIT", "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" @@ -5748,22 +5017,15 @@ "version": "4.2.0", "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", - "dev": true - }, - "node_modules/prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", - "peer": true, - "engines": { - "node": ">= 0.8.0" - } + "dev": true, + "license": "MIT" }, "node_modules/pretty-bytes": { "version": "5.6.0", "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz", "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" }, @@ -5776,6 +5038,7 @@ "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.6.0" } @@ -5784,19 +5047,15 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.0.0.tgz", "integrity": "sha512-F2JHgJQ1iqwnHDcQjVBsq3n/uoaFL+iPW/eAeL7kVxy/2RrWaN4WroKjjvbsoRtv0ftelNyC01bjRhn/bhcf4A==", - "dev": true - }, - "node_modules/psl": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", - "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/pump": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", - "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.2.tgz", + "integrity": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==", "dev": true, + "license": "MIT", "dependencies": { "end-of-stream": "^1.1.0", "once": "^1.3.1" @@ -5806,17 +5065,20 @@ "version": "2.3.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/qs": { - "version": "6.10.4", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.4.tgz", - "integrity": "sha512-OQiU+C+Ds5qiH91qh/mg0w+8nwQuLjM4F4M/PbmhDOoYehPh+Fb0bDjtR1sOvy7YKxvj28Y/M0PhP5uVX0kB+g==", + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", + "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { - "side-channel": "^1.0.4" + "side-channel": "^1.0.6" }, "engines": { "node": ">=0.6" @@ -5825,37 +5087,12 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/querystringify": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", - "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", - "dev": true - }, - "node_modules/queue-microtask": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "peer": true - }, "node_modules/randombytes": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", "dev": true, + "license": "MIT", "dependencies": { "safe-buffer": "^5.1.0" } @@ -5864,6 +5101,7 @@ "version": "18.3.1", "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", + "license": "MIT", "dependencies": { "loose-envify": "^1.1.0" }, @@ -5875,6 +5113,7 @@ "version": "18.3.1", "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", + "license": "MIT", "dependencies": { "loose-envify": "^1.1.0", "scheduler": "^0.23.2" @@ -5888,6 +5127,7 @@ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "picomatch": "^2.2.1" @@ -5901,6 +5141,7 @@ "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.7.1.tgz", "integrity": "sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==", "dev": true, + "license": "MIT", "dependencies": { "resolve": "^1.9.0" }, @@ -5912,13 +5153,15 @@ "version": "1.4.2", "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/regenerate-unicode-properties": { - "version": "10.1.1", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", - "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz", + "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==", "dev": true, + "license": "MIT", "dependencies": { "regenerate": "^1.4.2" }, @@ -5930,27 +5173,30 @@ "version": "0.14.1", "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/regenerator-transform": { "version": "0.15.2", "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz", "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/runtime": "^7.8.4" } }, "node_modules/regexpu-core": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", - "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.1.1.tgz", + "integrity": "sha512-k67Nb9jvwJcJmVpw0jPttR1/zVfnKf8Km0IPatrU/zJ5XeG3+Slx0xLXs9HByJSzXzrlz5EDvN6yLNMDc2qdnw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/regjsgen": "^0.8.0", "regenerate": "^1.4.2", - "regenerate-unicode-properties": "^10.1.0", - "regjsparser": "^0.9.1", + "regenerate-unicode-properties": "^10.2.0", + "regjsgen": "^0.8.0", + "regjsparser": "^0.11.0", "unicode-match-property-ecmascript": "^2.0.0", "unicode-match-property-value-ecmascript": "^2.1.0" }, @@ -5958,46 +5204,42 @@ "node": ">=4" } }, + "node_modules/regjsgen": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.8.0.tgz", + "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==", + "dev": true, + "license": "MIT" + }, "node_modules/regjsparser": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", - "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.11.2.tgz", + "integrity": "sha512-3OGZZ4HoLJkkAZx/48mTXJNlmqTGOzc0o9OWQPuWpkOlXXPbyN6OafCcoXUnBqE2D3f/T5L+pWc1kdEmnfnRsA==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { - "jsesc": "~0.5.0" + "jsesc": "~3.0.2" }, "bin": { "regjsparser": "bin/parser" } }, - "node_modules/regjsparser/node_modules/jsesc": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", - "dev": true, - "bin": { - "jsesc": "bin/jsesc" - } - }, "node_modules/request-progress": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/request-progress/-/request-progress-3.0.0.tgz", "integrity": "sha512-MnWzEHHaxHO2iWiQuHrUPBi/1WeBf5PkxQqNyNvLl9VAYSdXkP8tQ3pBSeCPD+yw0v0Aq1zosWLz0BdeXpWwZg==", "dev": true, + "license": "MIT", "dependencies": { "throttleit": "^1.0.0" } }, - "node_modules/requires-port": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", - "dev": true - }, "node_modules/resolve": { "version": "1.22.8", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + "dev": true, + "license": "MIT", "dependencies": { "is-core-module": "^2.13.0", "path-parse": "^1.0.7", @@ -6015,6 +5257,7 @@ "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", "dev": true, + "license": "MIT", "dependencies": { "resolve-from": "^5.0.0" }, @@ -6022,29 +5265,22 @@ "node": ">=8" } }, - "node_modules/resolve-cwd/node_modules/resolve-from": { + "node_modules/resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, - "node_modules/resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "peer": true, - "engines": { - "node": ">=4" - } - }, "node_modules/restore-cursor": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", "dev": true, + "license": "MIT", "dependencies": { "onetime": "^5.1.0", "signal-exit": "^3.0.2" @@ -6053,50 +5289,19 @@ "node": ">=8" } }, - "node_modules/reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", - "peer": true, - "engines": { - "iojs": ">=1.0.0", - "node": ">=0.10.0" - } - }, "node_modules/rfdc": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz", "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==", - "dev": true - }, - "node_modules/run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "peer": true, - "dependencies": { - "queue-microtask": "^1.2.2" - } + "dev": true, + "license": "MIT" }, "node_modules/rxjs": { "version": "7.8.1", "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", "dev": true, + "license": "Apache-2.0", "dependencies": { "tslib": "^2.1.0" } @@ -6119,18 +5324,21 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "MIT" }, "node_modules/safer-buffer": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/scheduler": { "version": "0.23.2", "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==", + "license": "MIT", "dependencies": { "loose-envify": "^1.1.0" } @@ -6140,6 +5348,7 @@ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", "dev": true, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.5", "ajv": "^6.12.4", @@ -6158,6 +5367,7 @@ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" } @@ -6167,6 +5377,7 @@ "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "randombytes": "^2.1.0" } @@ -6176,6 +5387,7 @@ "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", "dev": true, + "license": "MIT", "dependencies": { "define-data-property": "^1.1.4", "es-errors": "^1.3.0", @@ -6193,6 +5405,7 @@ "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", "dev": true, + "license": "MIT", "dependencies": { "kind-of": "^6.0.2" }, @@ -6204,6 +5417,8 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "license": "MIT", "dependencies": { "shebang-regex": "^3.0.0" }, @@ -6215,6 +5430,8 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -6224,6 +5441,7 @@ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "es-errors": "^1.3.0", @@ -6241,13 +5459,15 @@ "version": "3.0.7", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/slash": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -6257,6 +5477,7 @@ "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-3.0.0.tgz", "integrity": "sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "astral-regex": "^2.0.0", @@ -6266,53 +5487,22 @@ "node": ">=8" } }, - "node_modules/slice-ansi/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/slice-ansi/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/slice-ansi/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, "node_modules/source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, "node_modules/source-map-js": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", - "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } @@ -6322,6 +5512,7 @@ "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", "dev": true, + "license": "MIT", "dependencies": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" @@ -6332,6 +5523,7 @@ "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.18.0.tgz", "integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==", "dev": true, + "license": "MIT", "dependencies": { "asn1": "~0.2.3", "assert-plus": "^1.0.0", @@ -6357,6 +5549,7 @@ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, + "license": "MIT", "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", @@ -6370,6 +5563,8 @@ "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, @@ -6382,27 +5577,17 @@ "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, - "node_modules/strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", - "peer": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/style-loader": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-1.3.0.tgz", "integrity": "sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q==", "dev": true, + "license": "MIT", "dependencies": { "loader-utils": "^2.0.0", "schema-utils": "^2.7.0" @@ -6419,20 +5604,27 @@ } }, "node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "license": "MIT", "dependencies": { - "has-flag": "^3.0.0" + "has-flag": "^4.0.0" }, "engines": { - "node": ">=4" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" } }, "node_modules/supports-preserve-symlinks-flag": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -6445,15 +5637,17 @@ "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/terser": { - "version": "5.31.3", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.3.tgz", - "integrity": "sha512-pAfYn3NIZLyZpa83ZKigvj6Rn9c/vd5KfYGX7cN1mnzqgDcxWvrU5ZtAfIKhEXz9nRecw4z3LXkjaq96/qZqAA==", + "version": "5.36.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.36.0.tgz", + "integrity": "sha512-IYV9eNMuFAV4THUspIRXkLakHnV6XO7FEdtKjf/mDyrnqUg9LnlOn6/RwRvM9SZjR4GUq8Nk8zj67FzVARr74w==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "@jridgewell/source-map": "^0.3.3", "acorn": "^8.8.2", @@ -6472,6 +5666,7 @@ "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz", "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==", "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "^0.3.20", "jest-worker": "^27.4.5", @@ -6506,6 +5701,7 @@ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -6523,19 +5719,15 @@ "version": "2.20.3", "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true - }, - "node_modules/text-table": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", - "peer": true + "dev": true, + "license": "MIT" }, "node_modules/throttleit": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-1.0.1.tgz", "integrity": "sha512-vDZpf9Chs9mAdfY046mcPt8fg5QSZr37hEH4TXYBnDF+izxgrbRGUAAaBvIk/fJm9aOFCGFd1EsNg5AZCbnQCQ==", "dev": true, + "license": "MIT", "funding": { "url": "https://github.com/sponsors/sindresorhus" } @@ -6544,23 +5736,37 @@ "version": "2.3.8", "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", - "dev": true + "dev": true, + "license": "MIT" }, - "node_modules/tmp": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz", - "integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==", + "node_modules/tldts": { + "version": "6.1.60", + "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.60.tgz", + "integrity": "sha512-TYVHm7G9NCnhgqOsFalbX6MG1Po5F4efF+tLfoeiOGQq48Oqgwcgz8upY2R1BHWa4aDrj28RYx0dkYJ63qCFMg==", "dev": true, - "engines": { - "node": ">=14.14" + "license": "MIT", + "dependencies": { + "tldts-core": "^6.1.60" + }, + "bin": { + "tldts": "bin/cli.js" } }, - "node_modules/to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", + "node_modules/tldts-core": { + "version": "6.1.60", + "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.60.tgz", + "integrity": "sha512-XHjoxak8SFQnHnmYHb3PcnW5TZ+9ErLZemZei3azuIRhQLw4IExsVbL3VZJdHcLeNaXq6NqawgpDPpjBOg4B5g==", + "dev": true, + "license": "MIT" + }, + "node_modules/tmp": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz", + "integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==", + "dev": true, + "license": "MIT", "engines": { - "node": ">=4" + "node": ">=14.14" } }, "node_modules/to-regex-range": { @@ -6568,6 +5774,7 @@ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "is-number": "^7.0.0" @@ -6577,40 +5784,41 @@ } }, "node_modules/tough-cookie": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz", - "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.0.0.tgz", + "integrity": "sha512-FRKsF7cz96xIIeMZ82ehjC3xW2E+O2+v11udrDYewUbszngYhsGa8z6YUMMzO9QJZzzyd0nGGXnML/TReX6W8Q==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { - "psl": "^1.1.33", - "punycode": "^2.1.1", - "universalify": "^0.2.0", - "url-parse": "^1.5.3" + "tldts": "^6.1.32" }, "engines": { - "node": ">=6" + "node": ">=16" } }, - "node_modules/tough-cookie/node_modules/universalify": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", - "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", + "node_modules/tree-kill": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", + "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", "dev": true, - "engines": { - "node": ">= 4.0.0" + "license": "MIT", + "bin": { + "tree-kill": "cli.js" } }, "node_modules/tslib": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", - "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==", - "dev": true + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", + "dev": true, + "license": "0BSD" }, "node_modules/tunnel-agent": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", "dev": true, + "license": "Apache-2.0", "dependencies": { "safe-buffer": "^5.0.1" }, @@ -6622,25 +5830,15 @@ "version": "0.14.5", "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==", - "dev": true - }, - "node_modules/type-check": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", - "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", - "peer": true, - "dependencies": { - "prelude-ls": "^1.2.1" - }, - "engines": { - "node": ">= 0.8.0" - } + "dev": true, + "license": "Unlicense" }, "node_modules/type-fest": { "version": "0.21.3", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, @@ -6649,16 +5847,18 @@ } }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", - "dev": true + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "dev": true, + "license": "MIT" }, "node_modules/unicode-canonical-property-names-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", - "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz", + "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } @@ -6668,6 +5868,7 @@ "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", "dev": true, + "license": "MIT", "dependencies": { "unicode-canonical-property-names-ecmascript": "^2.0.0", "unicode-property-aliases-ecmascript": "^2.0.0" @@ -6677,10 +5878,11 @@ } }, "node_modules/unicode-match-property-value-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", - "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz", + "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } @@ -6690,6 +5892,7 @@ "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } @@ -6699,6 +5902,7 @@ "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 10.0.0" } @@ -6708,14 +5912,15 @@ "resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz", "integrity": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/update-browserslist-db": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz", - "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz", + "integrity": "sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==", "dev": true, "funding": [ { @@ -6731,9 +5936,10 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { - "escalade": "^3.1.2", - "picocolors": "^1.0.1" + "escalade": "^3.2.0", + "picocolors": "^1.1.0" }, "bin": { "update-browserslist-db": "cli.js" @@ -6746,6 +5952,8 @@ "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dev": true, + "license": "BSD-2-Clause", "dependencies": { "punycode": "^2.1.0" } @@ -6755,6 +5963,7 @@ "resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz", "integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==", "dev": true, + "license": "MIT", "dependencies": { "loader-utils": "^2.0.0", "mime-types": "^2.1.27", @@ -6782,6 +5991,7 @@ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -6795,27 +6005,19 @@ "url": "https://opencollective.com/webpack" } }, - "node_modules/url-parse": { - "version": "1.5.10", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", - "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", - "dev": true, - "dependencies": { - "querystringify": "^2.1.1", - "requires-port": "^1.0.0" - } - }, "node_modules/util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/uuid": { "version": "8.3.2", "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", "dev": true, + "license": "MIT", "bin": { "uuid": "dist/bin/uuid" } @@ -6828,6 +6030,7 @@ "engines": [ "node >=0.6.0" ], + "license": "MIT", "dependencies": { "assert-plus": "^1.0.0", "core-util-is": "1.0.2", @@ -6835,10 +6038,11 @@ } }, "node_modules/watchpack": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.1.tgz", - "integrity": "sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.2.tgz", + "integrity": "sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==", "dev": true, + "license": "MIT", "dependencies": { "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.1.2" @@ -6848,21 +6052,21 @@ } }, "node_modules/webpack": { - "version": "5.93.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.93.0.tgz", - "integrity": "sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==", + "version": "5.96.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.96.1.tgz", + "integrity": "sha512-l2LlBSvVZGhL4ZrPwyr8+37AunkcYj5qh8o6u2/2rzoPc8gxFJkLj1WxNgooi9pnoc06jh0BjuXnamM4qlujZA==", "dev": true, + "license": "MIT", "dependencies": { - "@types/eslint-scope": "^3.7.3", - "@types/estree": "^1.0.5", + "@types/eslint-scope": "^3.7.7", + "@types/estree": "^1.0.6", "@webassemblyjs/ast": "^1.12.1", "@webassemblyjs/wasm-edit": "^1.12.1", "@webassemblyjs/wasm-parser": "^1.12.1", - "acorn": "^8.7.1", - "acorn-import-attributes": "^1.9.5", - "browserslist": "^4.21.10", + "acorn": "^8.14.0", + "browserslist": "^4.24.0", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.17.0", + "enhanced-resolve": "^5.17.1", "es-module-lexer": "^1.2.1", "eslint-scope": "5.1.1", "events": "^3.2.0", @@ -6899,6 +6103,7 @@ "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.10.0.tgz", "integrity": "sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==", "dev": true, + "license": "MIT", "dependencies": { "@discoveryjs/json-ext": "^0.5.0", "@webpack-cli/configtest": "^1.2.0", @@ -6946,6 +6151,7 @@ "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 10" } @@ -6955,6 +6161,7 @@ "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.10.0.tgz", "integrity": "sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==", "dev": true, + "license": "MIT", "dependencies": { "clone-deep": "^4.0.1", "flat": "^5.0.2", @@ -6969,37 +6176,17 @@ "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", "dev": true, + "license": "MIT", "engines": { "node": ">=10.13.0" } }, - "node_modules/webpack/node_modules/eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", - "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", - "dev": true, - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/webpack/node_modules/estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "dev": true, - "engines": { - "node": ">=4.0" - } - }, "node_modules/webpack/node_modules/schema-utils": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -7017,6 +6204,8 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "license": "ISC", "dependencies": { "isexe": "^2.0.0" }, @@ -7031,22 +6220,15 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz", "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==", - "dev": true - }, - "node_modules/word-wrap": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", - "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", - "peer": true, - "engines": { - "node": ">=0.10.0" - } + "dev": true, + "license": "MIT" }, "node_modules/wrap-ansi": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -7059,5105 +6241,30 @@ "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, - "node_modules/wrap-ansi/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/wrap-ansi/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/wrap-ansi/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/yallist": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/yauzl": { "version": "2.10.0", "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==", "dev": true, + "license": "MIT", "dependencies": { "buffer-crc32": "~0.2.3", "fd-slicer": "~1.1.0" } - }, - "node_modules/yocto-queue": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", - "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", - "peer": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - } - }, - "dependencies": { - "@ampproject/remapping": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", - "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", - "dev": true, - "requires": { - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.24" - } - }, - "@babel/cli": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.24.8.tgz", - "integrity": "sha512-isdp+G6DpRyKc+3Gqxy2rjzgF7Zj9K0mzLNnxz+E/fgeag8qT3vVulX4gY9dGO1q0y+0lUv6V3a+uhUzMzrwXg==", - "dev": true, - "requires": { - "@jridgewell/trace-mapping": "^0.3.25", - "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3", - "chokidar": "^3.4.0", - "commander": "^6.2.0", - "convert-source-map": "^2.0.0", - "fs-readdir-recursive": "^1.1.0", - "glob": "^7.2.0", - "make-dir": "^2.1.0", - "slash": "^2.0.0" - } - }, - "@babel/code-frame": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", - "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==", - "requires": { - "@babel/highlight": "^7.24.7", - "picocolors": "^1.0.0" - } - }, - "@babel/compat-data": { - "version": "7.24.9", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.9.tgz", - "integrity": "sha512-e701mcfApCJqMMueQI0Fb68Amflj83+dvAvHawoBpAz+GDjCIyGHzNwnefjsWJ3xiYAqqiQFoWbspGYBdb2/ng==", - "dev": true - }, - "@babel/core": { - "version": "7.24.9", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.9.tgz", - "integrity": "sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==", - "dev": true, - "requires": { - "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.24.9", - "@babel/helper-compilation-targets": "^7.24.8", - "@babel/helper-module-transforms": "^7.24.9", - "@babel/helpers": "^7.24.8", - "@babel/parser": "^7.24.8", - "@babel/template": "^7.24.7", - "@babel/traverse": "^7.24.8", - "@babel/types": "^7.24.9", - "convert-source-map": "^2.0.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.3", - "semver": "^6.3.1" - } - }, - "@babel/generator": { - "version": "7.24.10", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.10.tgz", - "integrity": "sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg==", - "requires": { - "@babel/types": "^7.24.9", - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.25", - "jsesc": "^2.5.1" - } - }, - "@babel/helper-annotate-as-pure": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz", - "integrity": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==", - "dev": true, - "requires": { - "@babel/types": "^7.24.7" - } - }, - "@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.7.tgz", - "integrity": "sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==", - "dev": true, - "requires": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" - } - }, - "@babel/helper-compilation-targets": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz", - "integrity": "sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==", - "dev": true, - "requires": { - "@babel/compat-data": "^7.24.8", - "@babel/helper-validator-option": "^7.24.8", - "browserslist": "^4.23.1", - "lru-cache": "^5.1.1", - "semver": "^6.3.1" - } - }, - "@babel/helper-create-class-features-plugin": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.8.tgz", - "integrity": "sha512-4f6Oqnmyp2PP3olgUMmOwC3akxSm5aBYraQ6YDdKy7NcAMkDECHWG0DEnV6M2UAkERgIBhYt8S27rURPg7SxWA==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-member-expression-to-functions": "^7.24.8", - "@babel/helper-optimise-call-expression": "^7.24.7", - "@babel/helper-replace-supers": "^7.24.7", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", - "semver": "^6.3.1" - } - }, - "@babel/helper-create-regexp-features-plugin": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.24.7.tgz", - "integrity": "sha512-03TCmXy2FtXJEZfbXDTSqq1fRJArk7lX9DOFC/47VthYcxyIOx+eXQmdo6DOQvrbpIix+KfXwvuXdFDZHxt+rA==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "regexpu-core": "^5.3.1", - "semver": "^6.3.1" - } - }, - "@babel/helper-define-polyfill-provider": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz", - "integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==", - "dev": true, - "requires": { - "@babel/helper-compilation-targets": "^7.22.6", - "@babel/helper-plugin-utils": "^7.22.5", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2" - } - }, - "@babel/helper-environment-visitor": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz", - "integrity": "sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==", - "requires": { - "@babel/types": "^7.24.7" - } - }, - "@babel/helper-function-name": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz", - "integrity": "sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==", - "requires": { - "@babel/template": "^7.24.7", - "@babel/types": "^7.24.7" - } - }, - "@babel/helper-hoist-variables": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz", - "integrity": "sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==", - "requires": { - "@babel/types": "^7.24.7" - } - }, - "@babel/helper-member-expression-to-functions": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz", - "integrity": "sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==", - "dev": true, - "requires": { - "@babel/traverse": "^7.24.8", - "@babel/types": "^7.24.8" - } - }, - "@babel/helper-module-imports": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz", - "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==", - "dev": true, - "requires": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" - } - }, - "@babel/helper-module-transforms": { - "version": "7.24.9", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz", - "integrity": "sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==", - "dev": true, - "requires": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-module-imports": "^7.24.7", - "@babel/helper-simple-access": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", - "@babel/helper-validator-identifier": "^7.24.7" - } - }, - "@babel/helper-optimise-call-expression": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz", - "integrity": "sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==", - "dev": true, - "requires": { - "@babel/types": "^7.24.7" - } - }, - "@babel/helper-plugin-utils": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz", - "integrity": "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==", - "dev": true - }, - "@babel/helper-remap-async-to-generator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.24.7.tgz", - "integrity": "sha512-9pKLcTlZ92hNZMQfGCHImUpDOlAgkkpqalWEeftW5FBya75k8Li2ilerxkM/uBEj01iBZXcCIB/bwvDYgWyibA==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-wrap-function": "^7.24.7" - } - }, - "@babel/helper-replace-supers": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.24.7.tgz", - "integrity": "sha512-qTAxxBM81VEyoAY0TtLrx1oAEJc09ZK67Q9ljQToqCnA+55eNwCORaxlKyu+rNfX86o8OXRUSNUnrtsAZXM9sg==", - "dev": true, - "requires": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-member-expression-to-functions": "^7.24.7", - "@babel/helper-optimise-call-expression": "^7.24.7" - } - }, - "@babel/helper-simple-access": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz", - "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==", - "dev": true, - "requires": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" - } - }, - "@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz", - "integrity": "sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==", - "dev": true, - "requires": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" - } - }, - "@babel/helper-split-export-declaration": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz", - "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==", - "requires": { - "@babel/types": "^7.24.7" - } - }, - "@babel/helper-string-parser": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz", - "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==" - }, - "@babel/helper-validator-identifier": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz", - "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==" - }, - "@babel/helper-validator-option": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz", - "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==", - "dev": true - }, - "@babel/helper-wrap-function": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.24.7.tgz", - "integrity": "sha512-N9JIYk3TD+1vq/wn77YnJOqMtfWhNewNE+DJV4puD2X7Ew9J4JvrzrFDfTfyv5EgEXVy9/Wt8QiOErzEmv5Ifw==", - "dev": true, - "requires": { - "@babel/helper-function-name": "^7.24.7", - "@babel/template": "^7.24.7", - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" - } - }, - "@babel/helpers": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.8.tgz", - "integrity": "sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==", - "dev": true, - "requires": { - "@babel/template": "^7.24.7", - "@babel/types": "^7.24.8" - } - }, - "@babel/highlight": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz", - "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==", - "requires": { - "@babel/helper-validator-identifier": "^7.24.7", - "chalk": "^2.4.2", - "js-tokens": "^4.0.0", - "picocolors": "^1.0.0" - } - }, - "@babel/parser": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.8.tgz", - "integrity": "sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w==" - }, - "@babel/plugin-bugfix-firefox-class-in-computed-class-key": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.7.tgz", - "integrity": "sha512-TiT1ss81W80eQsN+722OaeQMY/G4yTb4G9JrqeiDADs3N8lbPMGldWi9x8tyqCW5NLx1Jh2AvkE6r6QvEltMMQ==", - "dev": true, - "requires": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.7.tgz", - "integrity": "sha512-unaQgZ/iRu/By6tsjMZzpeBZjChYfLYry6HrEXPoz3KmfF0sVBQ1l8zKMQ4xRGLWVsjuvB8nQfjNP/DcfEOCsg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.7.tgz", - "integrity": "sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", - "@babel/plugin-transform-optional-chaining": "^7.24.7" - } - }, - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.7.tgz", - "integrity": "sha512-utA4HuR6F4Vvcr+o4DnjL8fCOlgRFGbeeBEGNg3ZTrLFw6VWG5XmUrvcQ0FjIYMU2ST4XcR2Wsp7t9qOAPnxMg==", - "dev": true, - "requires": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-proposal-class-properties": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", - "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", - "dev": true, - "requires": { - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-proposal-private-property-in-object": { - "version": "7.21.0-placeholder-for-preset-env.2", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", - "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", - "dev": true, - "requires": {} - }, - "@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", - "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", - "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - } - }, - "@babel/plugin-syntax-class-static-block": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", - "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", - "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", - "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.3" - } - }, - "@babel/plugin-syntax-import-assertions": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.7.tgz", - "integrity": "sha512-Ec3NRUMoi8gskrkBe3fNmEQfxDvY8bgfQpz6jlk/41kX9eUjvpyqWU7PBP/pLAvMaSQjbMNKJmvX57jP+M6bPg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-syntax-import-attributes": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.7.tgz", - "integrity": "sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-syntax-import-meta": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", - "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", - "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-jsx": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz", - "integrity": "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", - "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", - "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", - "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-private-property-in-object": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", - "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-syntax-top-level-await": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", - "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-syntax-unicode-sets-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", - "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", - "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-arrow-functions": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.7.tgz", - "integrity": "sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-async-generator-functions": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.7.tgz", - "integrity": "sha512-o+iF77e3u7ZS4AoAuJvapz9Fm001PuD2V3Lp6OSE4FYQke+cSewYtnek+THqGRWyQloRCyvWL1OkyfNEl9vr/g==", - "dev": true, - "requires": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-remap-async-to-generator": "^7.24.7", - "@babel/plugin-syntax-async-generators": "^7.8.4" - } - }, - "@babel/plugin-transform-async-to-generator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz", - "integrity": "sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==", - "dev": true, - "requires": { - "@babel/helper-module-imports": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-remap-async-to-generator": "^7.24.7" - } - }, - "@babel/plugin-transform-block-scoped-functions": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.7.tgz", - "integrity": "sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-block-scoping": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.7.tgz", - "integrity": "sha512-Nd5CvgMbWc+oWzBsuaMcbwjJWAcp5qzrbg69SZdHSP7AMY0AbWFqFO0WTFCA1jxhMCwodRwvRec8k0QUbZk7RQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-class-properties": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz", - "integrity": "sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==", - "dev": true, - "requires": { - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-class-static-block": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.7.tgz", - "integrity": "sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==", - "dev": true, - "requires": { - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-class-static-block": "^7.14.5" - } - }, - "@babel/plugin-transform-classes": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.8.tgz", - "integrity": "sha512-VXy91c47uujj758ud9wx+OMgheXm4qJfyhj1P18YvlrQkNOSrwsteHk+EFS3OMGfhMhpZa0A+81eE7G4QC+3CA==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-compilation-targets": "^7.24.8", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-replace-supers": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", - "globals": "^11.1.0" - } - }, - "@babel/plugin-transform-computed-properties": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.7.tgz", - "integrity": "sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/template": "^7.24.7" - } - }, - "@babel/plugin-transform-destructuring": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.8.tgz", - "integrity": "sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.8" - } - }, - "@babel/plugin-transform-dotall-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.7.tgz", - "integrity": "sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw==", - "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-duplicate-keys": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.7.tgz", - "integrity": "sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-dynamic-import": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz", - "integrity": "sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-dynamic-import": "^7.8.3" - } - }, - "@babel/plugin-transform-exponentiation-operator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.7.tgz", - "integrity": "sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ==", - "dev": true, - "requires": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-export-namespace-from": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.7.tgz", - "integrity": "sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" - } - }, - "@babel/plugin-transform-for-of": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.7.tgz", - "integrity": "sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" - } - }, - "@babel/plugin-transform-function-name": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.7.tgz", - "integrity": "sha512-U9FcnA821YoILngSmYkW6FjyQe2TyZD5pHt4EVIhmcTkrJw/3KqcrRSxuOo5tFZJi7TE19iDyI1u+weTI7bn2w==", - "dev": true, - "requires": { - "@babel/helper-compilation-targets": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-json-strings": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.7.tgz", - "integrity": "sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-json-strings": "^7.8.3" - } - }, - "@babel/plugin-transform-literals": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.7.tgz", - "integrity": "sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-logical-assignment-operators": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.7.tgz", - "integrity": "sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" - } - }, - "@babel/plugin-transform-member-expression-literals": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.7.tgz", - "integrity": "sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-modules-amd": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.7.tgz", - "integrity": "sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg==", - "dev": true, - "requires": { - "@babel/helper-module-transforms": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-modules-commonjs": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz", - "integrity": "sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==", - "dev": true, - "requires": { - "@babel/helper-module-transforms": "^7.24.8", - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-simple-access": "^7.24.7" - } - }, - "@babel/plugin-transform-modules-systemjs": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.7.tgz", - "integrity": "sha512-GYQE0tW7YoaN13qFh3O1NCY4MPkUiAH3fiF7UcV/I3ajmDKEdG3l+UOcbAm4zUE3gnvUU+Eni7XrVKo9eO9auw==", - "dev": true, - "requires": { - "@babel/helper-hoist-variables": "^7.24.7", - "@babel/helper-module-transforms": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-validator-identifier": "^7.24.7" - } - }, - "@babel/plugin-transform-modules-umd": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz", - "integrity": "sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==", - "dev": true, - "requires": { - "@babel/helper-module-transforms": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.7.tgz", - "integrity": "sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g==", - "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-new-target": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.7.tgz", - "integrity": "sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-nullish-coalescing-operator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.7.tgz", - "integrity": "sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" - } - }, - "@babel/plugin-transform-numeric-separator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.7.tgz", - "integrity": "sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" - } - }, - "@babel/plugin-transform-object-rest-spread": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.7.tgz", - "integrity": "sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==", - "dev": true, - "requires": { - "@babel/helper-compilation-targets": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.24.7" - } - }, - "@babel/plugin-transform-object-super": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.7.tgz", - "integrity": "sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-replace-supers": "^7.24.7" - } - }, - "@babel/plugin-transform-optional-catch-binding": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.7.tgz", - "integrity": "sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" - } - }, - "@babel/plugin-transform-optional-chaining": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.8.tgz", - "integrity": "sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", - "@babel/plugin-syntax-optional-chaining": "^7.8.3" - } - }, - "@babel/plugin-transform-parameters": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.7.tgz", - "integrity": "sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-private-methods": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.7.tgz", - "integrity": "sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==", - "dev": true, - "requires": { - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-private-property-in-object": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.7.tgz", - "integrity": "sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5" - } - }, - "@babel/plugin-transform-property-literals": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.7.tgz", - "integrity": "sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-react-display-name": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.24.7.tgz", - "integrity": "sha512-H/Snz9PFxKsS1JLI4dJLtnJgCJRoo0AUm3chP6NYr+9En1JMKloheEiLIhlp5MDVznWo+H3AAC1Mc8lmUEpsgg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-react-jsx": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.24.7.tgz", - "integrity": "sha512-+Dj06GDZEFRYvclU6k4bme55GKBEWUmByM/eoKuqg4zTNQHiApWRhQph5fxQB2wAEFvRzL1tOEj1RJ19wJrhoA==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-module-imports": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-jsx": "^7.24.7", - "@babel/types": "^7.24.7" - } - }, - "@babel/plugin-transform-react-jsx-development": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.24.7.tgz", - "integrity": "sha512-QG9EnzoGn+Qar7rxuW+ZOsbWOt56FvvI93xInqsZDC5fsekx1AlIO4KIJ5M+D0p0SqSH156EpmZyXq630B8OlQ==", - "dev": true, - "requires": { - "@babel/plugin-transform-react-jsx": "^7.24.7" - } - }, - "@babel/plugin-transform-react-pure-annotations": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.24.7.tgz", - "integrity": "sha512-PLgBVk3fzbmEjBJ/u8kFzOqS9tUeDjiaWud/rRym/yjCo/M9cASPlnrd2ZmmZpQT40fOOrvR8jh+n8jikrOhNA==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-regenerator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.7.tgz", - "integrity": "sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7", - "regenerator-transform": "^0.15.2" - } - }, - "@babel/plugin-transform-reserved-words": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.7.tgz", - "integrity": "sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-shorthand-properties": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.7.tgz", - "integrity": "sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-spread": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.7.tgz", - "integrity": "sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" - } - }, - "@babel/plugin-transform-sticky-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.7.tgz", - "integrity": "sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-template-literals": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.7.tgz", - "integrity": "sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-typeof-symbol": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.8.tgz", - "integrity": "sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.8" - } - }, - "@babel/plugin-transform-unicode-escapes": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz", - "integrity": "sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-unicode-property-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.7.tgz", - "integrity": "sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w==", - "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-unicode-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.7.tgz", - "integrity": "sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg==", - "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/plugin-transform-unicode-sets-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.7.tgz", - "integrity": "sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg==", - "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - } - }, - "@babel/preset-env": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.8.tgz", - "integrity": "sha512-vObvMZB6hNWuDxhSaEPTKCwcqkAIuDtE+bQGn4XMXne1DSLzFVY8Vmj1bm+mUQXYNN8NmaQEO+r8MMbzPr1jBQ==", - "dev": true, - "requires": { - "@babel/compat-data": "^7.24.8", - "@babel/helper-compilation-targets": "^7.24.8", - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-validator-option": "^7.24.8", - "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.24.7", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.24.7", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7", - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.24.7", - "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-class-static-block": "^7.14.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-import-assertions": "^7.24.7", - "@babel/plugin-syntax-import-attributes": "^7.24.7", - "@babel/plugin-syntax-import-meta": "^7.10.4", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5", - "@babel/plugin-syntax-top-level-await": "^7.14.5", - "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", - "@babel/plugin-transform-arrow-functions": "^7.24.7", - "@babel/plugin-transform-async-generator-functions": "^7.24.7", - "@babel/plugin-transform-async-to-generator": "^7.24.7", - "@babel/plugin-transform-block-scoped-functions": "^7.24.7", - "@babel/plugin-transform-block-scoping": "^7.24.7", - "@babel/plugin-transform-class-properties": "^7.24.7", - "@babel/plugin-transform-class-static-block": "^7.24.7", - "@babel/plugin-transform-classes": "^7.24.8", - "@babel/plugin-transform-computed-properties": "^7.24.7", - "@babel/plugin-transform-destructuring": "^7.24.8", - "@babel/plugin-transform-dotall-regex": "^7.24.7", - "@babel/plugin-transform-duplicate-keys": "^7.24.7", - "@babel/plugin-transform-dynamic-import": "^7.24.7", - "@babel/plugin-transform-exponentiation-operator": "^7.24.7", - "@babel/plugin-transform-export-namespace-from": "^7.24.7", - "@babel/plugin-transform-for-of": "^7.24.7", - "@babel/plugin-transform-function-name": "^7.24.7", - "@babel/plugin-transform-json-strings": "^7.24.7", - "@babel/plugin-transform-literals": "^7.24.7", - "@babel/plugin-transform-logical-assignment-operators": "^7.24.7", - "@babel/plugin-transform-member-expression-literals": "^7.24.7", - "@babel/plugin-transform-modules-amd": "^7.24.7", - "@babel/plugin-transform-modules-commonjs": "^7.24.8", - "@babel/plugin-transform-modules-systemjs": "^7.24.7", - "@babel/plugin-transform-modules-umd": "^7.24.7", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7", - "@babel/plugin-transform-new-target": "^7.24.7", - "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7", - "@babel/plugin-transform-numeric-separator": "^7.24.7", - "@babel/plugin-transform-object-rest-spread": "^7.24.7", - "@babel/plugin-transform-object-super": "^7.24.7", - "@babel/plugin-transform-optional-catch-binding": "^7.24.7", - "@babel/plugin-transform-optional-chaining": "^7.24.8", - "@babel/plugin-transform-parameters": "^7.24.7", - "@babel/plugin-transform-private-methods": "^7.24.7", - "@babel/plugin-transform-private-property-in-object": "^7.24.7", - "@babel/plugin-transform-property-literals": "^7.24.7", - "@babel/plugin-transform-regenerator": "^7.24.7", - "@babel/plugin-transform-reserved-words": "^7.24.7", - "@babel/plugin-transform-shorthand-properties": "^7.24.7", - "@babel/plugin-transform-spread": "^7.24.7", - "@babel/plugin-transform-sticky-regex": "^7.24.7", - "@babel/plugin-transform-template-literals": "^7.24.7", - "@babel/plugin-transform-typeof-symbol": "^7.24.8", - "@babel/plugin-transform-unicode-escapes": "^7.24.7", - "@babel/plugin-transform-unicode-property-regex": "^7.24.7", - "@babel/plugin-transform-unicode-regex": "^7.24.7", - "@babel/plugin-transform-unicode-sets-regex": "^7.24.7", - "@babel/preset-modules": "0.1.6-no-external-plugins", - "babel-plugin-polyfill-corejs2": "^0.4.10", - "babel-plugin-polyfill-corejs3": "^0.10.4", - "babel-plugin-polyfill-regenerator": "^0.6.1", - "core-js-compat": "^3.37.1", - "semver": "^6.3.1" - } - }, - "@babel/preset-modules": { - "version": "0.1.6-no-external-plugins", - "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", - "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/types": "^7.4.4", - "esutils": "^2.0.2" - } - }, - "@babel/preset-react": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.24.7.tgz", - "integrity": "sha512-AAH4lEkpmzFWrGVlHaxJB7RLH21uPQ9+He+eFLWHmF9IuFQVugz8eAsamaW0DXRrTfco5zj1wWtpdcXJUOfsag==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-validator-option": "^7.24.7", - "@babel/plugin-transform-react-display-name": "^7.24.7", - "@babel/plugin-transform-react-jsx": "^7.24.7", - "@babel/plugin-transform-react-jsx-development": "^7.24.7", - "@babel/plugin-transform-react-pure-annotations": "^7.24.7" - } - }, - "@babel/regjsgen": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", - "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==", - "dev": true - }, - "@babel/runtime": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.8.tgz", - "integrity": "sha512-5F7SDGs1T72ZczbRwbGO9lQi0NLjQxzl6i4lJxLxfW9U5UluCSyEJeniWvnhl3/euNiqQVbo8zruhsDfid0esA==", - "dev": true, - "requires": { - "regenerator-runtime": "^0.14.0" - } - }, - "@babel/template": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz", - "integrity": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==", - "requires": { - "@babel/code-frame": "^7.24.7", - "@babel/parser": "^7.24.7", - "@babel/types": "^7.24.7" - } - }, - "@babel/traverse": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.8.tgz", - "integrity": "sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==", - "requires": { - "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.24.8", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-hoist-variables": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", - "@babel/parser": "^7.24.8", - "@babel/types": "^7.24.8", - "debug": "^4.3.1", - "globals": "^11.1.0" - } - }, - "@babel/types": { - "version": "7.24.9", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.9.tgz", - "integrity": "sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==", - "requires": { - "@babel/helper-string-parser": "^7.24.8", - "@babel/helper-validator-identifier": "^7.24.7", - "to-fast-properties": "^2.0.0" - } - }, - "@colors/colors": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", - "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", - "dev": true, - "optional": true - }, - "@cypress/request": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@cypress/request/-/request-3.0.1.tgz", - "integrity": "sha512-TWivJlJi8ZDx2wGOw1dbLuHJKUYX7bWySw377nlnGOW3hP9/MUKIsEdXT/YngWxVdgNCHRBmFlBipE+5/2ZZlQ==", - "dev": true, - "requires": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "http-signature": "~1.3.6", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "performance-now": "^2.1.0", - "qs": "6.10.4", - "safe-buffer": "^5.1.2", - "tough-cookie": "^4.1.3", - "tunnel-agent": "^0.6.0", - "uuid": "^8.3.2" - } - }, - "@cypress/xvfb": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@cypress/xvfb/-/xvfb-1.2.4.tgz", - "integrity": "sha512-skbBzPggOVYCbnGgV+0dmBdW/s77ZkAOXIC1knS8NagwDjBrNC1LuXtQJeiN6l+m7lzmHtaoUw/ctJKdqkG57Q==", - "dev": true, - "requires": { - "debug": "^3.1.0", - "lodash.once": "^4.1.1" - }, - "dependencies": { - "debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dev": true, - "requires": { - "ms": "^2.1.1" - } - } - } - }, - "@discoveryjs/json-ext": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz", - "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==", - "dev": true - }, - "@eslint-community/eslint-utils": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", - "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", - "peer": true, - "requires": { - "eslint-visitor-keys": "^3.3.0" - }, - "dependencies": { - "eslint-visitor-keys": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", - "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", - "peer": true - } - } - }, - "@eslint-community/regexpp": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.0.tgz", - "integrity": "sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==", - "peer": true - }, - "@eslint/config-array": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.17.0.tgz", - "integrity": "sha512-A68TBu6/1mHHuc5YJL0U0VVeGNiklLAL6rRmhTCP2B5XjWLMnrX+HkO+IAXyHvks5cyyY1jjK5ITPQ1HGS2EVA==", - "peer": true, - "requires": { - "@eslint/object-schema": "^2.1.4", - "debug": "^4.3.1", - "minimatch": "^3.1.2" - } - }, - "@eslint/eslintrc": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.1.0.tgz", - "integrity": "sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==", - "peer": true, - "requires": { - "ajv": "^6.12.4", - "debug": "^4.3.2", - "espree": "^10.0.1", - "globals": "^14.0.0", - "ignore": "^5.2.0", - "import-fresh": "^3.2.1", - "js-yaml": "^4.1.0", - "minimatch": "^3.1.2", - "strip-json-comments": "^3.1.1" - }, - "dependencies": { - "globals": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz", - "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==", - "peer": true - } - } - }, - "@eslint/js": { - "version": "9.7.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.7.0.tgz", - "integrity": "sha512-ChuWDQenef8OSFnvuxv0TCVxEwmu3+hPNKvM9B34qpM0rDRbjL8t5QkQeHHeAfsKQjuH9wS82WeCi1J/owatng==", - "peer": true - }, - "@eslint/object-schema": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.4.tgz", - "integrity": "sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==", - "peer": true - }, - "@humanwhocodes/module-importer": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", - "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", - "peer": true - }, - "@humanwhocodes/retry": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.0.tgz", - "integrity": "sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==", - "peer": true - }, - "@jridgewell/gen-mapping": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", - "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", - "requires": { - "@jridgewell/set-array": "^1.2.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.24" - } - }, - "@jridgewell/resolve-uri": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", - "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==" - }, - "@jridgewell/set-array": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", - "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==" - }, - "@jridgewell/source-map": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz", - "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", - "dev": true, - "requires": { - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.25" - } - }, - "@jridgewell/sourcemap-codec": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", - "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==" - }, - "@jridgewell/trace-mapping": { - "version": "0.3.25", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", - "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", - "requires": { - "@jridgewell/resolve-uri": "^3.1.0", - "@jridgewell/sourcemap-codec": "^1.4.14" - } - }, - "@nicolo-ribaudo/chokidar-2": { - "version": "2.1.8-no-fsevents.3", - "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz", - "integrity": "sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==", - "dev": true, - "optional": true - }, - "@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "peer": true, - "requires": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - } - }, - "@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "peer": true - }, - "@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "peer": true, - "requires": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - } - }, - "@types/eslint": { - "version": "8.56.10", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.10.tgz", - "integrity": "sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==", - "dev": true, - "requires": { - "@types/estree": "*", - "@types/json-schema": "*" - } - }, - "@types/eslint-scope": { - "version": "3.7.7", - "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", - "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", - "dev": true, - "requires": { - "@types/eslint": "*", - "@types/estree": "*" - } - }, - "@types/estree": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", - "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", - "dev": true - }, - "@types/json-schema": { - "version": "7.0.15", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", - "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", - "dev": true - }, - "@types/node": { - "version": "20.14.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.11.tgz", - "integrity": "sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==", - "dev": true, - "requires": { - "undici-types": "~5.26.4" - } - }, - "@types/sinonjs__fake-timers": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.1.tgz", - "integrity": "sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==", - "dev": true - }, - "@types/sizzle": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/@types/sizzle/-/sizzle-2.3.8.tgz", - "integrity": "sha512-0vWLNK2D5MT9dg0iOo8GlKguPAU02QjmZitPEsXRuJXU/OGIOt9vT9Fc26wtYuavLxtO45v9PGleoL9Z0k1LHg==", - "dev": true - }, - "@types/yauzl": { - "version": "2.10.3", - "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz", - "integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==", - "dev": true, - "optional": true, - "requires": { - "@types/node": "*" - } - }, - "@webassemblyjs/ast": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz", - "integrity": "sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==", - "dev": true, - "requires": { - "@webassemblyjs/helper-numbers": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6" - } - }, - "@webassemblyjs/floating-point-hex-parser": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", - "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==", - "dev": true - }, - "@webassemblyjs/helper-api-error": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", - "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==", - "dev": true - }, - "@webassemblyjs/helper-buffer": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz", - "integrity": "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==", - "dev": true - }, - "@webassemblyjs/helper-numbers": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", - "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", - "dev": true, - "requires": { - "@webassemblyjs/floating-point-hex-parser": "1.11.6", - "@webassemblyjs/helper-api-error": "1.11.6", - "@xtuc/long": "4.2.2" - } - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", - "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==", - "dev": true - }, - "@webassemblyjs/helper-wasm-section": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz", - "integrity": "sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/wasm-gen": "1.12.1" - } - }, - "@webassemblyjs/ieee754": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", - "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", - "dev": true, - "requires": { - "@xtuc/ieee754": "^1.2.0" - } - }, - "@webassemblyjs/leb128": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", - "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", - "dev": true, - "requires": { - "@xtuc/long": "4.2.2" - } - }, - "@webassemblyjs/utf8": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", - "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==", - "dev": true - }, - "@webassemblyjs/wasm-edit": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz", - "integrity": "sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/helper-wasm-section": "1.12.1", - "@webassemblyjs/wasm-gen": "1.12.1", - "@webassemblyjs/wasm-opt": "1.12.1", - "@webassemblyjs/wasm-parser": "1.12.1", - "@webassemblyjs/wast-printer": "1.12.1" - } - }, - "@webassemblyjs/wasm-gen": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz", - "integrity": "sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" - } - }, - "@webassemblyjs/wasm-opt": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz", - "integrity": "sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/wasm-gen": "1.12.1", - "@webassemblyjs/wasm-parser": "1.12.1" - } - }, - "@webassemblyjs/wasm-parser": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz", - "integrity": "sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-api-error": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" - } - }, - "@webassemblyjs/wast-printer": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz", - "integrity": "sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.12.1", - "@xtuc/long": "4.2.2" - } - }, - "@webpack-cli/configtest": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-1.2.0.tgz", - "integrity": "sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==", - "dev": true, - "requires": {} - }, - "@webpack-cli/info": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@webpack-cli/info/-/info-1.5.0.tgz", - "integrity": "sha512-e8tSXZpw2hPl2uMJY6fsMswaok5FdlGNRTktvFk2sD8RjH0hE2+XistawJx1vmKteh4NmGmNUrp+Tb2w+udPcQ==", - "dev": true, - "requires": { - "envinfo": "^7.7.3" - } - }, - "@webpack-cli/serve": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-1.7.0.tgz", - "integrity": "sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==", - "dev": true, - "requires": {} - }, - "@xtuc/ieee754": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", - "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", - "dev": true - }, - "@xtuc/long": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", - "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", - "dev": true - }, - "acorn": { - "version": "8.12.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", - "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==" - }, - "acorn-import-attributes": { - "version": "1.9.5", - "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz", - "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==", - "dev": true, - "requires": {} - }, - "acorn-jsx": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "peer": true, - "requires": {} - }, - "aggregate-error": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", - "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", - "dev": true, - "requires": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - } - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } - }, - "ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", - "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", - "dev": true, - "requires": {} - }, - "ansi-colors": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", - "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", - "dev": true - }, - "ansi-escapes": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", - "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", - "dev": true, - "requires": { - "type-fest": "^0.21.3" - } - }, - "ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "requires": { - "color-convert": "^1.9.0" - } - }, - "anymatch": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", - "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", - "dev": true, - "optional": true, - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - } - }, - "arch": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/arch/-/arch-2.2.0.tgz", - "integrity": "sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==", - "dev": true - }, - "argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "peer": true - }, - "asn1": { - "version": "0.2.6", - "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", - "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", - "dev": true, - "requires": { - "safer-buffer": "~2.1.0" - } - }, - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==", - "dev": true - }, - "astral-regex": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", - "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", - "dev": true - }, - "async": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", - "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==", - "dev": true - }, - "asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" - }, - "at-least-node": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", - "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", - "dev": true - }, - "aws-sign2": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", - "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==", - "dev": true - }, - "aws4": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.13.0.tgz", - "integrity": "sha512-3AungXC4I8kKsS9PuS4JH2nc+0bVY/mjgrephHTIi8fpEeGsTHBUJeosp0Wc1myYMElmD0B3Oc4XL/HVJ4PV2g==", - "dev": true - }, - "axios": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz", - "integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==", - "requires": { - "follow-redirects": "^1.14.9", - "form-data": "^4.0.0" - }, - "dependencies": { - "form-data": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", - "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - } - } - } - }, - "babel-eslint": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.1.0.tgz", - "integrity": "sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/parser": "^7.7.0", - "@babel/traverse": "^7.7.0", - "@babel/types": "^7.7.0", - "eslint-visitor-keys": "^1.0.0", - "resolve": "^1.12.0" - } - }, - "babel-loader": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz", - "integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==", - "dev": true, - "requires": { - "find-cache-dir": "^3.3.1", - "loader-utils": "^2.0.0", - "make-dir": "^3.1.0", - "schema-utils": "^2.6.5" - }, - "dependencies": { - "make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "dev": true, - "requires": { - "semver": "^6.0.0" - } - } - } - }, - "babel-plugin-polyfill-corejs2": { - "version": "0.4.11", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz", - "integrity": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==", - "dev": true, - "requires": { - "@babel/compat-data": "^7.22.6", - "@babel/helper-define-polyfill-provider": "^0.6.2", - "semver": "^6.3.1" - } - }, - "babel-plugin-polyfill-corejs3": { - "version": "0.10.4", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz", - "integrity": "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==", - "dev": true, - "requires": { - "@babel/helper-define-polyfill-provider": "^0.6.1", - "core-js-compat": "^3.36.1" - } - }, - "babel-plugin-polyfill-regenerator": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz", - "integrity": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==", - "dev": true, - "requires": { - "@babel/helper-define-polyfill-provider": "^0.6.2" - } - }, - "balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" - }, - "base64-js": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", - "dev": true - }, - "bcrypt-pbkdf": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", - "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==", - "dev": true, - "requires": { - "tweetnacl": "^0.14.3" - } - }, - "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", - "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", - "dev": true - }, - "binary-extensions": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", - "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", - "dev": true, - "optional": true - }, - "blob-util": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/blob-util/-/blob-util-2.0.2.tgz", - "integrity": "sha512-T7JQa+zsXXEa6/8ZhHcQEW1UFfVM49Ts65uBkFL6fz2QmrElqmbajIDJvuA0tEhRe5eIjpV9ZF+0RfZR9voJFQ==", - "dev": true - }, - "bluebird": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", - "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", - "dev": true - }, - "bootstrap": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.2.tgz", - "integrity": "sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==", - "requires": {} - }, - "bowser": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/bowser/-/bowser-2.11.0.tgz", - "integrity": "sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA==" - }, - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "braces": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", - "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", - "dev": true, - "optional": true, - "requires": { - "fill-range": "^7.1.1" - } - }, - "browserslist": { - "version": "4.23.2", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.2.tgz", - "integrity": "sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==", - "dev": true, - "requires": { - "caniuse-lite": "^1.0.30001640", - "electron-to-chromium": "^1.4.820", - "node-releases": "^2.0.14", - "update-browserslist-db": "^1.1.0" - } - }, - "buffer": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", - "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", - "dev": true, - "requires": { - "base64-js": "^1.3.1", - "ieee754": "^1.1.13" - } - }, - "buffer-crc32": { - "version": "0.2.13", - "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", - "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==", - "dev": true - }, - "buffer-from": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", - "dev": true - }, - "cachedir": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/cachedir/-/cachedir-2.4.0.tgz", - "integrity": "sha512-9EtFOZR8g22CL7BWjJ9BUx1+A/djkofnyW3aOXZORNW2kxoUpx2h+uN2cOqwPmFhnpVmxg+KW2OjOSgChTEvsQ==", - "dev": true - }, - "call-bind": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", - "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", - "dev": true, - "requires": { - "es-define-property": "^1.0.0", - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", - "get-intrinsic": "^1.2.4", - "set-function-length": "^1.2.1" - } - }, - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "peer": true - }, - "caniuse-lite": { - "version": "1.0.30001642", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001642.tgz", - "integrity": "sha512-3XQ0DoRgLijXJErLSl+bLnJ+Et4KqV1PY6JJBGAFlsNsz31zeAIncyeZfLCabHK/jtSh+671RM9YMldxjUPZtA==", - "dev": true - }, - "caseless": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==", - "dev": true - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "check-more-types": { - "version": "2.24.0", - "resolved": "https://registry.npmjs.org/check-more-types/-/check-more-types-2.24.0.tgz", - "integrity": "sha512-Pj779qHxV2tuapviy1bSZNEL1maXr13bPYpsvSDB68HlYcYuhlDrmGd63i0JHMCLKzc7rUSNIrpdJlhVlNwrxA==", - "dev": true - }, - "chokidar": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", - "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", - "dev": true, - "optional": true, - "requires": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "fsevents": "~2.3.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - } - }, - "chrome-trace-event": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz", - "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==", - "dev": true - }, - "ci-info": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", - "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", - "dev": true - }, - "clean-stack": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", - "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", - "dev": true - }, - "cli-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", - "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", - "dev": true, - "requires": { - "restore-cursor": "^3.1.0" - } - }, - "cli-table3": { - "version": "0.6.5", - "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.5.tgz", - "integrity": "sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==", - "dev": true, - "requires": { - "@colors/colors": "1.5.0", - "string-width": "^4.2.0" - } - }, - "cli-truncate": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-2.1.0.tgz", - "integrity": "sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==", - "dev": true, - "requires": { - "slice-ansi": "^3.0.0", - "string-width": "^4.2.0" - } - }, - "clone-deep": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", - "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", - "dev": true, - "requires": { - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.2", - "shallow-clone": "^3.0.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" - }, - "colorette": { - "version": "2.0.20", - "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", - "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", - "dev": true - }, - "combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "requires": { - "delayed-stream": "~1.0.0" - } - }, - "commander": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz", - "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", - "dev": true - }, - "common-tags": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz", - "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==", - "dev": true - }, - "commondir": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", - "dev": true - }, - "concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" - }, - "convert-source-map": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", - "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", - "dev": true - }, - "core-js-compat": { - "version": "3.37.1", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.37.1.tgz", - "integrity": "sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==", - "dev": true, - "requires": { - "browserslist": "^4.23.0" - } - }, - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==", - "dev": true - }, - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - } - }, - "css-loader": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.11.0.tgz", - "integrity": "sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g==", - "dev": true, - "requires": { - "icss-utils": "^5.1.0", - "postcss": "^8.4.33", - "postcss-modules-extract-imports": "^3.1.0", - "postcss-modules-local-by-default": "^4.0.5", - "postcss-modules-scope": "^3.2.0", - "postcss-modules-values": "^4.0.0", - "postcss-value-parser": "^4.2.0", - "semver": "^7.5.4" - }, - "dependencies": { - "semver": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", - "dev": true - } - } - }, - "cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", - "dev": true - }, - "cypress": { - "version": "13.13.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.1.tgz", - "integrity": "sha512-8F9UjL5MDUdgC/S5hr8CGLHbS5gGht5UOV184qc2pFny43fnkoaKxlzH/U6//zmGu/xRTaKimNfjknLT8+UDFg==", - "dev": true, - "requires": { - "@cypress/request": "^3.0.0", - "@cypress/xvfb": "^1.2.4", - "@types/sinonjs__fake-timers": "8.1.1", - "@types/sizzle": "^2.3.2", - "arch": "^2.2.0", - "blob-util": "^2.0.2", - "bluebird": "^3.7.2", - "buffer": "^5.7.1", - "cachedir": "^2.3.0", - "chalk": "^4.1.0", - "check-more-types": "^2.24.0", - "cli-cursor": "^3.1.0", - "cli-table3": "~0.6.1", - "commander": "^6.2.1", - "common-tags": "^1.8.0", - "dayjs": "^1.10.4", - "debug": "^4.3.4", - "enquirer": "^2.3.6", - "eventemitter2": "6.4.7", - "execa": "4.1.0", - "executable": "^4.1.1", - "extract-zip": "2.0.1", - "figures": "^3.2.0", - "fs-extra": "^9.1.0", - "getos": "^3.2.1", - "is-ci": "^3.0.1", - "is-installed-globally": "~0.4.0", - "lazy-ass": "^1.6.0", - "listr2": "^3.8.3", - "lodash": "^4.17.21", - "log-symbols": "^4.0.0", - "minimist": "^1.2.8", - "ospath": "^1.2.2", - "pretty-bytes": "^5.6.0", - "process": "^0.11.10", - "proxy-from-env": "1.0.0", - "request-progress": "^3.0.0", - "semver": "^7.5.3", - "supports-color": "^8.1.1", - "tmp": "~0.2.3", - "untildify": "^4.0.0", - "yauzl": "^2.10.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "semver": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", - "dev": true - }, - "supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "dashdash": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==", - "dev": true, - "requires": { - "assert-plus": "^1.0.0" - } - }, - "dayjs": { - "version": "1.11.12", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.12.tgz", - "integrity": "sha512-Rt2g+nTbLlDWZTwwrIXjy9MeiZmSDI375FvZs72ngxx8PDC6YXOeR3q5LAuPzjZQxhiWdRKac7RKV+YyQYfYIg==", - "dev": true - }, - "debug": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", - "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", - "requires": { - "ms": "2.1.2" - } - }, - "deep-is": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", - "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", - "peer": true - }, - "define-data-property": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", - "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", - "dev": true, - "requires": { - "es-define-property": "^1.0.0", - "es-errors": "^1.3.0", - "gopd": "^1.0.1" - } - }, - "delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" - }, - "ecc-jsbn": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", - "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==", - "dev": true, - "requires": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" - } - }, - "electron-to-chromium": { - "version": "1.4.832", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.832.tgz", - "integrity": "sha512-cTen3SB0H2SGU7x467NRe1eVcQgcuS6jckKfWJHia2eo0cHIGOqHoAxevIYZD4eRHcWjkvFzo93bi3vJ9W+1lA==", - "dev": true - }, - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", - "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", - "dev": true - }, - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", - "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", - "dev": true, - "requires": { - "once": "^1.4.0" - } - }, - "enhanced-resolve": { - "version": "5.17.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.0.tgz", - "integrity": "sha512-dwDPwZL0dmye8Txp2gzFmA6sxALaSvdRDjPH0viLcKrtlOL3tw62nWWweVD1SdILDTJrbrL6tdWVN58Wo6U3eA==", - "dev": true, - "requires": { - "graceful-fs": "^4.2.4", - "tapable": "^2.2.0" - } - }, - "enquirer": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.4.1.tgz", - "integrity": "sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==", - "dev": true, - "requires": { - "ansi-colors": "^4.1.1", - "strip-ansi": "^6.0.1" - } - }, - "envinfo": { - "version": "7.13.0", - "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.13.0.tgz", - "integrity": "sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q==", - "dev": true - }, - "es-define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", - "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", - "dev": true, - "requires": { - "get-intrinsic": "^1.2.4" - } - }, - "es-errors": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", - "dev": true - }, - "es-module-lexer": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.4.tgz", - "integrity": "sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==", - "dev": true - }, - "escalade": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", - "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", - "dev": true - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" - }, - "eslint": { - "version": "9.7.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.7.0.tgz", - "integrity": "sha512-FzJ9D/0nGiCGBf8UXO/IGLTgLVzIxze1zpfA8Ton2mjLovXdAPlYDv+MQDcqj3TmrhAGYfOpz9RfR+ent0AgAw==", - "peer": true, - "requires": { - "@eslint-community/eslint-utils": "^4.2.0", - "@eslint-community/regexpp": "^4.11.0", - "@eslint/config-array": "^0.17.0", - "@eslint/eslintrc": "^3.1.0", - "@eslint/js": "9.7.0", - "@humanwhocodes/module-importer": "^1.0.1", - "@humanwhocodes/retry": "^0.3.0", - "@nodelib/fs.walk": "^1.2.8", - "ajv": "^6.12.4", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.3.2", - "escape-string-regexp": "^4.0.0", - "eslint-scope": "^8.0.2", - "eslint-visitor-keys": "^4.0.0", - "espree": "^10.1.0", - "esquery": "^1.5.0", - "esutils": "^2.0.2", - "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^8.0.0", - "find-up": "^5.0.0", - "glob-parent": "^6.0.2", - "ignore": "^5.2.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "is-path-inside": "^3.0.3", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash.merge": "^4.6.2", - "minimatch": "^3.1.2", - "natural-compare": "^1.4.0", - "optionator": "^0.9.3", - "strip-ansi": "^6.0.1", - "text-table": "^0.2.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "peer": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "peer": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "peer": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "peer": true - }, - "escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "peer": true - }, - "eslint-visitor-keys": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz", - "integrity": "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==", - "peer": true - }, - "glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", - "peer": true, - "requires": { - "is-glob": "^4.0.3" - } - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "peer": true - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "peer": true, - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "eslint-scope": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.0.2.tgz", - "integrity": "sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==", - "peer": true, - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^5.2.0" - } - }, - "eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", - "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==" - }, - "espree": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/espree/-/espree-10.1.0.tgz", - "integrity": "sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==", - "peer": true, - "requires": { - "acorn": "^8.12.0", - "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^4.0.0" - }, - "dependencies": { - "eslint-visitor-keys": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz", - "integrity": "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==", - "peer": true - } - } - }, - "esquery": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz", - "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==", - "peer": true, - "requires": { - "estraverse": "^5.1.0" - } - }, - "esrecurse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", - "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", - "requires": { - "estraverse": "^5.2.0" - } - }, - "estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" - }, - "eventemitter2": { - "version": "6.4.7", - "resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-6.4.7.tgz", - "integrity": "sha512-tYUSVOGeQPKt/eC1ABfhHy5Xd96N3oIijJvN3O9+TsC28T5V9yX9oEfEK5faP0EFSNVOG97qtAS68GBrQB2hDg==", - "dev": true - }, - "events": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", - "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", - "dev": true - }, - "execa": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz", - "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==", - "dev": true, - "requires": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "human-signals": "^1.1.1", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.0", - "onetime": "^5.1.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" - } - }, - "executable": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/executable/-/executable-4.1.1.tgz", - "integrity": "sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==", - "dev": true, - "requires": { - "pify": "^2.2.0" - } - }, - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", - "dev": true - }, - "extract-zip": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz", - "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==", - "dev": true, - "requires": { - "@types/yauzl": "^2.9.1", - "debug": "^4.1.1", - "get-stream": "^5.1.0", - "yauzl": "^2.10.0" - } - }, - "extsprintf": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", - "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==", - "dev": true - }, - "fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" - }, - "fast-levenshtein": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", - "peer": true - }, - "fastest-levenshtein": { - "version": "1.0.16", - "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", - "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", - "dev": true - }, - "fastq": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", - "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", - "peer": true, - "requires": { - "reusify": "^1.0.4" - } - }, - "fd-slicer": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", - "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==", - "dev": true, - "requires": { - "pend": "~1.2.0" - } - }, - "figures": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", - "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", - "dev": true, - "requires": { - "escape-string-regexp": "^1.0.5" - } - }, - "file-entry-cache": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz", - "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==", - "peer": true, - "requires": { - "flat-cache": "^4.0.0" - } - }, - "file-loader": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", - "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", - "dev": true, - "requires": { - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0" - }, - "dependencies": { - "schema-utils": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", - "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } - } - } - }, - "fill-range": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", - "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", - "dev": true, - "optional": true, - "requires": { - "to-regex-range": "^5.0.1" - } - }, - "find-cache-dir": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", - "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", - "dev": true, - "requires": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - }, - "dependencies": { - "make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "dev": true, - "requires": { - "semver": "^6.0.0" - } - } - } - }, - "find-up": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", - "peer": true, - "requires": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - } - }, - "flat": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", - "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", - "dev": true - }, - "flat-cache": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz", - "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==", - "peer": true, - "requires": { - "flatted": "^3.2.9", - "keyv": "^4.5.4" - } - }, - "flatted": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz", - "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==", - "peer": true - }, - "follow-redirects": { - "version": "1.15.6", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", - "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==" - }, - "forever-agent": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", - "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==", - "dev": true - }, - "form-data": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", - "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", - "dev": true, - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - } - }, - "fs-extra": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", - "dev": true, - "requires": { - "at-least-node": "^1.0.0", - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - } - }, - "fs-readdir-recursive": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz", - "integrity": "sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==", - "dev": true - }, - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", - "dev": true - }, - "fsevents": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", - "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", - "dev": true, - "optional": true - }, - "function-bind": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", - "dev": true - }, - "get-intrinsic": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", - "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", - "dev": true, - "requires": { - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", - "has-proto": "^1.0.1", - "has-symbols": "^1.0.3", - "hasown": "^2.0.0" - } - }, - "get-stream": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", - "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", - "dev": true, - "requires": { - "pump": "^3.0.0" - } - }, - "getos": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/getos/-/getos-3.2.1.tgz", - "integrity": "sha512-U56CfOK17OKgTVqozZjUKNdkfEv6jk5WISBJ8SHoagjE6L69zOwl3Z+O8myjY9MEW3i2HPWQBt/LTbCgcC973Q==", - "dev": true, - "requires": { - "async": "^3.2.0" - } - }, - "getpass": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==", - "dev": true, - "requires": { - "assert-plus": "^1.0.0" - } - }, - "glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "dev": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "optional": true, - "requires": { - "is-glob": "^4.0.1" - } - }, - "glob-to-regexp": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", - "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", - "dev": true - }, - "global-dirs": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.1.tgz", - "integrity": "sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==", - "dev": true, - "requires": { - "ini": "2.0.0" - } - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" - }, - "gopd": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", - "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", - "dev": true, - "requires": { - "get-intrinsic": "^1.1.3" - } - }, - "graceful-fs": { - "version": "4.2.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", - "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", - "dev": true - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==" - }, - "has-property-descriptors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", - "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", - "dev": true, - "requires": { - "es-define-property": "^1.0.0" - } - }, - "has-proto": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", - "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", - "dev": true - }, - "has-symbols": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", - "dev": true - }, - "hasown": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", - "requires": { - "function-bind": "^1.1.2" - } - }, - "http-signature": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.3.6.tgz", - "integrity": "sha512-3adrsD6zqo4GsTqtO7FyrejHNv+NgiIfAfv68+jVlFmSr9OGy7zrxONceFRLKvnnZA5jbxQBX1u9PpB6Wi32Gw==", - "dev": true, - "requires": { - "assert-plus": "^1.0.0", - "jsprim": "^2.0.2", - "sshpk": "^1.14.1" - } - }, - "human-signals": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", - "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==", - "dev": true - }, - "icss-utils": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", - "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", - "dev": true, - "requires": {} - }, - "ieee754": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", - "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", - "dev": true - }, - "ignore": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz", - "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==", - "peer": true - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", - "peer": true, - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - } - }, - "import-local": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", - "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", - "dev": true, - "requires": { - "pkg-dir": "^4.2.0", - "resolve-cwd": "^3.0.0" - } - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", - "peer": true - }, - "indent-string": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", - "dev": true - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", - "dev": true, - "requires": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "dev": true - }, - "ini": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz", - "integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==", - "dev": true - }, - "interpret": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/interpret/-/interpret-2.2.0.tgz", - "integrity": "sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==", - "dev": true - }, - "is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dev": true, - "optional": true, - "requires": { - "binary-extensions": "^2.0.0" - } - }, - "is-ci": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-3.0.1.tgz", - "integrity": "sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==", - "dev": true, - "requires": { - "ci-info": "^3.2.0" - } - }, - "is-core-module": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.0.tgz", - "integrity": "sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==", - "requires": { - "hasown": "^2.0.2" - } - }, - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true - }, - "is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "requires": { - "is-extglob": "^2.1.1" - } - }, - "is-installed-globally": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.4.0.tgz", - "integrity": "sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==", - "dev": true, - "requires": { - "global-dirs": "^3.0.0", - "is-path-inside": "^3.0.2" - } - }, - "is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true, - "optional": true - }, - "is-path-inside": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", - "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==" - }, - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dev": true, - "requires": { - "isobject": "^3.0.1" - } - }, - "is-stream": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", - "dev": true - }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", - "dev": true - }, - "is-unicode-supported": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", - "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", - "dev": true - }, - "isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", - "dev": true - }, - "isstream": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", - "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==", - "dev": true - }, - "jest-worker": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", - "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", - "dev": true, - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, - "dependencies": { - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "jquery": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz", - "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==", - "peer": true - }, - "js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" - }, - "js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", - "peer": true, - "requires": { - "argparse": "^2.0.1" - } - }, - "jsbn": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==", - "dev": true - }, - "jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" - }, - "json-buffer": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", - "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", - "peer": true - }, - "json-parse-even-better-errors": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", - "dev": true - }, - "json-schema": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", - "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==", - "dev": true - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" - }, - "json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", - "peer": true - }, - "json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", - "dev": true - }, - "json5": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", - "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", - "dev": true - }, - "jsonfile": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", - "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", - "dev": true, - "requires": { - "graceful-fs": "^4.1.6", - "universalify": "^2.0.0" - } - }, - "jsprim": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-2.0.2.tgz", - "integrity": "sha512-gqXddjPqQ6G40VdnI6T6yObEC+pDNvyP95wdQhkWkg7crHH3km5qP1FsOXEkzEQwnz6gz5qGTn1c2Y52wP3OyQ==", - "dev": true, - "requires": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.4.0", - "verror": "1.10.0" - } - }, - "keyv": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", - "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", - "peer": true, - "requires": { - "json-buffer": "3.0.1" - } - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", - "dev": true - }, - "lazy-ass": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/lazy-ass/-/lazy-ass-1.6.0.tgz", - "integrity": "sha512-cc8oEVoctTvsFZ/Oje/kGnHbpWHYBe8IAJe4C0QNc3t8uM/0Y8+erSz/7Y1ALuXTEZTMvxXwO6YbX1ey3ujiZw==", - "dev": true - }, - "levn": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", - "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", - "peer": true, - "requires": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - } - }, - "listr2": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/listr2/-/listr2-3.14.0.tgz", - "integrity": "sha512-TyWI8G99GX9GjE54cJ+RrNMcIFBfwMPxc3XTFiAYGN4s10hWROGtOg7+O6u6LE3mNkyld7RSLE6nrKBvTfcs3g==", - "dev": true, - "requires": { - "cli-truncate": "^2.1.0", - "colorette": "^2.0.16", - "log-update": "^4.0.0", - "p-map": "^4.0.0", - "rfdc": "^1.3.0", - "rxjs": "^7.5.1", - "through": "^2.3.8", - "wrap-ansi": "^7.0.0" - } - }, - "loader-runner": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", - "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", - "dev": true - }, - "loader-utils": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", - "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", - "dev": true, - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - } - }, - "locate-path": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", - "peer": true, - "requires": { - "p-locate": "^5.0.0" - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true - }, - "lodash.debounce": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", - "dev": true - }, - "lodash.merge": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", - "peer": true - }, - "lodash.once": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", - "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==", - "dev": true - }, - "log-symbols": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", - "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", - "dev": true, - "requires": { - "chalk": "^4.1.0", - "is-unicode-supported": "^0.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "log-update": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz", - "integrity": "sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==", - "dev": true, - "requires": { - "ansi-escapes": "^4.3.0", - "cli-cursor": "^3.1.0", - "slice-ansi": "^4.0.0", - "wrap-ansi": "^6.2.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "slice-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", - "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", - "dev": true, - "requires": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - } - }, - "wrap-ansi": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", - "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", - "dev": true, - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - } - } - } - }, - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", - "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - } - }, - "lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dev": true, - "requires": { - "yallist": "^3.0.2" - } - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", - "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", - "dev": true, - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "dependencies": { - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "dev": true - }, - "semver": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", - "dev": true - } - } - }, - "mephisto-task": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/mephisto-task/-/mephisto-task-2.0.4.tgz", - "integrity": "sha512-zTnByWIrztwVPC2TneP3K+Z1XFtzElpF4ap68UeG7W15vvrOoYwECX+Wt5BRWC9+NSsUI/yLpfArCue4Av7cmg==", - "requires": { - "axios": "^0.27.2", - "babel-eslint": "^10.1.0", - "bowser": "^2.11.0" - } - }, - "merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", - "dev": true - }, - "mime-db": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" - }, - "mime-types": { - "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "requires": { - "mime-db": "1.52.0" - } - }, - "mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", - "dev": true - }, - "minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "minimist": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", - "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", - "dev": true - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, - "nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", - "dev": true - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", - "peer": true - }, - "neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", - "dev": true - }, - "node-releases": { - "version": "2.0.17", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.17.tgz", - "integrity": "sha512-Ww6ZlOiEQfPfXM45v17oabk77Z7mg5bOt7AjDyzy7RjK9OrLrLC8dyZQoAPEOtFX9SaNf1Tdvr5gRJWdTJj7GA==", - "dev": true - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true, - "optional": true - }, - "npm-run-path": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", - "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", - "dev": true, - "requires": { - "path-key": "^3.0.0" - } - }, - "object-inspect": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz", - "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==", - "dev": true - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", - "dev": true, - "requires": { - "wrappy": "1" - } - }, - "onetime": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", - "dev": true, - "requires": { - "mimic-fn": "^2.1.0" - } - }, - "optionator": { - "version": "0.9.4", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", - "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==", - "peer": true, - "requires": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.5" - } - }, - "ospath": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/ospath/-/ospath-1.2.2.tgz", - "integrity": "sha512-o6E5qJV5zkAbIDNhGSIlyOhScKXgQrSRMilfph0clDfM0nEnBOlKlH4sWDmG95BW/CvwNz0vmm7dJVtU2KlMiA==", - "dev": true - }, - "p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", - "peer": true, - "requires": { - "yocto-queue": "^0.1.0" - } - }, - "p-locate": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", - "peer": true, - "requires": { - "p-limit": "^3.0.2" - } - }, - "p-map": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", - "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", - "dev": true, - "requires": { - "aggregate-error": "^3.0.0" - } - }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true - }, - "parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", - "peer": true, - "requires": { - "callsites": "^3.0.0" - } - }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", - "dev": true - }, - "path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" - }, - "path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" - }, - "pend": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", - "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==", - "dev": true - }, - "performance-now": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==", - "dev": true - }, - "picocolors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", - "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==" - }, - "picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true, - "optional": true - }, - "pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", - "dev": true - }, - "pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", - "dev": true, - "requires": { - "find-up": "^4.0.0" - }, - "dependencies": { - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "dev": true, - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - } - }, - "locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "dev": true, - "requires": { - "p-locate": "^4.1.0" - } - }, - "p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dev": true, - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "dev": true, - "requires": { - "p-limit": "^2.2.0" - } - } - } - }, - "popper.js": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", - "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==", - "peer": true - }, - "postcss": { - "version": "8.4.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz", - "integrity": "sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==", - "dev": true, - "requires": { - "nanoid": "^3.3.7", - "picocolors": "^1.0.1", - "source-map-js": "^1.2.0" - } - }, - "postcss-modules-extract-imports": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz", - "integrity": "sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==", - "dev": true, - "requires": {} - }, - "postcss-modules-local-by-default": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.5.tgz", - "integrity": "sha512-6MieY7sIfTK0hYfafw1OMEG+2bg8Q1ocHCpoWLqOKj3JXlKu4G7btkmM/B7lFubYkYWmRSPLZi5chid63ZaZYw==", - "dev": true, - "requires": { - "icss-utils": "^5.0.0", - "postcss-selector-parser": "^6.0.2", - "postcss-value-parser": "^4.1.0" - } - }, - "postcss-modules-scope": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.0.tgz", - "integrity": "sha512-oq+g1ssrsZOsx9M96c5w8laRmvEu9C3adDSjI8oTcbfkrTE8hx/zfyobUoWIxaKPO8bt6S62kxpw5GqypEw1QQ==", - "dev": true, - "requires": { - "postcss-selector-parser": "^6.0.4" - } - }, - "postcss-modules-values": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", - "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", - "dev": true, - "requires": { - "icss-utils": "^5.0.0" - } - }, - "postcss-selector-parser": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.1.tgz", - "integrity": "sha512-b4dlw/9V8A71rLIDsSwVmak9z2DuBUB7CA1/wSdelNEzqsjoSPeADTWNO09lpH49Diy3/JIZ2bSPB1dI3LJCHg==", - "dev": true, - "requires": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - } - }, - "postcss-value-parser": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", - "dev": true - }, - "prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", - "peer": true - }, - "pretty-bytes": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz", - "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==", - "dev": true - }, - "process": { - "version": "0.11.10", - "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", - "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", - "dev": true - }, - "proxy-from-env": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.0.0.tgz", - "integrity": "sha512-F2JHgJQ1iqwnHDcQjVBsq3n/uoaFL+iPW/eAeL7kVxy/2RrWaN4WroKjjvbsoRtv0ftelNyC01bjRhn/bhcf4A==", - "dev": true - }, - "psl": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", - "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==", - "dev": true - }, - "pump": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", - "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", - "dev": true, - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - } - }, - "punycode": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", - "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" - }, - "qs": { - "version": "6.10.4", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.4.tgz", - "integrity": "sha512-OQiU+C+Ds5qiH91qh/mg0w+8nwQuLjM4F4M/PbmhDOoYehPh+Fb0bDjtR1sOvy7YKxvj28Y/M0PhP5uVX0kB+g==", - "dev": true, - "requires": { - "side-channel": "^1.0.4" - } - }, - "querystringify": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", - "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", - "dev": true - }, - "queue-microtask": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "peer": true - }, - "randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", - "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", - "dev": true, - "requires": { - "safe-buffer": "^5.1.0" - } - }, - "react": { - "version": "18.3.1", - "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", - "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", - "requires": { - "loose-envify": "^1.1.0" - } - }, - "react-dom": { - "version": "18.3.1", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", - "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", - "requires": { - "loose-envify": "^1.1.0", - "scheduler": "^0.23.2" - } - }, - "readdirp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "optional": true, - "requires": { - "picomatch": "^2.2.1" - } - }, - "rechoir": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.7.1.tgz", - "integrity": "sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==", - "dev": true, - "requires": { - "resolve": "^1.9.0" - } - }, - "regenerate": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", - "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", - "dev": true - }, - "regenerate-unicode-properties": { - "version": "10.1.1", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", - "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", - "dev": true, - "requires": { - "regenerate": "^1.4.2" - } - }, - "regenerator-runtime": { - "version": "0.14.1", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", - "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", - "dev": true - }, - "regenerator-transform": { - "version": "0.15.2", - "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz", - "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", - "dev": true, - "requires": { - "@babel/runtime": "^7.8.4" - } - }, - "regexpu-core": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", - "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", - "dev": true, - "requires": { - "@babel/regjsgen": "^0.8.0", - "regenerate": "^1.4.2", - "regenerate-unicode-properties": "^10.1.0", - "regjsparser": "^0.9.1", - "unicode-match-property-ecmascript": "^2.0.0", - "unicode-match-property-value-ecmascript": "^2.1.0" - } - }, - "regjsparser": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", - "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", - "dev": true, - "requires": { - "jsesc": "~0.5.0" - }, - "dependencies": { - "jsesc": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", - "dev": true - } - } - }, - "request-progress": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/request-progress/-/request-progress-3.0.0.tgz", - "integrity": "sha512-MnWzEHHaxHO2iWiQuHrUPBi/1WeBf5PkxQqNyNvLl9VAYSdXkP8tQ3pBSeCPD+yw0v0Aq1zosWLz0BdeXpWwZg==", - "dev": true, - "requires": { - "throttleit": "^1.0.0" - } - }, - "requires-port": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", - "dev": true - }, - "resolve": { - "version": "1.22.8", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", - "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", - "requires": { - "is-core-module": "^2.13.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - } - }, - "resolve-cwd": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", - "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", - "dev": true, - "requires": { - "resolve-from": "^5.0.0" - }, - "dependencies": { - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", - "dev": true - } - } - }, - "resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "peer": true - }, - "restore-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", - "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", - "dev": true, - "requires": { - "onetime": "^5.1.0", - "signal-exit": "^3.0.2" - } - }, - "reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", - "peer": true - }, - "rfdc": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz", - "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==", - "dev": true - }, - "run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", - "peer": true, - "requires": { - "queue-microtask": "^1.2.2" - } - }, - "rxjs": { - "version": "7.8.1", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", - "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", - "dev": true, - "requires": { - "tslib": "^2.1.0" - } - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "dev": true - }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", - "dev": true - }, - "scheduler": { - "version": "0.23.2", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", - "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==", - "requires": { - "loose-envify": "^1.1.0" - } - }, - "schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", - "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - } - }, - "semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true - }, - "serialize-javascript": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", - "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", - "dev": true, - "requires": { - "randombytes": "^2.1.0" - } - }, - "set-function-length": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", - "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", - "dev": true, - "requires": { - "define-data-property": "^1.1.4", - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", - "get-intrinsic": "^1.2.4", - "gopd": "^1.0.1", - "has-property-descriptors": "^1.0.2" - } - }, - "shallow-clone": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", - "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", - "dev": true, - "requires": { - "kind-of": "^6.0.2" - } - }, - "shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "requires": { - "shebang-regex": "^3.0.0" - } - }, - "shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" - }, - "side-channel": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", - "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", - "dev": true, - "requires": { - "call-bind": "^1.0.7", - "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.4", - "object-inspect": "^1.13.1" - } - }, - "signal-exit": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", - "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", - "dev": true - }, - "slice-ansi": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-3.0.0.tgz", - "integrity": "sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==", - "dev": true, - "requires": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - } - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - }, - "source-map-js": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", - "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==", - "dev": true - }, - "source-map-support": { - "version": "0.5.21", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", - "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", - "dev": true, - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "sshpk": { - "version": "1.18.0", - "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.18.0.tgz", - "integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==", - "dev": true, - "requires": { - "asn1": "~0.2.3", - "assert-plus": "^1.0.0", - "bcrypt-pbkdf": "^1.0.0", - "dashdash": "^1.12.0", - "ecc-jsbn": "~0.1.1", - "getpass": "^0.1.1", - "jsbn": "~0.1.0", - "safer-buffer": "^2.0.2", - "tweetnacl": "~0.14.0" - } - }, - "string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - } - }, - "strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "requires": { - "ansi-regex": "^5.0.1" - } - }, - "strip-final-newline": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", - "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", - "dev": true - }, - "strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", - "peer": true - }, - "style-loader": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-1.3.0.tgz", - "integrity": "sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q==", - "dev": true, - "requires": { - "loader-utils": "^2.0.0", - "schema-utils": "^2.7.0" - } - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "requires": { - "has-flag": "^3.0.0" - } - }, - "supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" - }, - "tapable": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", - "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", - "dev": true - }, - "terser": { - "version": "5.31.3", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.3.tgz", - "integrity": "sha512-pAfYn3NIZLyZpa83ZKigvj6Rn9c/vd5KfYGX7cN1mnzqgDcxWvrU5ZtAfIKhEXz9nRecw4z3LXkjaq96/qZqAA==", - "dev": true, - "requires": { - "@jridgewell/source-map": "^0.3.3", - "acorn": "^8.8.2", - "commander": "^2.20.0", - "source-map-support": "~0.5.20" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true - } - } - }, - "terser-webpack-plugin": { - "version": "5.3.10", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz", - "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==", - "dev": true, - "requires": { - "@jridgewell/trace-mapping": "^0.3.20", - "jest-worker": "^27.4.5", - "schema-utils": "^3.1.1", - "serialize-javascript": "^6.0.1", - "terser": "^5.26.0" - }, - "dependencies": { - "schema-utils": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", - "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } - } - } - }, - "text-table": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", - "peer": true - }, - "throttleit": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-1.0.1.tgz", - "integrity": "sha512-vDZpf9Chs9mAdfY046mcPt8fg5QSZr37hEH4TXYBnDF+izxgrbRGUAAaBvIk/fJm9aOFCGFd1EsNg5AZCbnQCQ==", - "dev": true - }, - "through": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", - "dev": true - }, - "tmp": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz", - "integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==", - "dev": true - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==" - }, - "to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "optional": true, - "requires": { - "is-number": "^7.0.0" - } - }, - "tough-cookie": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz", - "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==", - "dev": true, - "requires": { - "psl": "^1.1.33", - "punycode": "^2.1.1", - "universalify": "^0.2.0", - "url-parse": "^1.5.3" - }, - "dependencies": { - "universalify": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", - "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", - "dev": true - } - } - }, - "tslib": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", - "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==", - "dev": true - }, - "tunnel-agent": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", - "dev": true, - "requires": { - "safe-buffer": "^5.0.1" - } - }, - "tweetnacl": { - "version": "0.14.5", - "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", - "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==", - "dev": true - }, - "type-check": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", - "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", - "peer": true, - "requires": { - "prelude-ls": "^1.2.1" - } - }, - "type-fest": { - "version": "0.21.3", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", - "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", - "dev": true - }, - "undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", - "dev": true - }, - "unicode-canonical-property-names-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", - "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", - "dev": true - }, - "unicode-match-property-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", - "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", - "dev": true, - "requires": { - "unicode-canonical-property-names-ecmascript": "^2.0.0", - "unicode-property-aliases-ecmascript": "^2.0.0" - } - }, - "unicode-match-property-value-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", - "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", - "dev": true - }, - "unicode-property-aliases-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", - "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", - "dev": true - }, - "universalify": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", - "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", - "dev": true - }, - "untildify": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz", - "integrity": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==", - "dev": true - }, - "update-browserslist-db": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz", - "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==", - "dev": true, - "requires": { - "escalade": "^3.1.2", - "picocolors": "^1.0.1" - } - }, - "uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", - "requires": { - "punycode": "^2.1.0" - } - }, - "url-loader": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz", - "integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==", - "dev": true, - "requires": { - "loader-utils": "^2.0.0", - "mime-types": "^2.1.27", - "schema-utils": "^3.0.0" - }, - "dependencies": { - "schema-utils": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", - "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } - } - } - }, - "url-parse": { - "version": "1.5.10", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", - "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", - "dev": true, - "requires": { - "querystringify": "^2.1.1", - "requires-port": "^1.0.0" - } - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", - "dev": true - }, - "uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", - "dev": true - }, - "verror": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", - "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==", - "dev": true, - "requires": { - "assert-plus": "^1.0.0", - "core-util-is": "1.0.2", - "extsprintf": "^1.2.0" - } - }, - "watchpack": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.1.tgz", - "integrity": "sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==", - "dev": true, - "requires": { - "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.1.2" - } - }, - "webpack": { - "version": "5.93.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.93.0.tgz", - "integrity": "sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==", - "dev": true, - "requires": { - "@types/eslint-scope": "^3.7.3", - "@types/estree": "^1.0.5", - "@webassemblyjs/ast": "^1.12.1", - "@webassemblyjs/wasm-edit": "^1.12.1", - "@webassemblyjs/wasm-parser": "^1.12.1", - "acorn": "^8.7.1", - "acorn-import-attributes": "^1.9.5", - "browserslist": "^4.21.10", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.17.0", - "es-module-lexer": "^1.2.1", - "eslint-scope": "5.1.1", - "events": "^3.2.0", - "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.2.11", - "json-parse-even-better-errors": "^2.3.1", - "loader-runner": "^4.2.0", - "mime-types": "^2.1.27", - "neo-async": "^2.6.2", - "schema-utils": "^3.2.0", - "tapable": "^2.1.1", - "terser-webpack-plugin": "^5.3.10", - "watchpack": "^2.4.1", - "webpack-sources": "^3.2.3" - }, - "dependencies": { - "eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", - "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", - "dev": true, - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - } - }, - "estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "dev": true - }, - "schema-utils": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", - "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } - } - } - }, - "webpack-cli": { - "version": "4.10.0", - "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.10.0.tgz", - "integrity": "sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==", - "dev": true, - "requires": { - "@discoveryjs/json-ext": "^0.5.0", - "@webpack-cli/configtest": "^1.2.0", - "@webpack-cli/info": "^1.5.0", - "@webpack-cli/serve": "^1.7.0", - "colorette": "^2.0.14", - "commander": "^7.0.0", - "cross-spawn": "^7.0.3", - "fastest-levenshtein": "^1.0.12", - "import-local": "^3.0.2", - "interpret": "^2.2.0", - "rechoir": "^0.7.0", - "webpack-merge": "^5.7.3" - }, - "dependencies": { - "commander": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", - "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", - "dev": true - } - } - }, - "webpack-merge": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.10.0.tgz", - "integrity": "sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==", - "dev": true, - "requires": { - "clone-deep": "^4.0.1", - "flat": "^5.0.2", - "wildcard": "^2.0.0" - } - }, - "webpack-sources": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", - "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", - "dev": true - }, - "which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "requires": { - "isexe": "^2.0.0" - } - }, - "wildcard": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz", - "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==", - "dev": true - }, - "word-wrap": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", - "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", - "peer": true - }, - "wrap-ansi": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dev": true, - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - } - } - }, - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", - "dev": true - }, - "yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true - }, - "yauzl": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", - "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==", - "dev": true, - "requires": { - "buffer-crc32": "~0.2.3", - "fd-slicer": "~1.1.0" - } - }, - "yocto-queue": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", - "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", - "peer": true } } } diff --git a/examples/static_react_task/webapp/package.json b/examples/static_react_task/webapp/package.json index 8642c61ea..63a7498b6 100644 --- a/examples/static_react_task/webapp/package.json +++ b/examples/static_react_task/webapp/package.json @@ -1,5 +1,5 @@ { - "name": "mephisto-task-compiler", + "name": "static_react_task", "version": "1.0.1", "description": "", "main": "webpack.config.js", @@ -12,7 +12,6 @@ "author": "", "dependencies": { "bootstrap": "^4.6.2", - "mephisto-task": "2.0.4", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/static_react_task/webapp/src/app.jsx b/examples/static_react_task/webapp/src/app.jsx index fa945d304..3c321fcfd 100644 --- a/examples/static_react_task/webapp/src/app.jsx +++ b/examples/static_react_task/webapp/src/app.jsx @@ -11,7 +11,7 @@ import { OnboardingComponent, LoadingScreen, } from "./components/core_components.jsx"; -import { useMephistoTask, ErrorBoundary } from "mephisto-task"; +import { useMephistoTask, ErrorBoundary } from "mephisto-core"; /* ================= Application Components ================= */ diff --git a/examples/static_react_task/webapp/webpack.config.js b/examples/static_react_task/webapp/webpack.config.js index 7c92f67df..9c03405a0 100644 --- a/examples/static_react_task/webapp/webpack.config.js +++ b/examples/static_react_task/webapp/webpack.config.js @@ -16,6 +16,11 @@ module.exports = { resolve: { alias: { react: path.resolve("./node_modules/react"), + // Use local library with code that can submit metadata with files + "mephisto-core": path.resolve( + __dirname, + "../../../packages/mephisto-core" + ), }, fallback: { net: false, diff --git a/examples/static_react_task_with_worker_opinion/webapp/link_mephisto_task.sh b/examples/static_react_task_with_worker_opinion/webapp/link_mephisto_task.sh new file mode 100644 index 000000000..d86db0ae4 --- /dev/null +++ b/examples/static_react_task_with_worker_opinion/webapp/link_mephisto_task.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +# Copyright (c) Meta Platforms and its affiliates. +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. + +echo "Post install script executed" diff --git a/examples/static_react_task_with_worker_opinion/webapp/package.json b/examples/static_react_task_with_worker_opinion/webapp/package.json index 270e6a82f..795f92182 100644 --- a/examples/static_react_task_with_worker_opinion/webapp/package.json +++ b/examples/static_react_task_with_worker_opinion/webapp/package.json @@ -1,5 +1,5 @@ { - "name": "mephisto-task-compiler", + "name": "static_react_task_with_worker_opinion", "version": "1.0.1", "description": "", "main": "webpack.config.js", diff --git a/examples/video_annotator_demo/webapp/link_mephisto_task.sh b/examples/video_annotator_demo/webapp/link_mephisto_task.sh index 6936741b2..d86db0ae4 100644 --- a/examples/video_annotator_demo/webapp/link_mephisto_task.sh +++ b/examples/video_annotator_demo/webapp/link_mephisto_task.sh @@ -4,4 +4,4 @@ # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. -npm link mephisto-task +echo "Post install script executed" diff --git a/examples/video_annotator_demo/webapp/package-lock.json b/examples/video_annotator_demo/webapp/package-lock.json index 40bf7c26a..ad2d4ecee 100644 --- a/examples/video_annotator_demo/webapp/package-lock.json +++ b/examples/video_annotator_demo/webapp/package-lock.json @@ -37,6 +37,7 @@ "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.24" @@ -46,10 +47,11 @@ } }, "node_modules/@babel/cli": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.24.8.tgz", - "integrity": "sha512-isdp+G6DpRyKc+3Gqxy2rjzgF7Zj9K0mzLNnxz+E/fgeag8qT3vVulX4gY9dGO1q0y+0lUv6V3a+uhUzMzrwXg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.25.9.tgz", + "integrity": "sha512-I+02IfrTiSanpxJBlZQYb18qCxB6c2Ih371cVpfgIrPQrjAYkf45XxomTJOG8JBWX5GY35/+TmhCMdJ4ZPkL8Q==", "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "^0.3.25", "commander": "^6.2.0", @@ -68,19 +70,21 @@ }, "optionalDependencies": { "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3", - "chokidar": "^3.4.0" + "chokidar": "^3.6.0" }, "peerDependencies": { "@babel/core": "^7.0.0-0" } }, "node_modules/@babel/code-frame": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", - "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz", + "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/highlight": "^7.24.7", + "@babel/helper-validator-identifier": "^7.25.9", + "js-tokens": "^4.0.0", "picocolors": "^1.0.0" }, "engines": { @@ -88,30 +92,32 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.24.9", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.9.tgz", - "integrity": "sha512-e701mcfApCJqMMueQI0Fb68Amflj83+dvAvHawoBpAz+GDjCIyGHzNwnefjsWJ3xiYAqqiQFoWbspGYBdb2/ng==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.2.tgz", + "integrity": "sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.24.9", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.9.tgz", - "integrity": "sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.0.tgz", + "integrity": "sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==", "dev": true, + "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.24.9", - "@babel/helper-compilation-targets": "^7.24.8", - "@babel/helper-module-transforms": "^7.24.9", - "@babel/helpers": "^7.24.8", - "@babel/parser": "^7.24.8", - "@babel/template": "^7.24.7", - "@babel/traverse": "^7.24.8", - "@babel/types": "^7.24.9", + "@babel/code-frame": "^7.26.0", + "@babel/generator": "^7.26.0", + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-module-transforms": "^7.26.0", + "@babel/helpers": "^7.26.0", + "@babel/parser": "^7.26.0", + "@babel/template": "^7.25.9", + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.26.0", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -127,54 +133,59 @@ } }, "node_modules/@babel/generator": { - "version": "7.24.10", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.10.tgz", - "integrity": "sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.2.tgz", + "integrity": "sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/types": "^7.24.9", + "@babel/parser": "^7.26.2", + "@babel/types": "^7.26.0", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", - "jsesc": "^2.5.1" + "jsesc": "^3.0.2" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-annotate-as-pure": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz", - "integrity": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz", + "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/types": "^7.24.7" + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.7.tgz", - "integrity": "sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.25.9.tgz", + "integrity": "sha512-C47lC7LIDCnz0h4vai/tpNOI95tCd5ZT3iBt/DBH5lXKHZsyNQv18yf1wIIg2ntiQNgmAvA+DgZ82iW8Qdym8g==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz", - "integrity": "sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz", + "integrity": "sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/compat-data": "^7.24.8", - "@babel/helper-validator-option": "^7.24.8", - "browserslist": "^4.23.1", + "@babel/compat-data": "^7.25.9", + "@babel/helper-validator-option": "^7.25.9", + "browserslist": "^4.24.0", "lru-cache": "^5.1.1", "semver": "^6.3.1" }, @@ -183,19 +194,18 @@ } }, "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.8.tgz", - "integrity": "sha512-4f6Oqnmyp2PP3olgUMmOwC3akxSm5aBYraQ6YDdKy7NcAMkDECHWG0DEnV6M2UAkERgIBhYt8S27rURPg7SxWA==", - "dev": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-member-expression-to-functions": "^7.24.8", - "@babel/helper-optimise-call-expression": "^7.24.7", - "@babel/helper-replace-supers": "^7.24.7", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.9.tgz", + "integrity": "sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-member-expression-to-functions": "^7.25.9", + "@babel/helper-optimise-call-expression": "^7.25.9", + "@babel/helper-replace-supers": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", + "@babel/traverse": "^7.25.9", "semver": "^6.3.1" }, "engines": { @@ -206,13 +216,14 @@ } }, "node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.24.7.tgz", - "integrity": "sha512-03TCmXy2FtXJEZfbXDTSqq1fRJArk7lX9DOFC/47VthYcxyIOx+eXQmdo6DOQvrbpIix+KfXwvuXdFDZHxt+rA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.9.tgz", + "integrity": "sha512-ORPNZ3h6ZRkOyAa/SaHU+XsLZr0UQzRwuDQ0cczIA17nAzZ+85G5cVkOJIj7QavLZGSe8QXUmNFxSZzjcZF9bw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "regexpu-core": "^5.3.1", + "@babel/helper-annotate-as-pure": "^7.25.9", + "regexpu-core": "^6.1.1", "semver": "^6.3.1" }, "engines": { @@ -223,10 +234,11 @@ } }, "node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz", - "integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.3.tgz", + "integrity": "sha512-HK7Bi+Hj6H+VTHA3ZvBis7V/6hu9QuTrnMXNybfUf2iiuU/N97I8VjB+KbhFF8Rld/Lx5MzoCwPCpPjfK+n8Cg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-compilation-targets": "^7.22.6", "@babel/helper-plugin-utils": "^7.22.5", @@ -238,80 +250,44 @@ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" } }, - "node_modules/@babel/helper-environment-visitor": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz", - "integrity": "sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==", - "dev": true, - "dependencies": { - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-function-name": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz", - "integrity": "sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==", - "dev": true, - "dependencies": { - "@babel/template": "^7.24.7", - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-hoist-variables": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz", - "integrity": "sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==", - "dev": true, - "dependencies": { - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz", - "integrity": "sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz", + "integrity": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/traverse": "^7.24.8", - "@babel/types": "^7.24.8" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-imports": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz", - "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz", + "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.24.9", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz", - "integrity": "sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz", + "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-module-imports": "^7.24.7", - "@babel/helper-simple-access": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", - "@babel/helper-validator-identifier": "^7.24.7" + "@babel/helper-module-imports": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -321,35 +297,38 @@ } }, "node_modules/@babel/helper-optimise-call-expression": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz", - "integrity": "sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz", + "integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/types": "^7.24.7" + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz", - "integrity": "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz", + "integrity": "sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-remap-async-to-generator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.24.7.tgz", - "integrity": "sha512-9pKLcTlZ92hNZMQfGCHImUpDOlAgkkpqalWEeftW5FBya75k8Li2ilerxkM/uBEj01iBZXcCIB/bwvDYgWyibA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz", + "integrity": "sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-wrap-function": "^7.24.7" + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-wrap-function": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -359,14 +338,15 @@ } }, "node_modules/@babel/helper-replace-supers": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.24.7.tgz", - "integrity": "sha512-qTAxxBM81VEyoAY0TtLrx1oAEJc09ZK67Q9ljQToqCnA+55eNwCORaxlKyu+rNfX86o8OXRUSNUnrtsAZXM9sg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.9.tgz", + "integrity": "sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-member-expression-to-functions": "^7.24.7", - "@babel/helper-optimise-call-expression": "^7.24.7" + "@babel/helper-member-expression-to-functions": "^7.25.9", + "@babel/helper-optimise-call-expression": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -376,118 +356,101 @@ } }, "node_modules/@babel/helper-simple-access": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz", - "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.25.9.tgz", + "integrity": "sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz", - "integrity": "sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==", - "dev": true, - "dependencies": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-split-export-declaration": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz", - "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz", + "integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/types": "^7.24.7" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-string-parser": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz", - "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", + "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz", - "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", + "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-option": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz", - "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz", + "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-wrap-function": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.24.7.tgz", - "integrity": "sha512-N9JIYk3TD+1vq/wn77YnJOqMtfWhNewNE+DJV4puD2X7Ew9J4JvrzrFDfTfyv5EgEXVy9/Wt8QiOErzEmv5Ifw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.9.tgz", + "integrity": "sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-function-name": "^7.24.7", - "@babel/template": "^7.24.7", - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/template": "^7.25.9", + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helpers": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.8.tgz", - "integrity": "sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.0.tgz", + "integrity": "sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/template": "^7.24.7", - "@babel/types": "^7.24.8" + "@babel/template": "^7.25.9", + "@babel/types": "^7.26.0" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/highlight": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz", - "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==", + "node_modules/@babel/parser": { + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.2.tgz", + "integrity": "sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-validator-identifier": "^7.24.7", - "chalk": "^2.4.2", - "js-tokens": "^4.0.0", - "picocolors": "^1.0.0" + "@babel/types": "^7.26.0" }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/parser": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.8.tgz", - "integrity": "sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w==", - "dev": true, "bin": { "parser": "bin/babel-parser.js" }, @@ -496,13 +459,30 @@ } }, "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.7.tgz", - "integrity": "sha512-TiT1ss81W80eQsN+722OaeQMY/G4yTb4G9JrqeiDADs3N8lbPMGldWi9x8tyqCW5NLx1Jh2AvkE6r6QvEltMMQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz", + "integrity": "sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/traverse": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.9.tgz", + "integrity": "sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -512,12 +492,13 @@ } }, "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.7.tgz", - "integrity": "sha512-unaQgZ/iRu/By6tsjMZzpeBZjChYfLYry6HrEXPoz3KmfF0sVBQ1l8zKMQ4xRGLWVsjuvB8nQfjNP/DcfEOCsg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.9.tgz", + "integrity": "sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -527,14 +508,15 @@ } }, "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.7.tgz", - "integrity": "sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.9.tgz", + "integrity": "sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", - "@babel/plugin-transform-optional-chaining": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", + "@babel/plugin-transform-optional-chaining": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -544,13 +526,14 @@ } }, "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.7.tgz", - "integrity": "sha512-utA4HuR6F4Vvcr+o4DnjL8fCOlgRFGbeeBEGNg3ZTrLFw6VWG5XmUrvcQ0FjIYMU2ST4XcR2Wsp7t9qOAPnxMg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.9.tgz", + "integrity": "sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -565,6 +548,7 @@ "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-class-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -581,6 +565,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" }, @@ -588,76 +573,14 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", - "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", - "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-class-static-block": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", - "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", - "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", - "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, "node_modules/@babel/plugin-syntax-import-assertions": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.7.tgz", - "integrity": "sha512-Ec3NRUMoi8gskrkBe3fNmEQfxDvY8bgfQpz6jlk/41kX9eUjvpyqWU7PBP/pLAvMaSQjbMNKJmvX57jP+M6bPg==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz", + "integrity": "sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -667,12 +590,13 @@ } }, "node_modules/@babel/plugin-syntax-import-attributes": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.7.tgz", - "integrity": "sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz", + "integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -681,139 +605,14 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-syntax-import-meta": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", - "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", - "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz", - "integrity": "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", - "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", - "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", - "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-private-property-in-object": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", - "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-top-level-await": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", - "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz", + "integrity": "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -827,6 +626,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -839,12 +639,13 @@ } }, "node_modules/@babel/plugin-transform-arrow-functions": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.7.tgz", - "integrity": "sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.25.9.tgz", + "integrity": "sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -854,15 +655,15 @@ } }, "node_modules/@babel/plugin-transform-async-generator-functions": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.7.tgz", - "integrity": "sha512-o+iF77e3u7ZS4AoAuJvapz9Fm001PuD2V3Lp6OSE4FYQke+cSewYtnek+THqGRWyQloRCyvWL1OkyfNEl9vr/g==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.9.tgz", + "integrity": "sha512-RXV6QAzTBbhDMO9fWwOmwwTuYaiPbggWQ9INdZqAYeSHyG7FzQ+nOZaUUjNwKv9pV3aE4WFqFm1Hnbci5tBCAw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-remap-async-to-generator": "^7.24.7", - "@babel/plugin-syntax-async-generators": "^7.8.4" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-remap-async-to-generator": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -872,14 +673,15 @@ } }, "node_modules/@babel/plugin-transform-async-to-generator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz", - "integrity": "sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.9.tgz", + "integrity": "sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-module-imports": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-remap-async-to-generator": "^7.24.7" + "@babel/helper-module-imports": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-remap-async-to-generator": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -889,12 +691,13 @@ } }, "node_modules/@babel/plugin-transform-block-scoped-functions": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.7.tgz", - "integrity": "sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.25.9.tgz", + "integrity": "sha512-toHc9fzab0ZfenFpsyYinOX0J/5dgJVA2fm64xPewu7CoYHWEivIWKxkK2rMi4r3yQqLnVmheMXRdG+k239CgA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -904,12 +707,13 @@ } }, "node_modules/@babel/plugin-transform-block-scoping": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.7.tgz", - "integrity": "sha512-Nd5CvgMbWc+oWzBsuaMcbwjJWAcp5qzrbg69SZdHSP7AMY0AbWFqFO0WTFCA1jxhMCwodRwvRec8k0QUbZk7RQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.9.tgz", + "integrity": "sha512-1F05O7AYjymAtqbsFETboN1NvBdcnzMerO+zlMyJBEz6WkMdejvGWw9p05iTSjC85RLlBseHHQpYaM4gzJkBGg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -919,13 +723,14 @@ } }, "node_modules/@babel/plugin-transform-class-properties": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz", - "integrity": "sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.9.tgz", + "integrity": "sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -935,14 +740,14 @@ } }, "node_modules/@babel/plugin-transform-class-static-block": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.7.tgz", - "integrity": "sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz", + "integrity": "sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-class-static-block": "^7.14.5" + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -952,18 +757,17 @@ } }, "node_modules/@babel/plugin-transform-classes": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.8.tgz", - "integrity": "sha512-VXy91c47uujj758ud9wx+OMgheXm4qJfyhj1P18YvlrQkNOSrwsteHk+EFS3OMGfhMhpZa0A+81eE7G4QC+3CA==", - "dev": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-compilation-targets": "^7.24.8", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-replace-supers": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.9.tgz", + "integrity": "sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-replace-supers": "^7.25.9", + "@babel/traverse": "^7.25.9", "globals": "^11.1.0" }, "engines": { @@ -974,13 +778,14 @@ } }, "node_modules/@babel/plugin-transform-computed-properties": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.7.tgz", - "integrity": "sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.9.tgz", + "integrity": "sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/template": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/template": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -990,12 +795,13 @@ } }, "node_modules/@babel/plugin-transform-destructuring": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.8.tgz", - "integrity": "sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.25.9.tgz", + "integrity": "sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1005,13 +811,14 @@ } }, "node_modules/@babel/plugin-transform-dotall-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.7.tgz", - "integrity": "sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.25.9.tgz", + "integrity": "sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1021,12 +828,13 @@ } }, "node_modules/@babel/plugin-transform-duplicate-keys": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.7.tgz", - "integrity": "sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.25.9.tgz", + "integrity": "sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1035,14 +843,31 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.9.tgz", + "integrity": "sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, "node_modules/@babel/plugin-transform-dynamic-import": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz", - "integrity": "sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.9.tgz", + "integrity": "sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-dynamic-import": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1052,13 +877,14 @@ } }, "node_modules/@babel/plugin-transform-exponentiation-operator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.7.tgz", - "integrity": "sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.25.9.tgz", + "integrity": "sha512-KRhdhlVk2nObA5AYa7QMgTMTVJdfHprfpAk4DjZVtllqRg9qarilstTKEhpVjyt+Npi8ThRyiV8176Am3CodPA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1068,13 +894,13 @@ } }, "node_modules/@babel/plugin-transform-export-namespace-from": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.7.tgz", - "integrity": "sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.9.tgz", + "integrity": "sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1084,13 +910,14 @@ } }, "node_modules/@babel/plugin-transform-for-of": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.7.tgz", - "integrity": "sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz", + "integrity": "sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1100,14 +927,15 @@ } }, "node_modules/@babel/plugin-transform-function-name": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.7.tgz", - "integrity": "sha512-U9FcnA821YoILngSmYkW6FjyQe2TyZD5pHt4EVIhmcTkrJw/3KqcrRSxuOo5tFZJi7TE19iDyI1u+weTI7bn2w==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.9.tgz", + "integrity": "sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-compilation-targets": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1117,13 +945,13 @@ } }, "node_modules/@babel/plugin-transform-json-strings": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.7.tgz", - "integrity": "sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.9.tgz", + "integrity": "sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-json-strings": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1133,12 +961,13 @@ } }, "node_modules/@babel/plugin-transform-literals": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.7.tgz", - "integrity": "sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.9.tgz", + "integrity": "sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1148,13 +977,13 @@ } }, "node_modules/@babel/plugin-transform-logical-assignment-operators": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.7.tgz", - "integrity": "sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.9.tgz", + "integrity": "sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1164,12 +993,13 @@ } }, "node_modules/@babel/plugin-transform-member-expression-literals": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.7.tgz", - "integrity": "sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.25.9.tgz", + "integrity": "sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1179,13 +1009,14 @@ } }, "node_modules/@babel/plugin-transform-modules-amd": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.7.tgz", - "integrity": "sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.25.9.tgz", + "integrity": "sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-module-transforms": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1195,14 +1026,15 @@ } }, "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz", - "integrity": "sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.25.9.tgz", + "integrity": "sha512-dwh2Ol1jWwL2MgkCzUSOvfmKElqQcuswAZypBSUsScMXvgdT8Ekq5YA6TtqpTVWH+4903NmboMuH1o9i8Rxlyg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-module-transforms": "^7.24.8", - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-simple-access": "^7.24.7" + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-simple-access": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1212,15 +1044,16 @@ } }, "node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.7.tgz", - "integrity": "sha512-GYQE0tW7YoaN13qFh3O1NCY4MPkUiAH3fiF7UcV/I3ajmDKEdG3l+UOcbAm4zUE3gnvUU+Eni7XrVKo9eO9auw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.9.tgz", + "integrity": "sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-hoist-variables": "^7.24.7", - "@babel/helper-module-transforms": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-validator-identifier": "^7.24.7" + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1230,13 +1063,14 @@ } }, "node_modules/@babel/plugin-transform-modules-umd": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz", - "integrity": "sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.25.9.tgz", + "integrity": "sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-module-transforms": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1246,13 +1080,14 @@ } }, "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.7.tgz", - "integrity": "sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.25.9.tgz", + "integrity": "sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1262,12 +1097,13 @@ } }, "node_modules/@babel/plugin-transform-new-target": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.7.tgz", - "integrity": "sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.25.9.tgz", + "integrity": "sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1277,13 +1113,13 @@ } }, "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.7.tgz", - "integrity": "sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.25.9.tgz", + "integrity": "sha512-ENfftpLZw5EItALAD4WsY/KUWvhUlZndm5GC7G3evUsVeSJB6p0pBeLQUnRnBCBx7zV0RKQjR9kCuwrsIrjWog==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1293,13 +1129,13 @@ } }, "node_modules/@babel/plugin-transform-numeric-separator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.7.tgz", - "integrity": "sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.9.tgz", + "integrity": "sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1309,15 +1145,15 @@ } }, "node_modules/@babel/plugin-transform-object-rest-spread": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.7.tgz", - "integrity": "sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.9.tgz", + "integrity": "sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-compilation-targets": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.24.7" + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/plugin-transform-parameters": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1327,13 +1163,14 @@ } }, "node_modules/@babel/plugin-transform-object-super": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.7.tgz", - "integrity": "sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.25.9.tgz", + "integrity": "sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-replace-supers": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-replace-supers": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1343,13 +1180,13 @@ } }, "node_modules/@babel/plugin-transform-optional-catch-binding": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.7.tgz", - "integrity": "sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.25.9.tgz", + "integrity": "sha512-qM/6m6hQZzDcZF3onzIhZeDHDO43bkNNlOX0i8n3lR6zLbu0GN2d8qfM/IERJZYauhAHSLHy39NF0Ctdvcid7g==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1359,14 +1196,14 @@ } }, "node_modules/@babel/plugin-transform-optional-chaining": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.8.tgz", - "integrity": "sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.9.tgz", + "integrity": "sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", - "@babel/plugin-syntax-optional-chaining": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1376,12 +1213,13 @@ } }, "node_modules/@babel/plugin-transform-parameters": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.7.tgz", - "integrity": "sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.9.tgz", + "integrity": "sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1391,13 +1229,14 @@ } }, "node_modules/@babel/plugin-transform-private-methods": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.7.tgz", - "integrity": "sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.9.tgz", + "integrity": "sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1407,15 +1246,15 @@ } }, "node_modules/@babel/plugin-transform-private-property-in-object": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.7.tgz", - "integrity": "sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.25.9.tgz", + "integrity": "sha512-Evf3kcMqzXA3xfYJmZ9Pg1OvKdtqsDMSWBDzZOPLvHiTt36E75jLDQo5w1gtRU95Q4E5PDttrTf25Fw8d/uWLw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5" + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1425,12 +1264,13 @@ } }, "node_modules/@babel/plugin-transform-property-literals": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.7.tgz", - "integrity": "sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.25.9.tgz", + "integrity": "sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1440,12 +1280,13 @@ } }, "node_modules/@babel/plugin-transform-react-display-name": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.24.7.tgz", - "integrity": "sha512-H/Snz9PFxKsS1JLI4dJLtnJgCJRoo0AUm3chP6NYr+9En1JMKloheEiLIhlp5MDVznWo+H3AAC1Mc8lmUEpsgg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.25.9.tgz", + "integrity": "sha512-KJfMlYIUxQB1CJfO3e0+h0ZHWOTLCPP115Awhaz8U0Zpq36Gl/cXlpoyMRnUWlhNUBAzldnCiAZNvCDj7CrKxQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1455,16 +1296,17 @@ } }, "node_modules/@babel/plugin-transform-react-jsx": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.24.7.tgz", - "integrity": "sha512-+Dj06GDZEFRYvclU6k4bme55GKBEWUmByM/eoKuqg4zTNQHiApWRhQph5fxQB2wAEFvRzL1tOEj1RJ19wJrhoA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.9.tgz", + "integrity": "sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-module-imports": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-jsx": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-module-imports": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/plugin-syntax-jsx": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1474,12 +1316,13 @@ } }, "node_modules/@babel/plugin-transform-react-jsx-development": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.24.7.tgz", - "integrity": "sha512-QG9EnzoGn+Qar7rxuW+ZOsbWOt56FvvI93xInqsZDC5fsekx1AlIO4KIJ5M+D0p0SqSH156EpmZyXq630B8OlQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.25.9.tgz", + "integrity": "sha512-9mj6rm7XVYs4mdLIpbZnHOYdpW42uoiBCTVowg7sP1thUOiANgMb4UtpRivR0pp5iL+ocvUv7X4mZgFRpJEzGw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/plugin-transform-react-jsx": "^7.24.7" + "@babel/plugin-transform-react-jsx": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1489,13 +1332,14 @@ } }, "node_modules/@babel/plugin-transform-react-pure-annotations": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.24.7.tgz", - "integrity": "sha512-PLgBVk3fzbmEjBJ/u8kFzOqS9tUeDjiaWud/rRym/yjCo/M9cASPlnrd2ZmmZpQT40fOOrvR8jh+n8jikrOhNA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.25.9.tgz", + "integrity": "sha512-KQ/Takk3T8Qzj5TppkS1be588lkbTp5uj7w6a0LeQaTMSckU/wK0oJ/pih+T690tkgI5jfmg2TqDJvd41Sj1Cg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1505,12 +1349,13 @@ } }, "node_modules/@babel/plugin-transform-regenerator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.7.tgz", - "integrity": "sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.25.9.tgz", + "integrity": "sha512-vwDcDNsgMPDGP0nMqzahDWE5/MLcX8sv96+wfX7as7LoF/kr97Bo/7fI00lXY4wUXYfVmwIIyG80fGZ1uvt2qg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-plugin-utils": "^7.25.9", "regenerator-transform": "^0.15.2" }, "engines": { @@ -1520,13 +1365,31 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/plugin-transform-regexp-modifiers": { + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz", + "integrity": "sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, "node_modules/@babel/plugin-transform-reserved-words": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.7.tgz", - "integrity": "sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.25.9.tgz", + "integrity": "sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1536,12 +1399,13 @@ } }, "node_modules/@babel/plugin-transform-shorthand-properties": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.7.tgz", - "integrity": "sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.25.9.tgz", + "integrity": "sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1551,13 +1415,14 @@ } }, "node_modules/@babel/plugin-transform-spread": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.7.tgz", - "integrity": "sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.25.9.tgz", + "integrity": "sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1567,12 +1432,13 @@ } }, "node_modules/@babel/plugin-transform-sticky-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.7.tgz", - "integrity": "sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.25.9.tgz", + "integrity": "sha512-WqBUSgeVwucYDP9U/xNRQam7xV8W5Zf+6Eo7T2SRVUFlhRiMNFdFz58u0KZmCVVqs2i7SHgpRnAhzRNmKfi2uA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1582,12 +1448,13 @@ } }, "node_modules/@babel/plugin-transform-template-literals": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.7.tgz", - "integrity": "sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.25.9.tgz", + "integrity": "sha512-o97AE4syN71M/lxrCtQByzphAdlYluKPDBzDVzMmfCobUjjhAryZV0AIpRPrxN0eAkxXO6ZLEScmt+PNhj2OTw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1597,12 +1464,13 @@ } }, "node_modules/@babel/plugin-transform-typeof-symbol": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.8.tgz", - "integrity": "sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.9.tgz", + "integrity": "sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1612,12 +1480,13 @@ } }, "node_modules/@babel/plugin-transform-unicode-escapes": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz", - "integrity": "sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.25.9.tgz", + "integrity": "sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1627,13 +1496,14 @@ } }, "node_modules/@babel/plugin-transform-unicode-property-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.7.tgz", - "integrity": "sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.25.9.tgz", + "integrity": "sha512-Jt2d8Ga+QwRluxRQ307Vlxa6dMrYEMZCgGxoPR8V52rxPyldHu3hdlHspxaqYmE7oID5+kB+UKUB/eWS+DkkWg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1643,13 +1513,14 @@ } }, "node_modules/@babel/plugin-transform-unicode-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.7.tgz", - "integrity": "sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.25.9.tgz", + "integrity": "sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1659,13 +1530,14 @@ } }, "node_modules/@babel/plugin-transform-unicode-sets-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.7.tgz", - "integrity": "sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.9.tgz", + "integrity": "sha512-8BYqO3GeVNHtx69fdPshN3fnzUNLrWdHhk/icSwigksJGczKSizZ+Z6SBCxTs723Fr5VSNorTIK7a+R2tISvwQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1675,91 +1547,80 @@ } }, "node_modules/@babel/preset-env": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.8.tgz", - "integrity": "sha512-vObvMZB6hNWuDxhSaEPTKCwcqkAIuDtE+bQGn4XMXne1DSLzFVY8Vmj1bm+mUQXYNN8NmaQEO+r8MMbzPr1jBQ==", - "dev": true, - "dependencies": { - "@babel/compat-data": "^7.24.8", - "@babel/helper-compilation-targets": "^7.24.8", - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-validator-option": "^7.24.8", - "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.24.7", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.24.7", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7", - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.24.7", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.26.0.tgz", + "integrity": "sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/compat-data": "^7.26.0", + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-validator-option": "^7.25.9", + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.9", + "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.9", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.9", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.25.9", + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.9", "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-class-static-block": "^7.14.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-import-assertions": "^7.24.7", - "@babel/plugin-syntax-import-attributes": "^7.24.7", - "@babel/plugin-syntax-import-meta": "^7.10.4", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5", - "@babel/plugin-syntax-top-level-await": "^7.14.5", + "@babel/plugin-syntax-import-assertions": "^7.26.0", + "@babel/plugin-syntax-import-attributes": "^7.26.0", "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", - "@babel/plugin-transform-arrow-functions": "^7.24.7", - "@babel/plugin-transform-async-generator-functions": "^7.24.7", - "@babel/plugin-transform-async-to-generator": "^7.24.7", - "@babel/plugin-transform-block-scoped-functions": "^7.24.7", - "@babel/plugin-transform-block-scoping": "^7.24.7", - "@babel/plugin-transform-class-properties": "^7.24.7", - "@babel/plugin-transform-class-static-block": "^7.24.7", - "@babel/plugin-transform-classes": "^7.24.8", - "@babel/plugin-transform-computed-properties": "^7.24.7", - "@babel/plugin-transform-destructuring": "^7.24.8", - "@babel/plugin-transform-dotall-regex": "^7.24.7", - "@babel/plugin-transform-duplicate-keys": "^7.24.7", - "@babel/plugin-transform-dynamic-import": "^7.24.7", - "@babel/plugin-transform-exponentiation-operator": "^7.24.7", - "@babel/plugin-transform-export-namespace-from": "^7.24.7", - "@babel/plugin-transform-for-of": "^7.24.7", - "@babel/plugin-transform-function-name": "^7.24.7", - "@babel/plugin-transform-json-strings": "^7.24.7", - "@babel/plugin-transform-literals": "^7.24.7", - "@babel/plugin-transform-logical-assignment-operators": "^7.24.7", - "@babel/plugin-transform-member-expression-literals": "^7.24.7", - "@babel/plugin-transform-modules-amd": "^7.24.7", - "@babel/plugin-transform-modules-commonjs": "^7.24.8", - "@babel/plugin-transform-modules-systemjs": "^7.24.7", - "@babel/plugin-transform-modules-umd": "^7.24.7", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7", - "@babel/plugin-transform-new-target": "^7.24.7", - "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7", - "@babel/plugin-transform-numeric-separator": "^7.24.7", - "@babel/plugin-transform-object-rest-spread": "^7.24.7", - "@babel/plugin-transform-object-super": "^7.24.7", - "@babel/plugin-transform-optional-catch-binding": "^7.24.7", - "@babel/plugin-transform-optional-chaining": "^7.24.8", - "@babel/plugin-transform-parameters": "^7.24.7", - "@babel/plugin-transform-private-methods": "^7.24.7", - "@babel/plugin-transform-private-property-in-object": "^7.24.7", - "@babel/plugin-transform-property-literals": "^7.24.7", - "@babel/plugin-transform-regenerator": "^7.24.7", - "@babel/plugin-transform-reserved-words": "^7.24.7", - "@babel/plugin-transform-shorthand-properties": "^7.24.7", - "@babel/plugin-transform-spread": "^7.24.7", - "@babel/plugin-transform-sticky-regex": "^7.24.7", - "@babel/plugin-transform-template-literals": "^7.24.7", - "@babel/plugin-transform-typeof-symbol": "^7.24.8", - "@babel/plugin-transform-unicode-escapes": "^7.24.7", - "@babel/plugin-transform-unicode-property-regex": "^7.24.7", - "@babel/plugin-transform-unicode-regex": "^7.24.7", - "@babel/plugin-transform-unicode-sets-regex": "^7.24.7", + "@babel/plugin-transform-arrow-functions": "^7.25.9", + "@babel/plugin-transform-async-generator-functions": "^7.25.9", + "@babel/plugin-transform-async-to-generator": "^7.25.9", + "@babel/plugin-transform-block-scoped-functions": "^7.25.9", + "@babel/plugin-transform-block-scoping": "^7.25.9", + "@babel/plugin-transform-class-properties": "^7.25.9", + "@babel/plugin-transform-class-static-block": "^7.26.0", + "@babel/plugin-transform-classes": "^7.25.9", + "@babel/plugin-transform-computed-properties": "^7.25.9", + "@babel/plugin-transform-destructuring": "^7.25.9", + "@babel/plugin-transform-dotall-regex": "^7.25.9", + "@babel/plugin-transform-duplicate-keys": "^7.25.9", + "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.9", + "@babel/plugin-transform-dynamic-import": "^7.25.9", + "@babel/plugin-transform-exponentiation-operator": "^7.25.9", + "@babel/plugin-transform-export-namespace-from": "^7.25.9", + "@babel/plugin-transform-for-of": "^7.25.9", + "@babel/plugin-transform-function-name": "^7.25.9", + "@babel/plugin-transform-json-strings": "^7.25.9", + "@babel/plugin-transform-literals": "^7.25.9", + "@babel/plugin-transform-logical-assignment-operators": "^7.25.9", + "@babel/plugin-transform-member-expression-literals": "^7.25.9", + "@babel/plugin-transform-modules-amd": "^7.25.9", + "@babel/plugin-transform-modules-commonjs": "^7.25.9", + "@babel/plugin-transform-modules-systemjs": "^7.25.9", + "@babel/plugin-transform-modules-umd": "^7.25.9", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.25.9", + "@babel/plugin-transform-new-target": "^7.25.9", + "@babel/plugin-transform-nullish-coalescing-operator": "^7.25.9", + "@babel/plugin-transform-numeric-separator": "^7.25.9", + "@babel/plugin-transform-object-rest-spread": "^7.25.9", + "@babel/plugin-transform-object-super": "^7.25.9", + "@babel/plugin-transform-optional-catch-binding": "^7.25.9", + "@babel/plugin-transform-optional-chaining": "^7.25.9", + "@babel/plugin-transform-parameters": "^7.25.9", + "@babel/plugin-transform-private-methods": "^7.25.9", + "@babel/plugin-transform-private-property-in-object": "^7.25.9", + "@babel/plugin-transform-property-literals": "^7.25.9", + "@babel/plugin-transform-regenerator": "^7.25.9", + "@babel/plugin-transform-regexp-modifiers": "^7.26.0", + "@babel/plugin-transform-reserved-words": "^7.25.9", + "@babel/plugin-transform-shorthand-properties": "^7.25.9", + "@babel/plugin-transform-spread": "^7.25.9", + "@babel/plugin-transform-sticky-regex": "^7.25.9", + "@babel/plugin-transform-template-literals": "^7.25.9", + "@babel/plugin-transform-typeof-symbol": "^7.25.9", + "@babel/plugin-transform-unicode-escapes": "^7.25.9", + "@babel/plugin-transform-unicode-property-regex": "^7.25.9", + "@babel/plugin-transform-unicode-regex": "^7.25.9", + "@babel/plugin-transform-unicode-sets-regex": "^7.25.9", "@babel/preset-modules": "0.1.6-no-external-plugins", "babel-plugin-polyfill-corejs2": "^0.4.10", - "babel-plugin-polyfill-corejs3": "^0.10.4", + "babel-plugin-polyfill-corejs3": "^0.10.6", "babel-plugin-polyfill-regenerator": "^0.6.1", - "core-js-compat": "^3.37.1", + "core-js-compat": "^3.38.1", "semver": "^6.3.1" }, "engines": { @@ -1774,6 +1635,7 @@ "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@babel/types": "^7.4.4", @@ -1784,17 +1646,18 @@ } }, "node_modules/@babel/preset-react": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.24.7.tgz", - "integrity": "sha512-AAH4lEkpmzFWrGVlHaxJB7RLH21uPQ9+He+eFLWHmF9IuFQVugz8eAsamaW0DXRrTfco5zj1wWtpdcXJUOfsag==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.25.9.tgz", + "integrity": "sha512-D3to0uSPiWE7rBrdIICCd0tJSIGpLaaGptna2+w7Pft5xMqLpA1sz99DK5TZ1TjGbdQ/VI1eCSZ06dv3lT4JOw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-validator-option": "^7.24.7", - "@babel/plugin-transform-react-display-name": "^7.24.7", - "@babel/plugin-transform-react-jsx": "^7.24.7", - "@babel/plugin-transform-react-jsx-development": "^7.24.7", - "@babel/plugin-transform-react-pure-annotations": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-validator-option": "^7.25.9", + "@babel/plugin-transform-react-display-name": "^7.25.9", + "@babel/plugin-transform-react-jsx": "^7.25.9", + "@babel/plugin-transform-react-jsx-development": "^7.25.9", + "@babel/plugin-transform-react-pure-annotations": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1803,17 +1666,12 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/regjsgen": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", - "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==", - "dev": true - }, "node_modules/@babel/runtime": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.8.tgz", - "integrity": "sha512-5F7SDGs1T72ZczbRwbGO9lQi0NLjQxzl6i4lJxLxfW9U5UluCSyEJeniWvnhl3/euNiqQVbo8zruhsDfid0esA==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.0.tgz", + "integrity": "sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==", "dev": true, + "license": "MIT", "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -1822,33 +1680,32 @@ } }, "node_modules/@babel/template": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz", - "integrity": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz", + "integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.24.7", - "@babel/parser": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/code-frame": "^7.25.9", + "@babel/parser": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.8.tgz", - "integrity": "sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.24.8", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-hoist-variables": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", - "@babel/parser": "^7.24.8", - "@babel/types": "^7.24.8", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.9.tgz", + "integrity": "sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.25.9", + "@babel/generator": "^7.25.9", + "@babel/parser": "^7.25.9", + "@babel/template": "^7.25.9", + "@babel/types": "^7.25.9", "debug": "^4.3.1", "globals": "^11.1.0" }, @@ -1857,14 +1714,14 @@ } }, "node_modules/@babel/types": { - "version": "7.24.9", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.9.tgz", - "integrity": "sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.0.tgz", + "integrity": "sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^7.24.8", - "@babel/helper-validator-identifier": "^7.24.7", - "to-fast-properties": "^2.0.0" + "@babel/helper-string-parser": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1875,16 +1732,18 @@ "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", "dev": true, + "license": "MIT", "optional": true, "engines": { "node": ">=0.1.90" } }, "node_modules/@cypress/request": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@cypress/request/-/request-3.0.1.tgz", - "integrity": "sha512-TWivJlJi8ZDx2wGOw1dbLuHJKUYX7bWySw377nlnGOW3hP9/MUKIsEdXT/YngWxVdgNCHRBmFlBipE+5/2ZZlQ==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@cypress/request/-/request-3.0.6.tgz", + "integrity": "sha512-fi0eVdCOtKu5Ed6+E8mYxUF6ZTFJDZvHogCBelM0xVXmrDEkyM22gRArQzq1YcHPm1V47Vf/iAD+WgVdUlJCGg==", "dev": true, + "license": "Apache-2.0", "dependencies": { "aws-sign2": "~0.7.0", "aws4": "^1.8.0", @@ -1892,16 +1751,16 @@ "combined-stream": "~1.0.6", "extend": "~3.0.2", "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "http-signature": "~1.3.6", + "form-data": "~4.0.0", + "http-signature": "~1.4.0", "is-typedarray": "~1.0.0", "isstream": "~0.1.2", "json-stringify-safe": "~5.0.1", "mime-types": "~2.1.19", "performance-now": "^2.1.0", - "qs": "6.10.4", + "qs": "6.13.0", "safe-buffer": "^5.1.2", - "tough-cookie": "^4.1.3", + "tough-cookie": "^5.0.0", "tunnel-agent": "^0.6.0", "uuid": "^8.3.2" }, @@ -1914,6 +1773,7 @@ "resolved": "https://registry.npmjs.org/@cypress/xvfb/-/xvfb-1.2.4.tgz", "integrity": "sha512-skbBzPggOVYCbnGgV+0dmBdW/s77ZkAOXIC1knS8NagwDjBrNC1LuXtQJeiN6l+m7lzmHtaoUw/ctJKdqkG57Q==", "dev": true, + "license": "MIT", "dependencies": { "debug": "^3.1.0", "lodash.once": "^4.1.1" @@ -1924,6 +1784,7 @@ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, + "license": "MIT", "dependencies": { "ms": "^2.1.1" } @@ -1933,6 +1794,7 @@ "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz", "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==", "dev": true, + "license": "MIT", "engines": { "node": ">=10.0.0" } @@ -1942,6 +1804,7 @@ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/set-array": "^1.2.1", "@jridgewell/sourcemap-codec": "^1.4.10", @@ -1956,6 +1819,7 @@ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.0.0" } @@ -1965,6 +1829,7 @@ "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.0.0" } @@ -1974,6 +1839,7 @@ "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz", "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25" @@ -1983,13 +1849,15 @@ "version": "1.5.0", "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@jridgewell/trace-mapping": { "version": "0.3.25", "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" @@ -2000,22 +1868,24 @@ "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz", "integrity": "sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==", "dev": true, + "license": "MIT", "optional": true }, "node_modules/@remix-run/router": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.19.0.tgz", - "integrity": "sha512-zDICCLKEwbVYTS6TjYaWtHXxkdoUvD/QXvyVZjGCsWz5vyH7aFeONlPffPdW+Y/t6KT0MgXb2Mfjun9YpWN1dA==", + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.21.0.tgz", + "integrity": "sha512-xfSkCAchbdG5PnbrKqFWwia4Bi61nH+wm8wLEqfHDyp7Y3dZzgqS2itV8i4gAq9pC2HsTpwyBC6Ds8VHZ96JlA==", "license": "MIT", "engines": { "node": ">=14.0.0" } }, "node_modules/@types/eslint": { - "version": "8.56.10", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.10.tgz", - "integrity": "sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==", + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.1.tgz", + "integrity": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==", "dev": true, + "license": "MIT", "dependencies": { "@types/estree": "*", "@types/json-schema": "*" @@ -2026,197 +1896,219 @@ "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", "dev": true, + "license": "MIT", "dependencies": { "@types/eslint": "*", "@types/estree": "*" } }, "node_modules/@types/estree": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", - "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", - "dev": true + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", + "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", + "dev": true, + "license": "MIT" }, "node_modules/@types/json-schema": { "version": "7.0.15", "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/node": { - "version": "20.14.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.11.tgz", - "integrity": "sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==", + "version": "22.9.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.0.tgz", + "integrity": "sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==", "dev": true, + "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.19.8" } }, "node_modules/@types/sinonjs__fake-timers": { "version": "8.1.1", "resolved": "https://registry.npmjs.org/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.1.tgz", "integrity": "sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/sizzle": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/@types/sizzle/-/sizzle-2.3.8.tgz", - "integrity": "sha512-0vWLNK2D5MT9dg0iOo8GlKguPAU02QjmZitPEsXRuJXU/OGIOt9vT9Fc26wtYuavLxtO45v9PGleoL9Z0k1LHg==", - "dev": true + "version": "2.3.9", + "resolved": "https://registry.npmjs.org/@types/sizzle/-/sizzle-2.3.9.tgz", + "integrity": "sha512-xzLEyKB50yqCUPUJkIsrVvoWNfFUbIZI+RspLWt8u+tIW/BetMBZtgV2LY/2o+tYH8dRvQ+eoPf3NdhQCcLE2w==", + "dev": true, + "license": "MIT" }, "node_modules/@types/yauzl": { "version": "2.10.3", "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz", "integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "@types/node": "*" } }, "node_modules/@webassemblyjs/ast": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz", - "integrity": "sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz", + "integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==", "dev": true, + "license": "MIT", "dependencies": { - "@webassemblyjs/helper-numbers": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6" + "@webassemblyjs/helper-numbers": "1.13.2", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2" } }, "node_modules/@webassemblyjs/floating-point-hex-parser": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", - "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==", - "dev": true + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz", + "integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==", + "dev": true, + "license": "MIT" }, "node_modules/@webassemblyjs/helper-api-error": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", - "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==", - "dev": true + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz", + "integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==", + "dev": true, + "license": "MIT" }, "node_modules/@webassemblyjs/helper-buffer": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz", - "integrity": "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==", - "dev": true + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz", + "integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==", + "dev": true, + "license": "MIT" }, "node_modules/@webassemblyjs/helper-numbers": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", - "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz", + "integrity": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==", "dev": true, + "license": "MIT", "dependencies": { - "@webassemblyjs/floating-point-hex-parser": "1.11.6", - "@webassemblyjs/helper-api-error": "1.11.6", + "@webassemblyjs/floating-point-hex-parser": "1.13.2", + "@webassemblyjs/helper-api-error": "1.13.2", "@xtuc/long": "4.2.2" } }, "node_modules/@webassemblyjs/helper-wasm-bytecode": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", - "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==", - "dev": true + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz", + "integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==", + "dev": true, + "license": "MIT" }, "node_modules/@webassemblyjs/helper-wasm-section": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz", - "integrity": "sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz", + "integrity": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==", "dev": true, + "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/wasm-gen": "1.12.1" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/wasm-gen": "1.14.1" } }, "node_modules/@webassemblyjs/ieee754": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", - "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz", + "integrity": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==", "dev": true, + "license": "MIT", "dependencies": { "@xtuc/ieee754": "^1.2.0" } }, "node_modules/@webassemblyjs/leb128": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", - "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.13.2.tgz", + "integrity": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@xtuc/long": "4.2.2" } }, "node_modules/@webassemblyjs/utf8": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", - "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==", - "dev": true + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz", + "integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==", + "dev": true, + "license": "MIT" }, "node_modules/@webassemblyjs/wasm-edit": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz", - "integrity": "sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz", + "integrity": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==", "dev": true, + "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/helper-wasm-section": "1.12.1", - "@webassemblyjs/wasm-gen": "1.12.1", - "@webassemblyjs/wasm-opt": "1.12.1", - "@webassemblyjs/wasm-parser": "1.12.1", - "@webassemblyjs/wast-printer": "1.12.1" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/helper-wasm-section": "1.14.1", + "@webassemblyjs/wasm-gen": "1.14.1", + "@webassemblyjs/wasm-opt": "1.14.1", + "@webassemblyjs/wasm-parser": "1.14.1", + "@webassemblyjs/wast-printer": "1.14.1" } }, "node_modules/@webassemblyjs/wasm-gen": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz", - "integrity": "sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz", + "integrity": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==", "dev": true, + "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/ieee754": "1.13.2", + "@webassemblyjs/leb128": "1.13.2", + "@webassemblyjs/utf8": "1.13.2" } }, "node_modules/@webassemblyjs/wasm-opt": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz", - "integrity": "sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz", + "integrity": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==", "dev": true, + "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/wasm-gen": "1.12.1", - "@webassemblyjs/wasm-parser": "1.12.1" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/wasm-gen": "1.14.1", + "@webassemblyjs/wasm-parser": "1.14.1" } }, "node_modules/@webassemblyjs/wasm-parser": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz", - "integrity": "sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz", + "integrity": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==", "dev": true, + "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-api-error": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-api-error": "1.13.2", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/ieee754": "1.13.2", + "@webassemblyjs/leb128": "1.13.2", + "@webassemblyjs/utf8": "1.13.2" } }, "node_modules/@webassemblyjs/wast-printer": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz", - "integrity": "sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz", + "integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==", "dev": true, + "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/ast": "1.14.1", "@xtuc/long": "4.2.2" } }, @@ -2225,6 +2117,7 @@ "resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-1.2.0.tgz", "integrity": "sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==", "dev": true, + "license": "MIT", "peerDependencies": { "webpack": "4.x.x || 5.x.x", "webpack-cli": "4.x.x" @@ -2235,6 +2128,7 @@ "resolved": "https://registry.npmjs.org/@webpack-cli/info/-/info-1.5.0.tgz", "integrity": "sha512-e8tSXZpw2hPl2uMJY6fsMswaok5FdlGNRTktvFk2sD8RjH0hE2+XistawJx1vmKteh4NmGmNUrp+Tb2w+udPcQ==", "dev": true, + "license": "MIT", "dependencies": { "envinfo": "^7.7.3" }, @@ -2247,6 +2141,7 @@ "resolved": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-1.7.0.tgz", "integrity": "sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==", "dev": true, + "license": "MIT", "peerDependencies": { "webpack-cli": "4.x.x" }, @@ -2260,19 +2155,22 @@ "version": "1.2.0", "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", - "dev": true + "dev": true, + "license": "BSD-3-Clause" }, "node_modules/@xtuc/long": { "version": "4.2.2", "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", - "dev": true + "dev": true, + "license": "Apache-2.0" }, "node_modules/acorn": { - "version": "8.12.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", - "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", + "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", "dev": true, + "license": "MIT", "bin": { "acorn": "bin/acorn" }, @@ -2280,20 +2178,12 @@ "node": ">=0.4.0" } }, - "node_modules/acorn-import-attributes": { - "version": "1.9.5", - "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz", - "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==", - "dev": true, - "peerDependencies": { - "acorn": "^8" - } - }, "node_modules/aggregate-error": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", "dev": true, + "license": "MIT", "dependencies": { "clean-stack": "^2.0.0", "indent-string": "^4.0.0" @@ -2307,6 +2197,7 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", "dev": true, + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -2323,6 +2214,7 @@ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", "dev": true, + "license": "MIT", "peerDependencies": { "ajv": "^6.9.1" } @@ -2332,6 +2224,7 @@ "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -2341,6 +2234,7 @@ "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", "dev": true, + "license": "MIT", "dependencies": { "type-fest": "^0.21.3" }, @@ -2356,20 +2250,25 @@ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { - "color-convert": "^1.9.0" + "color-convert": "^2.0.1" }, "engines": { - "node": ">=4" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, "node_modules/anymatch": { @@ -2377,6 +2276,7 @@ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", "dev": true, + "license": "ISC", "optional": true, "dependencies": { "normalize-path": "^3.0.0", @@ -2404,13 +2304,15 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "MIT" }, "node_modules/asn1": { "version": "0.2.6", "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", "dev": true, + "license": "MIT", "dependencies": { "safer-buffer": "~2.1.0" } @@ -2420,6 +2322,7 @@ "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.8" } @@ -2429,27 +2332,31 @@ "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/async": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", - "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==", - "dev": true + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", + "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==", + "dev": true, + "license": "MIT" }, "node_modules/asynckit": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/at-least-node": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", "dev": true, + "license": "ISC", "engines": { "node": ">= 4.0.0" } @@ -2459,24 +2366,27 @@ "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==", "dev": true, + "license": "Apache-2.0", "engines": { "node": "*" } }, "node_modules/aws4": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.13.0.tgz", - "integrity": "sha512-3AungXC4I8kKsS9PuS4JH2nc+0bVY/mjgrephHTIi8fpEeGsTHBUJeosp0Wc1myYMElmD0B3Oc4XL/HVJ4PV2g==", - "dev": true + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.13.2.tgz", + "integrity": "sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==", + "dev": true, + "license": "MIT" }, "node_modules/babel-loader": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz", - "integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==", + "version": "8.4.1", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.4.1.tgz", + "integrity": "sha512-nXzRChX+Z1GoE6yWavBQg6jDslyFF3SDjl2paADuoQtQW10JqShJt62R6eJQ5m/pjJFDT8xgKIWSP85OY8eXeA==", "dev": true, + "license": "MIT", "dependencies": { "find-cache-dir": "^3.3.1", - "loader-utils": "^2.0.0", + "loader-utils": "^2.0.4", "make-dir": "^3.1.0", "schema-utils": "^2.6.5" }, @@ -2493,6 +2403,7 @@ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", "dev": true, + "license": "MIT", "dependencies": { "semver": "^6.0.0" }, @@ -2504,13 +2415,14 @@ } }, "node_modules/babel-plugin-polyfill-corejs2": { - "version": "0.4.11", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz", - "integrity": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==", + "version": "0.4.12", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.12.tgz", + "integrity": "sha512-CPWT6BwvhrTO2d8QVorhTCQw9Y43zOu7G9HigcfxvepOU6b8o3tcWad6oVgZIsZCTt42FFv97aA7ZJsbM4+8og==", "dev": true, + "license": "MIT", "dependencies": { "@babel/compat-data": "^7.22.6", - "@babel/helper-define-polyfill-provider": "^0.6.2", + "@babel/helper-define-polyfill-provider": "^0.6.3", "semver": "^6.3.1" }, "peerDependencies": { @@ -2518,25 +2430,27 @@ } }, "node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.10.4", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz", - "integrity": "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==", + "version": "0.10.6", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz", + "integrity": "sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.1", - "core-js-compat": "^3.36.1" + "@babel/helper-define-polyfill-provider": "^0.6.2", + "core-js-compat": "^3.38.0" }, "peerDependencies": { "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" } }, "node_modules/babel-plugin-polyfill-regenerator": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz", - "integrity": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.3.tgz", + "integrity": "sha512-LiWSbl4CRSIa5x/JAU6jZiG9eit9w6mz+yVMFwDE83LAWvt0AfGBoZ7HS/mkhrKuh2ZlzfVZYKoLjXdqw6Yt7Q==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.2" + "@babel/helper-define-polyfill-provider": "^0.6.3" }, "peerDependencies": { "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" @@ -2546,7 +2460,8 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/base64-js": { "version": "1.5.1", @@ -2566,13 +2481,15 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "MIT" }, "node_modules/bcrypt-pbkdf": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "tweetnacl": "^0.14.3" } @@ -2582,6 +2499,7 @@ "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", "dev": true, + "license": "MIT", "engines": { "node": "*" } @@ -2591,6 +2509,7 @@ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", "dev": true, + "license": "MIT", "optional": true, "engines": { "node": ">=8" @@ -2603,13 +2522,15 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/blob-util/-/blob-util-2.0.2.tgz", "integrity": "sha512-T7JQa+zsXXEa6/8ZhHcQEW1UFfVM49Ts65uBkFL6fz2QmrElqmbajIDJvuA0tEhRe5eIjpV9ZF+0RfZR9voJFQ==", - "dev": true + "dev": true, + "license": "Apache-2.0" }, "node_modules/bluebird": { "version": "3.7.2", "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/bootstrap": { "version": "4.6.2", @@ -2625,6 +2546,7 @@ "url": "https://opencollective.com/bootstrap" } ], + "license": "MIT", "peerDependencies": { "jquery": "1.9.1 - 3", "popper.js": "^1.16.1" @@ -2634,6 +2556,7 @@ "version": "1.13.18", "resolved": "https://registry.npmjs.org/bootstrap-select/-/bootstrap-select-1.13.18.tgz", "integrity": "sha512-V1IzK4rxBq5FrJtkzSH6RmFLFBsjx50byFbfAf8jYyXROWs7ZpprGjdHeoyq2HSsHyjJhMMwjsQhRoYAfxCGow==", + "license": "MIT", "peerDependencies": { "bootstrap": ">=3.0.0", "jquery": "1.9.1 - 3" @@ -2644,6 +2567,7 @@ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -2654,6 +2578,7 @@ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "fill-range": "^7.1.1" @@ -2663,9 +2588,9 @@ } }, "node_modules/browserslist": { - "version": "4.23.2", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.2.tgz", - "integrity": "sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==", + "version": "4.24.2", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.2.tgz", + "integrity": "sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==", "dev": true, "funding": [ { @@ -2681,11 +2606,12 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { - "caniuse-lite": "^1.0.30001640", - "electron-to-chromium": "^1.4.820", - "node-releases": "^2.0.14", - "update-browserslist-db": "^1.1.0" + "caniuse-lite": "^1.0.30001669", + "electron-to-chromium": "^1.5.41", + "node-releases": "^2.0.18", + "update-browserslist-db": "^1.1.1" }, "bin": { "browserslist": "cli.js" @@ -2713,6 +2639,7 @@ "url": "https://feross.org/support" } ], + "license": "MIT", "dependencies": { "base64-js": "^1.3.1", "ieee754": "^1.1.13" @@ -2723,6 +2650,7 @@ "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==", "dev": true, + "license": "MIT", "engines": { "node": "*" } @@ -2731,13 +2659,15 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/cachedir": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/cachedir/-/cachedir-2.4.0.tgz", "integrity": "sha512-9EtFOZR8g22CL7BWjJ9BUx1+A/djkofnyW3aOXZORNW2kxoUpx2h+uN2cOqwPmFhnpVmxg+KW2OjOSgChTEvsQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -2747,6 +2677,7 @@ "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", "dev": true, + "license": "MIT", "dependencies": { "es-define-property": "^1.0.0", "es-errors": "^1.3.0", @@ -2762,9 +2693,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001643", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001643.tgz", - "integrity": "sha512-ERgWGNleEilSrHM6iUz/zJNSQTP8Mr21wDWpdgvRwcTXGAq6jMtOUPP4dqFPTdKqZ2wKTdtB+uucZ3MRpAUSmg==", + "version": "1.0.30001680", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001680.tgz", + "integrity": "sha512-rPQy70G6AGUMnbwS1z6Xg+RkHYPAi18ihs47GH0jcxIG7wArmPgY3XbS2sRdBbxJljp3thdT8BIqv9ccCypiPA==", "dev": true, "funding": [ { @@ -2779,26 +2710,44 @@ "type": "github", "url": "https://github.com/sponsors/ai" } - ] + ], + "license": "CC-BY-4.0" }, "node_modules/caseless": { "version": "0.12.0", "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==", - "dev": true + "dev": true, + "license": "Apache-2.0" }, "node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, "engines": { - "node": ">=4" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/chalk/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" } }, "node_modules/check-more-types": { @@ -2806,6 +2755,7 @@ "resolved": "https://registry.npmjs.org/check-more-types/-/check-more-types-2.24.0.tgz", "integrity": "sha512-Pj779qHxV2tuapviy1bSZNEL1maXr13bPYpsvSDB68HlYcYuhlDrmGd63i0JHMCLKzc7rUSNIrpdJlhVlNwrxA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.8.0" } @@ -2815,6 +2765,7 @@ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "anymatch": "~3.1.2", @@ -2840,14 +2791,15 @@ "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz", "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.0" } }, "node_modules/ci-info": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", - "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.1.0.tgz", + "integrity": "sha512-HutrvTNsF48wnxkzERIXOe5/mlcfFcbfCmwcg6CJnizbSue78AbDt+1cgl26zwn61WFxhcPykPfZrbqjGmBb4A==", "dev": true, "funding": [ { @@ -2855,6 +2807,7 @@ "url": "https://github.com/sponsors/sibiraj-s" } ], + "license": "MIT", "engines": { "node": ">=8" } @@ -2864,6 +2817,7 @@ "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -2873,6 +2827,7 @@ "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", "dev": true, + "license": "MIT", "dependencies": { "restore-cursor": "^3.1.0" }, @@ -2885,6 +2840,7 @@ "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.5.tgz", "integrity": "sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==", "dev": true, + "license": "MIT", "dependencies": { "string-width": "^4.2.0" }, @@ -2900,6 +2856,7 @@ "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-2.1.0.tgz", "integrity": "sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==", "dev": true, + "license": "MIT", "dependencies": { "slice-ansi": "^3.0.0", "string-width": "^4.2.0" @@ -2916,6 +2873,7 @@ "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", "dev": true, + "license": "MIT", "dependencies": { "is-plain-object": "^2.0.4", "kind-of": "^6.0.2", @@ -2926,31 +2884,38 @@ } }, "node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { - "color-name": "1.1.3" + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" } }, "node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true, + "license": "MIT" }, "node_modules/colorette": { "version": "2.0.20", "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/combined-stream": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", "dev": true, + "license": "MIT", "dependencies": { "delayed-stream": "~1.0.0" }, @@ -2963,6 +2928,7 @@ "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz", "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 6" } @@ -2972,6 +2938,7 @@ "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz", "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==", "dev": true, + "license": "MIT", "engines": { "node": ">=4.0.0" } @@ -2980,27 +2947,31 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/convert-source-map": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/core-js-compat": { - "version": "3.37.1", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.37.1.tgz", - "integrity": "sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==", + "version": "3.39.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.39.0.tgz", + "integrity": "sha512-VgEUx3VwlExr5no0tXlBt+silBvhTryPwCXRI2Id1PN8WTKu7MreethvddqOubrYxkFdv/RnYrqlv1sFNAUelw==", "dev": true, + "license": "MIT", "dependencies": { - "browserslist": "^4.23.0" + "browserslist": "^4.24.2" }, "funding": { "type": "opencollective", @@ -3011,13 +2982,15 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.5.tgz", + "integrity": "sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==", "dev": true, + "license": "MIT", "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", @@ -3032,6 +3005,7 @@ "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.11.0.tgz", "integrity": "sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g==", "dev": true, + "license": "MIT", "dependencies": { "icss-utils": "^5.1.0", "postcss": "^8.4.33", @@ -3067,6 +3041,7 @@ "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" }, @@ -3079,6 +3054,7 @@ "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", "dev": true, + "license": "MIT", "bin": { "cssesc": "bin/cssesc" }, @@ -3087,13 +3063,14 @@ } }, "node_modules/cypress": { - "version": "13.13.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.1.tgz", - "integrity": "sha512-8F9UjL5MDUdgC/S5hr8CGLHbS5gGht5UOV184qc2pFny43fnkoaKxlzH/U6//zmGu/xRTaKimNfjknLT8+UDFg==", + "version": "13.15.2", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.15.2.tgz", + "integrity": "sha512-ARbnUorjcCM3XiPwgHKuqsyr5W9Qn+pIIBPaoilnoBkLdSC2oLQjV1BUpnmc7KR+b7Avah3Ly2RMFnfxr96E/A==", "dev": true, "hasInstallScript": true, + "license": "MIT", "dependencies": { - "@cypress/request": "^3.0.0", + "@cypress/request": "^3.0.6", "@cypress/xvfb": "^1.2.4", "@types/sinonjs__fake-timers": "8.1.1", "@types/sizzle": "^2.3.2", @@ -3104,6 +3081,7 @@ "cachedir": "^2.3.0", "chalk": "^4.1.0", "check-more-types": "^2.24.0", + "ci-info": "^4.0.0", "cli-cursor": "^3.1.0", "cli-table3": "~0.6.1", "commander": "^6.2.1", @@ -3118,7 +3096,6 @@ "figures": "^3.2.0", "fs-extra": "^9.1.0", "getos": "^3.2.1", - "is-ci": "^3.0.1", "is-installed-globally": "~0.4.0", "lazy-ass": "^1.6.0", "listr2": "^3.8.3", @@ -3133,6 +3110,7 @@ "semver": "^7.5.3", "supports-color": "^8.1.1", "tmp": "~0.2.3", + "tree-kill": "1.2.2", "untildify": "^4.0.0", "yauzl": "^2.10.0" }, @@ -3142,102 +3120,18 @@ "engines": { "node": "^16.0.0 || ^18.0.0 || >=20.0.0" } - }, - "node_modules/cypress/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/cypress/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/cypress/node_modules/chalk/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/cypress/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/cypress/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/cypress/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/cypress/node_modules/semver": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/cypress/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + }, + "node_modules/cypress/node_modules/semver": { + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "dev": true, - "dependencies": { - "has-flag": "^4.0.0" + "license": "ISC", + "bin": { + "semver": "bin/semver.js" }, "engines": { "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" } }, "node_modules/dashdash": { @@ -3245,6 +3139,7 @@ "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==", "dev": true, + "license": "MIT", "dependencies": { "assert-plus": "^1.0.0" }, @@ -3253,18 +3148,20 @@ } }, "node_modules/dayjs": { - "version": "1.11.12", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.12.tgz", - "integrity": "sha512-Rt2g+nTbLlDWZTwwrIXjy9MeiZmSDI375FvZs72ngxx8PDC6YXOeR3q5LAuPzjZQxhiWdRKac7RKV+YyQYfYIg==", - "dev": true + "version": "1.11.13", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz", + "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==", + "dev": true, + "license": "MIT" }, "node_modules/debug": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", - "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", "dev": true, + "license": "MIT", "dependencies": { - "ms": "2.1.2" + "ms": "^2.1.3" }, "engines": { "node": ">=6.0" @@ -3280,6 +3177,7 @@ "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", "dev": true, + "license": "MIT", "dependencies": { "es-define-property": "^1.0.0", "es-errors": "^1.3.0", @@ -3297,6 +3195,7 @@ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.4.0" } @@ -3306,28 +3205,32 @@ "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==", "dev": true, + "license": "MIT", "dependencies": { "jsbn": "~0.1.0", "safer-buffer": "^2.1.0" } }, "node_modules/electron-to-chromium": { - "version": "1.4.832", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.832.tgz", - "integrity": "sha512-cTen3SB0H2SGU7x467NRe1eVcQgcuS6jckKfWJHia2eo0cHIGOqHoAxevIYZD4eRHcWjkvFzo93bi3vJ9W+1lA==", - "dev": true + "version": "1.5.56", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.56.tgz", + "integrity": "sha512-7lXb9dAvimCFdvUMTyucD4mnIndt/xhRKFAlky0CyFogdnNmdPQNoHI23msF/2V4mpTxMzgMdjK4+YRlFlRQZw==", + "dev": true, + "license": "ISC" }, "node_modules/emoji-regex": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/emojis-list": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", "dev": true, + "license": "MIT", "engines": { "node": ">= 4" } @@ -3337,15 +3240,17 @@ "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", "dev": true, + "license": "MIT", "dependencies": { "once": "^1.4.0" } }, "node_modules/enhanced-resolve": { - "version": "5.17.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.0.tgz", - "integrity": "sha512-dwDPwZL0dmye8Txp2gzFmA6sxALaSvdRDjPH0viLcKrtlOL3tw62nWWweVD1SdILDTJrbrL6tdWVN58Wo6U3eA==", + "version": "5.17.1", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz", + "integrity": "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==", "dev": true, + "license": "MIT", "dependencies": { "graceful-fs": "^4.2.4", "tapable": "^2.2.0" @@ -3359,6 +3264,7 @@ "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.4.1.tgz", "integrity": "sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==", "dev": true, + "license": "MIT", "dependencies": { "ansi-colors": "^4.1.1", "strip-ansi": "^6.0.1" @@ -3368,10 +3274,11 @@ } }, "node_modules/envinfo": { - "version": "7.13.0", - "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.13.0.tgz", - "integrity": "sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q==", + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.14.0.tgz", + "integrity": "sha512-CO40UI41xDQzhLB1hWyqUKgFhs250pNcGbyGKe1l/e4FSaI/+YE4IMG76GDt0In67WLPACIITC+sOi08x4wIvg==", "dev": true, + "license": "MIT", "bin": { "envinfo": "dist/cli.js" }, @@ -3384,6 +3291,7 @@ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", "dev": true, + "license": "MIT", "dependencies": { "get-intrinsic": "^1.2.4" }, @@ -3396,6 +3304,7 @@ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" } @@ -3404,13 +3313,15 @@ "version": "1.5.4", "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.4.tgz", "integrity": "sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/escalade": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", - "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -3420,6 +3331,7 @@ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.8.0" } @@ -3429,6 +3341,7 @@ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^4.1.1" @@ -3442,6 +3355,7 @@ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "estraverse": "^5.2.0" }, @@ -3454,6 +3368,7 @@ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">=4.0" } @@ -3463,6 +3378,7 @@ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">=4.0" } @@ -3472,6 +3388,7 @@ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">=0.10.0" } @@ -3480,13 +3397,15 @@ "version": "6.4.7", "resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-6.4.7.tgz", "integrity": "sha512-tYUSVOGeQPKt/eC1ABfhHy5Xd96N3oIijJvN3O9+TsC28T5V9yX9oEfEK5faP0EFSNVOG97qtAS68GBrQB2hDg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/events": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.8.x" } @@ -3496,6 +3415,7 @@ "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz", "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==", "dev": true, + "license": "MIT", "dependencies": { "cross-spawn": "^7.0.0", "get-stream": "^5.0.0", @@ -3519,6 +3439,7 @@ "resolved": "https://registry.npmjs.org/executable/-/executable-4.1.1.tgz", "integrity": "sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==", "dev": true, + "license": "MIT", "dependencies": { "pify": "^2.2.0" }, @@ -3530,13 +3451,15 @@ "version": "3.0.2", "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/extract-zip": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz", "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "debug": "^4.1.1", "get-stream": "^5.1.0", @@ -3559,25 +3482,29 @@ "dev": true, "engines": [ "node >=0.6.0" - ] + ], + "license": "MIT" }, "node_modules/fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/fast-json-stable-stringify": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/fastest-levenshtein": { "version": "1.0.16", "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", "dev": true, + "license": "MIT", "engines": { "node": ">= 4.9.1" } @@ -3587,6 +3514,7 @@ "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==", "dev": true, + "license": "MIT", "dependencies": { "pend": "~1.2.0" } @@ -3596,6 +3524,7 @@ "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", "dev": true, + "license": "MIT", "dependencies": { "escape-string-regexp": "^1.0.5" }, @@ -3611,6 +3540,7 @@ "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", "dev": true, + "license": "MIT", "dependencies": { "loader-utils": "^2.0.0", "schema-utils": "^3.0.0" @@ -3631,6 +3561,7 @@ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -3649,6 +3580,7 @@ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "to-regex-range": "^5.0.1" @@ -3662,6 +3594,7 @@ "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", "dev": true, + "license": "MIT", "dependencies": { "commondir": "^1.0.1", "make-dir": "^3.0.2", @@ -3679,6 +3612,7 @@ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", "dev": true, + "license": "MIT", "dependencies": { "semver": "^6.0.0" }, @@ -3694,6 +3628,7 @@ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, + "license": "MIT", "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -3707,6 +3642,7 @@ "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", "dev": true, + "license": "BSD-3-Clause", "bin": { "flat": "cli.js" } @@ -3716,22 +3652,24 @@ "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==", "dev": true, + "license": "Apache-2.0", "engines": { "node": "*" } }, "node_modules/form-data": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", - "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz", + "integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==", "dev": true, + "license": "MIT", "dependencies": { "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", + "combined-stream": "^1.0.8", "mime-types": "^2.1.12" }, "engines": { - "node": ">= 0.12" + "node": ">= 6" } }, "node_modules/fs-extra": { @@ -3739,6 +3677,7 @@ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", "dev": true, + "license": "MIT", "dependencies": { "at-least-node": "^1.0.0", "graceful-fs": "^4.2.0", @@ -3753,19 +3692,37 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz", "integrity": "sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", - "dev": true + "dev": true, + "license": "ISC" + }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } }, "node_modules/function-bind": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", "dev": true, + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -3775,6 +3732,7 @@ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } @@ -3784,6 +3742,7 @@ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", "dev": true, + "license": "MIT", "dependencies": { "es-errors": "^1.3.0", "function-bind": "^1.1.2", @@ -3803,6 +3762,7 @@ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", "dev": true, + "license": "MIT", "dependencies": { "pump": "^3.0.0" }, @@ -3818,6 +3778,7 @@ "resolved": "https://registry.npmjs.org/getos/-/getos-3.2.1.tgz", "integrity": "sha512-U56CfOK17OKgTVqozZjUKNdkfEv6jk5WISBJ8SHoagjE6L69zOwl3Z+O8myjY9MEW3i2HPWQBt/LTbCgcC973Q==", "dev": true, + "license": "MIT", "dependencies": { "async": "^3.2.0" } @@ -3827,6 +3788,7 @@ "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==", "dev": true, + "license": "MIT", "dependencies": { "assert-plus": "^1.0.0" } @@ -3837,6 +3799,7 @@ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", "deprecated": "Glob versions prior to v9 are no longer supported", "dev": true, + "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -3857,6 +3820,7 @@ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, + "license": "ISC", "optional": true, "dependencies": { "is-glob": "^4.0.1" @@ -3869,13 +3833,15 @@ "version": "0.4.1", "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", - "dev": true + "dev": true, + "license": "BSD-2-Clause" }, "node_modules/global-dirs": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.1.tgz", "integrity": "sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==", "dev": true, + "license": "MIT", "dependencies": { "ini": "2.0.0" }, @@ -3891,6 +3857,7 @@ "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } @@ -3900,6 +3867,7 @@ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", "dev": true, + "license": "MIT", "dependencies": { "get-intrinsic": "^1.1.3" }, @@ -3911,15 +3879,17 @@ "version": "4.2.11", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, + "license": "MIT", "engines": { - "node": ">=4" + "node": ">=8" } }, "node_modules/has-property-descriptors": { @@ -3927,6 +3897,7 @@ "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", "dev": true, + "license": "MIT", "dependencies": { "es-define-property": "^1.0.0" }, @@ -3939,6 +3910,7 @@ "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -3951,6 +3923,7 @@ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -3963,6 +3936,7 @@ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", "dev": true, + "license": "MIT", "dependencies": { "function-bind": "^1.1.2" }, @@ -3971,14 +3945,15 @@ } }, "node_modules/http-signature": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.3.6.tgz", - "integrity": "sha512-3adrsD6zqo4GsTqtO7FyrejHNv+NgiIfAfv68+jVlFmSr9OGy7zrxONceFRLKvnnZA5jbxQBX1u9PpB6Wi32Gw==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.4.0.tgz", + "integrity": "sha512-G5akfn7eKbpDN+8nPS/cb57YeA1jLTVxjpCj7tmm3QKPdyDy7T+qSC40e9ptydSWvkwjSXw1VbkpyEm39ukeAg==", "dev": true, + "license": "MIT", "dependencies": { "assert-plus": "^1.0.0", "jsprim": "^2.0.2", - "sshpk": "^1.14.1" + "sshpk": "^1.18.0" }, "engines": { "node": ">=0.10" @@ -3989,6 +3964,7 @@ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==", "dev": true, + "license": "Apache-2.0", "engines": { "node": ">=8.12.0" } @@ -3998,6 +3974,7 @@ "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", "dev": true, + "license": "ISC", "engines": { "node": "^10 || ^12 || >= 14" }, @@ -4023,13 +4000,15 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "BSD-3-Clause" }, "node_modules/import-local": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz", "integrity": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==", "dev": true, + "license": "MIT", "dependencies": { "pkg-dir": "^4.2.0", "resolve-cwd": "^3.0.0" @@ -4049,6 +4028,7 @@ "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -4059,6 +4039,7 @@ "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", "dev": true, + "license": "ISC", "dependencies": { "once": "^1.3.0", "wrappy": "1" @@ -4068,13 +4049,15 @@ "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/ini": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz", "integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==", "dev": true, + "license": "ISC", "engines": { "node": ">=10" } @@ -4084,6 +4067,7 @@ "resolved": "https://registry.npmjs.org/interpret/-/interpret-2.2.0.tgz", "integrity": "sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.10" } @@ -4093,6 +4077,7 @@ "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "binary-extensions": "^2.0.0" @@ -4101,23 +4086,12 @@ "node": ">=8" } }, - "node_modules/is-ci": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-3.0.1.tgz", - "integrity": "sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==", - "dev": true, - "dependencies": { - "ci-info": "^3.2.0" - }, - "bin": { - "is-ci": "bin.js" - } - }, "node_modules/is-core-module": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.0.tgz", - "integrity": "sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==", + "version": "2.15.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz", + "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==", "dev": true, + "license": "MIT", "dependencies": { "hasown": "^2.0.2" }, @@ -4133,6 +4107,7 @@ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", "dev": true, + "license": "MIT", "optional": true, "engines": { "node": ">=0.10.0" @@ -4143,6 +4118,7 @@ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -4152,6 +4128,7 @@ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "is-extglob": "^2.1.1" @@ -4165,6 +4142,7 @@ "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.4.0.tgz", "integrity": "sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==", "dev": true, + "license": "MIT", "dependencies": { "global-dirs": "^3.0.0", "is-path-inside": "^3.0.2" @@ -4181,6 +4159,7 @@ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", "dev": true, + "license": "MIT", "optional": true, "engines": { "node": ">=0.12.0" @@ -4191,6 +4170,7 @@ "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -4200,6 +4180,7 @@ "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", "dev": true, + "license": "MIT", "dependencies": { "isobject": "^3.0.1" }, @@ -4212,6 +4193,7 @@ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" }, @@ -4223,13 +4205,15 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/is-unicode-supported": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -4241,13 +4225,15 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/isobject": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -4256,13 +4242,15 @@ "version": "0.1.2", "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/jest-worker": { "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", "dev": true, + "license": "MIT", "dependencies": { "@types/node": "*", "merge-stream": "^2.0.0", @@ -4272,87 +4260,72 @@ "node": ">= 10.13.0" } }, - "node_modules/jest-worker/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-worker/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, "node_modules/jquery": { "version": "3.7.1", "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz", - "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==" + "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==", + "license": "MIT" }, "node_modules/js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "license": "MIT" }, "node_modules/jsbn": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz", + "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", "dev": true, + "license": "MIT", "bin": { "jsesc": "bin/jsesc" }, "engines": { - "node": ">=4" + "node": ">=6" } }, "node_modules/json-parse-even-better-errors": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/json-schema": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==", - "dev": true + "dev": true, + "license": "(AFL-2.1 OR BSD-3-Clause)" }, "node_modules/json-schema-traverse": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/json-stringify-safe": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/json5": { "version": "2.2.3", "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", "dev": true, + "license": "MIT", "bin": { "json5": "lib/cli.js" }, @@ -4365,6 +4338,7 @@ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", "dev": true, + "license": "MIT", "dependencies": { "universalify": "^2.0.0" }, @@ -4380,6 +4354,7 @@ "engines": [ "node >=0.6.0" ], + "license": "MIT", "dependencies": { "assert-plus": "1.0.0", "extsprintf": "1.3.0", @@ -4392,6 +4367,7 @@ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -4401,6 +4377,7 @@ "resolved": "https://registry.npmjs.org/lazy-ass/-/lazy-ass-1.6.0.tgz", "integrity": "sha512-cc8oEVoctTvsFZ/Oje/kGnHbpWHYBe8IAJe4C0QNc3t8uM/0Y8+erSz/7Y1ALuXTEZTMvxXwO6YbX1ey3ujiZw==", "dev": true, + "license": "MIT", "engines": { "node": "> 0.8" } @@ -4410,6 +4387,7 @@ "resolved": "https://registry.npmjs.org/listr2/-/listr2-3.14.0.tgz", "integrity": "sha512-TyWI8G99GX9GjE54cJ+RrNMcIFBfwMPxc3XTFiAYGN4s10hWROGtOg7+O6u6LE3mNkyld7RSLE6nrKBvTfcs3g==", "dev": true, + "license": "MIT", "dependencies": { "cli-truncate": "^2.1.0", "colorette": "^2.0.16", @@ -4437,6 +4415,7 @@ "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.11.5" } @@ -4446,6 +4425,7 @@ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", "dev": true, + "license": "MIT", "dependencies": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", @@ -4460,6 +4440,7 @@ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, + "license": "MIT", "dependencies": { "p-locate": "^4.1.0" }, @@ -4471,25 +4452,29 @@ "version": "4.17.21", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/lodash.debounce": { "version": "4.0.8", "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/lodash.once": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/log-symbols": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", "dev": true, + "license": "MIT", "dependencies": { "chalk": "^4.1.0", "is-unicode-supported": "^0.1.0" @@ -4501,132 +4486,31 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/log-symbols/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/log-symbols/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/log-symbols/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/log-symbols/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/log-symbols/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/log-symbols/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/log-update": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz", "integrity": "sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==", "dev": true, + "license": "MIT", "dependencies": { - "ansi-escapes": "^4.3.0", - "cli-cursor": "^3.1.0", - "slice-ansi": "^4.0.0", - "wrap-ansi": "^6.2.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/log-update/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/log-update/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" + "ansi-escapes": "^4.3.0", + "cli-cursor": "^3.1.0", + "slice-ansi": "^4.0.0", + "wrap-ansi": "^6.2.0" }, "engines": { - "node": ">=7.0.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/log-update/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, "node_modules/log-update/node_modules/slice-ansi": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "astral-regex": "^2.0.0", @@ -4644,6 +4528,7 @@ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -4657,6 +4542,7 @@ "version": "1.4.0", "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "license": "MIT", "dependencies": { "js-tokens": "^3.0.0 || ^4.0.0" }, @@ -4669,6 +4555,7 @@ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", "dev": true, + "license": "ISC", "dependencies": { "yallist": "^3.0.2" } @@ -4678,6 +4565,7 @@ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", "dev": true, + "license": "MIT", "dependencies": { "pify": "^4.0.1", "semver": "^5.6.0" @@ -4691,6 +4579,7 @@ "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -4700,6 +4589,7 @@ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver" } @@ -4708,13 +4598,15 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/mime-db": { "version": "1.52.0", "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.6" } @@ -4724,6 +4616,7 @@ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", "dev": true, + "license": "MIT", "dependencies": { "mime-db": "1.52.0" }, @@ -4736,6 +4629,7 @@ "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -4745,6 +4639,7 @@ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -4757,15 +4652,17 @@ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", "dev": true, + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true, + "license": "MIT" }, "node_modules/nanoid": { "version": "3.3.7", @@ -4778,6 +4675,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "bin": { "nanoid": "bin/nanoid.cjs" }, @@ -4789,19 +4687,22 @@ "version": "2.6.2", "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/node-releases": { "version": "2.0.18", "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz", "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/normalize-path": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", "dev": true, + "license": "MIT", "optional": true, "engines": { "node": ">=0.10.0" @@ -4812,6 +4713,7 @@ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", "dev": true, + "license": "MIT", "dependencies": { "path-key": "^3.0.0" }, @@ -4820,10 +4722,11 @@ } }, "node_modules/object-inspect": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz", - "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==", + "version": "1.13.3", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.3.tgz", + "integrity": "sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -4836,6 +4739,7 @@ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", "dev": true, + "license": "ISC", "dependencies": { "wrappy": "1" } @@ -4845,6 +4749,7 @@ "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", "dev": true, + "license": "MIT", "dependencies": { "mimic-fn": "^2.1.0" }, @@ -4859,13 +4764,15 @@ "version": "1.2.2", "resolved": "https://registry.npmjs.org/ospath/-/ospath-1.2.2.tgz", "integrity": "sha512-o6E5qJV5zkAbIDNhGSIlyOhScKXgQrSRMilfph0clDfM0nEnBOlKlH4sWDmG95BW/CvwNz0vmm7dJVtU2KlMiA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/p-limit": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dev": true, + "license": "MIT", "dependencies": { "p-try": "^2.0.0" }, @@ -4881,6 +4788,7 @@ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, + "license": "MIT", "dependencies": { "p-limit": "^2.2.0" }, @@ -4893,6 +4801,7 @@ "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", "dev": true, + "license": "MIT", "dependencies": { "aggregate-error": "^3.0.0" }, @@ -4908,6 +4817,7 @@ "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -4917,6 +4827,7 @@ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -4926,6 +4837,7 @@ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -4935,6 +4847,7 @@ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -4943,31 +4856,36 @@ "version": "1.0.7", "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/pend": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/performance-now": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/picocolors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", - "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==", - "dev": true + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "dev": true, + "license": "ISC" }, "node_modules/picomatch": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", "dev": true, + "license": "MIT", "optional": true, "engines": { "node": ">=8.6" @@ -4981,6 +4899,7 @@ "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -4990,6 +4909,7 @@ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", "dev": true, + "license": "MIT", "dependencies": { "find-up": "^4.0.0" }, @@ -5002,6 +4922,7 @@ "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==", "deprecated": "You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1", + "license": "MIT", "peer": true, "funding": { "type": "opencollective", @@ -5009,9 +4930,9 @@ } }, "node_modules/postcss": { - "version": "8.4.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz", - "integrity": "sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==", + "version": "8.4.49", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", + "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", "dev": true, "funding": [ { @@ -5027,10 +4948,11 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "nanoid": "^3.3.7", - "picocolors": "^1.0.1", - "source-map-js": "^1.2.0" + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" }, "engines": { "node": "^10 || ^12 || >=14" @@ -5041,6 +4963,7 @@ "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz", "integrity": "sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==", "dev": true, + "license": "ISC", "engines": { "node": "^10 || ^12 || >= 14" }, @@ -5049,13 +4972,14 @@ } }, "node_modules/postcss-modules-local-by-default": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.5.tgz", - "integrity": "sha512-6MieY7sIfTK0hYfafw1OMEG+2bg8Q1ocHCpoWLqOKj3JXlKu4G7btkmM/B7lFubYkYWmRSPLZi5chid63ZaZYw==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.1.0.tgz", + "integrity": "sha512-rm0bdSv4jC3BDma3s9H19ZddW0aHX6EoqwDYU2IfZhRN+53QrufTRo2IdkAbRqLx4R2IYbZnbjKKxg4VN5oU9Q==", "dev": true, + "license": "MIT", "dependencies": { "icss-utils": "^5.0.0", - "postcss-selector-parser": "^6.0.2", + "postcss-selector-parser": "^7.0.0", "postcss-value-parser": "^4.1.0" }, "engines": { @@ -5066,12 +4990,13 @@ } }, "node_modules/postcss-modules-scope": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.0.tgz", - "integrity": "sha512-oq+g1ssrsZOsx9M96c5w8laRmvEu9C3adDSjI8oTcbfkrTE8hx/zfyobUoWIxaKPO8bt6S62kxpw5GqypEw1QQ==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.1.tgz", + "integrity": "sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==", "dev": true, + "license": "ISC", "dependencies": { - "postcss-selector-parser": "^6.0.4" + "postcss-selector-parser": "^7.0.0" }, "engines": { "node": "^10 || ^12 || >= 14" @@ -5085,6 +5010,7 @@ "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", "dev": true, + "license": "ISC", "dependencies": { "icss-utils": "^5.0.0" }, @@ -5096,10 +5022,11 @@ } }, "node_modules/postcss-selector-parser": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.1.tgz", - "integrity": "sha512-b4dlw/9V8A71rLIDsSwVmak9z2DuBUB7CA1/wSdelNEzqsjoSPeADTWNO09lpH49Diy3/JIZ2bSPB1dI3LJCHg==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz", + "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==", "dev": true, + "license": "MIT", "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" @@ -5112,13 +5039,15 @@ "version": "4.2.0", "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/pretty-bytes": { "version": "5.6.0", "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz", "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" }, @@ -5131,6 +5060,7 @@ "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.6.0" } @@ -5139,19 +5069,15 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.0.0.tgz", "integrity": "sha512-F2JHgJQ1iqwnHDcQjVBsq3n/uoaFL+iPW/eAeL7kVxy/2RrWaN4WroKjjvbsoRtv0ftelNyC01bjRhn/bhcf4A==", - "dev": true - }, - "node_modules/psl": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", - "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/pump": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", - "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.2.tgz", + "integrity": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==", "dev": true, + "license": "MIT", "dependencies": { "end-of-stream": "^1.1.0", "once": "^1.3.1" @@ -5162,17 +5088,19 @@ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/qs": { - "version": "6.10.4", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.4.tgz", - "integrity": "sha512-OQiU+C+Ds5qiH91qh/mg0w+8nwQuLjM4F4M/PbmhDOoYehPh+Fb0bDjtR1sOvy7YKxvj28Y/M0PhP5uVX0kB+g==", + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", + "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { - "side-channel": "^1.0.4" + "side-channel": "^1.0.6" }, "engines": { "node": ">=0.6" @@ -5181,17 +5109,12 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/querystringify": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", - "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", - "dev": true - }, "node_modules/randombytes": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", "dev": true, + "license": "MIT", "dependencies": { "safe-buffer": "^5.1.0" } @@ -5200,6 +5123,7 @@ "version": "18.3.1", "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", + "license": "MIT", "dependencies": { "loose-envify": "^1.1.0" }, @@ -5211,6 +5135,7 @@ "version": "18.3.1", "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", + "license": "MIT", "dependencies": { "loose-envify": "^1.1.0", "scheduler": "^0.23.2" @@ -5222,15 +5147,16 @@ "node_modules/react-error-overlay": { "version": "6.0.11", "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.11.tgz", - "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" + "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==", + "license": "MIT" }, "node_modules/react-router": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.26.0.tgz", - "integrity": "sha512-wVQq0/iFYd3iZ9H2l3N3k4PL8EEHcb0XlU2Na8nEwmiXgIUElEH6gaJDtUQxJ+JFzmIXaQjfdpcGWaM6IoQGxg==", + "version": "6.28.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.28.0.tgz", + "integrity": "sha512-HrYdIFqdrnhDw0PqG/AKjAqEqM7AvxCz0DQ4h2W8k6nqmc5uRBYDag0SBxx9iYz5G8gnuNVLzUe13wl9eAsXXg==", "license": "MIT", "dependencies": { - "@remix-run/router": "1.19.0" + "@remix-run/router": "1.21.0" }, "engines": { "node": ">=14.0.0" @@ -5240,13 +5166,13 @@ } }, "node_modules/react-router-dom": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.26.0.tgz", - "integrity": "sha512-RRGUIiDtLrkX3uYcFiCIxKFWMcWQGMojpYZfcstc63A1+sSnVgILGIm9gNUA6na3Fm1QuPGSBQH2EMbAZOnMsQ==", + "version": "6.28.0", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.28.0.tgz", + "integrity": "sha512-kQ7Unsl5YdyOltsPGl31zOjLrDv+m2VcIEcIHqYYD3Lp0UppLjrzcfJqDJwXxFw3TH/yvapbnUvPlAj7Kx5nbg==", "license": "MIT", "dependencies": { - "@remix-run/router": "1.19.0", - "react-router": "6.26.0" + "@remix-run/router": "1.21.0", + "react-router": "6.28.0" }, "engines": { "node": ">=14.0.0" @@ -5261,6 +5187,7 @@ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "picomatch": "^2.2.1" @@ -5274,6 +5201,7 @@ "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.7.1.tgz", "integrity": "sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==", "dev": true, + "license": "MIT", "dependencies": { "resolve": "^1.9.0" }, @@ -5285,13 +5213,15 @@ "version": "1.4.2", "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/regenerate-unicode-properties": { - "version": "10.1.1", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", - "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz", + "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==", "dev": true, + "license": "MIT", "dependencies": { "regenerate": "^1.4.2" }, @@ -5303,27 +5233,30 @@ "version": "0.14.1", "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/regenerator-transform": { "version": "0.15.2", "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz", "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/runtime": "^7.8.4" } }, "node_modules/regexpu-core": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", - "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.1.1.tgz", + "integrity": "sha512-k67Nb9jvwJcJmVpw0jPttR1/zVfnKf8Km0IPatrU/zJ5XeG3+Slx0xLXs9HByJSzXzrlz5EDvN6yLNMDc2qdnw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/regjsgen": "^0.8.0", "regenerate": "^1.4.2", - "regenerate-unicode-properties": "^10.1.0", - "regjsparser": "^0.9.1", + "regenerate-unicode-properties": "^10.2.0", + "regjsgen": "^0.8.0", + "regjsparser": "^0.11.0", "unicode-match-property-ecmascript": "^2.0.0", "unicode-match-property-value-ecmascript": "^2.1.0" }, @@ -5331,47 +5264,42 @@ "node": ">=4" } }, + "node_modules/regjsgen": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.8.0.tgz", + "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==", + "dev": true, + "license": "MIT" + }, "node_modules/regjsparser": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", - "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.11.2.tgz", + "integrity": "sha512-3OGZZ4HoLJkkAZx/48mTXJNlmqTGOzc0o9OWQPuWpkOlXXPbyN6OafCcoXUnBqE2D3f/T5L+pWc1kdEmnfnRsA==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { - "jsesc": "~0.5.0" + "jsesc": "~3.0.2" }, "bin": { "regjsparser": "bin/parser" } }, - "node_modules/regjsparser/node_modules/jsesc": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", - "dev": true, - "bin": { - "jsesc": "bin/jsesc" - } - }, "node_modules/request-progress": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/request-progress/-/request-progress-3.0.0.tgz", "integrity": "sha512-MnWzEHHaxHO2iWiQuHrUPBi/1WeBf5PkxQqNyNvLl9VAYSdXkP8tQ3pBSeCPD+yw0v0Aq1zosWLz0BdeXpWwZg==", "dev": true, + "license": "MIT", "dependencies": { "throttleit": "^1.0.0" } }, - "node_modules/requires-port": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", - "dev": true - }, "node_modules/resolve": { "version": "1.22.8", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", "dev": true, + "license": "MIT", "dependencies": { "is-core-module": "^2.13.0", "path-parse": "^1.0.7", @@ -5389,6 +5317,7 @@ "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", "dev": true, + "license": "MIT", "dependencies": { "resolve-from": "^5.0.0" }, @@ -5401,6 +5330,7 @@ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -5410,6 +5340,7 @@ "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", "dev": true, + "license": "MIT", "dependencies": { "onetime": "^5.1.0", "signal-exit": "^3.0.2" @@ -5422,13 +5353,15 @@ "version": "1.4.1", "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz", "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/rxjs": { "version": "7.8.1", "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", "dev": true, + "license": "Apache-2.0", "dependencies": { "tslib": "^2.1.0" } @@ -5451,18 +5384,21 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "MIT" }, "node_modules/safer-buffer": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/scheduler": { "version": "0.23.2", "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==", + "license": "MIT", "dependencies": { "loose-envify": "^1.1.0" } @@ -5472,6 +5408,7 @@ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", "dev": true, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.5", "ajv": "^6.12.4", @@ -5490,6 +5427,7 @@ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" } @@ -5499,6 +5437,7 @@ "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "randombytes": "^2.1.0" } @@ -5508,6 +5447,7 @@ "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", "dev": true, + "license": "MIT", "dependencies": { "define-data-property": "^1.1.4", "es-errors": "^1.3.0", @@ -5525,6 +5465,7 @@ "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", "dev": true, + "license": "MIT", "dependencies": { "kind-of": "^6.0.2" }, @@ -5537,6 +5478,7 @@ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", "dev": true, + "license": "MIT", "dependencies": { "shebang-regex": "^3.0.0" }, @@ -5549,6 +5491,7 @@ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -5558,6 +5501,7 @@ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "es-errors": "^1.3.0", @@ -5575,13 +5519,15 @@ "version": "3.0.7", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/slash": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -5591,6 +5537,7 @@ "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-3.0.0.tgz", "integrity": "sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "astral-regex": "^2.0.0", @@ -5600,53 +5547,22 @@ "node": ">=8" } }, - "node_modules/slice-ansi/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/slice-ansi/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/slice-ansi/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, "node_modules/source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, "node_modules/source-map-js": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", - "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } @@ -5656,6 +5572,7 @@ "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", "dev": true, + "license": "MIT", "dependencies": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" @@ -5666,6 +5583,7 @@ "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.18.0.tgz", "integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==", "dev": true, + "license": "MIT", "dependencies": { "asn1": "~0.2.3", "assert-plus": "^1.0.0", @@ -5691,6 +5609,7 @@ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, + "license": "MIT", "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", @@ -5705,6 +5624,7 @@ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, @@ -5717,6 +5637,7 @@ "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -5726,6 +5647,7 @@ "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-1.3.0.tgz", "integrity": "sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q==", "dev": true, + "license": "MIT", "dependencies": { "loader-utils": "^2.0.0", "schema-utils": "^2.7.0" @@ -5742,15 +5664,19 @@ } }, "node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", "dev": true, + "license": "MIT", "dependencies": { - "has-flag": "^3.0.0" + "has-flag": "^4.0.0" }, "engines": { - "node": ">=4" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" } }, "node_modules/supports-preserve-symlinks-flag": { @@ -5758,6 +5684,7 @@ "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -5770,15 +5697,17 @@ "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/terser": { - "version": "5.31.3", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.3.tgz", - "integrity": "sha512-pAfYn3NIZLyZpa83ZKigvj6Rn9c/vd5KfYGX7cN1mnzqgDcxWvrU5ZtAfIKhEXz9nRecw4z3LXkjaq96/qZqAA==", + "version": "5.36.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.36.0.tgz", + "integrity": "sha512-IYV9eNMuFAV4THUspIRXkLakHnV6XO7FEdtKjf/mDyrnqUg9LnlOn6/RwRvM9SZjR4GUq8Nk8zj67FzVARr74w==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "@jridgewell/source-map": "^0.3.3", "acorn": "^8.8.2", @@ -5797,6 +5726,7 @@ "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz", "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==", "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "^0.3.20", "jest-worker": "^27.4.5", @@ -5831,6 +5761,7 @@ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -5848,13 +5779,15 @@ "version": "2.20.3", "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/throttleit": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-1.0.1.tgz", "integrity": "sha512-vDZpf9Chs9mAdfY046mcPt8fg5QSZr37hEH4TXYBnDF+izxgrbRGUAAaBvIk/fJm9aOFCGFd1EsNg5AZCbnQCQ==", "dev": true, + "license": "MIT", "funding": { "url": "https://github.com/sponsors/sindresorhus" } @@ -5863,31 +5796,45 @@ "version": "2.3.8", "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", - "dev": true + "dev": true, + "license": "MIT" + }, + "node_modules/tldts": { + "version": "6.1.60", + "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.60.tgz", + "integrity": "sha512-TYVHm7G9NCnhgqOsFalbX6MG1Po5F4efF+tLfoeiOGQq48Oqgwcgz8upY2R1BHWa4aDrj28RYx0dkYJ63qCFMg==", + "dev": true, + "license": "MIT", + "dependencies": { + "tldts-core": "^6.1.60" + }, + "bin": { + "tldts": "bin/cli.js" + } + }, + "node_modules/tldts-core": { + "version": "6.1.60", + "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.60.tgz", + "integrity": "sha512-XHjoxak8SFQnHnmYHb3PcnW5TZ+9ErLZemZei3azuIRhQLw4IExsVbL3VZJdHcLeNaXq6NqawgpDPpjBOg4B5g==", + "dev": true, + "license": "MIT" }, "node_modules/tmp": { "version": "0.2.3", "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz", "integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==", "dev": true, + "license": "MIT", "engines": { "node": ">=14.14" } }, - "node_modules/to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", - "dev": true, - "engines": { - "node": ">=4" - } - }, "node_modules/to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "is-number": "^7.0.0" @@ -5897,40 +5844,41 @@ } }, "node_modules/tough-cookie": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz", - "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.0.0.tgz", + "integrity": "sha512-FRKsF7cz96xIIeMZ82ehjC3xW2E+O2+v11udrDYewUbszngYhsGa8z6YUMMzO9QJZzzyd0nGGXnML/TReX6W8Q==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { - "psl": "^1.1.33", - "punycode": "^2.1.1", - "universalify": "^0.2.0", - "url-parse": "^1.5.3" + "tldts": "^6.1.32" }, "engines": { - "node": ">=6" + "node": ">=16" } }, - "node_modules/tough-cookie/node_modules/universalify": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", - "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", + "node_modules/tree-kill": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", + "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", "dev": true, - "engines": { - "node": ">= 4.0.0" + "license": "MIT", + "bin": { + "tree-kill": "cli.js" } }, "node_modules/tslib": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", - "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==", - "dev": true + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", + "dev": true, + "license": "0BSD" }, "node_modules/tunnel-agent": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", "dev": true, + "license": "Apache-2.0", "dependencies": { "safe-buffer": "^5.0.1" }, @@ -5942,13 +5890,15 @@ "version": "0.14.5", "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==", - "dev": true + "dev": true, + "license": "Unlicense" }, "node_modules/type-fest": { "version": "0.21.3", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, @@ -5957,16 +5907,18 @@ } }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", - "dev": true + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "dev": true, + "license": "MIT" }, "node_modules/unicode-canonical-property-names-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", - "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz", + "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } @@ -5976,6 +5928,7 @@ "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", "dev": true, + "license": "MIT", "dependencies": { "unicode-canonical-property-names-ecmascript": "^2.0.0", "unicode-property-aliases-ecmascript": "^2.0.0" @@ -5985,10 +5938,11 @@ } }, "node_modules/unicode-match-property-value-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", - "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz", + "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } @@ -5998,6 +5952,7 @@ "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } @@ -6007,6 +5962,7 @@ "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 10.0.0" } @@ -6016,14 +5972,15 @@ "resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz", "integrity": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/update-browserslist-db": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz", - "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz", + "integrity": "sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==", "dev": true, "funding": [ { @@ -6039,9 +5996,10 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { - "escalade": "^3.1.2", - "picocolors": "^1.0.1" + "escalade": "^3.2.0", + "picocolors": "^1.1.0" }, "bin": { "update-browserslist-db": "cli.js" @@ -6055,6 +6013,7 @@ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "punycode": "^2.1.0" } @@ -6064,6 +6023,7 @@ "resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz", "integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==", "dev": true, + "license": "MIT", "dependencies": { "loader-utils": "^2.0.0", "mime-types": "^2.1.27", @@ -6091,6 +6051,7 @@ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -6104,27 +6065,19 @@ "url": "https://opencollective.com/webpack" } }, - "node_modules/url-parse": { - "version": "1.5.10", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", - "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", - "dev": true, - "dependencies": { - "querystringify": "^2.1.1", - "requires-port": "^1.0.0" - } - }, "node_modules/util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/uuid": { "version": "8.3.2", "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", "dev": true, + "license": "MIT", "bin": { "uuid": "dist/bin/uuid" } @@ -6137,6 +6090,7 @@ "engines": [ "node >=0.6.0" ], + "license": "MIT", "dependencies": { "assert-plus": "^1.0.0", "core-util-is": "1.0.2", @@ -6144,10 +6098,11 @@ } }, "node_modules/watchpack": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.1.tgz", - "integrity": "sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.2.tgz", + "integrity": "sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==", "dev": true, + "license": "MIT", "dependencies": { "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.1.2" @@ -6157,21 +6112,21 @@ } }, "node_modules/webpack": { - "version": "5.93.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.93.0.tgz", - "integrity": "sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==", + "version": "5.96.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.96.1.tgz", + "integrity": "sha512-l2LlBSvVZGhL4ZrPwyr8+37AunkcYj5qh8o6u2/2rzoPc8gxFJkLj1WxNgooi9pnoc06jh0BjuXnamM4qlujZA==", "dev": true, + "license": "MIT", "dependencies": { - "@types/eslint-scope": "^3.7.3", - "@types/estree": "^1.0.5", + "@types/eslint-scope": "^3.7.7", + "@types/estree": "^1.0.6", "@webassemblyjs/ast": "^1.12.1", "@webassemblyjs/wasm-edit": "^1.12.1", "@webassemblyjs/wasm-parser": "^1.12.1", - "acorn": "^8.7.1", - "acorn-import-attributes": "^1.9.5", - "browserslist": "^4.21.10", + "acorn": "^8.14.0", + "browserslist": "^4.24.0", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.17.0", + "enhanced-resolve": "^5.17.1", "es-module-lexer": "^1.2.1", "eslint-scope": "5.1.1", "events": "^3.2.0", @@ -6208,6 +6163,7 @@ "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.10.0.tgz", "integrity": "sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==", "dev": true, + "license": "MIT", "dependencies": { "@discoveryjs/json-ext": "^0.5.0", "@webpack-cli/configtest": "^1.2.0", @@ -6255,6 +6211,7 @@ "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 10" } @@ -6264,6 +6221,7 @@ "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.10.0.tgz", "integrity": "sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==", "dev": true, + "license": "MIT", "dependencies": { "clone-deep": "^4.0.1", "flat": "^5.0.2", @@ -6278,6 +6236,7 @@ "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", "dev": true, + "license": "MIT", "engines": { "node": ">=10.13.0" } @@ -6287,6 +6246,7 @@ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -6305,6 +6265,7 @@ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", "dev": true, + "license": "ISC", "dependencies": { "isexe": "^2.0.0" }, @@ -6319,13 +6280,15 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz", "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/wrap-ansi": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -6338,56 +6301,26 @@ "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, - "node_modules/wrap-ansi/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/wrap-ansi/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/wrap-ansi/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/yallist": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/yauzl": { "version": "2.10.0", "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==", "dev": true, + "license": "MIT", "dependencies": { "buffer-crc32": "~0.2.3", "fd-slicer": "~1.1.0" diff --git a/mephisto/abstractions/architects/router/README.md b/mephisto/abstractions/architects/router/README.md index 67a975d39..e33c15300 100644 --- a/mephisto/abstractions/architects/router/README.md +++ b/mephisto/abstractions/architects/router/README.md @@ -5,7 +5,7 @@ --> # router -This directory contains all of the Mephisto code regarding setting up and deploying and endpoint that can handle interfacing with the `mephisto-task` package. As of now there are two implementations, a node server in `deploy` and a Flask server in `flask`. Each of these can be extended upon such that you can deploy your own server (with whatever logic you may need) but still have mephisto routing functionality. +This directory contains all of the Mephisto code regarding setting up and deploying and endpoint that can handle interfacing with the `mephisto-core` package. As of now there are two implementations, a node server in `deploy` and a Flask server in `flask`. Each of these can be extended upon such that you can deploy your own server (with whatever logic you may need) but still have mephisto routing functionality. ## `build_router.py` This file contains code to be able to initialize the required build files for a server, assuming that they're set up properly. With the routers available in this directory, they should work out-of-the-box, but more configuration. If you want to specify your own build, you should start from the given servers, then provide the `architect.server_source_root` and `architect.server_type` arguments as appropriate with your server directory and the kind of server you're running. @@ -23,4 +23,4 @@ Key notes: you'll need to import the blueprint and the websocket server, and reg In short, the Mephisto protocol for routing requests from clients down to the Mephisto main server is somewhat complicated. There are a number of endpoints that need to retain the behavior that's captured in the comments of the Flask implementation's `mephisto_flask_blueprint.py` file. These should be enumerated further here. -**TODO** Document the requirements for a Mephisto Router to be running properly, including keeping track of local agent states, converting HTTP POST requests to websocket messages, and the heartbeat protocols. \ No newline at end of file +**TODO** Document the requirements for a Mephisto Router to be running properly, including keeping track of local agent states, converting HTTP POST requests to websocket messages, and the heartbeat protocols. diff --git a/mephisto/abstractions/architects/router/build_router.py b/mephisto/abstractions/architects/router/build_router.py index 4085401d0..d44a76160 100644 --- a/mephisto/abstractions/architects/router/build_router.py +++ b/mephisto/abstractions/architects/router/build_router.py @@ -4,15 +4,18 @@ # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. -import mephisto.abstractions.architects.router as router_module +import json import os -import sh # type: ignore -import shutil import shlex +import shutil import subprocess -import json +from typing import Optional +from typing import TYPE_CHECKING + +import sh # type: ignore -from typing import TYPE_CHECKING, Optional +import mephisto.abstractions.architects.router as router_module +from mephisto.utils.logger_core import get_logger if TYPE_CHECKING: from mephisto.data_model.task_run import TaskRun @@ -22,7 +25,9 @@ FLASK_SERVER_SOURCE_ROOT = os.path.join(ROUTER_ROOT_DIR, "flask") CROWD_SOURCE_PATH = "static/wrap_crowd_source.js" TASK_CONFIG_PATH = "static/task_config.json" -CURR_MEPHISTO_TASK_VERSION = "2.0.4" +CURR_MEPHISTO_CORE_PACKAGE_VERSION = "1.5.1" + +logger = get_logger(name=__name__) def can_build(build_dir: str, task_run: "TaskRun") -> bool: @@ -50,6 +55,7 @@ def install_router_files() -> None: raise Exception( "please make sure node is installed, otherwise view " "the above error for more info." ) + os.chdir(return_dir) @@ -75,6 +81,9 @@ def build_router( using existing files in the build dir as replacements for the defaults if available """ + logger.info(f"Started building router `{version}`") + logger.debug(f"{task_run=}\n{server_source_path=}") + if server_source_path is not None: # Giving a server source takes precedence over the build server_source_directory_path = server_source_path @@ -82,32 +91,46 @@ def build_router( server_source_directory_path = build_node_router(build_dir, task_run) elif version == "flask": server_source_directory_path = build_flask_router(build_dir, task_run) + else: + logger.error(f"Cannot build router for not configured version: {version}") + raise Exception(f"Unexpected router version: {version}") local_server_directory_path = os.path.join(build_dir, "router") + logger.debug(f"{local_server_directory_path=}") # Delete old server files sh.rm(shlex.split("-rf " + local_server_directory_path)) # Copy over a clean copy into the server directory + logger.debug(f"Copying '{server_source_directory_path}' -> '{local_server_directory_path}'") shutil.copytree(server_source_directory_path, local_server_directory_path) # Copy the required wrap crowd source path local_crowd_source_path = os.path.join(local_server_directory_path, CROWD_SOURCE_PATH) + logger.debug(f"{local_crowd_source_path=}") + crowd_provider = task_run.get_provider() shutil.copy2(crowd_provider.get_wrapper_js_path(), local_crowd_source_path) # Copy the task_run's json configuration local_task_config_path = os.path.join(local_server_directory_path, TASK_CONFIG_PATH) + logger.debug(f"{local_task_config_path=}") + blueprint = task_run.get_blueprint() + logger.debug(f"{blueprint=}") + with open(local_task_config_path, "w+") as task_fp: frontend_args = blueprint.get_frontend_args() - frontend_args["mephisto_task_version"] = CURR_MEPHISTO_TASK_VERSION + frontend_args["mephisto_core_version"] = CURR_MEPHISTO_CORE_PACKAGE_VERSION + json.dump(frontend_args, task_fp) # Consolidate task files as defined by the task TaskBuilderClass = blueprint.TaskBuilderClass task_builder = TaskBuilderClass(task_run, task_run.args) + logger.debug(f"{task_builder=}") task_builder.build_in_dir(local_server_directory_path) + logger.info(f"Finished building router") return local_server_directory_path diff --git a/mephisto/abstractions/architects/router/flask/mephisto_flask_blueprint.py b/mephisto/abstractions/architects/router/flask/mephisto_flask_blueprint.py index 387a12baa..40ac9a45f 100644 --- a/mephisto/abstractions/architects/router/flask/mephisto_flask_blueprint.py +++ b/mephisto/abstractions/architects/router/flask/mephisto_flask_blueprint.py @@ -4,30 +4,24 @@ # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. -from flask import ( # type: ignore - Flask, - Blueprint, - render_template, - abort, - request, - send_from_directory, - jsonify, -) -from geventwebsocket import ( # type: ignore - WebSocketServer, - WebSocketApplication, - Resource, - WebSocketError, -) -from uuid import uuid4 -import time import json import os -from werkzeug.utils import secure_filename # type: ignore - -from threading import Event +import time +from typing import Any +from typing import Dict +from typing import List +from typing import Optional +from typing import TYPE_CHECKING +from uuid import uuid4 -from typing import Dict, Tuple, List, Any, Optional, TYPE_CHECKING +from flask import abort # type: ignore +from flask import Blueprint +from flask import jsonify +from flask import request +from flask import send_from_directory +from geventwebsocket import Resource # type: ignore +from geventwebsocket import WebSocketApplication +from werkzeug.utils import secure_filename # type: ignore if TYPE_CHECKING: from geventwebsocket.handler import Client # type: ignore @@ -35,7 +29,7 @@ # Constants -CURR_MEPHISTO_TASK_VERSION = "2.0.4" +CURR_MEPHISTO_CORE_PACKAGE_VERSION = "1.5.1" PACKET_TYPE_ALIVE = "alive" PACKET_TYPE_SUBMIT_ONBOARDING = "submit_onboarding" @@ -91,7 +85,7 @@ def debug_log(*args): def js_time(python_time: float) -> int: - """Convert python time to js time, as the mephisto-task package expects""" + """Convert python time to js time, as the mephisto-core package expects""" return int(python_time * 1000) @@ -147,7 +141,7 @@ def register_router_application(router: "MephistoRouter") -> "MephistoRouterStat class MephistoRouter(WebSocketApplication): """ Base implementation of a websocket server that handles - all of the socket based IO for mephisto-task + all of the socket based IO for mephisto-core """ def __init__(self, *args, **kwargs): @@ -509,8 +503,8 @@ def show_index(): @mephisto_router.route("/task_config.json") def get_task_config(res): args = request.args - mephisto_task_version = args.get("mephisto_task_version") - if mephisto_task_version != CURR_MEPHISTO_TASK_VERSION: + mephisto_core_version = args.get("mephisto_core_version") + if mephisto_core_version != CURR_MEPHISTO_CORE_PACKAGE_VERSION: _handle_forward( { "packet_type": PACKET_TYPE_ERROR, @@ -518,12 +512,12 @@ def get_task_config(res): "data": { "error_type": "version-mismatch", "text": ( - "Package `mephisto-task` version mismatch. Expected " - f"version {CURR_MEPHISTO_TASK_VERSION} but frontend is " - f"currently using {mephisto_task_version}. This may " + "Package `mephisto-core` version mismatch. Expected " + f"version {CURR_MEPHISTO_CORE_PACKAGE_VERSION} but frontend is " + f"currently using {mephisto_core_version}. This may " "cause unexpected errors, be sure to update your " - "`mephisto-task` dependency with `npm install " - f"mephisto-task@{CURR_MEPHISTO_TASK_VERSION} --save`. " + "`mephisto-core` dependency with `npm install " + f"mephisto-core@{CURR_MEPHISTO_CORE_PACKAGE_VERSION} --save`. " "If this warning still persists or the version isn't found, " "please open an issue at " "https://github.com/facebookresearch/Mephisto/issues" diff --git a/mephisto/abstractions/architects/router/node/server.js b/mephisto/abstractions/architects/router/node/server.js index 079c35900..0d664db47 100644 --- a/mephisto/abstractions/architects/router/node/server.js +++ b/mephisto/abstractions/architects/router/node/server.js @@ -7,7 +7,7 @@ "use strict"; const DEBUG = false; -const CURR_MEPHISTO_TASK_VERSION = "2.0.4"; +const CURR_MEPHISTO_CORE_PACKAGE_VERSION = "1.5.1"; // TODO add some testing to launch this server and communicate with it @@ -594,23 +594,23 @@ app.post("/log_error", function (req, res) { }); app.get("/task_config.json", function (req, res) { - const { mephisto_task_version } = req.query; - if (mephisto_task_version !== CURR_MEPHISTO_TASK_VERSION) { + const { mephisto_core_version } = req.query; + if (mephisto_core_version !== CURR_MEPHISTO_CORE_PACKAGE_VERSION) { mephisto_message_queue.push({ packet_type: PACKET_TYPE_ERROR, subject_id: SYSTEM_SOCKET_ID, data: { error_type: "version-mismatch", text: - "Package `mephisto-task` version mismatch. Expected " + + "Package `mephisto-core` version mismatch. Expected " + "version " + - CURR_MEPHISTO_TASK_VERSION + + CURR_MEPHISTO_CORE_PACKAGE_VERSION + " but frontend is currently using " + - mephisto_task_version + + mephisto_core_version + ". This may cause unexpected errors, be sure to " + - "update your `mephisto-task` dependency with `npm " + - "install mephisto-task@" + - CURR_MEPHISTO_TASK_VERSION + + "update your `mephisto-core` dependency with `npm " + + "install mephisto-core@" + + CURR_MEPHISTO_CORE_PACKAGE_VERSION + " --save`. If this warning still persists or the " + "version isn't found, please open an issue at " + "https://github.com/facebookresearch/Mephisto/issues", diff --git a/mephisto/abstractions/blueprints/parlai_chat/webapp/package.json b/mephisto/abstractions/blueprints/parlai_chat/webapp/package.json index bd1150874..c3c4c350b 100644 --- a/mephisto/abstractions/blueprints/parlai_chat/webapp/package.json +++ b/mephisto/abstractions/blueprints/parlai_chat/webapp/package.json @@ -1,5 +1,5 @@ { - "name": "parlai-mephisto-task-compiler", + "name": "parlai-chat-compiler", "version": "1.0.0", "description": "", "main": "webpack.config.js", @@ -11,7 +11,6 @@ "dependencies": { "bootstrap": "^4.3.1", "bootstrap-chat": "^2.0.1", - "mephisto-task": "2.0.4", "rc-slider": "^8.6.3", "react": "^16", "react-bootstrap": "^0.32.4", diff --git a/mephisto/abstractions/blueprints/parlai_chat/webapp/webpack.config.js b/mephisto/abstractions/blueprints/parlai_chat/webapp/webpack.config.js index 6240eeac7..51202d456 100644 --- a/mephisto/abstractions/blueprints/parlai_chat/webapp/webpack.config.js +++ b/mephisto/abstractions/blueprints/parlai_chat/webapp/webpack.config.js @@ -16,7 +16,10 @@ module.exports = { resolve: { alias: { react: path.resolve("./node_modules/react"), - "mephisto-task": path.resolve("./node_modules/mephisto-task"), + "mephisto-core": path.resolve( + __dirname, + "../../../../../packages/mephisto-core" + ), }, fallback: { net: false, diff --git a/mephisto/abstractions/blueprints/static_html_task/README.md b/mephisto/abstractions/blueprints/static_html_task/README.md index 4dfc28e2a..c65373132 100644 --- a/mephisto/abstractions/blueprints/static_html_task/README.md +++ b/mephisto/abstractions/blueprints/static_html_task/README.md @@ -18,7 +18,7 @@ An example usage case is available [here](https://github.com/facebookresearch/Me At a high level, this is a deeper implementation of the abstract `StaticArchitect`, which contains all of the logic for deploying arbitrary tasks where the worker is given some content, and we ask for one response, as a complete `Unit`. This module adds the logic to ensure that the frontend where the worker is given content is able to render arbitrary HTML. ### `app.jsx` -The `app.jsx` file contains most of the logic to ensure we can render HTML, including being able to attach and execute the arbitrary scripts that are included or linked in the given HTML file. It creates a react application using the `mephisto-task` package, and creates an empty form with a submit button. +The `app.jsx` file contains most of the logic to ensure we can render HTML, including being able to attach and execute the arbitrary scripts that are included or linked in the given HTML file. It creates a react application using the `mephisto-core` package, and creates an empty form with a submit button. It then populates the inner form using two primary methods: - `handleUpdatingRemainingScripts`: This method walks through the list of scripts that are given in the attached HTML, either loading the external script and putting it into the head, or directly evaluating the content of local scripts. As the page has already loaded by the time we are loading in the remaining scripts, this all must be injected in an asynchronous manner. _Ultimately_ this isn't incredibly safe if you don't trust the attached scripts. @@ -69,4 +69,4 @@ The `Blueprint` here extends on the abstract `StaticBlueprint`, adding HTML-spec Providing an `onboarding_source` requires also providing an `onboarding_qualification` in order to trigger onboarding for your task. You should also specify a `validate_onboarding` in your `SharedTaskState` to ensure that the onboarding is completed properly. ### `StaticHTMLTaskBuilder` -This `TaskBuilder` class primarily seeks to copy the source files as linked in the `StaticHTMLBlueprint` and include them in what gets deployed on the server. As these are primarily static files, the builder is fairly straightforward. Regardless of the files that are provided, the onboarding html ends up at `onboarding.html` on the server and the preview html ends up on the server at `preview.html`. The task html retains its name, as this is specified as the `html` arg parsed on the frontend. \ No newline at end of file +This `TaskBuilder` class primarily seeks to copy the source files as linked in the `StaticHTMLBlueprint` and include them in what gets deployed on the server. As these are primarily static files, the builder is fairly straightforward. Regardless of the files that are provided, the onboarding html ends up at `onboarding.html` on the server and the preview html ends up on the server at `preview.html`. The task html retains its name, as this is specified as the `html` arg parsed on the frontend. diff --git a/mephisto/abstractions/blueprints/static_html_task/source/dev/app.jsx b/mephisto/abstractions/blueprints/static_html_task/source/dev/app.jsx index fe659735a..dcb129d3d 100644 --- a/mephisto/abstractions/blueprints/static_html_task/source/dev/app.jsx +++ b/mephisto/abstractions/blueprints/static_html_task/source/dev/app.jsx @@ -7,7 +7,7 @@ import React from "react"; import ReactDOM from "react-dom"; import { Button } from "react-bootstrap"; -import { useMephistoTask, postData } from "mephisto-task"; +import { useMephistoTask, postData } from "mephisto-core"; import { useMephistoGlobalConfig } from "./hooks"; const axios = require("axios"); diff --git a/mephisto/abstractions/blueprints/static_html_task/source/package.json b/mephisto/abstractions/blueprints/static_html_task/source/package.json index 44589d291..ac4bd26eb 100644 --- a/mephisto/abstractions/blueprints/static_html_task/source/package.json +++ b/mephisto/abstractions/blueprints/static_html_task/source/package.json @@ -1,5 +1,5 @@ { - "name": "mephisto-task-compiler", + "name": "static_html_task", "version": "1.0.0", "description": "", "main": "webpack.config.js", @@ -12,7 +12,6 @@ "dependencies": { "axios": "^0.21.1", "bootstrap": "^4.3.1", - "mephisto-task": "2.0.4", "rc-slider": "^8.6.3", "react": "^16", "react-bootstrap": "^0.32.4", diff --git a/mephisto/abstractions/blueprints/static_html_task/source/webpack.config.js b/mephisto/abstractions/blueprints/static_html_task/source/webpack.config.js index 515d67337..1d82d9cb9 100644 --- a/mephisto/abstractions/blueprints/static_html_task/source/webpack.config.js +++ b/mephisto/abstractions/blueprints/static_html_task/source/webpack.config.js @@ -16,6 +16,10 @@ module.exports = { resolve: { alias: { react: path.resolve("./node_modules/react"), + "mephisto-core": path.resolve( + __dirname, + "../../../../../packages/mephisto-core" + ), }, }, module: { diff --git a/mephisto/abstractions/blueprints/static_html_task/static_html_blueprint.py b/mephisto/abstractions/blueprints/static_html_task/static_html_blueprint.py index 130fbecdc..ab845c34b 100644 --- a/mephisto/abstractions/blueprints/static_html_task/static_html_blueprint.py +++ b/mephisto/abstractions/blueprints/static_html_task/static_html_blueprint.py @@ -4,41 +4,34 @@ # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. +import os +import types +from dataclasses import dataclass +from dataclasses import field +from typing import Optional +from typing import TYPE_CHECKING + +from omegaconf import DictConfig +from omegaconf import MISSING + +from mephisto.abstractions.blueprint import Blueprint from mephisto.abstractions.blueprints.abstract.static_task.static_blueprint import ( - StaticBlueprint, - StaticBlueprintArgs, SharedStaticTaskState, ) -from dataclasses import dataclass, field -from omegaconf import MISSING, DictConfig -from mephisto.abstractions.blueprint import Blueprint +from mephisto.abstractions.blueprints.abstract.static_task.static_blueprint import StaticBlueprint +from mephisto.abstractions.blueprints.abstract.static_task.static_blueprint import ( + StaticBlueprintArgs, +) from mephisto.abstractions.blueprints.static_html_task.static_html_task_builder import ( StaticHTMLTaskBuilder, ) from mephisto.operations.registry import register_mephisto_abstraction -import os -import time -import csv -import types - -from typing import ClassVar, List, Type, Any, Dict, Iterable, Optional, TYPE_CHECKING - if TYPE_CHECKING: - from mephisto.data_model.task_run import TaskRun from mephisto.abstractions.blueprint import ( - AgentState, - TaskRunner, - TaskBuilder, SharedTaskState, ) - from mephisto.abstractions.blueprints.abstract.static_task.static_blueprint import ( - SharedStaticTaskState, - ) - from mephisto.data_model.assignment import Assignment - from mephisto.data_model.agent import OnboardingAgent - from mephisto.data_model.worker import Worker - from mephisto.data_model.unit import Unit + from mephisto.data_model.task_run import TaskRun BLUEPRINT_TYPE_STATIC_HTML = "static_task" @@ -97,7 +90,9 @@ def __init__( assert isinstance( shared_state, SharedStaticTaskState ), "Cannot initialize with a non-static state" + super().__init__(task_run, args, shared_state) + self.html_file = os.path.expanduser(args.blueprint.task_source) if not os.path.exists(self.html_file): raise FileNotFoundError( @@ -107,9 +102,11 @@ def __init__( self.onboarding_html_file = args.blueprint.get("onboarding_source", None) if self.onboarding_html_file is not None: self.onboarding_html_file = os.path.expanduser(self.onboarding_html_file) + if not os.path.exists(self.onboarding_html_file): raise FileNotFoundError( - f"Specified onboarding html file {self.onboarding_html_file} was not found from {os.getcwd()}" + f"Specified onboarding html file {self.onboarding_html_file} " + f"was not found from {os.getcwd()}" ) task_file_name = os.path.basename(self.html_file) @@ -121,11 +118,14 @@ def assert_task_args(cls, args: DictConfig, shared_state: "SharedTaskState"): """Ensure that the data can be properly loaded""" Blueprint.assert_task_args(args, shared_state) blue_args = args.blueprint + assert isinstance( shared_state, SharedStaticTaskState ), "Cannot assert args on a non-static state" + if isinstance(shared_state.static_task_data, types.GeneratorType): raise AssertionError("You can't launch an HTML static task on a generator") + if blue_args.get("data_csv", None) is not None: csv_file = os.path.expanduser(blue_args.data_csv) assert os.path.exists(csv_file), f"Provided csv file {csv_file} doesn't exist" @@ -146,6 +146,7 @@ def assert_task_args(cls, args: DictConfig, shared_state: "SharedTaskState"): assert blue_args.get("onboarding_source", None) is not None, ( "Must use onboarding html with an onboarding qualification to " "use onboarding." ) + assert shared_state.validate_onboarding is not None, ( "Must use an onboarding validation function to use onboarding " "with static tasks." ) diff --git a/mephisto/abstractions/blueprints/static_html_task/static_html_task_builder.py b/mephisto/abstractions/blueprints/static_html_task/static_html_task_builder.py index 0c01c1f22..96cf6a19c 100644 --- a/mephisto/abstractions/blueprints/static_html_task/static_html_task_builder.py +++ b/mephisto/abstractions/blueprints/static_html_task/static_html_task_builder.py @@ -4,20 +4,18 @@ # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. -from mephisto.abstractions.blueprint import TaskBuilder - -from distutils.dir_util import copy_tree import os -import time -import sh # type: ignore import shutil import subprocess +from distutils.dir_util import copy_tree +from typing import TYPE_CHECKING -from typing import ClassVar, List, Type, Any, Dict, TYPE_CHECKING +import sh # type: ignore + +from mephisto.abstractions.blueprint import TaskBuilder if TYPE_CHECKING: - from mephisto.data_model.task_run import TaskRun - from mephisto.data_model.assignment import Assignment + pass STATIC_TASK_DIR = os.path.dirname(__file__) FRONTEND_SOURCE_DIR = os.path.join(STATIC_TASK_DIR, "source") @@ -36,10 +34,12 @@ class StaticHTMLTaskBuilder(TaskBuilder): def rebuild_core(self): """Rebuild the frontend for this task""" + return_dir = os.getcwd() os.chdir(FRONTEND_SOURCE_DIR) if os.path.exists(FRONTEND_BUILD_DIR): shutil.rmtree(FRONTEND_BUILD_DIR) + packages_installed = subprocess.call(["npm", "install"]) if packages_installed != 0: raise Exception( @@ -53,6 +53,7 @@ def rebuild_core(self): "Webpack appears to have failed to build your " "frontend. See the above error for more information." ) + os.chdir(return_dir) def build_in_dir(self, build_dir: str): diff --git a/mephisto/data_model/task_run.py b/mephisto/data_model/task_run.py index 915b8c836..2ccc1fbbd 100644 --- a/mephisto/data_model/task_run.py +++ b/mephisto/data_model/task_run.py @@ -4,37 +4,40 @@ # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. - -import os import json -from dataclasses import dataclass, field +import os +from dataclasses import dataclass +from dataclasses import field from datetime import datetime +from typing import Any +from typing import Dict +from typing import List +from typing import Mapping +from typing import Optional +from typing import TYPE_CHECKING + from dateutil.parser import parse +from omegaconf import MISSING +from omegaconf import OmegaConf -from mephisto.data_model.requester import Requester +from mephisto.data_model._db_backed_meta import MephistoDataModelComponentMixin +from mephisto.data_model._db_backed_meta import MephistoDBBackedMeta from mephisto.data_model.constants.assignment_state import AssignmentState -from mephisto.data_model._db_backed_meta import ( - MephistoDBBackedMeta, - MephistoDataModelComponentMixin, -) +from mephisto.data_model.requester import Requester from mephisto.utils.dirs import get_dir_for_run - -from omegaconf import OmegaConf, MISSING - -from typing import List, Optional, Dict, Mapping, TYPE_CHECKING, Any +from mephisto.utils.logger_core import get_logger if TYPE_CHECKING: + from mephisto.abstractions.blueprint import Blueprint + from mephisto.abstractions.blueprint import SharedTaskState + from mephisto.abstractions.crowd_provider import CrowdProvider from mephisto.abstractions.database import MephistoDB from mephisto.data_model.assignment import Assignment - from mephisto.abstractions.blueprint import Blueprint, SharedTaskState - from mephisto.data_model.worker import Worker - from mephisto.data_model.unit import Unit - from mephisto.abstractions.crowd_provider import CrowdProvider from mephisto.data_model.task import Task + from mephisto.data_model.unit import Unit + from mephisto.data_model.worker import Worker from omegaconf import DictConfig -from mephisto.utils.logger_core import get_logger - logger = get_logger(name=__name__) @@ -336,7 +339,6 @@ def get_blueprint( ) -> "Blueprint": """Return the runner associated with this task run""" from mephisto.operations.registry import get_blueprint_from_type - from mephisto.abstractions.blueprint import SharedTaskState if self.__blueprint is None: cache = False diff --git a/mephisto/generators/form_composer/webapp/package-lock.json b/mephisto/generators/form_composer/webapp/package-lock.json index cd14f0387..44cfcd411 100644 --- a/mephisto/generators/form_composer/webapp/package-lock.json +++ b/mephisto/generators/form_composer/webapp/package-lock.json @@ -1,7 +1,7 @@ { "name": "form_composer", "version": "1.0.0", - "lockfileVersion": 2, + "lockfileVersion": 3, "requires": true, "packages": { "": { @@ -37,6 +37,7 @@ "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.24" @@ -46,13 +47,14 @@ } }, "node_modules/@babel/cli": { - "version": "7.23.9", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.23.9.tgz", - "integrity": "sha512-vB1UXmGDNEhcf1jNAHKT9IlYk1R+hehVTLFlCLHBi8gfuHQGP6uRjgXVYU0EVlI/qwAWpstqkBdf2aez3/z/5Q==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.25.9.tgz", + "integrity": "sha512-I+02IfrTiSanpxJBlZQYb18qCxB6c2Ih371cVpfgIrPQrjAYkf45XxomTJOG8JBWX5GY35/+TmhCMdJ4ZPkL8Q==", "dev": true, + "license": "MIT", "dependencies": { - "@jridgewell/trace-mapping": "^0.3.17", - "commander": "^4.0.1", + "@jridgewell/trace-mapping": "^0.3.25", + "commander": "^6.2.0", "convert-source-map": "^2.0.0", "fs-readdir-recursive": "^1.1.0", "glob": "^7.2.0", @@ -68,50 +70,54 @@ }, "optionalDependencies": { "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3", - "chokidar": "^3.4.0" + "chokidar": "^3.6.0" }, "peerDependencies": { "@babel/core": "^7.0.0-0" } }, "node_modules/@babel/code-frame": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz", - "integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz", + "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/highlight": "^7.23.4", - "chalk": "^2.4.2" + "@babel/helper-validator-identifier": "^7.25.9", + "js-tokens": "^4.0.0", + "picocolors": "^1.0.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/compat-data": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.5.tgz", - "integrity": "sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.2.tgz", + "integrity": "sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.0.tgz", - "integrity": "sha512-fQfkg0Gjkza3nf0c7/w6Xf34BW4YvzNfACRLmmb7XRLa6XHdR+K9AlJlxneFfWYf6uhOzuzZVTjF/8KfndZANw==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.0.tgz", + "integrity": "sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==", "dev": true, + "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.23.5", - "@babel/generator": "^7.23.6", - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helpers": "^7.24.0", - "@babel/parser": "^7.24.0", - "@babel/template": "^7.24.0", - "@babel/traverse": "^7.24.0", - "@babel/types": "^7.24.0", + "@babel/code-frame": "^7.26.0", + "@babel/generator": "^7.26.0", + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-module-transforms": "^7.26.0", + "@babel/helpers": "^7.26.0", + "@babel/parser": "^7.26.0", + "@babel/template": "^7.25.9", + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.26.0", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -127,53 +133,59 @@ } }, "node_modules/@babel/generator": { - "version": "7.23.6", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.6.tgz", - "integrity": "sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.2.tgz", + "integrity": "sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/types": "^7.23.6", - "@jridgewell/gen-mapping": "^0.3.2", - "@jridgewell/trace-mapping": "^0.3.17", - "jsesc": "^2.5.1" + "@babel/parser": "^7.26.2", + "@babel/types": "^7.26.0", + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25", + "jsesc": "^3.0.2" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-annotate-as-pure": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", - "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz", + "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz", - "integrity": "sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.25.9.tgz", + "integrity": "sha512-C47lC7LIDCnz0h4vai/tpNOI95tCd5ZT3iBt/DBH5lXKHZsyNQv18yf1wIIg2ntiQNgmAvA+DgZ82iW8Qdym8g==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/types": "^7.22.15" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.23.6", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz", - "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz", + "integrity": "sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/compat-data": "^7.23.5", - "@babel/helper-validator-option": "^7.23.5", - "browserslist": "^4.22.2", + "@babel/compat-data": "^7.25.9", + "@babel/helper-validator-option": "^7.25.9", + "browserslist": "^4.24.0", "lru-cache": "^5.1.1", "semver": "^6.3.1" }, @@ -182,19 +194,18 @@ } }, "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.0.tgz", - "integrity": "sha512-QAH+vfvts51BCsNZ2PhY6HAggnlS6omLLFTsIpeqZk/MmJ6cW7tgz5yRv0fMJThcr6FmbMrENh1RgrWPTYA76g==", - "dev": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-member-expression-to-functions": "^7.23.0", - "@babel/helper-optimise-call-expression": "^7.22.5", - "@babel/helper-replace-supers": "^7.22.20", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.9.tgz", + "integrity": "sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-member-expression-to-functions": "^7.25.9", + "@babel/helper-optimise-call-expression": "^7.25.9", + "@babel/helper-replace-supers": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", + "@babel/traverse": "^7.25.9", "semver": "^6.3.1" }, "engines": { @@ -205,13 +216,14 @@ } }, "node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz", - "integrity": "sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.9.tgz", + "integrity": "sha512-ORPNZ3h6ZRkOyAa/SaHU+XsLZr0UQzRwuDQ0cczIA17nAzZ+85G5cVkOJIj7QavLZGSe8QXUmNFxSZzjcZF9bw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "regexpu-core": "^5.3.1", + "@babel/helper-annotate-as-pure": "^7.25.9", + "regexpu-core": "^6.1.1", "semver": "^6.3.1" }, "engines": { @@ -222,10 +234,11 @@ } }, "node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.5.0.tgz", - "integrity": "sha512-NovQquuQLAQ5HuyjCz7WQP9MjRj7dx++yspwiyUiGl9ZyadHRSql1HZh5ogRd8W8w6YM6EQ/NTB8rgjLt5W65Q==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.3.tgz", + "integrity": "sha512-HK7Bi+Hj6H+VTHA3ZvBis7V/6hu9QuTrnMXNybfUf2iiuU/N97I8VjB+KbhFF8Rld/Lx5MzoCwPCpPjfK+n8Cg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-compilation-targets": "^7.22.6", "@babel/helper-plugin-utils": "^7.22.5", @@ -237,75 +250,44 @@ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" } }, - "node_modules/@babel/helper-environment-visitor": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", - "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-function-name": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", - "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", - "dev": true, - "dependencies": { - "@babel/template": "^7.22.15", - "@babel/types": "^7.23.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-hoist-variables": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz", - "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==", - "dev": true, - "dependencies": { - "@babel/types": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz", - "integrity": "sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz", + "integrity": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/types": "^7.23.0" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-imports": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz", - "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz", + "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/types": "^7.22.15" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz", - "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz", + "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-module-imports": "^7.22.15", - "@babel/helper-simple-access": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/helper-validator-identifier": "^7.22.20" + "@babel/helper-module-imports": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -315,35 +297,38 @@ } }, "node_modules/@babel/helper-optimise-call-expression": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz", - "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz", + "integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz", - "integrity": "sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz", + "integrity": "sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-remap-async-to-generator": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz", - "integrity": "sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz", + "integrity": "sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-wrap-function": "^7.22.20" + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-wrap-function": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -353,14 +338,15 @@ } }, "node_modules/@babel/helper-replace-supers": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz", - "integrity": "sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.9.tgz", + "integrity": "sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-member-expression-to-functions": "^7.22.15", - "@babel/helper-optimise-call-expression": "^7.22.5" + "@babel/helper-member-expression-to-functions": "^7.25.9", + "@babel/helper-optimise-call-expression": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -370,129 +356,149 @@ } }, "node_modules/@babel/helper-simple-access": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz", - "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.25.9.tgz", + "integrity": "sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/types": "^7.22.5" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz", - "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==", - "dev": true, - "dependencies": { - "@babel/types": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-split-export-declaration": { - "version": "7.22.6", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", - "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz", + "integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/types": "^7.22.5" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-string-parser": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz", - "integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", + "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", - "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", + "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-option": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz", - "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz", + "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-wrap-function": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz", - "integrity": "sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.9.tgz", + "integrity": "sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-function-name": "^7.22.5", - "@babel/template": "^7.22.15", - "@babel/types": "^7.22.19" + "@babel/template": "^7.25.9", + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helpers": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.0.tgz", - "integrity": "sha512-ulDZdc0Aj5uLc5nETsa7EPx2L7rM0YJM8r7ck7U73AXi7qOV44IHHRAYZHY6iU1rr3C5N4NtTmMRUJP6kwCWeA==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.0.tgz", + "integrity": "sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/template": "^7.24.0", - "@babel/traverse": "^7.24.0", - "@babel/types": "^7.24.0" + "@babel/template": "^7.25.9", + "@babel/types": "^7.26.0" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/highlight": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz", - "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==", + "node_modules/@babel/parser": { + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.2.tgz", + "integrity": "sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.26.0" + }, + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz", + "integrity": "sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-validator-identifier": "^7.22.20", - "chalk": "^2.4.2", - "js-tokens": "^4.0.0" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" } }, - "node_modules/@babel/parser": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.0.tgz", - "integrity": "sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==", + "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.9.tgz", + "integrity": "sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==", "dev": true, - "bin": { - "parser": "bin/babel-parser.js" + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { - "node": ">=6.0.0" + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" } }, "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.23.3.tgz", - "integrity": "sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.9.tgz", + "integrity": "sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -502,14 +508,15 @@ } }, "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.23.3.tgz", - "integrity": "sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.9.tgz", + "integrity": "sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/plugin-transform-optional-chaining": "^7.23.3" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", + "@babel/plugin-transform-optional-chaining": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -519,13 +526,14 @@ } }, "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { - "version": "7.23.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.23.7.tgz", - "integrity": "sha512-LlRT7HgaifEpQA1ZgLVOIJZZFVPWN5iReq/7/JixwBtwcoeVGDBD53ZV28rrsLYOZs1Y/EHhA8N/Z6aazHR8cw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.9.tgz", + "integrity": "sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -540,6 +548,7 @@ "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-class-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -556,6 +565,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" }, @@ -563,76 +573,14 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", - "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", - "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-class-static-block": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", - "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", - "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", - "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, "node_modules/@babel/plugin-syntax-import-assertions": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.23.3.tgz", - "integrity": "sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz", + "integrity": "sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -642,12 +590,13 @@ } }, "node_modules/@babel/plugin-syntax-import-attributes": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.23.3.tgz", - "integrity": "sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz", + "integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -656,139 +605,14 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-syntax-import-meta": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", - "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", - "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz", - "integrity": "sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", - "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", - "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", - "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-private-property-in-object": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", - "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-top-level-await": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", - "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz", + "integrity": "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -802,6 +626,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -814,12 +639,13 @@ } }, "node_modules/@babel/plugin-transform-arrow-functions": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.23.3.tgz", - "integrity": "sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.25.9.tgz", + "integrity": "sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -829,15 +655,15 @@ } }, "node_modules/@babel/plugin-transform-async-generator-functions": { - "version": "7.23.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.9.tgz", - "integrity": "sha512-8Q3veQEDGe14dTYuwagbRtwxQDnytyg1JFu4/HwEMETeofocrB0U0ejBJIXoeG/t2oXZ8kzCyI0ZZfbT80VFNQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.9.tgz", + "integrity": "sha512-RXV6QAzTBbhDMO9fWwOmwwTuYaiPbggWQ9INdZqAYeSHyG7FzQ+nOZaUUjNwKv9pV3aE4WFqFm1Hnbci5tBCAw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-remap-async-to-generator": "^7.22.20", - "@babel/plugin-syntax-async-generators": "^7.8.4" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-remap-async-to-generator": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -847,14 +673,15 @@ } }, "node_modules/@babel/plugin-transform-async-to-generator": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.23.3.tgz", - "integrity": "sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.9.tgz", + "integrity": "sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-module-imports": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-remap-async-to-generator": "^7.22.20" + "@babel/helper-module-imports": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-remap-async-to-generator": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -864,12 +691,13 @@ } }, "node_modules/@babel/plugin-transform-block-scoped-functions": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.23.3.tgz", - "integrity": "sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.25.9.tgz", + "integrity": "sha512-toHc9fzab0ZfenFpsyYinOX0J/5dgJVA2fm64xPewu7CoYHWEivIWKxkK2rMi4r3yQqLnVmheMXRdG+k239CgA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -879,12 +707,13 @@ } }, "node_modules/@babel/plugin-transform-block-scoping": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.4.tgz", - "integrity": "sha512-0QqbP6B6HOh7/8iNR4CQU2Th/bbRtBp4KS9vcaZd1fZ0wSh5Fyssg0UCIHwxh+ka+pNDREbVLQnHCMHKZfPwfw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.9.tgz", + "integrity": "sha512-1F05O7AYjymAtqbsFETboN1NvBdcnzMerO+zlMyJBEz6WkMdejvGWw9p05iTSjC85RLlBseHHQpYaM4gzJkBGg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -894,13 +723,14 @@ } }, "node_modules/@babel/plugin-transform-class-properties": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.23.3.tgz", - "integrity": "sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.9.tgz", + "integrity": "sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -910,14 +740,14 @@ } }, "node_modules/@babel/plugin-transform-class-static-block": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.23.4.tgz", - "integrity": "sha512-nsWu/1M+ggti1SOALj3hfx5FXzAY06fwPJsUZD4/A5e1bWi46VUIWtD+kOX6/IdhXGsXBWllLFDSnqSCdUNydQ==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz", + "integrity": "sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-class-static-block": "^7.14.5" + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -927,18 +757,17 @@ } }, "node_modules/@babel/plugin-transform-classes": { - "version": "7.23.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.8.tgz", - "integrity": "sha512-yAYslGsY1bX6Knmg46RjiCiNSwJKv2IUC8qOdYKqMMr0491SXFhcHqOdRDeCRohOOIzwN/90C6mQ9qAKgrP7dg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.9.tgz", + "integrity": "sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-replace-supers": "^7.22.20", - "@babel/helper-split-export-declaration": "^7.22.6", + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-replace-supers": "^7.25.9", + "@babel/traverse": "^7.25.9", "globals": "^11.1.0" }, "engines": { @@ -949,13 +778,14 @@ } }, "node_modules/@babel/plugin-transform-computed-properties": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.23.3.tgz", - "integrity": "sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.9.tgz", + "integrity": "sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/template": "^7.22.15" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/template": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -965,12 +795,13 @@ } }, "node_modules/@babel/plugin-transform-destructuring": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.3.tgz", - "integrity": "sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.25.9.tgz", + "integrity": "sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -980,13 +811,14 @@ } }, "node_modules/@babel/plugin-transform-dotall-regex": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.23.3.tgz", - "integrity": "sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.25.9.tgz", + "integrity": "sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -996,12 +828,13 @@ } }, "node_modules/@babel/plugin-transform-duplicate-keys": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.23.3.tgz", - "integrity": "sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.25.9.tgz", + "integrity": "sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1010,14 +843,31 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.9.tgz", + "integrity": "sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, "node_modules/@babel/plugin-transform-dynamic-import": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.23.4.tgz", - "integrity": "sha512-V6jIbLhdJK86MaLh4Jpghi8ho5fGzt3imHOBu/x0jlBaPYqDoWz4RDXjmMOfnh+JWNaQleEAByZLV0QzBT4YQQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.9.tgz", + "integrity": "sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1027,13 +877,14 @@ } }, "node_modules/@babel/plugin-transform-exponentiation-operator": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.23.3.tgz", - "integrity": "sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.25.9.tgz", + "integrity": "sha512-KRhdhlVk2nObA5AYa7QMgTMTVJdfHprfpAk4DjZVtllqRg9qarilstTKEhpVjyt+Npi8ThRyiV8176Am3CodPA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1043,13 +894,13 @@ } }, "node_modules/@babel/plugin-transform-export-namespace-from": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.23.4.tgz", - "integrity": "sha512-GzuSBcKkx62dGzZI1WVgTWvkkz84FZO5TC5T8dl/Tht/rAla6Dg/Mz9Yhypg+ezVACf/rgDuQt3kbWEv7LdUDQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.9.tgz", + "integrity": "sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1059,13 +910,14 @@ } }, "node_modules/@babel/plugin-transform-for-of": { - "version": "7.23.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.23.6.tgz", - "integrity": "sha512-aYH4ytZ0qSuBbpfhuofbg/e96oQ7U2w1Aw/UQmKT+1l39uEhUPoFS3fHevDc1G0OvewyDudfMKY1OulczHzWIw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz", + "integrity": "sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1075,14 +927,15 @@ } }, "node_modules/@babel/plugin-transform-function-name": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.23.3.tgz", - "integrity": "sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.9.tgz", + "integrity": "sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-compilation-targets": "^7.22.15", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1092,13 +945,13 @@ } }, "node_modules/@babel/plugin-transform-json-strings": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.23.4.tgz", - "integrity": "sha512-81nTOqM1dMwZ/aRXQ59zVubN9wHGqk6UtqRK+/q+ciXmRy8fSolhGVvG09HHRGo4l6fr/c4ZhXUQH0uFW7PZbg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.9.tgz", + "integrity": "sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-json-strings": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1108,12 +961,13 @@ } }, "node_modules/@babel/plugin-transform-literals": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.23.3.tgz", - "integrity": "sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.9.tgz", + "integrity": "sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1123,13 +977,13 @@ } }, "node_modules/@babel/plugin-transform-logical-assignment-operators": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.23.4.tgz", - "integrity": "sha512-Mc/ALf1rmZTP4JKKEhUwiORU+vcfarFVLfcFiolKUo6sewoxSEgl36ak5t+4WamRsNr6nzjZXQjM35WsU+9vbg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.9.tgz", + "integrity": "sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1139,12 +993,13 @@ } }, "node_modules/@babel/plugin-transform-member-expression-literals": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.23.3.tgz", - "integrity": "sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.25.9.tgz", + "integrity": "sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1154,13 +1009,14 @@ } }, "node_modules/@babel/plugin-transform-modules-amd": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.3.tgz", - "integrity": "sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.25.9.tgz", + "integrity": "sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1170,14 +1026,15 @@ } }, "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.3.tgz", - "integrity": "sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.25.9.tgz", + "integrity": "sha512-dwh2Ol1jWwL2MgkCzUSOvfmKElqQcuswAZypBSUsScMXvgdT8Ekq5YA6TtqpTVWH+4903NmboMuH1o9i8Rxlyg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-simple-access": "^7.22.5" + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-simple-access": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1187,15 +1044,16 @@ } }, "node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.23.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.9.tgz", - "integrity": "sha512-KDlPRM6sLo4o1FkiSlXoAa8edLXFsKKIda779fbLrvmeuc3itnjCtaO6RrtoaANsIJANj+Vk1zqbZIMhkCAHVw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.9.tgz", + "integrity": "sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-hoist-variables": "^7.22.5", - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-validator-identifier": "^7.22.20" + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1205,13 +1063,14 @@ } }, "node_modules/@babel/plugin-transform-modules-umd": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.23.3.tgz", - "integrity": "sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.25.9.tgz", + "integrity": "sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1221,13 +1080,14 @@ } }, "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz", - "integrity": "sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.25.9.tgz", + "integrity": "sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1237,12 +1097,13 @@ } }, "node_modules/@babel/plugin-transform-new-target": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.23.3.tgz", - "integrity": "sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.25.9.tgz", + "integrity": "sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1252,13 +1113,13 @@ } }, "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.23.4.tgz", - "integrity": "sha512-jHE9EVVqHKAQx+VePv5LLGHjmHSJR76vawFPTdlxR/LVJPfOEGxREQwQfjuZEOPTwG92X3LINSh3M40Rv4zpVA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.25.9.tgz", + "integrity": "sha512-ENfftpLZw5EItALAD4WsY/KUWvhUlZndm5GC7G3evUsVeSJB6p0pBeLQUnRnBCBx7zV0RKQjR9kCuwrsIrjWog==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1268,13 +1129,13 @@ } }, "node_modules/@babel/plugin-transform-numeric-separator": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.23.4.tgz", - "integrity": "sha512-mps6auzgwjRrwKEZA05cOwuDc9FAzoyFS4ZsG/8F43bTLf/TgkJg7QXOrPO1JO599iA3qgK9MXdMGOEC8O1h6Q==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.9.tgz", + "integrity": "sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1284,16 +1145,15 @@ } }, "node_modules/@babel/plugin-transform-object-rest-spread": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.0.tgz", - "integrity": "sha512-y/yKMm7buHpFFXfxVFS4Vk1ToRJDilIa6fKRioB9Vjichv58TDGXTvqV0dN7plobAmTW5eSEGXDngE+Mm+uO+w==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.9.tgz", + "integrity": "sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/compat-data": "^7.23.5", - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.23.3" + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/plugin-transform-parameters": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1303,13 +1163,14 @@ } }, "node_modules/@babel/plugin-transform-object-super": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.23.3.tgz", - "integrity": "sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.25.9.tgz", + "integrity": "sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-replace-supers": "^7.22.20" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-replace-supers": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1319,13 +1180,13 @@ } }, "node_modules/@babel/plugin-transform-optional-catch-binding": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.23.4.tgz", - "integrity": "sha512-XIq8t0rJPHf6Wvmbn9nFxU6ao4c7WhghTR5WyV8SrJfUFzyxhCm4nhC+iAp3HFhbAKLfYpgzhJ6t4XCtVwqO5A==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.25.9.tgz", + "integrity": "sha512-qM/6m6hQZzDcZF3onzIhZeDHDO43bkNNlOX0i8n3lR6zLbu0GN2d8qfM/IERJZYauhAHSLHy39NF0Ctdvcid7g==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1335,14 +1196,14 @@ } }, "node_modules/@babel/plugin-transform-optional-chaining": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.4.tgz", - "integrity": "sha512-ZU8y5zWOfjM5vZ+asjgAPwDaBjJzgufjES89Rs4Lpq63O300R/kOz30WCLo6BxxX6QVEilwSlpClnG5cZaikTA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.9.tgz", + "integrity": "sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/plugin-syntax-optional-chaining": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1352,12 +1213,13 @@ } }, "node_modules/@babel/plugin-transform-parameters": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.23.3.tgz", - "integrity": "sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.9.tgz", + "integrity": "sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1367,13 +1229,14 @@ } }, "node_modules/@babel/plugin-transform-private-methods": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.23.3.tgz", - "integrity": "sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.9.tgz", + "integrity": "sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1383,15 +1246,15 @@ } }, "node_modules/@babel/plugin-transform-private-property-in-object": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.23.4.tgz", - "integrity": "sha512-9G3K1YqTq3F4Vt88Djx1UZ79PDyj+yKRnUy7cZGSMe+a7jkwD259uKKuUzQlPkGam7R+8RJwh5z4xO27fA1o2A==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.25.9.tgz", + "integrity": "sha512-Evf3kcMqzXA3xfYJmZ9Pg1OvKdtqsDMSWBDzZOPLvHiTt36E75jLDQo5w1gtRU95Q4E5PDttrTf25Fw8d/uWLw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-create-class-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5" + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1401,12 +1264,13 @@ } }, "node_modules/@babel/plugin-transform-property-literals": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.23.3.tgz", - "integrity": "sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.25.9.tgz", + "integrity": "sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1416,12 +1280,13 @@ } }, "node_modules/@babel/plugin-transform-react-display-name": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.23.3.tgz", - "integrity": "sha512-GnvhtVfA2OAtzdX58FJxU19rhoGeQzyVndw3GgtdECQvQFXPEZIOVULHVZGAYmOgmqjXpVpfocAbSjh99V/Fqw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.25.9.tgz", + "integrity": "sha512-KJfMlYIUxQB1CJfO3e0+h0ZHWOTLCPP115Awhaz8U0Zpq36Gl/cXlpoyMRnUWlhNUBAzldnCiAZNvCDj7CrKxQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1431,16 +1296,17 @@ } }, "node_modules/@babel/plugin-transform-react-jsx": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.23.4.tgz", - "integrity": "sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.9.tgz", + "integrity": "sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-module-imports": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-jsx": "^7.23.3", - "@babel/types": "^7.23.4" + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-module-imports": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/plugin-syntax-jsx": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1450,12 +1316,13 @@ } }, "node_modules/@babel/plugin-transform-react-jsx-development": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.22.5.tgz", - "integrity": "sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.25.9.tgz", + "integrity": "sha512-9mj6rm7XVYs4mdLIpbZnHOYdpW42uoiBCTVowg7sP1thUOiANgMb4UtpRivR0pp5iL+ocvUv7X4mZgFRpJEzGw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/plugin-transform-react-jsx": "^7.22.5" + "@babel/plugin-transform-react-jsx": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1465,13 +1332,14 @@ } }, "node_modules/@babel/plugin-transform-react-pure-annotations": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.23.3.tgz", - "integrity": "sha512-qMFdSS+TUhB7Q/3HVPnEdYJDQIk57jkntAwSuz9xfSE4n+3I+vHYCli3HoHawN1Z3RfCz/y1zXA/JXjG6cVImQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.25.9.tgz", + "integrity": "sha512-KQ/Takk3T8Qzj5TppkS1be588lkbTp5uj7w6a0LeQaTMSckU/wK0oJ/pih+T690tkgI5jfmg2TqDJvd41Sj1Cg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1481,12 +1349,13 @@ } }, "node_modules/@babel/plugin-transform-regenerator": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.23.3.tgz", - "integrity": "sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.25.9.tgz", + "integrity": "sha512-vwDcDNsgMPDGP0nMqzahDWE5/MLcX8sv96+wfX7as7LoF/kr97Bo/7fI00lXY4wUXYfVmwIIyG80fGZ1uvt2qg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-plugin-utils": "^7.25.9", "regenerator-transform": "^0.15.2" }, "engines": { @@ -1496,13 +1365,31 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/plugin-transform-regexp-modifiers": { + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz", + "integrity": "sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, "node_modules/@babel/plugin-transform-reserved-words": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.23.3.tgz", - "integrity": "sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.25.9.tgz", + "integrity": "sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1512,12 +1399,13 @@ } }, "node_modules/@babel/plugin-transform-shorthand-properties": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.23.3.tgz", - "integrity": "sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.25.9.tgz", + "integrity": "sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1527,13 +1415,14 @@ } }, "node_modules/@babel/plugin-transform-spread": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.23.3.tgz", - "integrity": "sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.25.9.tgz", + "integrity": "sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1543,12 +1432,13 @@ } }, "node_modules/@babel/plugin-transform-sticky-regex": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.23.3.tgz", - "integrity": "sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.25.9.tgz", + "integrity": "sha512-WqBUSgeVwucYDP9U/xNRQam7xV8W5Zf+6Eo7T2SRVUFlhRiMNFdFz58u0KZmCVVqs2i7SHgpRnAhzRNmKfi2uA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1558,12 +1448,13 @@ } }, "node_modules/@babel/plugin-transform-template-literals": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.23.3.tgz", - "integrity": "sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.25.9.tgz", + "integrity": "sha512-o97AE4syN71M/lxrCtQByzphAdlYluKPDBzDVzMmfCobUjjhAryZV0AIpRPrxN0eAkxXO6ZLEScmt+PNhj2OTw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1573,12 +1464,13 @@ } }, "node_modules/@babel/plugin-transform-typeof-symbol": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.23.3.tgz", - "integrity": "sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.9.tgz", + "integrity": "sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1588,12 +1480,13 @@ } }, "node_modules/@babel/plugin-transform-unicode-escapes": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.23.3.tgz", - "integrity": "sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.25.9.tgz", + "integrity": "sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1603,13 +1496,14 @@ } }, "node_modules/@babel/plugin-transform-unicode-property-regex": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.23.3.tgz", - "integrity": "sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.25.9.tgz", + "integrity": "sha512-Jt2d8Ga+QwRluxRQ307Vlxa6dMrYEMZCgGxoPR8V52rxPyldHu3hdlHspxaqYmE7oID5+kB+UKUB/eWS+DkkWg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1619,13 +1513,14 @@ } }, "node_modules/@babel/plugin-transform-unicode-regex": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.23.3.tgz", - "integrity": "sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.25.9.tgz", + "integrity": "sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1635,13 +1530,14 @@ } }, "node_modules/@babel/plugin-transform-unicode-sets-regex": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.23.3.tgz", - "integrity": "sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.9.tgz", + "integrity": "sha512-8BYqO3GeVNHtx69fdPshN3fnzUNLrWdHhk/icSwigksJGczKSizZ+Z6SBCxTs723Fr5VSNorTIK7a+R2tISvwQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1651,90 +1547,80 @@ } }, "node_modules/@babel/preset-env": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.0.tgz", - "integrity": "sha512-ZxPEzV9IgvGn73iK0E6VB9/95Nd7aMFpbE0l8KQFDG70cOV9IxRP7Y2FUPmlK0v6ImlLqYX50iuZ3ZTVhOF2lA==", - "dev": true, - "dependencies": { - "@babel/compat-data": "^7.23.5", - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-validator-option": "^7.23.5", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.23.3", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.23.3", - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.23.7", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.26.0.tgz", + "integrity": "sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/compat-data": "^7.26.0", + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-validator-option": "^7.25.9", + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.9", + "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.9", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.9", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.25.9", + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.9", "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-class-static-block": "^7.14.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-import-assertions": "^7.23.3", - "@babel/plugin-syntax-import-attributes": "^7.23.3", - "@babel/plugin-syntax-import-meta": "^7.10.4", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5", - "@babel/plugin-syntax-top-level-await": "^7.14.5", + "@babel/plugin-syntax-import-assertions": "^7.26.0", + "@babel/plugin-syntax-import-attributes": "^7.26.0", "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", - "@babel/plugin-transform-arrow-functions": "^7.23.3", - "@babel/plugin-transform-async-generator-functions": "^7.23.9", - "@babel/plugin-transform-async-to-generator": "^7.23.3", - "@babel/plugin-transform-block-scoped-functions": "^7.23.3", - "@babel/plugin-transform-block-scoping": "^7.23.4", - "@babel/plugin-transform-class-properties": "^7.23.3", - "@babel/plugin-transform-class-static-block": "^7.23.4", - "@babel/plugin-transform-classes": "^7.23.8", - "@babel/plugin-transform-computed-properties": "^7.23.3", - "@babel/plugin-transform-destructuring": "^7.23.3", - "@babel/plugin-transform-dotall-regex": "^7.23.3", - "@babel/plugin-transform-duplicate-keys": "^7.23.3", - "@babel/plugin-transform-dynamic-import": "^7.23.4", - "@babel/plugin-transform-exponentiation-operator": "^7.23.3", - "@babel/plugin-transform-export-namespace-from": "^7.23.4", - "@babel/plugin-transform-for-of": "^7.23.6", - "@babel/plugin-transform-function-name": "^7.23.3", - "@babel/plugin-transform-json-strings": "^7.23.4", - "@babel/plugin-transform-literals": "^7.23.3", - "@babel/plugin-transform-logical-assignment-operators": "^7.23.4", - "@babel/plugin-transform-member-expression-literals": "^7.23.3", - "@babel/plugin-transform-modules-amd": "^7.23.3", - "@babel/plugin-transform-modules-commonjs": "^7.23.3", - "@babel/plugin-transform-modules-systemjs": "^7.23.9", - "@babel/plugin-transform-modules-umd": "^7.23.3", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5", - "@babel/plugin-transform-new-target": "^7.23.3", - "@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4", - "@babel/plugin-transform-numeric-separator": "^7.23.4", - "@babel/plugin-transform-object-rest-spread": "^7.24.0", - "@babel/plugin-transform-object-super": "^7.23.3", - "@babel/plugin-transform-optional-catch-binding": "^7.23.4", - "@babel/plugin-transform-optional-chaining": "^7.23.4", - "@babel/plugin-transform-parameters": "^7.23.3", - "@babel/plugin-transform-private-methods": "^7.23.3", - "@babel/plugin-transform-private-property-in-object": "^7.23.4", - "@babel/plugin-transform-property-literals": "^7.23.3", - "@babel/plugin-transform-regenerator": "^7.23.3", - "@babel/plugin-transform-reserved-words": "^7.23.3", - "@babel/plugin-transform-shorthand-properties": "^7.23.3", - "@babel/plugin-transform-spread": "^7.23.3", - "@babel/plugin-transform-sticky-regex": "^7.23.3", - "@babel/plugin-transform-template-literals": "^7.23.3", - "@babel/plugin-transform-typeof-symbol": "^7.23.3", - "@babel/plugin-transform-unicode-escapes": "^7.23.3", - "@babel/plugin-transform-unicode-property-regex": "^7.23.3", - "@babel/plugin-transform-unicode-regex": "^7.23.3", - "@babel/plugin-transform-unicode-sets-regex": "^7.23.3", + "@babel/plugin-transform-arrow-functions": "^7.25.9", + "@babel/plugin-transform-async-generator-functions": "^7.25.9", + "@babel/plugin-transform-async-to-generator": "^7.25.9", + "@babel/plugin-transform-block-scoped-functions": "^7.25.9", + "@babel/plugin-transform-block-scoping": "^7.25.9", + "@babel/plugin-transform-class-properties": "^7.25.9", + "@babel/plugin-transform-class-static-block": "^7.26.0", + "@babel/plugin-transform-classes": "^7.25.9", + "@babel/plugin-transform-computed-properties": "^7.25.9", + "@babel/plugin-transform-destructuring": "^7.25.9", + "@babel/plugin-transform-dotall-regex": "^7.25.9", + "@babel/plugin-transform-duplicate-keys": "^7.25.9", + "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.9", + "@babel/plugin-transform-dynamic-import": "^7.25.9", + "@babel/plugin-transform-exponentiation-operator": "^7.25.9", + "@babel/plugin-transform-export-namespace-from": "^7.25.9", + "@babel/plugin-transform-for-of": "^7.25.9", + "@babel/plugin-transform-function-name": "^7.25.9", + "@babel/plugin-transform-json-strings": "^7.25.9", + "@babel/plugin-transform-literals": "^7.25.9", + "@babel/plugin-transform-logical-assignment-operators": "^7.25.9", + "@babel/plugin-transform-member-expression-literals": "^7.25.9", + "@babel/plugin-transform-modules-amd": "^7.25.9", + "@babel/plugin-transform-modules-commonjs": "^7.25.9", + "@babel/plugin-transform-modules-systemjs": "^7.25.9", + "@babel/plugin-transform-modules-umd": "^7.25.9", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.25.9", + "@babel/plugin-transform-new-target": "^7.25.9", + "@babel/plugin-transform-nullish-coalescing-operator": "^7.25.9", + "@babel/plugin-transform-numeric-separator": "^7.25.9", + "@babel/plugin-transform-object-rest-spread": "^7.25.9", + "@babel/plugin-transform-object-super": "^7.25.9", + "@babel/plugin-transform-optional-catch-binding": "^7.25.9", + "@babel/plugin-transform-optional-chaining": "^7.25.9", + "@babel/plugin-transform-parameters": "^7.25.9", + "@babel/plugin-transform-private-methods": "^7.25.9", + "@babel/plugin-transform-private-property-in-object": "^7.25.9", + "@babel/plugin-transform-property-literals": "^7.25.9", + "@babel/plugin-transform-regenerator": "^7.25.9", + "@babel/plugin-transform-regexp-modifiers": "^7.26.0", + "@babel/plugin-transform-reserved-words": "^7.25.9", + "@babel/plugin-transform-shorthand-properties": "^7.25.9", + "@babel/plugin-transform-spread": "^7.25.9", + "@babel/plugin-transform-sticky-regex": "^7.25.9", + "@babel/plugin-transform-template-literals": "^7.25.9", + "@babel/plugin-transform-typeof-symbol": "^7.25.9", + "@babel/plugin-transform-unicode-escapes": "^7.25.9", + "@babel/plugin-transform-unicode-property-regex": "^7.25.9", + "@babel/plugin-transform-unicode-regex": "^7.25.9", + "@babel/plugin-transform-unicode-sets-regex": "^7.25.9", "@babel/preset-modules": "0.1.6-no-external-plugins", - "babel-plugin-polyfill-corejs2": "^0.4.8", - "babel-plugin-polyfill-corejs3": "^0.9.0", - "babel-plugin-polyfill-regenerator": "^0.5.5", - "core-js-compat": "^3.31.0", + "babel-plugin-polyfill-corejs2": "^0.4.10", + "babel-plugin-polyfill-corejs3": "^0.10.6", + "babel-plugin-polyfill-regenerator": "^0.6.1", + "core-js-compat": "^3.38.1", "semver": "^6.3.1" }, "engines": { @@ -1749,6 +1635,7 @@ "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@babel/types": "^7.4.4", @@ -1759,17 +1646,18 @@ } }, "node_modules/@babel/preset-react": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.23.3.tgz", - "integrity": "sha512-tbkHOS9axH6Ysf2OUEqoSZ6T3Fa2SrNH6WTWSPBboxKzdxNc9qOICeLXkNG0ZEwbQ1HY8liwOce4aN/Ceyuq6w==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.25.9.tgz", + "integrity": "sha512-D3to0uSPiWE7rBrdIICCd0tJSIGpLaaGptna2+w7Pft5xMqLpA1sz99DK5TZ1TjGbdQ/VI1eCSZ06dv3lT4JOw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-validator-option": "^7.22.15", - "@babel/plugin-transform-react-display-name": "^7.23.3", - "@babel/plugin-transform-react-jsx": "^7.22.15", - "@babel/plugin-transform-react-jsx-development": "^7.22.5", - "@babel/plugin-transform-react-pure-annotations": "^7.23.3" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-validator-option": "^7.25.9", + "@babel/plugin-transform-react-display-name": "^7.25.9", + "@babel/plugin-transform-react-jsx": "^7.25.9", + "@babel/plugin-transform-react-jsx-development": "^7.25.9", + "@babel/plugin-transform-react-pure-annotations": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1778,17 +1666,12 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/regjsgen": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", - "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==", - "dev": true - }, "node_modules/@babel/runtime": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.0.tgz", - "integrity": "sha512-Chk32uHMg6TnQdvw2e9IlqPpFX/6NLuK0Ys2PqLb7/gL5uFn9mXvK715FGLlOLQrcO4qIkNHkvPGktzzXexsFw==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.0.tgz", + "integrity": "sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==", "dev": true, + "license": "MIT", "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -1797,33 +1680,32 @@ } }, "node_modules/@babel/template": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz", - "integrity": "sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz", + "integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.23.5", - "@babel/parser": "^7.24.0", - "@babel/types": "^7.24.0" + "@babel/code-frame": "^7.25.9", + "@babel/parser": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.0.tgz", - "integrity": "sha512-HfuJlI8qq3dEDmNU5ChzzpZRWq+oxCZQyMzIMEqLho+AQnhMnKQUzH6ydo3RBl/YjPCuk68Y6s0Gx0AeyULiWw==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.23.5", - "@babel/generator": "^7.23.6", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-hoist-variables": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/parser": "^7.24.0", - "@babel/types": "^7.24.0", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.9.tgz", + "integrity": "sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.25.9", + "@babel/generator": "^7.25.9", + "@babel/parser": "^7.25.9", + "@babel/template": "^7.25.9", + "@babel/types": "^7.25.9", "debug": "^4.3.1", "globals": "^11.1.0" }, @@ -1832,14 +1714,14 @@ } }, "node_modules/@babel/types": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.0.tgz", - "integrity": "sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.0.tgz", + "integrity": "sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^7.23.4", - "@babel/helper-validator-identifier": "^7.22.20", - "to-fast-properties": "^2.0.0" + "@babel/helper-string-parser": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1850,16 +1732,18 @@ "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", "dev": true, + "license": "MIT", "optional": true, "engines": { "node": ">=0.1.90" } }, "node_modules/@cypress/request": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@cypress/request/-/request-3.0.1.tgz", - "integrity": "sha512-TWivJlJi8ZDx2wGOw1dbLuHJKUYX7bWySw377nlnGOW3hP9/MUKIsEdXT/YngWxVdgNCHRBmFlBipE+5/2ZZlQ==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@cypress/request/-/request-3.0.6.tgz", + "integrity": "sha512-fi0eVdCOtKu5Ed6+E8mYxUF6ZTFJDZvHogCBelM0xVXmrDEkyM22gRArQzq1YcHPm1V47Vf/iAD+WgVdUlJCGg==", "dev": true, + "license": "Apache-2.0", "dependencies": { "aws-sign2": "~0.7.0", "aws4": "^1.8.0", @@ -1867,16 +1751,16 @@ "combined-stream": "~1.0.6", "extend": "~3.0.2", "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "http-signature": "~1.3.6", + "form-data": "~4.0.0", + "http-signature": "~1.4.0", "is-typedarray": "~1.0.0", "isstream": "~0.1.2", "json-stringify-safe": "~5.0.1", "mime-types": "~2.1.19", "performance-now": "^2.1.0", - "qs": "6.10.4", + "qs": "6.13.0", "safe-buffer": "^5.1.2", - "tough-cookie": "^4.1.3", + "tough-cookie": "^5.0.0", "tunnel-agent": "^0.6.0", "uuid": "^8.3.2" }, @@ -1889,6 +1773,7 @@ "resolved": "https://registry.npmjs.org/@cypress/xvfb/-/xvfb-1.2.4.tgz", "integrity": "sha512-skbBzPggOVYCbnGgV+0dmBdW/s77ZkAOXIC1knS8NagwDjBrNC1LuXtQJeiN6l+m7lzmHtaoUw/ctJKdqkG57Q==", "dev": true, + "license": "MIT", "dependencies": { "debug": "^3.1.0", "lodash.once": "^4.1.1" @@ -1899,6 +1784,7 @@ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, + "license": "MIT", "dependencies": { "ms": "^2.1.1" } @@ -1908,6 +1794,7 @@ "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz", "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==", "dev": true, + "license": "MIT", "engines": { "node": ">=10.0.0" } @@ -1917,6 +1804,7 @@ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/set-array": "^1.2.1", "@jridgewell/sourcemap-codec": "^1.4.10", @@ -1931,6 +1819,7 @@ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.0.0" } @@ -1940,31 +1829,35 @@ "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.0.0" } }, "node_modules/@jridgewell/source-map": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz", - "integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==", + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz", + "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", "dev": true, + "license": "MIT", "dependencies": { - "@jridgewell/gen-mapping": "^0.3.0", - "@jridgewell/trace-mapping": "^0.3.9" + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25" } }, "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.15", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", - "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", - "dev": true + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", + "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", + "dev": true, + "license": "MIT" }, "node_modules/@jridgewell/trace-mapping": { "version": "0.3.25", "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" @@ -1975,22 +1868,24 @@ "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz", "integrity": "sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==", "dev": true, + "license": "MIT", "optional": true }, "node_modules/@remix-run/router": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.19.0.tgz", - "integrity": "sha512-zDICCLKEwbVYTS6TjYaWtHXxkdoUvD/QXvyVZjGCsWz5vyH7aFeONlPffPdW+Y/t6KT0MgXb2Mfjun9YpWN1dA==", + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.21.0.tgz", + "integrity": "sha512-xfSkCAchbdG5PnbrKqFWwia4Bi61nH+wm8wLEqfHDyp7Y3dZzgqS2itV8i4gAq9pC2HsTpwyBC6Ds8VHZ96JlA==", "license": "MIT", "engines": { "node": ">=14.0.0" } }, "node_modules/@types/eslint": { - "version": "8.56.5", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.5.tgz", - "integrity": "sha512-u5/YPJHo1tvkSF2CE0USEkxon82Z5DBy2xR+qfyYNszpX9qcs4sT6uq2kBbj4BXY1+DBGDPnrhMZV3pKWGNukw==", + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.1.tgz", + "integrity": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==", "dev": true, + "license": "MIT", "dependencies": { "@types/estree": "*", "@types/json-schema": "*" @@ -2001,197 +1896,219 @@ "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", "dev": true, + "license": "MIT", "dependencies": { "@types/eslint": "*", "@types/estree": "*" } }, "node_modules/@types/estree": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", - "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", - "dev": true + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", + "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", + "dev": true, + "license": "MIT" }, "node_modules/@types/json-schema": { "version": "7.0.15", "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/node": { - "version": "20.11.25", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.25.tgz", - "integrity": "sha512-TBHyJxk2b7HceLVGFcpAUjsa5zIdsPWlR6XHfyGzd0SFu+/NFgQgMAl96MSDZgQDvJAvV6BKsFOrt6zIL09JDw==", + "version": "22.9.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.0.tgz", + "integrity": "sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==", "dev": true, + "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.19.8" } }, "node_modules/@types/sinonjs__fake-timers": { "version": "8.1.1", "resolved": "https://registry.npmjs.org/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.1.tgz", "integrity": "sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/sizzle": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/@types/sizzle/-/sizzle-2.3.8.tgz", - "integrity": "sha512-0vWLNK2D5MT9dg0iOo8GlKguPAU02QjmZitPEsXRuJXU/OGIOt9vT9Fc26wtYuavLxtO45v9PGleoL9Z0k1LHg==", - "dev": true + "version": "2.3.9", + "resolved": "https://registry.npmjs.org/@types/sizzle/-/sizzle-2.3.9.tgz", + "integrity": "sha512-xzLEyKB50yqCUPUJkIsrVvoWNfFUbIZI+RspLWt8u+tIW/BetMBZtgV2LY/2o+tYH8dRvQ+eoPf3NdhQCcLE2w==", + "dev": true, + "license": "MIT" }, "node_modules/@types/yauzl": { "version": "2.10.3", "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz", "integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "@types/node": "*" } }, "node_modules/@webassemblyjs/ast": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.6.tgz", - "integrity": "sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz", + "integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==", "dev": true, + "license": "MIT", "dependencies": { - "@webassemblyjs/helper-numbers": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6" + "@webassemblyjs/helper-numbers": "1.13.2", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2" } }, "node_modules/@webassemblyjs/floating-point-hex-parser": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", - "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==", - "dev": true + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz", + "integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==", + "dev": true, + "license": "MIT" }, "node_modules/@webassemblyjs/helper-api-error": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", - "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==", - "dev": true + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz", + "integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==", + "dev": true, + "license": "MIT" }, "node_modules/@webassemblyjs/helper-buffer": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.6.tgz", - "integrity": "sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==", - "dev": true + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz", + "integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==", + "dev": true, + "license": "MIT" }, "node_modules/@webassemblyjs/helper-numbers": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", - "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz", + "integrity": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==", "dev": true, + "license": "MIT", "dependencies": { - "@webassemblyjs/floating-point-hex-parser": "1.11.6", - "@webassemblyjs/helper-api-error": "1.11.6", + "@webassemblyjs/floating-point-hex-parser": "1.13.2", + "@webassemblyjs/helper-api-error": "1.13.2", "@xtuc/long": "4.2.2" } }, "node_modules/@webassemblyjs/helper-wasm-bytecode": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", - "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==", - "dev": true + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz", + "integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==", + "dev": true, + "license": "MIT" }, "node_modules/@webassemblyjs/helper-wasm-section": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.6.tgz", - "integrity": "sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz", + "integrity": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==", "dev": true, + "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.11.6", - "@webassemblyjs/helper-buffer": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/wasm-gen": "1.11.6" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/wasm-gen": "1.14.1" } }, "node_modules/@webassemblyjs/ieee754": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", - "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz", + "integrity": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==", "dev": true, + "license": "MIT", "dependencies": { "@xtuc/ieee754": "^1.2.0" } }, "node_modules/@webassemblyjs/leb128": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", - "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.13.2.tgz", + "integrity": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@xtuc/long": "4.2.2" } }, "node_modules/@webassemblyjs/utf8": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", - "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==", - "dev": true + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz", + "integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==", + "dev": true, + "license": "MIT" }, "node_modules/@webassemblyjs/wasm-edit": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.6.tgz", - "integrity": "sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz", + "integrity": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==", "dev": true, + "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.11.6", - "@webassemblyjs/helper-buffer": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/helper-wasm-section": "1.11.6", - "@webassemblyjs/wasm-gen": "1.11.6", - "@webassemblyjs/wasm-opt": "1.11.6", - "@webassemblyjs/wasm-parser": "1.11.6", - "@webassemblyjs/wast-printer": "1.11.6" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/helper-wasm-section": "1.14.1", + "@webassemblyjs/wasm-gen": "1.14.1", + "@webassemblyjs/wasm-opt": "1.14.1", + "@webassemblyjs/wasm-parser": "1.14.1", + "@webassemblyjs/wast-printer": "1.14.1" } }, "node_modules/@webassemblyjs/wasm-gen": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.6.tgz", - "integrity": "sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz", + "integrity": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==", "dev": true, + "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/ieee754": "1.13.2", + "@webassemblyjs/leb128": "1.13.2", + "@webassemblyjs/utf8": "1.13.2" } }, "node_modules/@webassemblyjs/wasm-opt": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.6.tgz", - "integrity": "sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz", + "integrity": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==", "dev": true, + "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.11.6", - "@webassemblyjs/helper-buffer": "1.11.6", - "@webassemblyjs/wasm-gen": "1.11.6", - "@webassemblyjs/wasm-parser": "1.11.6" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/wasm-gen": "1.14.1", + "@webassemblyjs/wasm-parser": "1.14.1" } }, "node_modules/@webassemblyjs/wasm-parser": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.6.tgz", - "integrity": "sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz", + "integrity": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==", "dev": true, + "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.11.6", - "@webassemblyjs/helper-api-error": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-api-error": "1.13.2", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/ieee754": "1.13.2", + "@webassemblyjs/leb128": "1.13.2", + "@webassemblyjs/utf8": "1.13.2" } }, "node_modules/@webassemblyjs/wast-printer": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.6.tgz", - "integrity": "sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz", + "integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==", "dev": true, + "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.11.6", + "@webassemblyjs/ast": "1.14.1", "@xtuc/long": "4.2.2" } }, @@ -2200,6 +2117,7 @@ "resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-1.2.0.tgz", "integrity": "sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==", "dev": true, + "license": "MIT", "peerDependencies": { "webpack": "4.x.x || 5.x.x", "webpack-cli": "4.x.x" @@ -2210,6 +2128,7 @@ "resolved": "https://registry.npmjs.org/@webpack-cli/info/-/info-1.5.0.tgz", "integrity": "sha512-e8tSXZpw2hPl2uMJY6fsMswaok5FdlGNRTktvFk2sD8RjH0hE2+XistawJx1vmKteh4NmGmNUrp+Tb2w+udPcQ==", "dev": true, + "license": "MIT", "dependencies": { "envinfo": "^7.7.3" }, @@ -2222,6 +2141,7 @@ "resolved": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-1.7.0.tgz", "integrity": "sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==", "dev": true, + "license": "MIT", "peerDependencies": { "webpack-cli": "4.x.x" }, @@ -2235,19 +2155,22 @@ "version": "1.2.0", "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", - "dev": true + "dev": true, + "license": "BSD-3-Clause" }, "node_modules/@xtuc/long": { "version": "4.2.2", "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", - "dev": true + "dev": true, + "license": "Apache-2.0" }, "node_modules/acorn": { - "version": "8.11.3", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", - "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", + "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", "dev": true, + "license": "MIT", "bin": { "acorn": "bin/acorn" }, @@ -2255,20 +2178,12 @@ "node": ">=0.4.0" } }, - "node_modules/acorn-import-assertions": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz", - "integrity": "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==", - "dev": true, - "peerDependencies": { - "acorn": "^8" - } - }, "node_modules/aggregate-error": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", "dev": true, + "license": "MIT", "dependencies": { "clean-stack": "^2.0.0", "indent-string": "^4.0.0" @@ -2282,6 +2197,7 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", "dev": true, + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -2298,6 +2214,7 @@ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", "dev": true, + "license": "MIT", "peerDependencies": { "ajv": "^6.9.1" } @@ -2307,6 +2224,7 @@ "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -2316,6 +2234,7 @@ "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", "dev": true, + "license": "MIT", "dependencies": { "type-fest": "^0.21.3" }, @@ -2331,20 +2250,25 @@ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { - "color-convert": "^1.9.0" + "color-convert": "^2.0.1" }, "engines": { - "node": ">=4" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, "node_modules/anymatch": { @@ -2352,6 +2276,7 @@ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", "dev": true, + "license": "ISC", "optional": true, "dependencies": { "normalize-path": "^3.0.0", @@ -2379,13 +2304,15 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "MIT" }, "node_modules/asn1": { "version": "0.2.6", "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", "dev": true, + "license": "MIT", "dependencies": { "safer-buffer": "~2.1.0" } @@ -2395,6 +2322,7 @@ "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.8" } @@ -2404,27 +2332,31 @@ "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/async": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", - "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==", - "dev": true + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", + "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==", + "dev": true, + "license": "MIT" }, "node_modules/asynckit": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/at-least-node": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", "dev": true, + "license": "ISC", "engines": { "node": ">= 4.0.0" } @@ -2434,24 +2366,27 @@ "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==", "dev": true, + "license": "Apache-2.0", "engines": { "node": "*" } }, "node_modules/aws4": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.12.0.tgz", - "integrity": "sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==", - "dev": true + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.13.2.tgz", + "integrity": "sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==", + "dev": true, + "license": "MIT" }, "node_modules/babel-loader": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz", - "integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==", + "version": "8.4.1", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.4.1.tgz", + "integrity": "sha512-nXzRChX+Z1GoE6yWavBQg6jDslyFF3SDjl2paADuoQtQW10JqShJt62R6eJQ5m/pjJFDT8xgKIWSP85OY8eXeA==", "dev": true, + "license": "MIT", "dependencies": { "find-cache-dir": "^3.3.1", - "loader-utils": "^2.0.0", + "loader-utils": "^2.0.4", "make-dir": "^3.1.0", "schema-utils": "^2.6.5" }, @@ -2468,6 +2403,7 @@ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", "dev": true, + "license": "MIT", "dependencies": { "semver": "^6.0.0" }, @@ -2479,13 +2415,14 @@ } }, "node_modules/babel-plugin-polyfill-corejs2": { - "version": "0.4.8", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.8.tgz", - "integrity": "sha512-OtIuQfafSzpo/LhnJaykc0R/MMnuLSSVjVYy9mHArIZ9qTCSZ6TpWCuEKZYVoN//t8HqBNScHrOtCrIK5IaGLg==", + "version": "0.4.12", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.12.tgz", + "integrity": "sha512-CPWT6BwvhrTO2d8QVorhTCQw9Y43zOu7G9HigcfxvepOU6b8o3tcWad6oVgZIsZCTt42FFv97aA7ZJsbM4+8og==", "dev": true, + "license": "MIT", "dependencies": { "@babel/compat-data": "^7.22.6", - "@babel/helper-define-polyfill-provider": "^0.5.0", + "@babel/helper-define-polyfill-provider": "^0.6.3", "semver": "^6.3.1" }, "peerDependencies": { @@ -2493,25 +2430,27 @@ } }, "node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.9.0.tgz", - "integrity": "sha512-7nZPG1uzK2Ymhy/NbaOWTg3uibM2BmGASS4vHS4szRZAIR8R6GwA/xAujpdrXU5iyklrimWnLWU+BLF9suPTqg==", + "version": "0.10.6", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz", + "integrity": "sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.5.0", - "core-js-compat": "^3.34.0" + "@babel/helper-define-polyfill-provider": "^0.6.2", + "core-js-compat": "^3.38.0" }, "peerDependencies": { "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" } }, "node_modules/babel-plugin-polyfill-regenerator": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.5.tgz", - "integrity": "sha512-OJGYZlhLqBh2DDHeqAxWB1XIvr49CxiJ2gIt61/PU55CQK4Z58OzMqjDe1zwQdQk+rBYsRc+1rJmdajM3gimHg==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.3.tgz", + "integrity": "sha512-LiWSbl4CRSIa5x/JAU6jZiG9eit9w6mz+yVMFwDE83LAWvt0AfGBoZ7HS/mkhrKuh2ZlzfVZYKoLjXdqw6Yt7Q==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.5.0" + "@babel/helper-define-polyfill-provider": "^0.6.3" }, "peerDependencies": { "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" @@ -2521,7 +2460,8 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/base64-js": { "version": "1.5.1", @@ -2541,13 +2481,15 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "MIT" }, "node_modules/bcrypt-pbkdf": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "tweetnacl": "^0.14.3" } @@ -2557,31 +2499,38 @@ "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", "dev": true, + "license": "MIT", "engines": { "node": "*" } }, "node_modules/binary-extensions": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", + "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", "dev": true, + "license": "MIT", "optional": true, "engines": { "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/blob-util": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/blob-util/-/blob-util-2.0.2.tgz", "integrity": "sha512-T7JQa+zsXXEa6/8ZhHcQEW1UFfVM49Ts65uBkFL6fz2QmrElqmbajIDJvuA0tEhRe5eIjpV9ZF+0RfZR9voJFQ==", - "dev": true + "dev": true, + "license": "Apache-2.0" }, "node_modules/bluebird": { "version": "3.7.2", "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/bootstrap": { "version": "4.6.2", @@ -2597,6 +2546,7 @@ "url": "https://opencollective.com/bootstrap" } ], + "license": "MIT", "peerDependencies": { "jquery": "1.9.1 - 3", "popper.js": "^1.16.1" @@ -2606,6 +2556,7 @@ "version": "1.13.18", "resolved": "https://registry.npmjs.org/bootstrap-select/-/bootstrap-select-1.13.18.tgz", "integrity": "sha512-V1IzK4rxBq5FrJtkzSH6RmFLFBsjx50byFbfAf8jYyXROWs7ZpprGjdHeoyq2HSsHyjJhMMwjsQhRoYAfxCGow==", + "license": "MIT", "peerDependencies": { "bootstrap": ">=3.0.0", "jquery": "1.9.1 - 3" @@ -2616,28 +2567,30 @@ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" } }, "node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { - "fill-range": "^7.0.1" + "fill-range": "^7.1.1" }, "engines": { "node": ">=8" } }, "node_modules/browserslist": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", - "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", + "version": "4.24.2", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.2.tgz", + "integrity": "sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==", "dev": true, "funding": [ { @@ -2653,11 +2606,12 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { - "caniuse-lite": "^1.0.30001587", - "electron-to-chromium": "^1.4.668", - "node-releases": "^2.0.14", - "update-browserslist-db": "^1.0.13" + "caniuse-lite": "^1.0.30001669", + "electron-to-chromium": "^1.5.41", + "node-releases": "^2.0.18", + "update-browserslist-db": "^1.1.1" }, "bin": { "browserslist": "cli.js" @@ -2685,6 +2639,7 @@ "url": "https://feross.org/support" } ], + "license": "MIT", "dependencies": { "base64-js": "^1.3.1", "ieee754": "^1.1.13" @@ -2695,6 +2650,7 @@ "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==", "dev": true, + "license": "MIT", "engines": { "node": "*" } @@ -2703,13 +2659,15 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/cachedir": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/cachedir/-/cachedir-2.4.0.tgz", "integrity": "sha512-9EtFOZR8g22CL7BWjJ9BUx1+A/djkofnyW3aOXZORNW2kxoUpx2h+uN2cOqwPmFhnpVmxg+KW2OjOSgChTEvsQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -2719,6 +2677,7 @@ "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", "dev": true, + "license": "MIT", "dependencies": { "es-define-property": "^1.0.0", "es-errors": "^1.3.0", @@ -2734,9 +2693,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001596", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001596.tgz", - "integrity": "sha512-zpkZ+kEr6We7w63ORkoJ2pOfBwBkY/bJrG/UZ90qNb45Isblu8wzDgevEOrRL1r9dWayHjYiiyCMEXPn4DweGQ==", + "version": "1.0.30001680", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001680.tgz", + "integrity": "sha512-rPQy70G6AGUMnbwS1z6Xg+RkHYPAi18ihs47GH0jcxIG7wArmPgY3XbS2sRdBbxJljp3thdT8BIqv9ccCypiPA==", "dev": true, "funding": [ { @@ -2751,26 +2710,44 @@ "type": "github", "url": "https://github.com/sponsors/ai" } - ] + ], + "license": "CC-BY-4.0" }, "node_modules/caseless": { "version": "0.12.0", "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==", - "dev": true + "dev": true, + "license": "Apache-2.0" }, "node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, "engines": { - "node": ">=4" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/chalk/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" } }, "node_modules/check-more-types": { @@ -2778,6 +2755,7 @@ "resolved": "https://registry.npmjs.org/check-more-types/-/check-more-types-2.24.0.tgz", "integrity": "sha512-Pj779qHxV2tuapviy1bSZNEL1maXr13bPYpsvSDB68HlYcYuhlDrmGd63i0JHMCLKzc7rUSNIrpdJlhVlNwrxA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.8.0" } @@ -2787,6 +2765,7 @@ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "anymatch": "~3.1.2", @@ -2808,18 +2787,19 @@ } }, "node_modules/chrome-trace-event": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", - "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz", + "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.0" } }, "node_modules/ci-info": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", - "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.1.0.tgz", + "integrity": "sha512-HutrvTNsF48wnxkzERIXOe5/mlcfFcbfCmwcg6CJnizbSue78AbDt+1cgl26zwn61WFxhcPykPfZrbqjGmBb4A==", "dev": true, "funding": [ { @@ -2827,6 +2807,7 @@ "url": "https://github.com/sponsors/sibiraj-s" } ], + "license": "MIT", "engines": { "node": ">=8" } @@ -2836,6 +2817,7 @@ "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -2845,6 +2827,7 @@ "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", "dev": true, + "license": "MIT", "dependencies": { "restore-cursor": "^3.1.0" }, @@ -2853,10 +2836,11 @@ } }, "node_modules/cli-table3": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.3.tgz", - "integrity": "sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==", + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.5.tgz", + "integrity": "sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==", "dev": true, + "license": "MIT", "dependencies": { "string-width": "^4.2.0" }, @@ -2872,6 +2856,7 @@ "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-2.1.0.tgz", "integrity": "sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==", "dev": true, + "license": "MIT", "dependencies": { "slice-ansi": "^3.0.0", "string-width": "^4.2.0" @@ -2888,6 +2873,7 @@ "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", "dev": true, + "license": "MIT", "dependencies": { "is-plain-object": "^2.0.4", "kind-of": "^6.0.2", @@ -2898,31 +2884,38 @@ } }, "node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { - "color-name": "1.1.3" + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" } }, "node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true, + "license": "MIT" }, "node_modules/colorette": { "version": "2.0.20", "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/combined-stream": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", "dev": true, + "license": "MIT", "dependencies": { "delayed-stream": "~1.0.0" }, @@ -2931,10 +2924,11 @@ } }, "node_modules/commander": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", - "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz", + "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 6" } @@ -2944,6 +2938,7 @@ "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz", "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==", "dev": true, + "license": "MIT", "engines": { "node": ">=4.0.0" } @@ -2952,27 +2947,31 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/convert-source-map": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/core-js-compat": { - "version": "3.36.0", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.36.0.tgz", - "integrity": "sha512-iV9Pd/PsgjNWBXeq8XRtWVSgz2tKAfhfvBs7qxYty+RlRd+OCksaWmOnc4JKrTc1cToXL1N0s3l/vwlxPtdElw==", + "version": "3.39.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.39.0.tgz", + "integrity": "sha512-VgEUx3VwlExr5no0tXlBt+silBvhTryPwCXRI2Id1PN8WTKu7MreethvddqOubrYxkFdv/RnYrqlv1sFNAUelw==", "dev": true, + "license": "MIT", "dependencies": { - "browserslist": "^4.22.3" + "browserslist": "^4.24.2" }, "funding": { "type": "opencollective", @@ -2983,13 +2982,15 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.5.tgz", + "integrity": "sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==", "dev": true, + "license": "MIT", "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", @@ -3000,16 +3001,17 @@ } }, "node_modules/css-loader": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.10.0.tgz", - "integrity": "sha512-LTSA/jWbwdMlk+rhmElbDR2vbtQoTBPr7fkJE+mxrHj+7ru0hUmHafDRzWIjIHTwpitWVaqY2/UWGRca3yUgRw==", + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.11.0.tgz", + "integrity": "sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g==", "dev": true, + "license": "MIT", "dependencies": { "icss-utils": "^5.1.0", "postcss": "^8.4.33", - "postcss-modules-extract-imports": "^3.0.0", - "postcss-modules-local-by-default": "^4.0.4", - "postcss-modules-scope": "^3.1.1", + "postcss-modules-extract-imports": "^3.1.0", + "postcss-modules-local-by-default": "^4.0.5", + "postcss-modules-scope": "^3.2.0", "postcss-modules-values": "^4.0.0", "postcss-value-parser": "^4.2.0", "semver": "^7.5.4" @@ -3034,26 +3036,12 @@ } } }, - "node_modules/css-loader/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/css-loader/node_modules/semver": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", - "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, + "license": "ISC", "bin": { "semver": "bin/semver.js" }, @@ -3061,17 +3049,12 @@ "node": ">=10" } }, - "node_modules/css-loader/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, "node_modules/cssesc": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", "dev": true, + "license": "MIT", "bin": { "cssesc": "bin/cssesc" }, @@ -3080,13 +3063,14 @@ } }, "node_modules/cypress": { - "version": "13.6.6", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.6.tgz", - "integrity": "sha512-S+2S9S94611hXimH9a3EAYt81QM913ZVA03pUmGDfLTFa5gyp85NJ8dJGSlEAEmyRsYkioS1TtnWtbv/Fzt11A==", + "version": "13.15.2", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.15.2.tgz", + "integrity": "sha512-ARbnUorjcCM3XiPwgHKuqsyr5W9Qn+pIIBPaoilnoBkLdSC2oLQjV1BUpnmc7KR+b7Avah3Ly2RMFnfxr96E/A==", "dev": true, "hasInstallScript": true, + "license": "MIT", "dependencies": { - "@cypress/request": "^3.0.0", + "@cypress/request": "^3.0.6", "@cypress/xvfb": "^1.2.4", "@types/sinonjs__fake-timers": "8.1.1", "@types/sizzle": "^2.3.2", @@ -3097,6 +3081,7 @@ "cachedir": "^2.3.0", "chalk": "^4.1.0", "check-more-types": "^2.24.0", + "ci-info": "^4.0.0", "cli-cursor": "^3.1.0", "cli-table3": "~0.6.1", "commander": "^6.2.1", @@ -3111,7 +3096,6 @@ "figures": "^3.2.0", "fs-extra": "^9.1.0", "getos": "^3.2.1", - "is-ci": "^3.0.1", "is-installed-globally": "~0.4.0", "lazy-ass": "^1.6.0", "listr2": "^3.8.3", @@ -3125,7 +3109,8 @@ "request-progress": "^3.0.0", "semver": "^7.5.3", "supports-color": "^8.1.1", - "tmp": "~0.2.1", + "tmp": "~0.2.3", + "tree-kill": "1.2.2", "untildify": "^4.0.0", "yauzl": "^2.10.0" }, @@ -3136,105 +3121,12 @@ "node": "^16.0.0 || ^18.0.0 || >=20.0.0" } }, - "node_modules/cypress/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/cypress/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/cypress/node_modules/chalk/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/cypress/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/cypress/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/cypress/node_modules/commander": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz", - "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", - "dev": true, - "engines": { - "node": ">= 6" - } - }, - "node_modules/cypress/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/cypress/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/cypress/node_modules/semver": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", - "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, + "license": "ISC", "bin": { "semver": "bin/semver.js" }, @@ -3242,32 +3134,12 @@ "node": ">=10" } }, - "node_modules/cypress/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, - "node_modules/cypress/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, "node_modules/dashdash": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==", "dev": true, + "license": "MIT", "dependencies": { "assert-plus": "^1.0.0" }, @@ -3276,18 +3148,20 @@ } }, "node_modules/dayjs": { - "version": "1.11.10", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz", - "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==", - "dev": true + "version": "1.11.13", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz", + "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==", + "dev": true, + "license": "MIT" }, "node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", "dev": true, + "license": "MIT", "dependencies": { - "ms": "2.1.2" + "ms": "^2.1.3" }, "engines": { "node": ">=6.0" @@ -3303,6 +3177,7 @@ "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", "dev": true, + "license": "MIT", "dependencies": { "es-define-property": "^1.0.0", "es-errors": "^1.3.0", @@ -3320,6 +3195,7 @@ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.4.0" } @@ -3329,28 +3205,32 @@ "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==", "dev": true, + "license": "MIT", "dependencies": { "jsbn": "~0.1.0", "safer-buffer": "^2.1.0" } }, "node_modules/electron-to-chromium": { - "version": "1.4.698", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.698.tgz", - "integrity": "sha512-f9iZD1t3CLy1AS6vzM5EKGa6p9pRcOeEFXRFbaG2Ta+Oe7MkfRQ3fsvPYidzHe1h4i0JvIvpcY55C+B6BZNGtQ==", - "dev": true + "version": "1.5.56", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.56.tgz", + "integrity": "sha512-7lXb9dAvimCFdvUMTyucD4mnIndt/xhRKFAlky0CyFogdnNmdPQNoHI23msF/2V4mpTxMzgMdjK4+YRlFlRQZw==", + "dev": true, + "license": "ISC" }, "node_modules/emoji-regex": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/emojis-list": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", "dev": true, + "license": "MIT", "engines": { "node": ">= 4" } @@ -3360,15 +3240,17 @@ "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", "dev": true, + "license": "MIT", "dependencies": { "once": "^1.4.0" } }, "node_modules/enhanced-resolve": { - "version": "5.15.1", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.15.1.tgz", - "integrity": "sha512-3d3JRbwsCLJsYgvb6NuWEG44jjPSOMuS73L/6+7BZuoKm3W+qXnSoIYVHi8dG7Qcg4inAY4jbzkZ7MnskePeDg==", + "version": "5.17.1", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz", + "integrity": "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==", "dev": true, + "license": "MIT", "dependencies": { "graceful-fs": "^4.2.4", "tapable": "^2.2.0" @@ -3382,6 +3264,7 @@ "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.4.1.tgz", "integrity": "sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==", "dev": true, + "license": "MIT", "dependencies": { "ansi-colors": "^4.1.1", "strip-ansi": "^6.0.1" @@ -3391,10 +3274,11 @@ } }, "node_modules/envinfo": { - "version": "7.11.1", - "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.11.1.tgz", - "integrity": "sha512-8PiZgZNIB4q/Lw4AhOvAfB/ityHAd2bli3lESSWmWSzSsl5dKpy5N1d1Rfkd2teq/g9xN90lc6o98DOjMeYHpg==", + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.14.0.tgz", + "integrity": "sha512-CO40UI41xDQzhLB1hWyqUKgFhs250pNcGbyGKe1l/e4FSaI/+YE4IMG76GDt0In67WLPACIITC+sOi08x4wIvg==", "dev": true, + "license": "MIT", "bin": { "envinfo": "dist/cli.js" }, @@ -3407,6 +3291,7 @@ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", "dev": true, + "license": "MIT", "dependencies": { "get-intrinsic": "^1.2.4" }, @@ -3419,21 +3304,24 @@ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" } }, "node_modules/es-module-lexer": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.4.1.tgz", - "integrity": "sha512-cXLGjP0c4T3flZJKQSuziYoq7MlT+rnvfZjfp7h+I7K9BNX54kP9nyWvdbwjQ4u1iWbOL4u96fgeZLToQlZC7w==", - "dev": true + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.4.tgz", + "integrity": "sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==", + "dev": true, + "license": "MIT" }, "node_modules/escalade": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", - "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -3443,6 +3331,7 @@ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.8.0" } @@ -3452,6 +3341,7 @@ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^4.1.1" @@ -3465,6 +3355,7 @@ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "estraverse": "^5.2.0" }, @@ -3477,6 +3368,7 @@ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">=4.0" } @@ -3486,6 +3378,7 @@ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">=4.0" } @@ -3495,6 +3388,7 @@ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">=0.10.0" } @@ -3503,13 +3397,15 @@ "version": "6.4.7", "resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-6.4.7.tgz", "integrity": "sha512-tYUSVOGeQPKt/eC1ABfhHy5Xd96N3oIijJvN3O9+TsC28T5V9yX9oEfEK5faP0EFSNVOG97qtAS68GBrQB2hDg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/events": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.8.x" } @@ -3519,6 +3415,7 @@ "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz", "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==", "dev": true, + "license": "MIT", "dependencies": { "cross-spawn": "^7.0.0", "get-stream": "^5.0.0", @@ -3542,6 +3439,7 @@ "resolved": "https://registry.npmjs.org/executable/-/executable-4.1.1.tgz", "integrity": "sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==", "dev": true, + "license": "MIT", "dependencies": { "pify": "^2.2.0" }, @@ -3553,13 +3451,15 @@ "version": "3.0.2", "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/extract-zip": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz", "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "debug": "^4.1.1", "get-stream": "^5.1.0", @@ -3582,25 +3482,29 @@ "dev": true, "engines": [ "node >=0.6.0" - ] + ], + "license": "MIT" }, "node_modules/fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/fast-json-stable-stringify": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/fastest-levenshtein": { "version": "1.0.16", "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", "dev": true, + "license": "MIT", "engines": { "node": ">= 4.9.1" } @@ -3610,6 +3514,7 @@ "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==", "dev": true, + "license": "MIT", "dependencies": { "pend": "~1.2.0" } @@ -3619,6 +3524,7 @@ "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", "dev": true, + "license": "MIT", "dependencies": { "escape-string-regexp": "^1.0.5" }, @@ -3634,6 +3540,7 @@ "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", "dev": true, + "license": "MIT", "dependencies": { "loader-utils": "^2.0.0", "schema-utils": "^3.0.0" @@ -3654,6 +3561,7 @@ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -3668,10 +3576,11 @@ } }, "node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "to-regex-range": "^5.0.1" @@ -3685,6 +3594,7 @@ "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", "dev": true, + "license": "MIT", "dependencies": { "commondir": "^1.0.1", "make-dir": "^3.0.2", @@ -3702,6 +3612,7 @@ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", "dev": true, + "license": "MIT", "dependencies": { "semver": "^6.0.0" }, @@ -3717,6 +3628,7 @@ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, + "license": "MIT", "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -3730,6 +3642,7 @@ "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", "dev": true, + "license": "BSD-3-Clause", "bin": { "flat": "cli.js" } @@ -3739,22 +3652,24 @@ "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==", "dev": true, + "license": "Apache-2.0", "engines": { "node": "*" } }, "node_modules/form-data": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", - "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz", + "integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==", "dev": true, + "license": "MIT", "dependencies": { "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", + "combined-stream": "^1.0.8", "mime-types": "^2.1.12" }, "engines": { - "node": ">= 0.12" + "node": ">= 6" } }, "node_modules/fs-extra": { @@ -3762,6 +3677,7 @@ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", "dev": true, + "license": "MIT", "dependencies": { "at-least-node": "^1.0.0", "graceful-fs": "^4.2.0", @@ -3776,13 +3692,15 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz", "integrity": "sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/fsevents": { "version": "2.3.3", @@ -3790,6 +3708,7 @@ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", "dev": true, "hasInstallScript": true, + "license": "MIT", "optional": true, "os": [ "darwin" @@ -3803,6 +3722,7 @@ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", "dev": true, + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -3812,6 +3732,7 @@ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } @@ -3821,6 +3742,7 @@ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", "dev": true, + "license": "MIT", "dependencies": { "es-errors": "^1.3.0", "function-bind": "^1.1.2", @@ -3840,6 +3762,7 @@ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", "dev": true, + "license": "MIT", "dependencies": { "pump": "^3.0.0" }, @@ -3855,6 +3778,7 @@ "resolved": "https://registry.npmjs.org/getos/-/getos-3.2.1.tgz", "integrity": "sha512-U56CfOK17OKgTVqozZjUKNdkfEv6jk5WISBJ8SHoagjE6L69zOwl3Z+O8myjY9MEW3i2HPWQBt/LTbCgcC973Q==", "dev": true, + "license": "MIT", "dependencies": { "async": "^3.2.0" } @@ -3864,6 +3788,7 @@ "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==", "dev": true, + "license": "MIT", "dependencies": { "assert-plus": "^1.0.0" } @@ -3872,7 +3797,9 @@ "version": "7.2.3", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "deprecated": "Glob versions prior to v9 are no longer supported", "dev": true, + "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -3893,6 +3820,7 @@ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, + "license": "ISC", "optional": true, "dependencies": { "is-glob": "^4.0.1" @@ -3905,13 +3833,15 @@ "version": "0.4.1", "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", - "dev": true + "dev": true, + "license": "BSD-2-Clause" }, "node_modules/global-dirs": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.1.tgz", "integrity": "sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==", "dev": true, + "license": "MIT", "dependencies": { "ini": "2.0.0" }, @@ -3927,6 +3857,7 @@ "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } @@ -3936,6 +3867,7 @@ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", "dev": true, + "license": "MIT", "dependencies": { "get-intrinsic": "^1.1.3" }, @@ -3947,15 +3879,17 @@ "version": "4.2.11", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, + "license": "MIT", "engines": { - "node": ">=4" + "node": ">=8" } }, "node_modules/has-property-descriptors": { @@ -3963,6 +3897,7 @@ "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", "dev": true, + "license": "MIT", "dependencies": { "es-define-property": "^1.0.0" }, @@ -3975,6 +3910,7 @@ "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -3987,6 +3923,7 @@ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -3995,10 +3932,11 @@ } }, "node_modules/hasown": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.1.tgz", - "integrity": "sha512-1/th4MHjnwncwXsIW6QMzlvYL9kG5e/CpVvLRZe4XPa8TOUNbCELqmvhDmnkNsAjwaG4+I8gJJL0JBvTTLO9qA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", "dev": true, + "license": "MIT", "dependencies": { "function-bind": "^1.1.2" }, @@ -4007,14 +3945,15 @@ } }, "node_modules/http-signature": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.3.6.tgz", - "integrity": "sha512-3adrsD6zqo4GsTqtO7FyrejHNv+NgiIfAfv68+jVlFmSr9OGy7zrxONceFRLKvnnZA5jbxQBX1u9PpB6Wi32Gw==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.4.0.tgz", + "integrity": "sha512-G5akfn7eKbpDN+8nPS/cb57YeA1jLTVxjpCj7tmm3QKPdyDy7T+qSC40e9ptydSWvkwjSXw1VbkpyEm39ukeAg==", "dev": true, + "license": "MIT", "dependencies": { "assert-plus": "^1.0.0", "jsprim": "^2.0.2", - "sshpk": "^1.14.1" + "sshpk": "^1.18.0" }, "engines": { "node": ">=0.10" @@ -4025,6 +3964,7 @@ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==", "dev": true, + "license": "Apache-2.0", "engines": { "node": ">=8.12.0" } @@ -4034,6 +3974,7 @@ "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", "dev": true, + "license": "ISC", "engines": { "node": "^10 || ^12 || >= 14" }, @@ -4059,13 +4000,15 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "BSD-3-Clause" }, "node_modules/import-local": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", - "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz", + "integrity": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==", "dev": true, + "license": "MIT", "dependencies": { "pkg-dir": "^4.2.0", "resolve-cwd": "^3.0.0" @@ -4085,6 +4028,7 @@ "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -4093,7 +4037,9 @@ "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", "dev": true, + "license": "ISC", "dependencies": { "once": "^1.3.0", "wrappy": "1" @@ -4103,13 +4049,15 @@ "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/ini": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz", "integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==", "dev": true, + "license": "ISC", "engines": { "node": ">=10" } @@ -4119,6 +4067,7 @@ "resolved": "https://registry.npmjs.org/interpret/-/interpret-2.2.0.tgz", "integrity": "sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.10" } @@ -4128,6 +4077,7 @@ "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "binary-extensions": "^2.0.0" @@ -4136,25 +4086,17 @@ "node": ">=8" } }, - "node_modules/is-ci": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-3.0.1.tgz", - "integrity": "sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==", - "dev": true, - "dependencies": { - "ci-info": "^3.2.0" - }, - "bin": { - "is-ci": "bin.js" - } - }, "node_modules/is-core-module": { - "version": "2.13.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", - "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", + "version": "2.15.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz", + "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==", "dev": true, + "license": "MIT", "dependencies": { - "hasown": "^2.0.0" + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -4165,6 +4107,7 @@ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", "dev": true, + "license": "MIT", "optional": true, "engines": { "node": ">=0.10.0" @@ -4175,6 +4118,7 @@ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -4184,6 +4128,7 @@ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "is-extglob": "^2.1.1" @@ -4197,6 +4142,7 @@ "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.4.0.tgz", "integrity": "sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==", "dev": true, + "license": "MIT", "dependencies": { "global-dirs": "^3.0.0", "is-path-inside": "^3.0.2" @@ -4213,6 +4159,7 @@ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", "dev": true, + "license": "MIT", "optional": true, "engines": { "node": ">=0.12.0" @@ -4223,6 +4170,7 @@ "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -4232,6 +4180,7 @@ "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", "dev": true, + "license": "MIT", "dependencies": { "isobject": "^3.0.1" }, @@ -4244,6 +4193,7 @@ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" }, @@ -4255,13 +4205,15 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/is-unicode-supported": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -4273,13 +4225,15 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/isobject": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -4288,13 +4242,15 @@ "version": "0.1.2", "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/jest-worker": { "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", "dev": true, + "license": "MIT", "dependencies": { "@types/node": "*", "merge-stream": "^2.0.0", @@ -4304,87 +4260,72 @@ "node": ">= 10.13.0" } }, - "node_modules/jest-worker/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-worker/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, "node_modules/jquery": { "version": "3.7.1", "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz", - "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==" + "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==", + "license": "MIT" }, "node_modules/js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "license": "MIT" }, "node_modules/jsbn": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz", + "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", "dev": true, + "license": "MIT", "bin": { "jsesc": "bin/jsesc" }, "engines": { - "node": ">=4" + "node": ">=6" } }, "node_modules/json-parse-even-better-errors": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/json-schema": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==", - "dev": true + "dev": true, + "license": "(AFL-2.1 OR BSD-3-Clause)" }, "node_modules/json-schema-traverse": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/json-stringify-safe": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/json5": { "version": "2.2.3", "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", "dev": true, + "license": "MIT", "bin": { "json5": "lib/cli.js" }, @@ -4397,6 +4338,7 @@ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", "dev": true, + "license": "MIT", "dependencies": { "universalify": "^2.0.0" }, @@ -4412,6 +4354,7 @@ "engines": [ "node >=0.6.0" ], + "license": "MIT", "dependencies": { "assert-plus": "1.0.0", "extsprintf": "1.3.0", @@ -4424,6 +4367,7 @@ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -4433,6 +4377,7 @@ "resolved": "https://registry.npmjs.org/lazy-ass/-/lazy-ass-1.6.0.tgz", "integrity": "sha512-cc8oEVoctTvsFZ/Oje/kGnHbpWHYBe8IAJe4C0QNc3t8uM/0Y8+erSz/7Y1ALuXTEZTMvxXwO6YbX1ey3ujiZw==", "dev": true, + "license": "MIT", "engines": { "node": "> 0.8" } @@ -4442,6 +4387,7 @@ "resolved": "https://registry.npmjs.org/listr2/-/listr2-3.14.0.tgz", "integrity": "sha512-TyWI8G99GX9GjE54cJ+RrNMcIFBfwMPxc3XTFiAYGN4s10hWROGtOg7+O6u6LE3mNkyld7RSLE6nrKBvTfcs3g==", "dev": true, + "license": "MIT", "dependencies": { "cli-truncate": "^2.1.0", "colorette": "^2.0.16", @@ -4469,6 +4415,7 @@ "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.11.5" } @@ -4478,6 +4425,7 @@ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", "dev": true, + "license": "MIT", "dependencies": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", @@ -4492,6 +4440,7 @@ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, + "license": "MIT", "dependencies": { "p-locate": "^4.1.0" }, @@ -4503,25 +4452,29 @@ "version": "4.17.21", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/lodash.debounce": { "version": "4.0.8", "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/lodash.once": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/log-symbols": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", "dev": true, + "license": "MIT", "dependencies": { "chalk": "^4.1.0", "is-unicode-supported": "^0.1.0" @@ -4533,81 +4486,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/log-symbols/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/log-symbols/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/log-symbols/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/log-symbols/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/log-symbols/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/log-symbols/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/log-update": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz", "integrity": "sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==", "dev": true, + "license": "MIT", "dependencies": { "ansi-escapes": "^4.3.0", "cli-cursor": "^3.1.0", @@ -4621,44 +4505,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/log-update/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/log-update/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/log-update/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, "node_modules/log-update/node_modules/slice-ansi": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "astral-regex": "^2.0.0", @@ -4676,6 +4528,7 @@ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -4689,6 +4542,7 @@ "version": "1.4.0", "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "license": "MIT", "dependencies": { "js-tokens": "^3.0.0 || ^4.0.0" }, @@ -4701,6 +4555,7 @@ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", "dev": true, + "license": "ISC", "dependencies": { "yallist": "^3.0.2" } @@ -4710,6 +4565,7 @@ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", "dev": true, + "license": "MIT", "dependencies": { "pify": "^4.0.1", "semver": "^5.6.0" @@ -4723,6 +4579,7 @@ "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -4732,6 +4589,7 @@ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver" } @@ -4740,13 +4598,15 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/mime-db": { "version": "1.52.0", "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.6" } @@ -4756,6 +4616,7 @@ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", "dev": true, + "license": "MIT", "dependencies": { "mime-db": "1.52.0" }, @@ -4768,6 +4629,7 @@ "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -4777,6 +4639,7 @@ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -4789,15 +4652,17 @@ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", "dev": true, + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true, + "license": "MIT" }, "node_modules/nanoid": { "version": "3.3.7", @@ -4810,6 +4675,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "bin": { "nanoid": "bin/nanoid.cjs" }, @@ -4821,19 +4687,22 @@ "version": "2.6.2", "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/node-releases": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", - "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==", - "dev": true + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz", + "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==", + "dev": true, + "license": "MIT" }, "node_modules/normalize-path": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", "dev": true, + "license": "MIT", "optional": true, "engines": { "node": ">=0.10.0" @@ -4844,6 +4713,7 @@ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", "dev": true, + "license": "MIT", "dependencies": { "path-key": "^3.0.0" }, @@ -4852,10 +4722,14 @@ } }, "node_modules/object-inspect": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz", - "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==", + "version": "1.13.3", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.3.tgz", + "integrity": "sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==", "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -4865,6 +4739,7 @@ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", "dev": true, + "license": "ISC", "dependencies": { "wrappy": "1" } @@ -4874,6 +4749,7 @@ "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", "dev": true, + "license": "MIT", "dependencies": { "mimic-fn": "^2.1.0" }, @@ -4888,13 +4764,15 @@ "version": "1.2.2", "resolved": "https://registry.npmjs.org/ospath/-/ospath-1.2.2.tgz", "integrity": "sha512-o6E5qJV5zkAbIDNhGSIlyOhScKXgQrSRMilfph0clDfM0nEnBOlKlH4sWDmG95BW/CvwNz0vmm7dJVtU2KlMiA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/p-limit": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dev": true, + "license": "MIT", "dependencies": { "p-try": "^2.0.0" }, @@ -4910,6 +4788,7 @@ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, + "license": "MIT", "dependencies": { "p-limit": "^2.2.0" }, @@ -4922,6 +4801,7 @@ "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", "dev": true, + "license": "MIT", "dependencies": { "aggregate-error": "^3.0.0" }, @@ -4937,6 +4817,7 @@ "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -4946,6 +4827,7 @@ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -4955,6 +4837,7 @@ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -4964,6 +4847,7 @@ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -4972,31 +4856,36 @@ "version": "1.0.7", "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/pend": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/performance-now": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", - "dev": true + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "dev": true, + "license": "ISC" }, "node_modules/picomatch": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", "dev": true, + "license": "MIT", "optional": true, "engines": { "node": ">=8.6" @@ -5010,6 +4899,7 @@ "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -5019,6 +4909,7 @@ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", "dev": true, + "license": "MIT", "dependencies": { "find-up": "^4.0.0" }, @@ -5031,6 +4922,7 @@ "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==", "deprecated": "You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1", + "license": "MIT", "peer": true, "funding": { "type": "opencollective", @@ -5038,9 +4930,9 @@ } }, "node_modules/postcss": { - "version": "8.4.35", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.35.tgz", - "integrity": "sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==", + "version": "8.4.49", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", + "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", "dev": true, "funding": [ { @@ -5056,20 +4948,22 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "nanoid": "^3.3.7", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" }, "engines": { "node": "^10 || ^12 || >=14" } }, "node_modules/postcss-modules-extract-imports": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz", - "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz", + "integrity": "sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==", "dev": true, + "license": "ISC", "engines": { "node": "^10 || ^12 || >= 14" }, @@ -5078,13 +4972,14 @@ } }, "node_modules/postcss-modules-local-by-default": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.4.tgz", - "integrity": "sha512-L4QzMnOdVwRm1Qb8m4x8jsZzKAaPAgrUF1r/hjDR2Xj7R+8Zsf97jAlSQzWtKx5YNiNGN8QxmPFIc/sh+RQl+Q==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.1.0.tgz", + "integrity": "sha512-rm0bdSv4jC3BDma3s9H19ZddW0aHX6EoqwDYU2IfZhRN+53QrufTRo2IdkAbRqLx4R2IYbZnbjKKxg4VN5oU9Q==", "dev": true, + "license": "MIT", "dependencies": { "icss-utils": "^5.0.0", - "postcss-selector-parser": "^6.0.2", + "postcss-selector-parser": "^7.0.0", "postcss-value-parser": "^4.1.0" }, "engines": { @@ -5095,12 +4990,13 @@ } }, "node_modules/postcss-modules-scope": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.1.1.tgz", - "integrity": "sha512-uZgqzdTleelWjzJY+Fhti6F3C9iF1JR/dODLs/JDefozYcKTBCdD8BIl6nNPbTbcLnGrk56hzwZC2DaGNvYjzA==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.1.tgz", + "integrity": "sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==", "dev": true, + "license": "ISC", "dependencies": { - "postcss-selector-parser": "^6.0.4" + "postcss-selector-parser": "^7.0.0" }, "engines": { "node": "^10 || ^12 || >= 14" @@ -5114,6 +5010,7 @@ "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", "dev": true, + "license": "ISC", "dependencies": { "icss-utils": "^5.0.0" }, @@ -5125,10 +5022,11 @@ } }, "node_modules/postcss-selector-parser": { - "version": "6.0.15", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz", - "integrity": "sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz", + "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==", "dev": true, + "license": "MIT", "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" @@ -5141,13 +5039,15 @@ "version": "4.2.0", "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/pretty-bytes": { "version": "5.6.0", "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz", "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" }, @@ -5160,6 +5060,7 @@ "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.6.0" } @@ -5168,19 +5069,15 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.0.0.tgz", "integrity": "sha512-F2JHgJQ1iqwnHDcQjVBsq3n/uoaFL+iPW/eAeL7kVxy/2RrWaN4WroKjjvbsoRtv0ftelNyC01bjRhn/bhcf4A==", - "dev": true - }, - "node_modules/psl": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", - "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/pump": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", - "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.2.tgz", + "integrity": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==", "dev": true, + "license": "MIT", "dependencies": { "end-of-stream": "^1.1.0", "once": "^1.3.1" @@ -5191,17 +5088,19 @@ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/qs": { - "version": "6.10.4", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.4.tgz", - "integrity": "sha512-OQiU+C+Ds5qiH91qh/mg0w+8nwQuLjM4F4M/PbmhDOoYehPh+Fb0bDjtR1sOvy7YKxvj28Y/M0PhP5uVX0kB+g==", + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", + "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { - "side-channel": "^1.0.4" + "side-channel": "^1.0.6" }, "engines": { "node": ">=0.6" @@ -5210,25 +5109,21 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/querystringify": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", - "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", - "dev": true - }, "node_modules/randombytes": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", "dev": true, + "license": "MIT", "dependencies": { "safe-buffer": "^5.1.0" } }, "node_modules/react": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", - "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", + "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", + "license": "MIT", "dependencies": { "loose-envify": "^1.1.0" }, @@ -5237,15 +5132,16 @@ } }, "node_modules/react-dom": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz", - "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", + "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", + "license": "MIT", "dependencies": { "loose-envify": "^1.1.0", - "scheduler": "^0.23.0" + "scheduler": "^0.23.2" }, "peerDependencies": { - "react": "^18.2.0" + "react": "^18.3.1" } }, "node_modules/react-error-overlay": { @@ -5255,12 +5151,12 @@ "license": "MIT" }, "node_modules/react-router": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.26.0.tgz", - "integrity": "sha512-wVQq0/iFYd3iZ9H2l3N3k4PL8EEHcb0XlU2Na8nEwmiXgIUElEH6gaJDtUQxJ+JFzmIXaQjfdpcGWaM6IoQGxg==", + "version": "6.28.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.28.0.tgz", + "integrity": "sha512-HrYdIFqdrnhDw0PqG/AKjAqEqM7AvxCz0DQ4h2W8k6nqmc5uRBYDag0SBxx9iYz5G8gnuNVLzUe13wl9eAsXXg==", "license": "MIT", "dependencies": { - "@remix-run/router": "1.19.0" + "@remix-run/router": "1.21.0" }, "engines": { "node": ">=14.0.0" @@ -5270,13 +5166,13 @@ } }, "node_modules/react-router-dom": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.26.0.tgz", - "integrity": "sha512-RRGUIiDtLrkX3uYcFiCIxKFWMcWQGMojpYZfcstc63A1+sSnVgILGIm9gNUA6na3Fm1QuPGSBQH2EMbAZOnMsQ==", + "version": "6.28.0", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.28.0.tgz", + "integrity": "sha512-kQ7Unsl5YdyOltsPGl31zOjLrDv+m2VcIEcIHqYYD3Lp0UppLjrzcfJqDJwXxFw3TH/yvapbnUvPlAj7Kx5nbg==", "license": "MIT", "dependencies": { - "@remix-run/router": "1.19.0", - "react-router": "6.26.0" + "@remix-run/router": "1.21.0", + "react-router": "6.28.0" }, "engines": { "node": ">=14.0.0" @@ -5291,6 +5187,7 @@ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "picomatch": "^2.2.1" @@ -5304,6 +5201,7 @@ "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.7.1.tgz", "integrity": "sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==", "dev": true, + "license": "MIT", "dependencies": { "resolve": "^1.9.0" }, @@ -5315,13 +5213,15 @@ "version": "1.4.2", "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/regenerate-unicode-properties": { - "version": "10.1.1", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", - "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz", + "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==", "dev": true, + "license": "MIT", "dependencies": { "regenerate": "^1.4.2" }, @@ -5333,27 +5233,30 @@ "version": "0.14.1", "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/regenerator-transform": { "version": "0.15.2", "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz", "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/runtime": "^7.8.4" } }, "node_modules/regexpu-core": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", - "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.1.1.tgz", + "integrity": "sha512-k67Nb9jvwJcJmVpw0jPttR1/zVfnKf8Km0IPatrU/zJ5XeG3+Slx0xLXs9HByJSzXzrlz5EDvN6yLNMDc2qdnw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/regjsgen": "^0.8.0", "regenerate": "^1.4.2", - "regenerate-unicode-properties": "^10.1.0", - "regjsparser": "^0.9.1", + "regenerate-unicode-properties": "^10.2.0", + "regjsgen": "^0.8.0", + "regjsparser": "^0.11.0", "unicode-match-property-ecmascript": "^2.0.0", "unicode-match-property-value-ecmascript": "^2.1.0" }, @@ -5361,47 +5264,42 @@ "node": ">=4" } }, + "node_modules/regjsgen": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.8.0.tgz", + "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==", + "dev": true, + "license": "MIT" + }, "node_modules/regjsparser": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", - "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.11.2.tgz", + "integrity": "sha512-3OGZZ4HoLJkkAZx/48mTXJNlmqTGOzc0o9OWQPuWpkOlXXPbyN6OafCcoXUnBqE2D3f/T5L+pWc1kdEmnfnRsA==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { - "jsesc": "~0.5.0" + "jsesc": "~3.0.2" }, "bin": { "regjsparser": "bin/parser" } }, - "node_modules/regjsparser/node_modules/jsesc": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", - "dev": true, - "bin": { - "jsesc": "bin/jsesc" - } - }, "node_modules/request-progress": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/request-progress/-/request-progress-3.0.0.tgz", "integrity": "sha512-MnWzEHHaxHO2iWiQuHrUPBi/1WeBf5PkxQqNyNvLl9VAYSdXkP8tQ3pBSeCPD+yw0v0Aq1zosWLz0BdeXpWwZg==", "dev": true, + "license": "MIT", "dependencies": { "throttleit": "^1.0.0" } }, - "node_modules/requires-port": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", - "dev": true - }, "node_modules/resolve": { "version": "1.22.8", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", "dev": true, + "license": "MIT", "dependencies": { "is-core-module": "^2.13.0", "path-parse": "^1.0.7", @@ -5419,6 +5317,7 @@ "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", "dev": true, + "license": "MIT", "dependencies": { "resolve-from": "^5.0.0" }, @@ -5431,6 +5330,7 @@ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -5440,6 +5340,7 @@ "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", "dev": true, + "license": "MIT", "dependencies": { "onetime": "^5.1.0", "signal-exit": "^3.0.2" @@ -5449,16 +5350,18 @@ } }, "node_modules/rfdc": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.1.tgz", - "integrity": "sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg==", - "dev": true + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz", + "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==", + "dev": true, + "license": "MIT" }, "node_modules/rxjs": { "version": "7.8.1", "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", "dev": true, + "license": "Apache-2.0", "dependencies": { "tslib": "^2.1.0" } @@ -5481,18 +5384,21 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "MIT" }, "node_modules/safer-buffer": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/scheduler": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", - "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==", + "version": "0.23.2", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", + "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==", + "license": "MIT", "dependencies": { "loose-envify": "^1.1.0" } @@ -5502,6 +5408,7 @@ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", "dev": true, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.5", "ajv": "^6.12.4", @@ -5520,6 +5427,7 @@ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" } @@ -5529,22 +5437,24 @@ "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "randombytes": "^2.1.0" } }, "node_modules/set-function-length": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.1.tgz", - "integrity": "sha512-j4t6ccc+VsKwYHso+kElc5neZpjtq9EnRICFZtWyBsLojhmeF/ZBd/elqm22WJh/BziDe/SBiOeAt0m2mfLD0g==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", + "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", "dev": true, + "license": "MIT", "dependencies": { - "define-data-property": "^1.1.2", + "define-data-property": "^1.1.4", "es-errors": "^1.3.0", "function-bind": "^1.1.2", - "get-intrinsic": "^1.2.3", + "get-intrinsic": "^1.2.4", "gopd": "^1.0.1", - "has-property-descriptors": "^1.0.1" + "has-property-descriptors": "^1.0.2" }, "engines": { "node": ">= 0.4" @@ -5555,6 +5465,7 @@ "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", "dev": true, + "license": "MIT", "dependencies": { "kind-of": "^6.0.2" }, @@ -5567,6 +5478,7 @@ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", "dev": true, + "license": "MIT", "dependencies": { "shebang-regex": "^3.0.0" }, @@ -5579,6 +5491,7 @@ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -5588,6 +5501,7 @@ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "es-errors": "^1.3.0", @@ -5605,13 +5519,15 @@ "version": "3.0.7", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/slash": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -5621,6 +5537,7 @@ "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-3.0.0.tgz", "integrity": "sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "astral-regex": "^2.0.0", @@ -5630,53 +5547,22 @@ "node": ">=8" } }, - "node_modules/slice-ansi/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, + "license": "BSD-3-Clause", "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/slice-ansi/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/slice-ansi/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" + "node": ">=0.10.0" } }, "node_modules/source-map-js": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } @@ -5686,6 +5572,7 @@ "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", "dev": true, + "license": "MIT", "dependencies": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" @@ -5696,6 +5583,7 @@ "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.18.0.tgz", "integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==", "dev": true, + "license": "MIT", "dependencies": { "asn1": "~0.2.3", "assert-plus": "^1.0.0", @@ -5721,6 +5609,7 @@ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, + "license": "MIT", "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", @@ -5735,6 +5624,7 @@ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, @@ -5747,6 +5637,7 @@ "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -5756,6 +5647,7 @@ "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-1.3.0.tgz", "integrity": "sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q==", "dev": true, + "license": "MIT", "dependencies": { "loader-utils": "^2.0.0", "schema-utils": "^2.7.0" @@ -5772,15 +5664,19 @@ } }, "node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", "dev": true, + "license": "MIT", "dependencies": { - "has-flag": "^3.0.0" + "has-flag": "^4.0.0" }, "engines": { - "node": ">=4" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" } }, "node_modules/supports-preserve-symlinks-flag": { @@ -5788,6 +5684,7 @@ "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -5800,15 +5697,17 @@ "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/terser": { - "version": "5.29.1", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.29.1.tgz", - "integrity": "sha512-lZQ/fyaIGxsbGxApKmoPTODIzELy3++mXhS5hOqaAWZjQtpq/hFHAc+rm29NND1rYRxRWKcjuARNwULNXa5RtQ==", + "version": "5.36.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.36.0.tgz", + "integrity": "sha512-IYV9eNMuFAV4THUspIRXkLakHnV6XO7FEdtKjf/mDyrnqUg9LnlOn6/RwRvM9SZjR4GUq8Nk8zj67FzVARr74w==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "@jridgewell/source-map": "^0.3.3", "acorn": "^8.8.2", @@ -5827,6 +5726,7 @@ "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz", "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==", "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "^0.3.20", "jest-worker": "^27.4.5", @@ -5861,6 +5761,7 @@ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -5878,13 +5779,15 @@ "version": "2.20.3", "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/throttleit": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-1.0.1.tgz", "integrity": "sha512-vDZpf9Chs9mAdfY046mcPt8fg5QSZr37hEH4TXYBnDF+izxgrbRGUAAaBvIk/fJm9aOFCGFd1EsNg5AZCbnQCQ==", "dev": true, + "license": "MIT", "funding": { "url": "https://github.com/sponsors/sindresorhus" } @@ -5893,31 +5796,45 @@ "version": "2.3.8", "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", - "dev": true + "dev": true, + "license": "MIT" + }, + "node_modules/tldts": { + "version": "6.1.60", + "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.60.tgz", + "integrity": "sha512-TYVHm7G9NCnhgqOsFalbX6MG1Po5F4efF+tLfoeiOGQq48Oqgwcgz8upY2R1BHWa4aDrj28RYx0dkYJ63qCFMg==", + "dev": true, + "license": "MIT", + "dependencies": { + "tldts-core": "^6.1.60" + }, + "bin": { + "tldts": "bin/cli.js" + } + }, + "node_modules/tldts-core": { + "version": "6.1.60", + "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.60.tgz", + "integrity": "sha512-XHjoxak8SFQnHnmYHb3PcnW5TZ+9ErLZemZei3azuIRhQLw4IExsVbL3VZJdHcLeNaXq6NqawgpDPpjBOg4B5g==", + "dev": true, + "license": "MIT" }, "node_modules/tmp": { "version": "0.2.3", "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz", "integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==", "dev": true, + "license": "MIT", "engines": { "node": ">=14.14" } }, - "node_modules/to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", - "dev": true, - "engines": { - "node": ">=4" - } - }, "node_modules/to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "is-number": "^7.0.0" @@ -5927,40 +5844,41 @@ } }, "node_modules/tough-cookie": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz", - "integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.0.0.tgz", + "integrity": "sha512-FRKsF7cz96xIIeMZ82ehjC3xW2E+O2+v11udrDYewUbszngYhsGa8z6YUMMzO9QJZzzyd0nGGXnML/TReX6W8Q==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { - "psl": "^1.1.33", - "punycode": "^2.1.1", - "universalify": "^0.2.0", - "url-parse": "^1.5.3" + "tldts": "^6.1.32" }, "engines": { - "node": ">=6" + "node": ">=16" } }, - "node_modules/tough-cookie/node_modules/universalify": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", - "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", + "node_modules/tree-kill": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", + "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", "dev": true, - "engines": { - "node": ">= 4.0.0" + "license": "MIT", + "bin": { + "tree-kill": "cli.js" } }, "node_modules/tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", - "dev": true + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", + "dev": true, + "license": "0BSD" }, "node_modules/tunnel-agent": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", "dev": true, + "license": "Apache-2.0", "dependencies": { "safe-buffer": "^5.0.1" }, @@ -5972,13 +5890,15 @@ "version": "0.14.5", "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==", - "dev": true + "dev": true, + "license": "Unlicense" }, "node_modules/type-fest": { "version": "0.21.3", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, @@ -5987,16 +5907,18 @@ } }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", - "dev": true + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "dev": true, + "license": "MIT" }, "node_modules/unicode-canonical-property-names-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", - "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz", + "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } @@ -6006,6 +5928,7 @@ "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", "dev": true, + "license": "MIT", "dependencies": { "unicode-canonical-property-names-ecmascript": "^2.0.0", "unicode-property-aliases-ecmascript": "^2.0.0" @@ -6015,10 +5938,11 @@ } }, "node_modules/unicode-match-property-value-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", - "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz", + "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } @@ -6028,6 +5952,7 @@ "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } @@ -6037,6 +5962,7 @@ "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 10.0.0" } @@ -6046,14 +5972,15 @@ "resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz", "integrity": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/update-browserslist-db": { - "version": "1.0.13", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz", - "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz", + "integrity": "sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==", "dev": true, "funding": [ { @@ -6069,9 +5996,10 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { - "escalade": "^3.1.1", - "picocolors": "^1.0.0" + "escalade": "^3.2.0", + "picocolors": "^1.1.0" }, "bin": { "update-browserslist-db": "cli.js" @@ -6085,6 +6013,7 @@ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "punycode": "^2.1.0" } @@ -6094,6 +6023,7 @@ "resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz", "integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==", "dev": true, + "license": "MIT", "dependencies": { "loader-utils": "^2.0.0", "mime-types": "^2.1.27", @@ -6121,6 +6051,7 @@ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -6134,27 +6065,19 @@ "url": "https://opencollective.com/webpack" } }, - "node_modules/url-parse": { - "version": "1.5.10", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", - "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", - "dev": true, - "dependencies": { - "querystringify": "^2.1.1", - "requires-port": "^1.0.0" - } - }, "node_modules/util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/uuid": { "version": "8.3.2", "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", "dev": true, + "license": "MIT", "bin": { "uuid": "dist/bin/uuid" } @@ -6167,6 +6090,7 @@ "engines": [ "node >=0.6.0" ], + "license": "MIT", "dependencies": { "assert-plus": "^1.0.0", "core-util-is": "1.0.2", @@ -6174,10 +6098,11 @@ } }, "node_modules/watchpack": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz", - "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.2.tgz", + "integrity": "sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==", "dev": true, + "license": "MIT", "dependencies": { "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.1.2" @@ -6187,26 +6112,26 @@ } }, "node_modules/webpack": { - "version": "5.90.3", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.90.3.tgz", - "integrity": "sha512-h6uDYlWCctQRuXBs1oYpVe6sFcWedl0dpcVaTf/YF67J9bKvwJajFulMVSYKHrksMB3I/pIagRzDxwxkebuzKA==", - "dev": true, - "dependencies": { - "@types/eslint-scope": "^3.7.3", - "@types/estree": "^1.0.5", - "@webassemblyjs/ast": "^1.11.5", - "@webassemblyjs/wasm-edit": "^1.11.5", - "@webassemblyjs/wasm-parser": "^1.11.5", - "acorn": "^8.7.1", - "acorn-import-assertions": "^1.9.0", - "browserslist": "^4.21.10", + "version": "5.96.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.96.1.tgz", + "integrity": "sha512-l2LlBSvVZGhL4ZrPwyr8+37AunkcYj5qh8o6u2/2rzoPc8gxFJkLj1WxNgooi9pnoc06jh0BjuXnamM4qlujZA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/eslint-scope": "^3.7.7", + "@types/estree": "^1.0.6", + "@webassemblyjs/ast": "^1.12.1", + "@webassemblyjs/wasm-edit": "^1.12.1", + "@webassemblyjs/wasm-parser": "^1.12.1", + "acorn": "^8.14.0", + "browserslist": "^4.24.0", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.15.0", + "enhanced-resolve": "^5.17.1", "es-module-lexer": "^1.2.1", "eslint-scope": "5.1.1", "events": "^3.2.0", "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.2.9", + "graceful-fs": "^4.2.11", "json-parse-even-better-errors": "^2.3.1", "loader-runner": "^4.2.0", "mime-types": "^2.1.27", @@ -6214,7 +6139,7 @@ "schema-utils": "^3.2.0", "tapable": "^2.1.1", "terser-webpack-plugin": "^5.3.10", - "watchpack": "^2.4.0", + "watchpack": "^2.4.1", "webpack-sources": "^3.2.3" }, "bin": { @@ -6238,6 +6163,7 @@ "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.10.0.tgz", "integrity": "sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==", "dev": true, + "license": "MIT", "dependencies": { "@discoveryjs/json-ext": "^0.5.0", "@webpack-cli/configtest": "^1.2.0", @@ -6285,6 +6211,7 @@ "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 10" } @@ -6294,6 +6221,7 @@ "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.10.0.tgz", "integrity": "sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==", "dev": true, + "license": "MIT", "dependencies": { "clone-deep": "^4.0.1", "flat": "^5.0.2", @@ -6308,6 +6236,7 @@ "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", "dev": true, + "license": "MIT", "engines": { "node": ">=10.13.0" } @@ -6317,6 +6246,7 @@ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -6335,6 +6265,7 @@ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", "dev": true, + "license": "ISC", "dependencies": { "isexe": "^2.0.0" }, @@ -6349,13 +6280,15 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz", "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/wrap-ansi": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -6368,4631 +6301,30 @@ "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, - "node_modules/wrap-ansi/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/wrap-ansi/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/wrap-ansi/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/yallist": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/yauzl": { "version": "2.10.0", "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==", "dev": true, + "license": "MIT", "dependencies": { "buffer-crc32": "~0.2.3", "fd-slicer": "~1.1.0" } } - }, - "dependencies": { - "@ampproject/remapping": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", - "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", - "dev": true, - "requires": { - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.24" - } - }, - "@babel/cli": { - "version": "7.23.9", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.23.9.tgz", - "integrity": "sha512-vB1UXmGDNEhcf1jNAHKT9IlYk1R+hehVTLFlCLHBi8gfuHQGP6uRjgXVYU0EVlI/qwAWpstqkBdf2aez3/z/5Q==", - "dev": true, - "requires": { - "@jridgewell/trace-mapping": "^0.3.17", - "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3", - "chokidar": "^3.4.0", - "commander": "^4.0.1", - "convert-source-map": "^2.0.0", - "fs-readdir-recursive": "^1.1.0", - "glob": "^7.2.0", - "make-dir": "^2.1.0", - "slash": "^2.0.0" - } - }, - "@babel/code-frame": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz", - "integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==", - "dev": true, - "requires": { - "@babel/highlight": "^7.23.4", - "chalk": "^2.4.2" - } - }, - "@babel/compat-data": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.5.tgz", - "integrity": "sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==", - "dev": true - }, - "@babel/core": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.0.tgz", - "integrity": "sha512-fQfkg0Gjkza3nf0c7/w6Xf34BW4YvzNfACRLmmb7XRLa6XHdR+K9AlJlxneFfWYf6uhOzuzZVTjF/8KfndZANw==", - "dev": true, - "requires": { - "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.23.5", - "@babel/generator": "^7.23.6", - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helpers": "^7.24.0", - "@babel/parser": "^7.24.0", - "@babel/template": "^7.24.0", - "@babel/traverse": "^7.24.0", - "@babel/types": "^7.24.0", - "convert-source-map": "^2.0.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.3", - "semver": "^6.3.1" - } - }, - "@babel/generator": { - "version": "7.23.6", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.6.tgz", - "integrity": "sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==", - "dev": true, - "requires": { - "@babel/types": "^7.23.6", - "@jridgewell/gen-mapping": "^0.3.2", - "@jridgewell/trace-mapping": "^0.3.17", - "jsesc": "^2.5.1" - } - }, - "@babel/helper-annotate-as-pure": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", - "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", - "dev": true, - "requires": { - "@babel/types": "^7.22.5" - } - }, - "@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz", - "integrity": "sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==", - "dev": true, - "requires": { - "@babel/types": "^7.22.15" - } - }, - "@babel/helper-compilation-targets": { - "version": "7.23.6", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz", - "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==", - "dev": true, - "requires": { - "@babel/compat-data": "^7.23.5", - "@babel/helper-validator-option": "^7.23.5", - "browserslist": "^4.22.2", - "lru-cache": "^5.1.1", - "semver": "^6.3.1" - } - }, - "@babel/helper-create-class-features-plugin": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.0.tgz", - "integrity": "sha512-QAH+vfvts51BCsNZ2PhY6HAggnlS6omLLFTsIpeqZk/MmJ6cW7tgz5yRv0fMJThcr6FmbMrENh1RgrWPTYA76g==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-member-expression-to-functions": "^7.23.0", - "@babel/helper-optimise-call-expression": "^7.22.5", - "@babel/helper-replace-supers": "^7.22.20", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", - "semver": "^6.3.1" - } - }, - "@babel/helper-create-regexp-features-plugin": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz", - "integrity": "sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "regexpu-core": "^5.3.1", - "semver": "^6.3.1" - } - }, - "@babel/helper-define-polyfill-provider": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.5.0.tgz", - "integrity": "sha512-NovQquuQLAQ5HuyjCz7WQP9MjRj7dx++yspwiyUiGl9ZyadHRSql1HZh5ogRd8W8w6YM6EQ/NTB8rgjLt5W65Q==", - "dev": true, - "requires": { - "@babel/helper-compilation-targets": "^7.22.6", - "@babel/helper-plugin-utils": "^7.22.5", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2" - } - }, - "@babel/helper-environment-visitor": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", - "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", - "dev": true - }, - "@babel/helper-function-name": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", - "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", - "dev": true, - "requires": { - "@babel/template": "^7.22.15", - "@babel/types": "^7.23.0" - } - }, - "@babel/helper-hoist-variables": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz", - "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==", - "dev": true, - "requires": { - "@babel/types": "^7.22.5" - } - }, - "@babel/helper-member-expression-to-functions": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz", - "integrity": "sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==", - "dev": true, - "requires": { - "@babel/types": "^7.23.0" - } - }, - "@babel/helper-module-imports": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz", - "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==", - "dev": true, - "requires": { - "@babel/types": "^7.22.15" - } - }, - "@babel/helper-module-transforms": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz", - "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==", - "dev": true, - "requires": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-module-imports": "^7.22.15", - "@babel/helper-simple-access": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/helper-validator-identifier": "^7.22.20" - } - }, - "@babel/helper-optimise-call-expression": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz", - "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==", - "dev": true, - "requires": { - "@babel/types": "^7.22.5" - } - }, - "@babel/helper-plugin-utils": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz", - "integrity": "sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==", - "dev": true - }, - "@babel/helper-remap-async-to-generator": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz", - "integrity": "sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-wrap-function": "^7.22.20" - } - }, - "@babel/helper-replace-supers": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz", - "integrity": "sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==", - "dev": true, - "requires": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-member-expression-to-functions": "^7.22.15", - "@babel/helper-optimise-call-expression": "^7.22.5" - } - }, - "@babel/helper-simple-access": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz", - "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==", - "dev": true, - "requires": { - "@babel/types": "^7.22.5" - } - }, - "@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz", - "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==", - "dev": true, - "requires": { - "@babel/types": "^7.22.5" - } - }, - "@babel/helper-split-export-declaration": { - "version": "7.22.6", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", - "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", - "dev": true, - "requires": { - "@babel/types": "^7.22.5" - } - }, - "@babel/helper-string-parser": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz", - "integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==", - "dev": true - }, - "@babel/helper-validator-identifier": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", - "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", - "dev": true - }, - "@babel/helper-validator-option": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz", - "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==", - "dev": true - }, - "@babel/helper-wrap-function": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz", - "integrity": "sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==", - "dev": true, - "requires": { - "@babel/helper-function-name": "^7.22.5", - "@babel/template": "^7.22.15", - "@babel/types": "^7.22.19" - } - }, - "@babel/helpers": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.0.tgz", - "integrity": "sha512-ulDZdc0Aj5uLc5nETsa7EPx2L7rM0YJM8r7ck7U73AXi7qOV44IHHRAYZHY6iU1rr3C5N4NtTmMRUJP6kwCWeA==", - "dev": true, - "requires": { - "@babel/template": "^7.24.0", - "@babel/traverse": "^7.24.0", - "@babel/types": "^7.24.0" - } - }, - "@babel/highlight": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz", - "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==", - "dev": true, - "requires": { - "@babel/helper-validator-identifier": "^7.22.20", - "chalk": "^2.4.2", - "js-tokens": "^4.0.0" - } - }, - "@babel/parser": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.0.tgz", - "integrity": "sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==", - "dev": true - }, - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.23.3.tgz", - "integrity": "sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.23.3.tgz", - "integrity": "sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/plugin-transform-optional-chaining": "^7.23.3" - } - }, - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { - "version": "7.23.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.23.7.tgz", - "integrity": "sha512-LlRT7HgaifEpQA1ZgLVOIJZZFVPWN5iReq/7/JixwBtwcoeVGDBD53ZV28rrsLYOZs1Y/EHhA8N/Z6aazHR8cw==", - "dev": true, - "requires": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-proposal-class-properties": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", - "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", - "dev": true, - "requires": { - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-proposal-private-property-in-object": { - "version": "7.21.0-placeholder-for-preset-env.2", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", - "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", - "dev": true, - "requires": {} - }, - "@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", - "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", - "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - } - }, - "@babel/plugin-syntax-class-static-block": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", - "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", - "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", - "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.3" - } - }, - "@babel/plugin-syntax-import-assertions": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.23.3.tgz", - "integrity": "sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-syntax-import-attributes": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.23.3.tgz", - "integrity": "sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-syntax-import-meta": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", - "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", - "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-jsx": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz", - "integrity": "sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", - "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", - "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", - "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-private-property-in-object": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", - "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-syntax-top-level-await": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", - "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-syntax-unicode-sets-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", - "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", - "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-arrow-functions": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.23.3.tgz", - "integrity": "sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-async-generator-functions": { - "version": "7.23.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.9.tgz", - "integrity": "sha512-8Q3veQEDGe14dTYuwagbRtwxQDnytyg1JFu4/HwEMETeofocrB0U0ejBJIXoeG/t2oXZ8kzCyI0ZZfbT80VFNQ==", - "dev": true, - "requires": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-remap-async-to-generator": "^7.22.20", - "@babel/plugin-syntax-async-generators": "^7.8.4" - } - }, - "@babel/plugin-transform-async-to-generator": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.23.3.tgz", - "integrity": "sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==", - "dev": true, - "requires": { - "@babel/helper-module-imports": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-remap-async-to-generator": "^7.22.20" - } - }, - "@babel/plugin-transform-block-scoped-functions": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.23.3.tgz", - "integrity": "sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-block-scoping": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.4.tgz", - "integrity": "sha512-0QqbP6B6HOh7/8iNR4CQU2Th/bbRtBp4KS9vcaZd1fZ0wSh5Fyssg0UCIHwxh+ka+pNDREbVLQnHCMHKZfPwfw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-class-properties": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.23.3.tgz", - "integrity": "sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==", - "dev": true, - "requires": { - "@babel/helper-create-class-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-class-static-block": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.23.4.tgz", - "integrity": "sha512-nsWu/1M+ggti1SOALj3hfx5FXzAY06fwPJsUZD4/A5e1bWi46VUIWtD+kOX6/IdhXGsXBWllLFDSnqSCdUNydQ==", - "dev": true, - "requires": { - "@babel/helper-create-class-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-class-static-block": "^7.14.5" - } - }, - "@babel/plugin-transform-classes": { - "version": "7.23.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.8.tgz", - "integrity": "sha512-yAYslGsY1bX6Knmg46RjiCiNSwJKv2IUC8qOdYKqMMr0491SXFhcHqOdRDeCRohOOIzwN/90C6mQ9qAKgrP7dg==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-replace-supers": "^7.22.20", - "@babel/helper-split-export-declaration": "^7.22.6", - "globals": "^11.1.0" - } - }, - "@babel/plugin-transform-computed-properties": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.23.3.tgz", - "integrity": "sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/template": "^7.22.15" - } - }, - "@babel/plugin-transform-destructuring": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.3.tgz", - "integrity": "sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-dotall-regex": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.23.3.tgz", - "integrity": "sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==", - "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-duplicate-keys": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.23.3.tgz", - "integrity": "sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-dynamic-import": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.23.4.tgz", - "integrity": "sha512-V6jIbLhdJK86MaLh4Jpghi8ho5fGzt3imHOBu/x0jlBaPYqDoWz4RDXjmMOfnh+JWNaQleEAByZLV0QzBT4YQQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3" - } - }, - "@babel/plugin-transform-exponentiation-operator": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.23.3.tgz", - "integrity": "sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==", - "dev": true, - "requires": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-export-namespace-from": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.23.4.tgz", - "integrity": "sha512-GzuSBcKkx62dGzZI1WVgTWvkkz84FZO5TC5T8dl/Tht/rAla6Dg/Mz9Yhypg+ezVACf/rgDuQt3kbWEv7LdUDQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" - } - }, - "@babel/plugin-transform-for-of": { - "version": "7.23.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.23.6.tgz", - "integrity": "sha512-aYH4ytZ0qSuBbpfhuofbg/e96oQ7U2w1Aw/UQmKT+1l39uEhUPoFS3fHevDc1G0OvewyDudfMKY1OulczHzWIw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5" - } - }, - "@babel/plugin-transform-function-name": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.23.3.tgz", - "integrity": "sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==", - "dev": true, - "requires": { - "@babel/helper-compilation-targets": "^7.22.15", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-json-strings": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.23.4.tgz", - "integrity": "sha512-81nTOqM1dMwZ/aRXQ59zVubN9wHGqk6UtqRK+/q+ciXmRy8fSolhGVvG09HHRGo4l6fr/c4ZhXUQH0uFW7PZbg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-json-strings": "^7.8.3" - } - }, - "@babel/plugin-transform-literals": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.23.3.tgz", - "integrity": "sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-logical-assignment-operators": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.23.4.tgz", - "integrity": "sha512-Mc/ALf1rmZTP4JKKEhUwiORU+vcfarFVLfcFiolKUo6sewoxSEgl36ak5t+4WamRsNr6nzjZXQjM35WsU+9vbg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" - } - }, - "@babel/plugin-transform-member-expression-literals": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.23.3.tgz", - "integrity": "sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-modules-amd": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.3.tgz", - "integrity": "sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==", - "dev": true, - "requires": { - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-modules-commonjs": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.3.tgz", - "integrity": "sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==", - "dev": true, - "requires": { - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-simple-access": "^7.22.5" - } - }, - "@babel/plugin-transform-modules-systemjs": { - "version": "7.23.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.9.tgz", - "integrity": "sha512-KDlPRM6sLo4o1FkiSlXoAa8edLXFsKKIda779fbLrvmeuc3itnjCtaO6RrtoaANsIJANj+Vk1zqbZIMhkCAHVw==", - "dev": true, - "requires": { - "@babel/helper-hoist-variables": "^7.22.5", - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-validator-identifier": "^7.22.20" - } - }, - "@babel/plugin-transform-modules-umd": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.23.3.tgz", - "integrity": "sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==", - "dev": true, - "requires": { - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz", - "integrity": "sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==", - "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-new-target": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.23.3.tgz", - "integrity": "sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-nullish-coalescing-operator": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.23.4.tgz", - "integrity": "sha512-jHE9EVVqHKAQx+VePv5LLGHjmHSJR76vawFPTdlxR/LVJPfOEGxREQwQfjuZEOPTwG92X3LINSh3M40Rv4zpVA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" - } - }, - "@babel/plugin-transform-numeric-separator": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.23.4.tgz", - "integrity": "sha512-mps6auzgwjRrwKEZA05cOwuDc9FAzoyFS4ZsG/8F43bTLf/TgkJg7QXOrPO1JO599iA3qgK9MXdMGOEC8O1h6Q==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" - } - }, - "@babel/plugin-transform-object-rest-spread": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.0.tgz", - "integrity": "sha512-y/yKMm7buHpFFXfxVFS4Vk1ToRJDilIa6fKRioB9Vjichv58TDGXTvqV0dN7plobAmTW5eSEGXDngE+Mm+uO+w==", - "dev": true, - "requires": { - "@babel/compat-data": "^7.23.5", - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.23.3" - } - }, - "@babel/plugin-transform-object-super": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.23.3.tgz", - "integrity": "sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-replace-supers": "^7.22.20" - } - }, - "@babel/plugin-transform-optional-catch-binding": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.23.4.tgz", - "integrity": "sha512-XIq8t0rJPHf6Wvmbn9nFxU6ao4c7WhghTR5WyV8SrJfUFzyxhCm4nhC+iAp3HFhbAKLfYpgzhJ6t4XCtVwqO5A==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" - } - }, - "@babel/plugin-transform-optional-chaining": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.4.tgz", - "integrity": "sha512-ZU8y5zWOfjM5vZ+asjgAPwDaBjJzgufjES89Rs4Lpq63O300R/kOz30WCLo6BxxX6QVEilwSlpClnG5cZaikTA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/plugin-syntax-optional-chaining": "^7.8.3" - } - }, - "@babel/plugin-transform-parameters": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.23.3.tgz", - "integrity": "sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-private-methods": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.23.3.tgz", - "integrity": "sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==", - "dev": true, - "requires": { - "@babel/helper-create-class-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-private-property-in-object": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.23.4.tgz", - "integrity": "sha512-9G3K1YqTq3F4Vt88Djx1UZ79PDyj+yKRnUy7cZGSMe+a7jkwD259uKKuUzQlPkGam7R+8RJwh5z4xO27fA1o2A==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-create-class-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5" - } - }, - "@babel/plugin-transform-property-literals": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.23.3.tgz", - "integrity": "sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-react-display-name": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.23.3.tgz", - "integrity": "sha512-GnvhtVfA2OAtzdX58FJxU19rhoGeQzyVndw3GgtdECQvQFXPEZIOVULHVZGAYmOgmqjXpVpfocAbSjh99V/Fqw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-react-jsx": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.23.4.tgz", - "integrity": "sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-module-imports": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-jsx": "^7.23.3", - "@babel/types": "^7.23.4" - } - }, - "@babel/plugin-transform-react-jsx-development": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.22.5.tgz", - "integrity": "sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==", - "dev": true, - "requires": { - "@babel/plugin-transform-react-jsx": "^7.22.5" - } - }, - "@babel/plugin-transform-react-pure-annotations": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.23.3.tgz", - "integrity": "sha512-qMFdSS+TUhB7Q/3HVPnEdYJDQIk57jkntAwSuz9xfSE4n+3I+vHYCli3HoHawN1Z3RfCz/y1zXA/JXjG6cVImQ==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-regenerator": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.23.3.tgz", - "integrity": "sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5", - "regenerator-transform": "^0.15.2" - } - }, - "@babel/plugin-transform-reserved-words": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.23.3.tgz", - "integrity": "sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-shorthand-properties": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.23.3.tgz", - "integrity": "sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-spread": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.23.3.tgz", - "integrity": "sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5" - } - }, - "@babel/plugin-transform-sticky-regex": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.23.3.tgz", - "integrity": "sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-template-literals": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.23.3.tgz", - "integrity": "sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-typeof-symbol": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.23.3.tgz", - "integrity": "sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-unicode-escapes": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.23.3.tgz", - "integrity": "sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-unicode-property-regex": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.23.3.tgz", - "integrity": "sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==", - "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-unicode-regex": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.23.3.tgz", - "integrity": "sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==", - "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-unicode-sets-regex": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.23.3.tgz", - "integrity": "sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==", - "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/preset-env": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.0.tgz", - "integrity": "sha512-ZxPEzV9IgvGn73iK0E6VB9/95Nd7aMFpbE0l8KQFDG70cOV9IxRP7Y2FUPmlK0v6ImlLqYX50iuZ3ZTVhOF2lA==", - "dev": true, - "requires": { - "@babel/compat-data": "^7.23.5", - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-validator-option": "^7.23.5", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.23.3", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.23.3", - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.23.7", - "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-class-static-block": "^7.14.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-import-assertions": "^7.23.3", - "@babel/plugin-syntax-import-attributes": "^7.23.3", - "@babel/plugin-syntax-import-meta": "^7.10.4", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5", - "@babel/plugin-syntax-top-level-await": "^7.14.5", - "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", - "@babel/plugin-transform-arrow-functions": "^7.23.3", - "@babel/plugin-transform-async-generator-functions": "^7.23.9", - "@babel/plugin-transform-async-to-generator": "^7.23.3", - "@babel/plugin-transform-block-scoped-functions": "^7.23.3", - "@babel/plugin-transform-block-scoping": "^7.23.4", - "@babel/plugin-transform-class-properties": "^7.23.3", - "@babel/plugin-transform-class-static-block": "^7.23.4", - "@babel/plugin-transform-classes": "^7.23.8", - "@babel/plugin-transform-computed-properties": "^7.23.3", - "@babel/plugin-transform-destructuring": "^7.23.3", - "@babel/plugin-transform-dotall-regex": "^7.23.3", - "@babel/plugin-transform-duplicate-keys": "^7.23.3", - "@babel/plugin-transform-dynamic-import": "^7.23.4", - "@babel/plugin-transform-exponentiation-operator": "^7.23.3", - "@babel/plugin-transform-export-namespace-from": "^7.23.4", - "@babel/plugin-transform-for-of": "^7.23.6", - "@babel/plugin-transform-function-name": "^7.23.3", - "@babel/plugin-transform-json-strings": "^7.23.4", - "@babel/plugin-transform-literals": "^7.23.3", - "@babel/plugin-transform-logical-assignment-operators": "^7.23.4", - "@babel/plugin-transform-member-expression-literals": "^7.23.3", - "@babel/plugin-transform-modules-amd": "^7.23.3", - "@babel/plugin-transform-modules-commonjs": "^7.23.3", - "@babel/plugin-transform-modules-systemjs": "^7.23.9", - "@babel/plugin-transform-modules-umd": "^7.23.3", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5", - "@babel/plugin-transform-new-target": "^7.23.3", - "@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4", - "@babel/plugin-transform-numeric-separator": "^7.23.4", - "@babel/plugin-transform-object-rest-spread": "^7.24.0", - "@babel/plugin-transform-object-super": "^7.23.3", - "@babel/plugin-transform-optional-catch-binding": "^7.23.4", - "@babel/plugin-transform-optional-chaining": "^7.23.4", - "@babel/plugin-transform-parameters": "^7.23.3", - "@babel/plugin-transform-private-methods": "^7.23.3", - "@babel/plugin-transform-private-property-in-object": "^7.23.4", - "@babel/plugin-transform-property-literals": "^7.23.3", - "@babel/plugin-transform-regenerator": "^7.23.3", - "@babel/plugin-transform-reserved-words": "^7.23.3", - "@babel/plugin-transform-shorthand-properties": "^7.23.3", - "@babel/plugin-transform-spread": "^7.23.3", - "@babel/plugin-transform-sticky-regex": "^7.23.3", - "@babel/plugin-transform-template-literals": "^7.23.3", - "@babel/plugin-transform-typeof-symbol": "^7.23.3", - "@babel/plugin-transform-unicode-escapes": "^7.23.3", - "@babel/plugin-transform-unicode-property-regex": "^7.23.3", - "@babel/plugin-transform-unicode-regex": "^7.23.3", - "@babel/plugin-transform-unicode-sets-regex": "^7.23.3", - "@babel/preset-modules": "0.1.6-no-external-plugins", - "babel-plugin-polyfill-corejs2": "^0.4.8", - "babel-plugin-polyfill-corejs3": "^0.9.0", - "babel-plugin-polyfill-regenerator": "^0.5.5", - "core-js-compat": "^3.31.0", - "semver": "^6.3.1" - } - }, - "@babel/preset-modules": { - "version": "0.1.6-no-external-plugins", - "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", - "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/types": "^7.4.4", - "esutils": "^2.0.2" - } - }, - "@babel/preset-react": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.23.3.tgz", - "integrity": "sha512-tbkHOS9axH6Ysf2OUEqoSZ6T3Fa2SrNH6WTWSPBboxKzdxNc9qOICeLXkNG0ZEwbQ1HY8liwOce4aN/Ceyuq6w==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-validator-option": "^7.22.15", - "@babel/plugin-transform-react-display-name": "^7.23.3", - "@babel/plugin-transform-react-jsx": "^7.22.15", - "@babel/plugin-transform-react-jsx-development": "^7.22.5", - "@babel/plugin-transform-react-pure-annotations": "^7.23.3" - } - }, - "@babel/regjsgen": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", - "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==", - "dev": true - }, - "@babel/runtime": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.0.tgz", - "integrity": "sha512-Chk32uHMg6TnQdvw2e9IlqPpFX/6NLuK0Ys2PqLb7/gL5uFn9mXvK715FGLlOLQrcO4qIkNHkvPGktzzXexsFw==", - "dev": true, - "requires": { - "regenerator-runtime": "^0.14.0" - } - }, - "@babel/template": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz", - "integrity": "sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.23.5", - "@babel/parser": "^7.24.0", - "@babel/types": "^7.24.0" - } - }, - "@babel/traverse": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.0.tgz", - "integrity": "sha512-HfuJlI8qq3dEDmNU5ChzzpZRWq+oxCZQyMzIMEqLho+AQnhMnKQUzH6ydo3RBl/YjPCuk68Y6s0Gx0AeyULiWw==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.23.5", - "@babel/generator": "^7.23.6", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-hoist-variables": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/parser": "^7.24.0", - "@babel/types": "^7.24.0", - "debug": "^4.3.1", - "globals": "^11.1.0" - } - }, - "@babel/types": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.0.tgz", - "integrity": "sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==", - "dev": true, - "requires": { - "@babel/helper-string-parser": "^7.23.4", - "@babel/helper-validator-identifier": "^7.22.20", - "to-fast-properties": "^2.0.0" - } - }, - "@colors/colors": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", - "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", - "dev": true, - "optional": true - }, - "@cypress/request": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@cypress/request/-/request-3.0.1.tgz", - "integrity": "sha512-TWivJlJi8ZDx2wGOw1dbLuHJKUYX7bWySw377nlnGOW3hP9/MUKIsEdXT/YngWxVdgNCHRBmFlBipE+5/2ZZlQ==", - "dev": true, - "requires": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "http-signature": "~1.3.6", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "performance-now": "^2.1.0", - "qs": "6.10.4", - "safe-buffer": "^5.1.2", - "tough-cookie": "^4.1.3", - "tunnel-agent": "^0.6.0", - "uuid": "^8.3.2" - } - }, - "@cypress/xvfb": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@cypress/xvfb/-/xvfb-1.2.4.tgz", - "integrity": "sha512-skbBzPggOVYCbnGgV+0dmBdW/s77ZkAOXIC1knS8NagwDjBrNC1LuXtQJeiN6l+m7lzmHtaoUw/ctJKdqkG57Q==", - "dev": true, - "requires": { - "debug": "^3.1.0", - "lodash.once": "^4.1.1" - }, - "dependencies": { - "debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dev": true, - "requires": { - "ms": "^2.1.1" - } - } - } - }, - "@discoveryjs/json-ext": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz", - "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==", - "dev": true - }, - "@jridgewell/gen-mapping": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", - "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", - "dev": true, - "requires": { - "@jridgewell/set-array": "^1.2.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.24" - } - }, - "@jridgewell/resolve-uri": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", - "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", - "dev": true - }, - "@jridgewell/set-array": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", - "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", - "dev": true - }, - "@jridgewell/source-map": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz", - "integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==", - "dev": true, - "requires": { - "@jridgewell/gen-mapping": "^0.3.0", - "@jridgewell/trace-mapping": "^0.3.9" - } - }, - "@jridgewell/sourcemap-codec": { - "version": "1.4.15", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", - "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", - "dev": true - }, - "@jridgewell/trace-mapping": { - "version": "0.3.25", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", - "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", - "dev": true, - "requires": { - "@jridgewell/resolve-uri": "^3.1.0", - "@jridgewell/sourcemap-codec": "^1.4.14" - } - }, - "@nicolo-ribaudo/chokidar-2": { - "version": "2.1.8-no-fsevents.3", - "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz", - "integrity": "sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==", - "dev": true, - "optional": true - }, - "@remix-run/router": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.19.0.tgz", - "integrity": "sha512-zDICCLKEwbVYTS6TjYaWtHXxkdoUvD/QXvyVZjGCsWz5vyH7aFeONlPffPdW+Y/t6KT0MgXb2Mfjun9YpWN1dA==" - }, - "@types/eslint": { - "version": "8.56.5", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.5.tgz", - "integrity": "sha512-u5/YPJHo1tvkSF2CE0USEkxon82Z5DBy2xR+qfyYNszpX9qcs4sT6uq2kBbj4BXY1+DBGDPnrhMZV3pKWGNukw==", - "dev": true, - "requires": { - "@types/estree": "*", - "@types/json-schema": "*" - } - }, - "@types/eslint-scope": { - "version": "3.7.7", - "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", - "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", - "dev": true, - "requires": { - "@types/eslint": "*", - "@types/estree": "*" - } - }, - "@types/estree": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", - "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", - "dev": true - }, - "@types/json-schema": { - "version": "7.0.15", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", - "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", - "dev": true - }, - "@types/node": { - "version": "20.11.25", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.25.tgz", - "integrity": "sha512-TBHyJxk2b7HceLVGFcpAUjsa5zIdsPWlR6XHfyGzd0SFu+/NFgQgMAl96MSDZgQDvJAvV6BKsFOrt6zIL09JDw==", - "dev": true, - "requires": { - "undici-types": "~5.26.4" - } - }, - "@types/sinonjs__fake-timers": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.1.tgz", - "integrity": "sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==", - "dev": true - }, - "@types/sizzle": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/@types/sizzle/-/sizzle-2.3.8.tgz", - "integrity": "sha512-0vWLNK2D5MT9dg0iOo8GlKguPAU02QjmZitPEsXRuJXU/OGIOt9vT9Fc26wtYuavLxtO45v9PGleoL9Z0k1LHg==", - "dev": true - }, - "@types/yauzl": { - "version": "2.10.3", - "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz", - "integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==", - "dev": true, - "optional": true, - "requires": { - "@types/node": "*" - } - }, - "@webassemblyjs/ast": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.6.tgz", - "integrity": "sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==", - "dev": true, - "requires": { - "@webassemblyjs/helper-numbers": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6" - } - }, - "@webassemblyjs/floating-point-hex-parser": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", - "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==", - "dev": true - }, - "@webassemblyjs/helper-api-error": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", - "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==", - "dev": true - }, - "@webassemblyjs/helper-buffer": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.6.tgz", - "integrity": "sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==", - "dev": true - }, - "@webassemblyjs/helper-numbers": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", - "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", - "dev": true, - "requires": { - "@webassemblyjs/floating-point-hex-parser": "1.11.6", - "@webassemblyjs/helper-api-error": "1.11.6", - "@xtuc/long": "4.2.2" - } - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", - "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==", - "dev": true - }, - "@webassemblyjs/helper-wasm-section": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.6.tgz", - "integrity": "sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.11.6", - "@webassemblyjs/helper-buffer": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/wasm-gen": "1.11.6" - } - }, - "@webassemblyjs/ieee754": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", - "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", - "dev": true, - "requires": { - "@xtuc/ieee754": "^1.2.0" - } - }, - "@webassemblyjs/leb128": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", - "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", - "dev": true, - "requires": { - "@xtuc/long": "4.2.2" - } - }, - "@webassemblyjs/utf8": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", - "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==", - "dev": true - }, - "@webassemblyjs/wasm-edit": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.6.tgz", - "integrity": "sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.11.6", - "@webassemblyjs/helper-buffer": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/helper-wasm-section": "1.11.6", - "@webassemblyjs/wasm-gen": "1.11.6", - "@webassemblyjs/wasm-opt": "1.11.6", - "@webassemblyjs/wasm-parser": "1.11.6", - "@webassemblyjs/wast-printer": "1.11.6" - } - }, - "@webassemblyjs/wasm-gen": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.6.tgz", - "integrity": "sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" - } - }, - "@webassemblyjs/wasm-opt": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.6.tgz", - "integrity": "sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.11.6", - "@webassemblyjs/helper-buffer": "1.11.6", - "@webassemblyjs/wasm-gen": "1.11.6", - "@webassemblyjs/wasm-parser": "1.11.6" - } - }, - "@webassemblyjs/wasm-parser": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.6.tgz", - "integrity": "sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.11.6", - "@webassemblyjs/helper-api-error": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" - } - }, - "@webassemblyjs/wast-printer": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.6.tgz", - "integrity": "sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.11.6", - "@xtuc/long": "4.2.2" - } - }, - "@webpack-cli/configtest": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-1.2.0.tgz", - "integrity": "sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==", - "dev": true, - "requires": {} - }, - "@webpack-cli/info": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@webpack-cli/info/-/info-1.5.0.tgz", - "integrity": "sha512-e8tSXZpw2hPl2uMJY6fsMswaok5FdlGNRTktvFk2sD8RjH0hE2+XistawJx1vmKteh4NmGmNUrp+Tb2w+udPcQ==", - "dev": true, - "requires": { - "envinfo": "^7.7.3" - } - }, - "@webpack-cli/serve": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-1.7.0.tgz", - "integrity": "sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==", - "dev": true, - "requires": {} - }, - "@xtuc/ieee754": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", - "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", - "dev": true - }, - "@xtuc/long": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", - "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", - "dev": true - }, - "acorn": { - "version": "8.11.3", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", - "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", - "dev": true - }, - "acorn-import-assertions": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz", - "integrity": "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==", - "dev": true, - "requires": {} - }, - "aggregate-error": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", - "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", - "dev": true, - "requires": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - } - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dev": true, - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } - }, - "ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", - "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", - "dev": true, - "requires": {} - }, - "ansi-colors": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", - "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", - "dev": true - }, - "ansi-escapes": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", - "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", - "dev": true, - "requires": { - "type-fest": "^0.21.3" - } - }, - "ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "requires": { - "color-convert": "^1.9.0" - } - }, - "anymatch": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", - "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", - "dev": true, - "optional": true, - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - } - }, - "arch": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/arch/-/arch-2.2.0.tgz", - "integrity": "sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==", - "dev": true - }, - "asn1": { - "version": "0.2.6", - "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", - "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", - "dev": true, - "requires": { - "safer-buffer": "~2.1.0" - } - }, - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==", - "dev": true - }, - "astral-regex": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", - "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", - "dev": true - }, - "async": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", - "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==", - "dev": true - }, - "asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", - "dev": true - }, - "at-least-node": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", - "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", - "dev": true - }, - "aws-sign2": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", - "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==", - "dev": true - }, - "aws4": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.12.0.tgz", - "integrity": "sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==", - "dev": true - }, - "babel-loader": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz", - "integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==", - "dev": true, - "requires": { - "find-cache-dir": "^3.3.1", - "loader-utils": "^2.0.0", - "make-dir": "^3.1.0", - "schema-utils": "^2.6.5" - }, - "dependencies": { - "make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "dev": true, - "requires": { - "semver": "^6.0.0" - } - } - } - }, - "babel-plugin-polyfill-corejs2": { - "version": "0.4.8", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.8.tgz", - "integrity": "sha512-OtIuQfafSzpo/LhnJaykc0R/MMnuLSSVjVYy9mHArIZ9qTCSZ6TpWCuEKZYVoN//t8HqBNScHrOtCrIK5IaGLg==", - "dev": true, - "requires": { - "@babel/compat-data": "^7.22.6", - "@babel/helper-define-polyfill-provider": "^0.5.0", - "semver": "^6.3.1" - } - }, - "babel-plugin-polyfill-corejs3": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.9.0.tgz", - "integrity": "sha512-7nZPG1uzK2Ymhy/NbaOWTg3uibM2BmGASS4vHS4szRZAIR8R6GwA/xAujpdrXU5iyklrimWnLWU+BLF9suPTqg==", - "dev": true, - "requires": { - "@babel/helper-define-polyfill-provider": "^0.5.0", - "core-js-compat": "^3.34.0" - } - }, - "babel-plugin-polyfill-regenerator": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.5.tgz", - "integrity": "sha512-OJGYZlhLqBh2DDHeqAxWB1XIvr49CxiJ2gIt61/PU55CQK4Z58OzMqjDe1zwQdQk+rBYsRc+1rJmdajM3gimHg==", - "dev": true, - "requires": { - "@babel/helper-define-polyfill-provider": "^0.5.0" - } - }, - "balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true - }, - "base64-js": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", - "dev": true - }, - "bcrypt-pbkdf": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", - "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==", - "dev": true, - "requires": { - "tweetnacl": "^0.14.3" - } - }, - "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", - "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", - "dev": true - }, - "binary-extensions": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", - "dev": true, - "optional": true - }, - "blob-util": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/blob-util/-/blob-util-2.0.2.tgz", - "integrity": "sha512-T7JQa+zsXXEa6/8ZhHcQEW1UFfVM49Ts65uBkFL6fz2QmrElqmbajIDJvuA0tEhRe5eIjpV9ZF+0RfZR9voJFQ==", - "dev": true - }, - "bluebird": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", - "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", - "dev": true - }, - "bootstrap": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.2.tgz", - "integrity": "sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==", - "requires": {} - }, - "bootstrap-select": { - "version": "1.13.18", - "resolved": "https://registry.npmjs.org/bootstrap-select/-/bootstrap-select-1.13.18.tgz", - "integrity": "sha512-V1IzK4rxBq5FrJtkzSH6RmFLFBsjx50byFbfAf8jYyXROWs7ZpprGjdHeoyq2HSsHyjJhMMwjsQhRoYAfxCGow==", - "requires": {} - }, - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dev": true, - "optional": true, - "requires": { - "fill-range": "^7.0.1" - } - }, - "browserslist": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", - "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", - "dev": true, - "requires": { - "caniuse-lite": "^1.0.30001587", - "electron-to-chromium": "^1.4.668", - "node-releases": "^2.0.14", - "update-browserslist-db": "^1.0.13" - } - }, - "buffer": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", - "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", - "dev": true, - "requires": { - "base64-js": "^1.3.1", - "ieee754": "^1.1.13" - } - }, - "buffer-crc32": { - "version": "0.2.13", - "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", - "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==", - "dev": true - }, - "buffer-from": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", - "dev": true - }, - "cachedir": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/cachedir/-/cachedir-2.4.0.tgz", - "integrity": "sha512-9EtFOZR8g22CL7BWjJ9BUx1+A/djkofnyW3aOXZORNW2kxoUpx2h+uN2cOqwPmFhnpVmxg+KW2OjOSgChTEvsQ==", - "dev": true - }, - "call-bind": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", - "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", - "dev": true, - "requires": { - "es-define-property": "^1.0.0", - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", - "get-intrinsic": "^1.2.4", - "set-function-length": "^1.2.1" - } - }, - "caniuse-lite": { - "version": "1.0.30001596", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001596.tgz", - "integrity": "sha512-zpkZ+kEr6We7w63ORkoJ2pOfBwBkY/bJrG/UZ90qNb45Isblu8wzDgevEOrRL1r9dWayHjYiiyCMEXPn4DweGQ==", - "dev": true - }, - "caseless": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==", - "dev": true - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "check-more-types": { - "version": "2.24.0", - "resolved": "https://registry.npmjs.org/check-more-types/-/check-more-types-2.24.0.tgz", - "integrity": "sha512-Pj779qHxV2tuapviy1bSZNEL1maXr13bPYpsvSDB68HlYcYuhlDrmGd63i0JHMCLKzc7rUSNIrpdJlhVlNwrxA==", - "dev": true - }, - "chokidar": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", - "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", - "dev": true, - "optional": true, - "requires": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "fsevents": "~2.3.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - } - }, - "chrome-trace-event": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", - "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==", - "dev": true - }, - "ci-info": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", - "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", - "dev": true - }, - "clean-stack": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", - "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", - "dev": true - }, - "cli-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", - "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", - "dev": true, - "requires": { - "restore-cursor": "^3.1.0" - } - }, - "cli-table3": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.3.tgz", - "integrity": "sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==", - "dev": true, - "requires": { - "@colors/colors": "1.5.0", - "string-width": "^4.2.0" - } - }, - "cli-truncate": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-2.1.0.tgz", - "integrity": "sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==", - "dev": true, - "requires": { - "slice-ansi": "^3.0.0", - "string-width": "^4.2.0" - } - }, - "clone-deep": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", - "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", - "dev": true, - "requires": { - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.2", - "shallow-clone": "^3.0.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true - }, - "colorette": { - "version": "2.0.20", - "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", - "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", - "dev": true - }, - "combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "dev": true, - "requires": { - "delayed-stream": "~1.0.0" - } - }, - "commander": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", - "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", - "dev": true - }, - "common-tags": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz", - "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==", - "dev": true - }, - "commondir": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", - "dev": true - }, - "concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", - "dev": true - }, - "convert-source-map": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", - "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", - "dev": true - }, - "core-js-compat": { - "version": "3.36.0", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.36.0.tgz", - "integrity": "sha512-iV9Pd/PsgjNWBXeq8XRtWVSgz2tKAfhfvBs7qxYty+RlRd+OCksaWmOnc4JKrTc1cToXL1N0s3l/vwlxPtdElw==", - "dev": true, - "requires": { - "browserslist": "^4.22.3" - } - }, - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==", - "dev": true - }, - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", - "dev": true, - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - } - }, - "css-loader": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.10.0.tgz", - "integrity": "sha512-LTSA/jWbwdMlk+rhmElbDR2vbtQoTBPr7fkJE+mxrHj+7ru0hUmHafDRzWIjIHTwpitWVaqY2/UWGRca3yUgRw==", - "dev": true, - "requires": { - "icss-utils": "^5.1.0", - "postcss": "^8.4.33", - "postcss-modules-extract-imports": "^3.0.0", - "postcss-modules-local-by-default": "^4.0.4", - "postcss-modules-scope": "^3.1.1", - "postcss-modules-values": "^4.0.0", - "postcss-value-parser": "^4.2.0", - "semver": "^7.5.4" - }, - "dependencies": { - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "requires": { - "yallist": "^4.0.0" - } - }, - "semver": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", - "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", - "dev": true, - "requires": { - "lru-cache": "^6.0.0" - } - }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - } - } - }, - "cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", - "dev": true - }, - "cypress": { - "version": "13.6.6", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.6.tgz", - "integrity": "sha512-S+2S9S94611hXimH9a3EAYt81QM913ZVA03pUmGDfLTFa5gyp85NJ8dJGSlEAEmyRsYkioS1TtnWtbv/Fzt11A==", - "dev": true, - "requires": { - "@cypress/request": "^3.0.0", - "@cypress/xvfb": "^1.2.4", - "@types/sinonjs__fake-timers": "8.1.1", - "@types/sizzle": "^2.3.2", - "arch": "^2.2.0", - "blob-util": "^2.0.2", - "bluebird": "^3.7.2", - "buffer": "^5.7.1", - "cachedir": "^2.3.0", - "chalk": "^4.1.0", - "check-more-types": "^2.24.0", - "cli-cursor": "^3.1.0", - "cli-table3": "~0.6.1", - "commander": "^6.2.1", - "common-tags": "^1.8.0", - "dayjs": "^1.10.4", - "debug": "^4.3.4", - "enquirer": "^2.3.6", - "eventemitter2": "6.4.7", - "execa": "4.1.0", - "executable": "^4.1.1", - "extract-zip": "2.0.1", - "figures": "^3.2.0", - "fs-extra": "^9.1.0", - "getos": "^3.2.1", - "is-ci": "^3.0.1", - "is-installed-globally": "~0.4.0", - "lazy-ass": "^1.6.0", - "listr2": "^3.8.3", - "lodash": "^4.17.21", - "log-symbols": "^4.0.0", - "minimist": "^1.2.8", - "ospath": "^1.2.2", - "pretty-bytes": "^5.6.0", - "process": "^0.11.10", - "proxy-from-env": "1.0.0", - "request-progress": "^3.0.0", - "semver": "^7.5.3", - "supports-color": "^8.1.1", - "tmp": "~0.2.1", - "untildify": "^4.0.0", - "yauzl": "^2.10.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "commander": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz", - "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", - "dev": true - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "requires": { - "yallist": "^4.0.0" - } - }, - "semver": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", - "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", - "dev": true, - "requires": { - "lru-cache": "^6.0.0" - } - }, - "supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - } - } - }, - "dashdash": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==", - "dev": true, - "requires": { - "assert-plus": "^1.0.0" - } - }, - "dayjs": { - "version": "1.11.10", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz", - "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==", - "dev": true - }, - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "define-data-property": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", - "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", - "dev": true, - "requires": { - "es-define-property": "^1.0.0", - "es-errors": "^1.3.0", - "gopd": "^1.0.1" - } - }, - "delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", - "dev": true - }, - "ecc-jsbn": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", - "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==", - "dev": true, - "requires": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" - } - }, - "electron-to-chromium": { - "version": "1.4.698", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.698.tgz", - "integrity": "sha512-f9iZD1t3CLy1AS6vzM5EKGa6p9pRcOeEFXRFbaG2Ta+Oe7MkfRQ3fsvPYidzHe1h4i0JvIvpcY55C+B6BZNGtQ==", - "dev": true - }, - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", - "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", - "dev": true - }, - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", - "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", - "dev": true, - "requires": { - "once": "^1.4.0" - } - }, - "enhanced-resolve": { - "version": "5.15.1", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.15.1.tgz", - "integrity": "sha512-3d3JRbwsCLJsYgvb6NuWEG44jjPSOMuS73L/6+7BZuoKm3W+qXnSoIYVHi8dG7Qcg4inAY4jbzkZ7MnskePeDg==", - "dev": true, - "requires": { - "graceful-fs": "^4.2.4", - "tapable": "^2.2.0" - } - }, - "enquirer": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.4.1.tgz", - "integrity": "sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==", - "dev": true, - "requires": { - "ansi-colors": "^4.1.1", - "strip-ansi": "^6.0.1" - } - }, - "envinfo": { - "version": "7.11.1", - "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.11.1.tgz", - "integrity": "sha512-8PiZgZNIB4q/Lw4AhOvAfB/ityHAd2bli3lESSWmWSzSsl5dKpy5N1d1Rfkd2teq/g9xN90lc6o98DOjMeYHpg==", - "dev": true - }, - "es-define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", - "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", - "dev": true, - "requires": { - "get-intrinsic": "^1.2.4" - } - }, - "es-errors": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", - "dev": true - }, - "es-module-lexer": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.4.1.tgz", - "integrity": "sha512-cXLGjP0c4T3flZJKQSuziYoq7MlT+rnvfZjfp7h+I7K9BNX54kP9nyWvdbwjQ4u1iWbOL4u96fgeZLToQlZC7w==", - "dev": true - }, - "escalade": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", - "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", - "dev": true - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "dev": true - }, - "eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", - "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", - "dev": true, - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - } - }, - "esrecurse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", - "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", - "dev": true, - "requires": { - "estraverse": "^5.2.0" - }, - "dependencies": { - "estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "dev": true - } - } - }, - "estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "dev": true - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", - "dev": true - }, - "eventemitter2": { - "version": "6.4.7", - "resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-6.4.7.tgz", - "integrity": "sha512-tYUSVOGeQPKt/eC1ABfhHy5Xd96N3oIijJvN3O9+TsC28T5V9yX9oEfEK5faP0EFSNVOG97qtAS68GBrQB2hDg==", - "dev": true - }, - "events": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", - "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", - "dev": true - }, - "execa": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz", - "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==", - "dev": true, - "requires": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "human-signals": "^1.1.1", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.0", - "onetime": "^5.1.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" - } - }, - "executable": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/executable/-/executable-4.1.1.tgz", - "integrity": "sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==", - "dev": true, - "requires": { - "pify": "^2.2.0" - } - }, - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", - "dev": true - }, - "extract-zip": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz", - "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==", - "dev": true, - "requires": { - "@types/yauzl": "^2.9.1", - "debug": "^4.1.1", - "get-stream": "^5.1.0", - "yauzl": "^2.10.0" - } - }, - "extsprintf": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", - "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==", - "dev": true - }, - "fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", - "dev": true - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", - "dev": true - }, - "fastest-levenshtein": { - "version": "1.0.16", - "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", - "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", - "dev": true - }, - "fd-slicer": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", - "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==", - "dev": true, - "requires": { - "pend": "~1.2.0" - } - }, - "figures": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", - "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", - "dev": true, - "requires": { - "escape-string-regexp": "^1.0.5" - } - }, - "file-loader": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", - "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", - "dev": true, - "requires": { - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0" - }, - "dependencies": { - "schema-utils": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", - "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } - } - } - }, - "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dev": true, - "optional": true, - "requires": { - "to-regex-range": "^5.0.1" - } - }, - "find-cache-dir": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", - "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", - "dev": true, - "requires": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - }, - "dependencies": { - "make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "dev": true, - "requires": { - "semver": "^6.0.0" - } - } - } - }, - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "dev": true, - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - } - }, - "flat": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", - "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", - "dev": true - }, - "forever-agent": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", - "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==", - "dev": true - }, - "form-data": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", - "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", - "dev": true, - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - } - }, - "fs-extra": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", - "dev": true, - "requires": { - "at-least-node": "^1.0.0", - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - } - }, - "fs-readdir-recursive": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz", - "integrity": "sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==", - "dev": true - }, - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", - "dev": true - }, - "fsevents": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", - "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", - "dev": true, - "optional": true - }, - "function-bind": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", - "dev": true - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", - "dev": true - }, - "get-intrinsic": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", - "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", - "dev": true, - "requires": { - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", - "has-proto": "^1.0.1", - "has-symbols": "^1.0.3", - "hasown": "^2.0.0" - } - }, - "get-stream": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", - "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", - "dev": true, - "requires": { - "pump": "^3.0.0" - } - }, - "getos": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/getos/-/getos-3.2.1.tgz", - "integrity": "sha512-U56CfOK17OKgTVqozZjUKNdkfEv6jk5WISBJ8SHoagjE6L69zOwl3Z+O8myjY9MEW3i2HPWQBt/LTbCgcC973Q==", - "dev": true, - "requires": { - "async": "^3.2.0" - } - }, - "getpass": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==", - "dev": true, - "requires": { - "assert-plus": "^1.0.0" - } - }, - "glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "dev": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "optional": true, - "requires": { - "is-glob": "^4.0.1" - } - }, - "glob-to-regexp": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", - "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", - "dev": true - }, - "global-dirs": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.1.tgz", - "integrity": "sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==", - "dev": true, - "requires": { - "ini": "2.0.0" - } - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", - "dev": true - }, - "gopd": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", - "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", - "dev": true, - "requires": { - "get-intrinsic": "^1.1.3" - } - }, - "graceful-fs": { - "version": "4.2.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", - "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", - "dev": true - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "dev": true - }, - "has-property-descriptors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", - "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", - "dev": true, - "requires": { - "es-define-property": "^1.0.0" - } - }, - "has-proto": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", - "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", - "dev": true - }, - "has-symbols": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", - "dev": true - }, - "hasown": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.1.tgz", - "integrity": "sha512-1/th4MHjnwncwXsIW6QMzlvYL9kG5e/CpVvLRZe4XPa8TOUNbCELqmvhDmnkNsAjwaG4+I8gJJL0JBvTTLO9qA==", - "dev": true, - "requires": { - "function-bind": "^1.1.2" - } - }, - "http-signature": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.3.6.tgz", - "integrity": "sha512-3adrsD6zqo4GsTqtO7FyrejHNv+NgiIfAfv68+jVlFmSr9OGy7zrxONceFRLKvnnZA5jbxQBX1u9PpB6Wi32Gw==", - "dev": true, - "requires": { - "assert-plus": "^1.0.0", - "jsprim": "^2.0.2", - "sshpk": "^1.14.1" - } - }, - "human-signals": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", - "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==", - "dev": true - }, - "icss-utils": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", - "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", - "dev": true, - "requires": {} - }, - "ieee754": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", - "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", - "dev": true - }, - "import-local": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", - "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", - "dev": true, - "requires": { - "pkg-dir": "^4.2.0", - "resolve-cwd": "^3.0.0" - } - }, - "indent-string": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", - "dev": true - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", - "dev": true, - "requires": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "dev": true - }, - "ini": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz", - "integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==", - "dev": true - }, - "interpret": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/interpret/-/interpret-2.2.0.tgz", - "integrity": "sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==", - "dev": true - }, - "is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dev": true, - "optional": true, - "requires": { - "binary-extensions": "^2.0.0" - } - }, - "is-ci": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-3.0.1.tgz", - "integrity": "sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==", - "dev": true, - "requires": { - "ci-info": "^3.2.0" - } - }, - "is-core-module": { - "version": "2.13.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", - "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", - "dev": true, - "requires": { - "hasown": "^2.0.0" - } - }, - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", - "dev": true, - "optional": true - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true - }, - "is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "dev": true, - "optional": true, - "requires": { - "is-extglob": "^2.1.1" - } - }, - "is-installed-globally": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.4.0.tgz", - "integrity": "sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==", - "dev": true, - "requires": { - "global-dirs": "^3.0.0", - "is-path-inside": "^3.0.2" - } - }, - "is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true, - "optional": true - }, - "is-path-inside": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", - "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", - "dev": true - }, - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dev": true, - "requires": { - "isobject": "^3.0.1" - } - }, - "is-stream": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", - "dev": true - }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", - "dev": true - }, - "is-unicode-supported": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", - "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", - "dev": true - }, - "isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", - "dev": true - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", - "dev": true - }, - "isstream": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", - "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==", - "dev": true - }, - "jest-worker": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", - "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", - "dev": true, - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, - "dependencies": { - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "jquery": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz", - "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==" - }, - "js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" - }, - "jsbn": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==", - "dev": true - }, - "jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", - "dev": true - }, - "json-parse-even-better-errors": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", - "dev": true - }, - "json-schema": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", - "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==", - "dev": true - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true - }, - "json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", - "dev": true - }, - "json5": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", - "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", - "dev": true - }, - "jsonfile": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", - "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", - "dev": true, - "requires": { - "graceful-fs": "^4.1.6", - "universalify": "^2.0.0" - } - }, - "jsprim": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-2.0.2.tgz", - "integrity": "sha512-gqXddjPqQ6G40VdnI6T6yObEC+pDNvyP95wdQhkWkg7crHH3km5qP1FsOXEkzEQwnz6gz5qGTn1c2Y52wP3OyQ==", - "dev": true, - "requires": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.4.0", - "verror": "1.10.0" - } - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", - "dev": true - }, - "lazy-ass": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/lazy-ass/-/lazy-ass-1.6.0.tgz", - "integrity": "sha512-cc8oEVoctTvsFZ/Oje/kGnHbpWHYBe8IAJe4C0QNc3t8uM/0Y8+erSz/7Y1ALuXTEZTMvxXwO6YbX1ey3ujiZw==", - "dev": true - }, - "listr2": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/listr2/-/listr2-3.14.0.tgz", - "integrity": "sha512-TyWI8G99GX9GjE54cJ+RrNMcIFBfwMPxc3XTFiAYGN4s10hWROGtOg7+O6u6LE3mNkyld7RSLE6nrKBvTfcs3g==", - "dev": true, - "requires": { - "cli-truncate": "^2.1.0", - "colorette": "^2.0.16", - "log-update": "^4.0.0", - "p-map": "^4.0.0", - "rfdc": "^1.3.0", - "rxjs": "^7.5.1", - "through": "^2.3.8", - "wrap-ansi": "^7.0.0" - } - }, - "loader-runner": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", - "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", - "dev": true - }, - "loader-utils": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", - "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", - "dev": true, - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - } - }, - "locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "dev": true, - "requires": { - "p-locate": "^4.1.0" - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true - }, - "lodash.debounce": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", - "dev": true - }, - "lodash.once": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", - "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==", - "dev": true - }, - "log-symbols": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", - "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", - "dev": true, - "requires": { - "chalk": "^4.1.0", - "is-unicode-supported": "^0.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "log-update": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz", - "integrity": "sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==", - "dev": true, - "requires": { - "ansi-escapes": "^4.3.0", - "cli-cursor": "^3.1.0", - "slice-ansi": "^4.0.0", - "wrap-ansi": "^6.2.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "slice-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", - "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", - "dev": true, - "requires": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - } - }, - "wrap-ansi": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", - "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", - "dev": true, - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - } - } - } - }, - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", - "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - } - }, - "lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dev": true, - "requires": { - "yallist": "^3.0.2" - } - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", - "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", - "dev": true, - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "dependencies": { - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "dev": true - }, - "semver": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", - "dev": true - } - } - }, - "merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", - "dev": true - }, - "mime-db": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", - "dev": true - }, - "mime-types": { - "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "dev": true, - "requires": { - "mime-db": "1.52.0" - } - }, - "mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", - "dev": true - }, - "minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "minimist": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", - "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", - "dev": true - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", - "dev": true - }, - "neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", - "dev": true - }, - "node-releases": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", - "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==", - "dev": true - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true, - "optional": true - }, - "npm-run-path": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", - "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", - "dev": true, - "requires": { - "path-key": "^3.0.0" - } - }, - "object-inspect": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz", - "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==", - "dev": true - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", - "dev": true, - "requires": { - "wrappy": "1" - } - }, - "onetime": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", - "dev": true, - "requires": { - "mimic-fn": "^2.1.0" - } - }, - "ospath": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/ospath/-/ospath-1.2.2.tgz", - "integrity": "sha512-o6E5qJV5zkAbIDNhGSIlyOhScKXgQrSRMilfph0clDfM0nEnBOlKlH4sWDmG95BW/CvwNz0vmm7dJVtU2KlMiA==", - "dev": true - }, - "p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dev": true, - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "dev": true, - "requires": { - "p-limit": "^2.2.0" - } - }, - "p-map": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", - "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", - "dev": true, - "requires": { - "aggregate-error": "^3.0.0" - } - }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true - }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", - "dev": true - }, - "path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "dev": true - }, - "path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "dev": true - }, - "pend": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", - "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==", - "dev": true - }, - "performance-now": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==", - "dev": true - }, - "picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", - "dev": true - }, - "picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true, - "optional": true - }, - "pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", - "dev": true - }, - "pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", - "dev": true, - "requires": { - "find-up": "^4.0.0" - } - }, - "popper.js": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", - "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==", - "peer": true - }, - "postcss": { - "version": "8.4.35", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.35.tgz", - "integrity": "sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==", - "dev": true, - "requires": { - "nanoid": "^3.3.7", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" - } - }, - "postcss-modules-extract-imports": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz", - "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==", - "dev": true, - "requires": {} - }, - "postcss-modules-local-by-default": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.4.tgz", - "integrity": "sha512-L4QzMnOdVwRm1Qb8m4x8jsZzKAaPAgrUF1r/hjDR2Xj7R+8Zsf97jAlSQzWtKx5YNiNGN8QxmPFIc/sh+RQl+Q==", - "dev": true, - "requires": { - "icss-utils": "^5.0.0", - "postcss-selector-parser": "^6.0.2", - "postcss-value-parser": "^4.1.0" - } - }, - "postcss-modules-scope": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.1.1.tgz", - "integrity": "sha512-uZgqzdTleelWjzJY+Fhti6F3C9iF1JR/dODLs/JDefozYcKTBCdD8BIl6nNPbTbcLnGrk56hzwZC2DaGNvYjzA==", - "dev": true, - "requires": { - "postcss-selector-parser": "^6.0.4" - } - }, - "postcss-modules-values": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", - "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", - "dev": true, - "requires": { - "icss-utils": "^5.0.0" - } - }, - "postcss-selector-parser": { - "version": "6.0.15", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz", - "integrity": "sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==", - "dev": true, - "requires": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - } - }, - "postcss-value-parser": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", - "dev": true - }, - "pretty-bytes": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz", - "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==", - "dev": true - }, - "process": { - "version": "0.11.10", - "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", - "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", - "dev": true - }, - "proxy-from-env": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.0.0.tgz", - "integrity": "sha512-F2JHgJQ1iqwnHDcQjVBsq3n/uoaFL+iPW/eAeL7kVxy/2RrWaN4WroKjjvbsoRtv0ftelNyC01bjRhn/bhcf4A==", - "dev": true - }, - "psl": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", - "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==", - "dev": true - }, - "pump": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", - "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", - "dev": true, - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - } - }, - "punycode": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", - "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", - "dev": true - }, - "qs": { - "version": "6.10.4", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.4.tgz", - "integrity": "sha512-OQiU+C+Ds5qiH91qh/mg0w+8nwQuLjM4F4M/PbmhDOoYehPh+Fb0bDjtR1sOvy7YKxvj28Y/M0PhP5uVX0kB+g==", - "dev": true, - "requires": { - "side-channel": "^1.0.4" - } - }, - "querystringify": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", - "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", - "dev": true - }, - "randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", - "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", - "dev": true, - "requires": { - "safe-buffer": "^5.1.0" - } - }, - "react": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", - "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", - "requires": { - "loose-envify": "^1.1.0" - } - }, - "react-dom": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz", - "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==", - "requires": { - "loose-envify": "^1.1.0", - "scheduler": "^0.23.0" - } - }, - "react-error-overlay": { - "version": "6.0.11", - "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.11.tgz", - "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" - }, - "react-router": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.26.0.tgz", - "integrity": "sha512-wVQq0/iFYd3iZ9H2l3N3k4PL8EEHcb0XlU2Na8nEwmiXgIUElEH6gaJDtUQxJ+JFzmIXaQjfdpcGWaM6IoQGxg==", - "requires": { - "@remix-run/router": "1.19.0" - } - }, - "react-router-dom": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.26.0.tgz", - "integrity": "sha512-RRGUIiDtLrkX3uYcFiCIxKFWMcWQGMojpYZfcstc63A1+sSnVgILGIm9gNUA6na3Fm1QuPGSBQH2EMbAZOnMsQ==", - "requires": { - "@remix-run/router": "1.19.0", - "react-router": "6.26.0" - } - }, - "readdirp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "optional": true, - "requires": { - "picomatch": "^2.2.1" - } - }, - "rechoir": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.7.1.tgz", - "integrity": "sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==", - "dev": true, - "requires": { - "resolve": "^1.9.0" - } - }, - "regenerate": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", - "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", - "dev": true - }, - "regenerate-unicode-properties": { - "version": "10.1.1", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", - "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", - "dev": true, - "requires": { - "regenerate": "^1.4.2" - } - }, - "regenerator-runtime": { - "version": "0.14.1", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", - "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", - "dev": true - }, - "regenerator-transform": { - "version": "0.15.2", - "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz", - "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", - "dev": true, - "requires": { - "@babel/runtime": "^7.8.4" - } - }, - "regexpu-core": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", - "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", - "dev": true, - "requires": { - "@babel/regjsgen": "^0.8.0", - "regenerate": "^1.4.2", - "regenerate-unicode-properties": "^10.1.0", - "regjsparser": "^0.9.1", - "unicode-match-property-ecmascript": "^2.0.0", - "unicode-match-property-value-ecmascript": "^2.1.0" - } - }, - "regjsparser": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", - "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", - "dev": true, - "requires": { - "jsesc": "~0.5.0" - }, - "dependencies": { - "jsesc": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", - "dev": true - } - } - }, - "request-progress": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/request-progress/-/request-progress-3.0.0.tgz", - "integrity": "sha512-MnWzEHHaxHO2iWiQuHrUPBi/1WeBf5PkxQqNyNvLl9VAYSdXkP8tQ3pBSeCPD+yw0v0Aq1zosWLz0BdeXpWwZg==", - "dev": true, - "requires": { - "throttleit": "^1.0.0" - } - }, - "requires-port": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", - "dev": true - }, - "resolve": { - "version": "1.22.8", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", - "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", - "dev": true, - "requires": { - "is-core-module": "^2.13.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - } - }, - "resolve-cwd": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", - "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", - "dev": true, - "requires": { - "resolve-from": "^5.0.0" - } - }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", - "dev": true - }, - "restore-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", - "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", - "dev": true, - "requires": { - "onetime": "^5.1.0", - "signal-exit": "^3.0.2" - } - }, - "rfdc": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.1.tgz", - "integrity": "sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg==", - "dev": true - }, - "rxjs": { - "version": "7.8.1", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", - "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", - "dev": true, - "requires": { - "tslib": "^2.1.0" - } - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "dev": true - }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", - "dev": true - }, - "scheduler": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", - "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==", - "requires": { - "loose-envify": "^1.1.0" - } - }, - "schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", - "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - } - }, - "semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true - }, - "serialize-javascript": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", - "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", - "dev": true, - "requires": { - "randombytes": "^2.1.0" - } - }, - "set-function-length": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.1.tgz", - "integrity": "sha512-j4t6ccc+VsKwYHso+kElc5neZpjtq9EnRICFZtWyBsLojhmeF/ZBd/elqm22WJh/BziDe/SBiOeAt0m2mfLD0g==", - "dev": true, - "requires": { - "define-data-property": "^1.1.2", - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", - "get-intrinsic": "^1.2.3", - "gopd": "^1.0.1", - "has-property-descriptors": "^1.0.1" - } - }, - "shallow-clone": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", - "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", - "dev": true, - "requires": { - "kind-of": "^6.0.2" - } - }, - "shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "dev": true, - "requires": { - "shebang-regex": "^3.0.0" - } - }, - "shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "dev": true - }, - "side-channel": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", - "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", - "dev": true, - "requires": { - "call-bind": "^1.0.7", - "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.4", - "object-inspect": "^1.13.1" - } - }, - "signal-exit": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", - "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", - "dev": true - }, - "slice-ansi": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-3.0.0.tgz", - "integrity": "sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==", - "dev": true, - "requires": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - } - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - }, - "source-map-js": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", - "dev": true - }, - "source-map-support": { - "version": "0.5.21", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", - "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", - "dev": true, - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "sshpk": { - "version": "1.18.0", - "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.18.0.tgz", - "integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==", - "dev": true, - "requires": { - "asn1": "~0.2.3", - "assert-plus": "^1.0.0", - "bcrypt-pbkdf": "^1.0.0", - "dashdash": "^1.12.0", - "ecc-jsbn": "~0.1.1", - "getpass": "^0.1.1", - "jsbn": "~0.1.0", - "safer-buffer": "^2.0.2", - "tweetnacl": "~0.14.0" - } - }, - "string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - } - }, - "strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "requires": { - "ansi-regex": "^5.0.1" - } - }, - "strip-final-newline": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", - "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", - "dev": true - }, - "style-loader": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-1.3.0.tgz", - "integrity": "sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q==", - "dev": true, - "requires": { - "loader-utils": "^2.0.0", - "schema-utils": "^2.7.0" - } - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - }, - "supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", - "dev": true - }, - "tapable": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", - "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", - "dev": true - }, - "terser": { - "version": "5.29.1", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.29.1.tgz", - "integrity": "sha512-lZQ/fyaIGxsbGxApKmoPTODIzELy3++mXhS5hOqaAWZjQtpq/hFHAc+rm29NND1rYRxRWKcjuARNwULNXa5RtQ==", - "dev": true, - "requires": { - "@jridgewell/source-map": "^0.3.3", - "acorn": "^8.8.2", - "commander": "^2.20.0", - "source-map-support": "~0.5.20" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true - } - } - }, - "terser-webpack-plugin": { - "version": "5.3.10", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz", - "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==", - "dev": true, - "requires": { - "@jridgewell/trace-mapping": "^0.3.20", - "jest-worker": "^27.4.5", - "schema-utils": "^3.1.1", - "serialize-javascript": "^6.0.1", - "terser": "^5.26.0" - }, - "dependencies": { - "schema-utils": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", - "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } - } - } - }, - "throttleit": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-1.0.1.tgz", - "integrity": "sha512-vDZpf9Chs9mAdfY046mcPt8fg5QSZr37hEH4TXYBnDF+izxgrbRGUAAaBvIk/fJm9aOFCGFd1EsNg5AZCbnQCQ==", - "dev": true - }, - "through": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", - "dev": true - }, - "tmp": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz", - "integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==", - "dev": true - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", - "dev": true - }, - "to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "optional": true, - "requires": { - "is-number": "^7.0.0" - } - }, - "tough-cookie": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz", - "integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==", - "dev": true, - "requires": { - "psl": "^1.1.33", - "punycode": "^2.1.1", - "universalify": "^0.2.0", - "url-parse": "^1.5.3" - }, - "dependencies": { - "universalify": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", - "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", - "dev": true - } - } - }, - "tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", - "dev": true - }, - "tunnel-agent": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", - "dev": true, - "requires": { - "safe-buffer": "^5.0.1" - } - }, - "tweetnacl": { - "version": "0.14.5", - "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", - "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==", - "dev": true - }, - "type-fest": { - "version": "0.21.3", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", - "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", - "dev": true - }, - "undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", - "dev": true - }, - "unicode-canonical-property-names-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", - "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", - "dev": true - }, - "unicode-match-property-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", - "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", - "dev": true, - "requires": { - "unicode-canonical-property-names-ecmascript": "^2.0.0", - "unicode-property-aliases-ecmascript": "^2.0.0" - } - }, - "unicode-match-property-value-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", - "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", - "dev": true - }, - "unicode-property-aliases-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", - "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", - "dev": true - }, - "universalify": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", - "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", - "dev": true - }, - "untildify": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz", - "integrity": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==", - "dev": true - }, - "update-browserslist-db": { - "version": "1.0.13", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz", - "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==", - "dev": true, - "requires": { - "escalade": "^3.1.1", - "picocolors": "^1.0.0" - } - }, - "uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", - "dev": true, - "requires": { - "punycode": "^2.1.0" - } - }, - "url-loader": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz", - "integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==", - "dev": true, - "requires": { - "loader-utils": "^2.0.0", - "mime-types": "^2.1.27", - "schema-utils": "^3.0.0" - }, - "dependencies": { - "schema-utils": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", - "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } - } - } - }, - "url-parse": { - "version": "1.5.10", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", - "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", - "dev": true, - "requires": { - "querystringify": "^2.1.1", - "requires-port": "^1.0.0" - } - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", - "dev": true - }, - "uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", - "dev": true - }, - "verror": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", - "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==", - "dev": true, - "requires": { - "assert-plus": "^1.0.0", - "core-util-is": "1.0.2", - "extsprintf": "^1.2.0" - } - }, - "watchpack": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz", - "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", - "dev": true, - "requires": { - "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.1.2" - } - }, - "webpack": { - "version": "5.90.3", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.90.3.tgz", - "integrity": "sha512-h6uDYlWCctQRuXBs1oYpVe6sFcWedl0dpcVaTf/YF67J9bKvwJajFulMVSYKHrksMB3I/pIagRzDxwxkebuzKA==", - "dev": true, - "requires": { - "@types/eslint-scope": "^3.7.3", - "@types/estree": "^1.0.5", - "@webassemblyjs/ast": "^1.11.5", - "@webassemblyjs/wasm-edit": "^1.11.5", - "@webassemblyjs/wasm-parser": "^1.11.5", - "acorn": "^8.7.1", - "acorn-import-assertions": "^1.9.0", - "browserslist": "^4.21.10", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.15.0", - "es-module-lexer": "^1.2.1", - "eslint-scope": "5.1.1", - "events": "^3.2.0", - "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.2.9", - "json-parse-even-better-errors": "^2.3.1", - "loader-runner": "^4.2.0", - "mime-types": "^2.1.27", - "neo-async": "^2.6.2", - "schema-utils": "^3.2.0", - "tapable": "^2.1.1", - "terser-webpack-plugin": "^5.3.10", - "watchpack": "^2.4.0", - "webpack-sources": "^3.2.3" - }, - "dependencies": { - "schema-utils": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", - "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } - } - } - }, - "webpack-cli": { - "version": "4.10.0", - "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.10.0.tgz", - "integrity": "sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==", - "dev": true, - "requires": { - "@discoveryjs/json-ext": "^0.5.0", - "@webpack-cli/configtest": "^1.2.0", - "@webpack-cli/info": "^1.5.0", - "@webpack-cli/serve": "^1.7.0", - "colorette": "^2.0.14", - "commander": "^7.0.0", - "cross-spawn": "^7.0.3", - "fastest-levenshtein": "^1.0.12", - "import-local": "^3.0.2", - "interpret": "^2.2.0", - "rechoir": "^0.7.0", - "webpack-merge": "^5.7.3" - }, - "dependencies": { - "commander": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", - "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", - "dev": true - } - } - }, - "webpack-merge": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.10.0.tgz", - "integrity": "sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==", - "dev": true, - "requires": { - "clone-deep": "^4.0.1", - "flat": "^5.0.2", - "wildcard": "^2.0.0" - } - }, - "webpack-sources": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", - "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", - "dev": true - }, - "which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dev": true, - "requires": { - "isexe": "^2.0.0" - } - }, - "wildcard": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz", - "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==", - "dev": true - }, - "wrap-ansi": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dev": true, - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - } - } - }, - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", - "dev": true - }, - "yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true - }, - "yauzl": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", - "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==", - "dev": true, - "requires": { - "buffer-crc32": "~0.2.3", - "fd-slicer": "~1.1.0" - } - } } } diff --git a/mephisto/generators/video_annotator/webapp/package-lock.json b/mephisto/generators/video_annotator/webapp/package-lock.json index ce1be4a26..eafca28a4 100644 --- a/mephisto/generators/video_annotator/webapp/package-lock.json +++ b/mephisto/generators/video_annotator/webapp/package-lock.json @@ -48,9 +48,9 @@ } }, "node_modules/@babel/cli": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.24.8.tgz", - "integrity": "sha512-isdp+G6DpRyKc+3Gqxy2rjzgF7Zj9K0mzLNnxz+E/fgeag8qT3vVulX4gY9dGO1q0y+0lUv6V3a+uhUzMzrwXg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.25.9.tgz", + "integrity": "sha512-I+02IfrTiSanpxJBlZQYb18qCxB6c2Ih371cVpfgIrPQrjAYkf45XxomTJOG8JBWX5GY35/+TmhCMdJ4ZPkL8Q==", "dev": true, "license": "MIT", "dependencies": { @@ -71,20 +71,21 @@ }, "optionalDependencies": { "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3", - "chokidar": "^3.4.0" + "chokidar": "^3.6.0" }, "peerDependencies": { "@babel/core": "^7.0.0-0" } }, "node_modules/@babel/code-frame": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", - "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz", + "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==", "dev": true, "license": "MIT", "dependencies": { - "@babel/highlight": "^7.24.7", + "@babel/helper-validator-identifier": "^7.25.9", + "js-tokens": "^4.0.0", "picocolors": "^1.0.0" }, "engines": { @@ -92,9 +93,9 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.25.2", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.2.tgz", - "integrity": "sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.2.tgz", + "integrity": "sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==", "dev": true, "license": "MIT", "engines": { @@ -102,22 +103,22 @@ } }, "node_modules/@babel/core": { - "version": "7.25.2", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz", - "integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.0.tgz", + "integrity": "sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==", "dev": true, "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.25.0", - "@babel/helper-compilation-targets": "^7.25.2", - "@babel/helper-module-transforms": "^7.25.2", - "@babel/helpers": "^7.25.0", - "@babel/parser": "^7.25.0", - "@babel/template": "^7.25.0", - "@babel/traverse": "^7.25.2", - "@babel/types": "^7.25.2", + "@babel/code-frame": "^7.26.0", + "@babel/generator": "^7.26.0", + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-module-transforms": "^7.26.0", + "@babel/helpers": "^7.26.0", + "@babel/parser": "^7.26.0", + "@babel/template": "^7.25.9", + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.26.0", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -133,58 +134,59 @@ } }, "node_modules/@babel/generator": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.0.tgz", - "integrity": "sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.2.tgz", + "integrity": "sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/types": "^7.25.0", + "@babel/parser": "^7.26.2", + "@babel/types": "^7.26.0", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", - "jsesc": "^2.5.1" + "jsesc": "^3.0.2" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-annotate-as-pure": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz", - "integrity": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz", + "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==", "dev": true, "license": "MIT", "dependencies": { - "@babel/types": "^7.24.7" + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.7.tgz", - "integrity": "sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.25.9.tgz", + "integrity": "sha512-C47lC7LIDCnz0h4vai/tpNOI95tCd5ZT3iBt/DBH5lXKHZsyNQv18yf1wIIg2ntiQNgmAvA+DgZ82iW8Qdym8g==", "dev": true, "license": "MIT", "dependencies": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.25.2", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz", - "integrity": "sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz", + "integrity": "sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==", "dev": true, "license": "MIT", "dependencies": { - "@babel/compat-data": "^7.25.2", - "@babel/helper-validator-option": "^7.24.8", - "browserslist": "^4.23.1", + "@babel/compat-data": "^7.25.9", + "@babel/helper-validator-option": "^7.25.9", + "browserslist": "^4.24.0", "lru-cache": "^5.1.1", "semver": "^6.3.1" }, @@ -193,18 +195,18 @@ } }, "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.0.tgz", - "integrity": "sha512-GYM6BxeQsETc9mnct+nIIpf63SAyzvyYN7UB/IlTyd+MBg06afFGp0mIeUqGyWgS2mxad6vqbMrHVlaL3m70sQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.9.tgz", + "integrity": "sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-member-expression-to-functions": "^7.24.8", - "@babel/helper-optimise-call-expression": "^7.24.7", - "@babel/helper-replace-supers": "^7.25.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", - "@babel/traverse": "^7.25.0", + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-member-expression-to-functions": "^7.25.9", + "@babel/helper-optimise-call-expression": "^7.25.9", + "@babel/helper-replace-supers": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", + "@babel/traverse": "^7.25.9", "semver": "^6.3.1" }, "engines": { @@ -215,14 +217,14 @@ } }, "node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.25.2", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.2.tgz", - "integrity": "sha512-+wqVGP+DFmqwFD3EH6TMTfUNeqDehV3E/dl+Sd54eaXqm17tEUNbEIn4sVivVowbvUpOtIGxdo3GoXyDH9N/9g==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.9.tgz", + "integrity": "sha512-ORPNZ3h6ZRkOyAa/SaHU+XsLZr0UQzRwuDQ0cczIA17nAzZ+85G5cVkOJIj7QavLZGSe8QXUmNFxSZzjcZF9bw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "regexpu-core": "^5.3.1", + "@babel/helper-annotate-as-pure": "^7.25.9", + "regexpu-core": "^6.1.1", "semver": "^6.3.1" }, "engines": { @@ -233,9 +235,9 @@ } }, "node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz", - "integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.3.tgz", + "integrity": "sha512-HK7Bi+Hj6H+VTHA3ZvBis7V/6hu9QuTrnMXNybfUf2iiuU/N97I8VjB+KbhFF8Rld/Lx5MzoCwPCpPjfK+n8Cg==", "dev": true, "license": "MIT", "dependencies": { @@ -250,44 +252,43 @@ } }, "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz", - "integrity": "sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz", + "integrity": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==", "dev": true, "license": "MIT", "dependencies": { - "@babel/traverse": "^7.24.8", - "@babel/types": "^7.24.8" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-imports": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz", - "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz", + "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.25.2", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz", - "integrity": "sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz", + "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-module-imports": "^7.24.7", - "@babel/helper-simple-access": "^7.24.7", - "@babel/helper-validator-identifier": "^7.24.7", - "@babel/traverse": "^7.25.2" + "@babel/helper-module-imports": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -297,22 +298,22 @@ } }, "node_modules/@babel/helper-optimise-call-expression": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz", - "integrity": "sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz", + "integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==", "dev": true, "license": "MIT", "dependencies": { - "@babel/types": "^7.24.7" + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz", - "integrity": "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz", + "integrity": "sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==", "dev": true, "license": "MIT", "engines": { @@ -320,15 +321,15 @@ } }, "node_modules/@babel/helper-remap-async-to-generator": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.0.tgz", - "integrity": "sha512-NhavI2eWEIz/H9dbrG0TuOicDhNexze43i5z7lEqwYm0WEZVTwnPpA0EafUTP7+6/W79HWIP2cTe3Z5NiSTVpw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz", + "integrity": "sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-wrap-function": "^7.25.0", - "@babel/traverse": "^7.25.0" + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-wrap-function": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -338,15 +339,15 @@ } }, "node_modules/@babel/helper-replace-supers": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.0.tgz", - "integrity": "sha512-q688zIvQVYtZu+i2PsdIu/uWGRpfxzr5WESsfpShfZECkO+d2o+WROWezCi/Q6kJ0tfPa5+pUGUlfx2HhrA3Bg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.9.tgz", + "integrity": "sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-member-expression-to-functions": "^7.24.8", - "@babel/helper-optimise-call-expression": "^7.24.7", - "@babel/traverse": "^7.25.0" + "@babel/helper-member-expression-to-functions": "^7.25.9", + "@babel/helper-optimise-call-expression": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -356,37 +357,37 @@ } }, "node_modules/@babel/helper-simple-access": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz", - "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.25.9.tgz", + "integrity": "sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q==", "dev": true, "license": "MIT", "dependencies": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz", - "integrity": "sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz", + "integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==", "dev": true, "license": "MIT", "dependencies": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-string-parser": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz", - "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", + "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", "dev": true, "license": "MIT", "engines": { @@ -394,9 +395,9 @@ } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz", - "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", + "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", "dev": true, "license": "MIT", "engines": { @@ -404,9 +405,9 @@ } }, "node_modules/@babel/helper-validator-option": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz", - "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz", + "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==", "dev": true, "license": "MIT", "engines": { @@ -414,58 +415,42 @@ } }, "node_modules/@babel/helper-wrap-function": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.0.tgz", - "integrity": "sha512-s6Q1ebqutSiZnEjaofc/UKDyC4SbzV5n5SrA2Gq8UawLycr3i04f1dX4OzoQVnexm6aOCh37SQNYlJ/8Ku+PMQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.9.tgz", + "integrity": "sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==", "dev": true, "license": "MIT", "dependencies": { - "@babel/template": "^7.25.0", - "@babel/traverse": "^7.25.0", - "@babel/types": "^7.25.0" + "@babel/template": "^7.25.9", + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helpers": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.0.tgz", - "integrity": "sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/template": "^7.25.0", - "@babel/types": "^7.25.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/highlight": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz", - "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.0.tgz", + "integrity": "sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-validator-identifier": "^7.24.7", - "chalk": "^2.4.2", - "js-tokens": "^4.0.0", - "picocolors": "^1.0.0" + "@babel/template": "^7.25.9", + "@babel/types": "^7.26.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/parser": { - "version": "7.25.3", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.3.tgz", - "integrity": "sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.2.tgz", + "integrity": "sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==", "dev": true, "license": "MIT", "dependencies": { - "@babel/types": "^7.25.2" + "@babel/types": "^7.26.0" }, "bin": { "parser": "bin/babel-parser.js" @@ -475,14 +460,14 @@ } }, "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { - "version": "7.25.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz", - "integrity": "sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz", + "integrity": "sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/traverse": "^7.25.3" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -492,13 +477,13 @@ } }, "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.0.tgz", - "integrity": "sha512-Bm4bH2qsX880b/3ziJ8KD711LT7z4u8CFudmjqle65AZj/HNUFhEf90dqYv6O86buWvSBmeQDjv0Tn2aF/bIBA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.9.tgz", + "integrity": "sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -508,13 +493,13 @@ } }, "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.0.tgz", - "integrity": "sha512-lXwdNZtTmeVOOFtwM/WDe7yg1PL8sYhRk/XH0FzbR2HDQ0xC+EnQ/JHeoMYSavtU115tnUk0q9CDyq8si+LMAA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.9.tgz", + "integrity": "sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -524,15 +509,15 @@ } }, "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.7.tgz", - "integrity": "sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.9.tgz", + "integrity": "sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", - "@babel/plugin-transform-optional-chaining": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", + "@babel/plugin-transform-optional-chaining": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -542,14 +527,14 @@ } }, "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.0.tgz", - "integrity": "sha512-tggFrk1AIShG/RUQbEwt2Tr/E+ObkfwrPjR6BjbRvsx24+PSjK8zrq0GWPNCjo8qpRx4DuJzlcvWJqlm+0h3kw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.9.tgz", + "integrity": "sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/traverse": "^7.25.0" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -589,82 +574,14 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", - "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", - "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-class-static-block": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", - "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", - "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", - "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, "node_modules/@babel/plugin-syntax-import-assertions": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.7.tgz", - "integrity": "sha512-Ec3NRUMoi8gskrkBe3fNmEQfxDvY8bgfQpz6jlk/41kX9eUjvpyqWU7PBP/pLAvMaSQjbMNKJmvX57jP+M6bPg==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz", + "integrity": "sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -674,13 +591,13 @@ } }, "node_modules/@babel/plugin-syntax-import-attributes": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.7.tgz", - "integrity": "sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz", + "integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -689,150 +606,14 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-syntax-import-meta": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", - "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", - "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz", - "integrity": "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", - "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", - "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", - "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-private-property-in-object": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", - "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-top-level-await": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", - "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz", + "integrity": "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -859,13 +640,13 @@ } }, "node_modules/@babel/plugin-transform-arrow-functions": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.7.tgz", - "integrity": "sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.25.9.tgz", + "integrity": "sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -875,16 +656,15 @@ } }, "node_modules/@babel/plugin-transform-async-generator-functions": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.0.tgz", - "integrity": "sha512-uaIi2FdqzjpAMvVqvB51S42oC2JEVgh0LDsGfZVDysWE8LrJtQC2jvKmOqEYThKyB7bDEb7BP1GYWDm7tABA0Q==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.9.tgz", + "integrity": "sha512-RXV6QAzTBbhDMO9fWwOmwwTuYaiPbggWQ9INdZqAYeSHyG7FzQ+nOZaUUjNwKv9pV3aE4WFqFm1Hnbci5tBCAw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-remap-async-to-generator": "^7.25.0", - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/traverse": "^7.25.0" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-remap-async-to-generator": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -894,15 +674,15 @@ } }, "node_modules/@babel/plugin-transform-async-to-generator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz", - "integrity": "sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.9.tgz", + "integrity": "sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-module-imports": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-remap-async-to-generator": "^7.24.7" + "@babel/helper-module-imports": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-remap-async-to-generator": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -912,13 +692,13 @@ } }, "node_modules/@babel/plugin-transform-block-scoped-functions": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.7.tgz", - "integrity": "sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.25.9.tgz", + "integrity": "sha512-toHc9fzab0ZfenFpsyYinOX0J/5dgJVA2fm64xPewu7CoYHWEivIWKxkK2rMi4r3yQqLnVmheMXRdG+k239CgA==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -928,13 +708,13 @@ } }, "node_modules/@babel/plugin-transform-block-scoping": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.0.tgz", - "integrity": "sha512-yBQjYoOjXlFv9nlXb3f1casSHOZkWr29NX+zChVanLg5Nc157CrbEX9D7hxxtTpuFy7Q0YzmmWfJxzvps4kXrQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.9.tgz", + "integrity": "sha512-1F05O7AYjymAtqbsFETboN1NvBdcnzMerO+zlMyJBEz6WkMdejvGWw9p05iTSjC85RLlBseHHQpYaM4gzJkBGg==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -944,14 +724,14 @@ } }, "node_modules/@babel/plugin-transform-class-properties": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz", - "integrity": "sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.9.tgz", + "integrity": "sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -961,15 +741,14 @@ } }, "node_modules/@babel/plugin-transform-class-static-block": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.7.tgz", - "integrity": "sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz", + "integrity": "sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-class-static-block": "^7.14.5" + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -979,17 +758,17 @@ } }, "node_modules/@babel/plugin-transform-classes": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.0.tgz", - "integrity": "sha512-xyi6qjr/fYU304fiRwFbekzkqVJZ6A7hOjWZd+89FVcBqPV3S9Wuozz82xdpLspckeaafntbzglaW4pqpzvtSw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.9.tgz", + "integrity": "sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-compilation-targets": "^7.24.8", - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-replace-supers": "^7.25.0", - "@babel/traverse": "^7.25.0", + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-replace-supers": "^7.25.9", + "@babel/traverse": "^7.25.9", "globals": "^11.1.0" }, "engines": { @@ -1000,14 +779,14 @@ } }, "node_modules/@babel/plugin-transform-computed-properties": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.7.tgz", - "integrity": "sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.9.tgz", + "integrity": "sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/template": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/template": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1017,13 +796,13 @@ } }, "node_modules/@babel/plugin-transform-destructuring": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.8.tgz", - "integrity": "sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.25.9.tgz", + "integrity": "sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1033,14 +812,14 @@ } }, "node_modules/@babel/plugin-transform-dotall-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.7.tgz", - "integrity": "sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.25.9.tgz", + "integrity": "sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1050,13 +829,13 @@ } }, "node_modules/@babel/plugin-transform-duplicate-keys": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.7.tgz", - "integrity": "sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.25.9.tgz", + "integrity": "sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1066,14 +845,14 @@ } }, "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.0.tgz", - "integrity": "sha512-YLpb4LlYSc3sCUa35un84poXoraOiQucUTTu8X1j18JV+gNa8E0nyUf/CjZ171IRGr4jEguF+vzJU66QZhn29g==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.9.tgz", + "integrity": "sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.25.0", - "@babel/helper-plugin-utils": "^7.24.8" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1083,14 +862,13 @@ } }, "node_modules/@babel/plugin-transform-dynamic-import": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz", - "integrity": "sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.9.tgz", + "integrity": "sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-dynamic-import": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1100,14 +878,14 @@ } }, "node_modules/@babel/plugin-transform-exponentiation-operator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.7.tgz", - "integrity": "sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.25.9.tgz", + "integrity": "sha512-KRhdhlVk2nObA5AYa7QMgTMTVJdfHprfpAk4DjZVtllqRg9qarilstTKEhpVjyt+Npi8ThRyiV8176Am3CodPA==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1117,14 +895,13 @@ } }, "node_modules/@babel/plugin-transform-export-namespace-from": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.7.tgz", - "integrity": "sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.9.tgz", + "integrity": "sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1134,14 +911,14 @@ } }, "node_modules/@babel/plugin-transform-for-of": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.7.tgz", - "integrity": "sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz", + "integrity": "sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1151,15 +928,15 @@ } }, "node_modules/@babel/plugin-transform-function-name": { - "version": "7.25.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.1.tgz", - "integrity": "sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.9.tgz", + "integrity": "sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-compilation-targets": "^7.24.8", - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/traverse": "^7.25.1" + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1169,14 +946,13 @@ } }, "node_modules/@babel/plugin-transform-json-strings": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.7.tgz", - "integrity": "sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.9.tgz", + "integrity": "sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-json-strings": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1186,13 +962,13 @@ } }, "node_modules/@babel/plugin-transform-literals": { - "version": "7.25.2", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.2.tgz", - "integrity": "sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.9.tgz", + "integrity": "sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1202,14 +978,13 @@ } }, "node_modules/@babel/plugin-transform-logical-assignment-operators": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.7.tgz", - "integrity": "sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.9.tgz", + "integrity": "sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1219,13 +994,13 @@ } }, "node_modules/@babel/plugin-transform-member-expression-literals": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.7.tgz", - "integrity": "sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.25.9.tgz", + "integrity": "sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1235,14 +1010,14 @@ } }, "node_modules/@babel/plugin-transform-modules-amd": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.7.tgz", - "integrity": "sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.25.9.tgz", + "integrity": "sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-module-transforms": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1252,15 +1027,15 @@ } }, "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz", - "integrity": "sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.25.9.tgz", + "integrity": "sha512-dwh2Ol1jWwL2MgkCzUSOvfmKElqQcuswAZypBSUsScMXvgdT8Ekq5YA6TtqpTVWH+4903NmboMuH1o9i8Rxlyg==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-module-transforms": "^7.24.8", - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-simple-access": "^7.24.7" + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-simple-access": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1270,16 +1045,16 @@ } }, "node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.0.tgz", - "integrity": "sha512-YPJfjQPDXxyQWg/0+jHKj1llnY5f/R6a0p/vP4lPymxLu7Lvl4k2WMitqi08yxwQcCVUUdG9LCUj4TNEgAp3Jw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.9.tgz", + "integrity": "sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-module-transforms": "^7.25.0", - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-validator-identifier": "^7.24.7", - "@babel/traverse": "^7.25.0" + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1289,14 +1064,14 @@ } }, "node_modules/@babel/plugin-transform-modules-umd": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz", - "integrity": "sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.25.9.tgz", + "integrity": "sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-module-transforms": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1306,14 +1081,14 @@ } }, "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.7.tgz", - "integrity": "sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.25.9.tgz", + "integrity": "sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1323,13 +1098,13 @@ } }, "node_modules/@babel/plugin-transform-new-target": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.7.tgz", - "integrity": "sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.25.9.tgz", + "integrity": "sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1339,14 +1114,13 @@ } }, "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.7.tgz", - "integrity": "sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.25.9.tgz", + "integrity": "sha512-ENfftpLZw5EItALAD4WsY/KUWvhUlZndm5GC7G3evUsVeSJB6p0pBeLQUnRnBCBx7zV0RKQjR9kCuwrsIrjWog==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1356,14 +1130,13 @@ } }, "node_modules/@babel/plugin-transform-numeric-separator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.7.tgz", - "integrity": "sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.9.tgz", + "integrity": "sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1373,16 +1146,15 @@ } }, "node_modules/@babel/plugin-transform-object-rest-spread": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.7.tgz", - "integrity": "sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.9.tgz", + "integrity": "sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-compilation-targets": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.24.7" + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/plugin-transform-parameters": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1392,14 +1164,14 @@ } }, "node_modules/@babel/plugin-transform-object-super": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.7.tgz", - "integrity": "sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.25.9.tgz", + "integrity": "sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-replace-supers": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-replace-supers": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1409,14 +1181,13 @@ } }, "node_modules/@babel/plugin-transform-optional-catch-binding": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.7.tgz", - "integrity": "sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.25.9.tgz", + "integrity": "sha512-qM/6m6hQZzDcZF3onzIhZeDHDO43bkNNlOX0i8n3lR6zLbu0GN2d8qfM/IERJZYauhAHSLHy39NF0Ctdvcid7g==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1426,15 +1197,14 @@ } }, "node_modules/@babel/plugin-transform-optional-chaining": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.8.tgz", - "integrity": "sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.9.tgz", + "integrity": "sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", - "@babel/plugin-syntax-optional-chaining": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1444,13 +1214,13 @@ } }, "node_modules/@babel/plugin-transform-parameters": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.7.tgz", - "integrity": "sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.9.tgz", + "integrity": "sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1460,14 +1230,14 @@ } }, "node_modules/@babel/plugin-transform-private-methods": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.7.tgz", - "integrity": "sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.9.tgz", + "integrity": "sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1477,16 +1247,15 @@ } }, "node_modules/@babel/plugin-transform-private-property-in-object": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.7.tgz", - "integrity": "sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.25.9.tgz", + "integrity": "sha512-Evf3kcMqzXA3xfYJmZ9Pg1OvKdtqsDMSWBDzZOPLvHiTt36E75jLDQo5w1gtRU95Q4E5PDttrTf25Fw8d/uWLw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5" + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1496,13 +1265,13 @@ } }, "node_modules/@babel/plugin-transform-property-literals": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.7.tgz", - "integrity": "sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.25.9.tgz", + "integrity": "sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1512,13 +1281,13 @@ } }, "node_modules/@babel/plugin-transform-react-display-name": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.24.7.tgz", - "integrity": "sha512-H/Snz9PFxKsS1JLI4dJLtnJgCJRoo0AUm3chP6NYr+9En1JMKloheEiLIhlp5MDVznWo+H3AAC1Mc8lmUEpsgg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.25.9.tgz", + "integrity": "sha512-KJfMlYIUxQB1CJfO3e0+h0ZHWOTLCPP115Awhaz8U0Zpq36Gl/cXlpoyMRnUWlhNUBAzldnCiAZNvCDj7CrKxQ==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1528,17 +1297,17 @@ } }, "node_modules/@babel/plugin-transform-react-jsx": { - "version": "7.25.2", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.2.tgz", - "integrity": "sha512-KQsqEAVBpU82NM/B/N9j9WOdphom1SZH3R+2V7INrQUH+V9EBFwZsEJl8eBIVeQE62FxJCc70jzEZwqU7RcVqA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.9.tgz", + "integrity": "sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-module-imports": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/plugin-syntax-jsx": "^7.24.7", - "@babel/types": "^7.25.2" + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-module-imports": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/plugin-syntax-jsx": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1548,13 +1317,13 @@ } }, "node_modules/@babel/plugin-transform-react-jsx-development": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.24.7.tgz", - "integrity": "sha512-QG9EnzoGn+Qar7rxuW+ZOsbWOt56FvvI93xInqsZDC5fsekx1AlIO4KIJ5M+D0p0SqSH156EpmZyXq630B8OlQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.25.9.tgz", + "integrity": "sha512-9mj6rm7XVYs4mdLIpbZnHOYdpW42uoiBCTVowg7sP1thUOiANgMb4UtpRivR0pp5iL+ocvUv7X4mZgFRpJEzGw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/plugin-transform-react-jsx": "^7.24.7" + "@babel/plugin-transform-react-jsx": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1564,14 +1333,14 @@ } }, "node_modules/@babel/plugin-transform-react-pure-annotations": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.24.7.tgz", - "integrity": "sha512-PLgBVk3fzbmEjBJ/u8kFzOqS9tUeDjiaWud/rRym/yjCo/M9cASPlnrd2ZmmZpQT40fOOrvR8jh+n8jikrOhNA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.25.9.tgz", + "integrity": "sha512-KQ/Takk3T8Qzj5TppkS1be588lkbTp5uj7w6a0LeQaTMSckU/wK0oJ/pih+T690tkgI5jfmg2TqDJvd41Sj1Cg==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1581,13 +1350,13 @@ } }, "node_modules/@babel/plugin-transform-regenerator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.7.tgz", - "integrity": "sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.25.9.tgz", + "integrity": "sha512-vwDcDNsgMPDGP0nMqzahDWE5/MLcX8sv96+wfX7as7LoF/kr97Bo/7fI00lXY4wUXYfVmwIIyG80fGZ1uvt2qg==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-plugin-utils": "^7.25.9", "regenerator-transform": "^0.15.2" }, "engines": { @@ -1597,14 +1366,31 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/plugin-transform-regexp-modifiers": { + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz", + "integrity": "sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, "node_modules/@babel/plugin-transform-reserved-words": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.7.tgz", - "integrity": "sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.25.9.tgz", + "integrity": "sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1614,13 +1400,13 @@ } }, "node_modules/@babel/plugin-transform-shorthand-properties": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.7.tgz", - "integrity": "sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.25.9.tgz", + "integrity": "sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1630,14 +1416,14 @@ } }, "node_modules/@babel/plugin-transform-spread": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.7.tgz", - "integrity": "sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.25.9.tgz", + "integrity": "sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1647,13 +1433,13 @@ } }, "node_modules/@babel/plugin-transform-sticky-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.7.tgz", - "integrity": "sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.25.9.tgz", + "integrity": "sha512-WqBUSgeVwucYDP9U/xNRQam7xV8W5Zf+6Eo7T2SRVUFlhRiMNFdFz58u0KZmCVVqs2i7SHgpRnAhzRNmKfi2uA==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1663,13 +1449,13 @@ } }, "node_modules/@babel/plugin-transform-template-literals": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.7.tgz", - "integrity": "sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.25.9.tgz", + "integrity": "sha512-o97AE4syN71M/lxrCtQByzphAdlYluKPDBzDVzMmfCobUjjhAryZV0AIpRPrxN0eAkxXO6ZLEScmt+PNhj2OTw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1679,13 +1465,13 @@ } }, "node_modules/@babel/plugin-transform-typeof-symbol": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.8.tgz", - "integrity": "sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.9.tgz", + "integrity": "sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1695,13 +1481,13 @@ } }, "node_modules/@babel/plugin-transform-unicode-escapes": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz", - "integrity": "sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.25.9.tgz", + "integrity": "sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1711,14 +1497,14 @@ } }, "node_modules/@babel/plugin-transform-unicode-property-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.7.tgz", - "integrity": "sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.25.9.tgz", + "integrity": "sha512-Jt2d8Ga+QwRluxRQ307Vlxa6dMrYEMZCgGxoPR8V52rxPyldHu3hdlHspxaqYmE7oID5+kB+UKUB/eWS+DkkWg==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1728,14 +1514,14 @@ } }, "node_modules/@babel/plugin-transform-unicode-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.7.tgz", - "integrity": "sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.25.9.tgz", + "integrity": "sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1745,14 +1531,14 @@ } }, "node_modules/@babel/plugin-transform-unicode-sets-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.7.tgz", - "integrity": "sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.9.tgz", + "integrity": "sha512-8BYqO3GeVNHtx69fdPshN3fnzUNLrWdHhk/icSwigksJGczKSizZ+Z6SBCxTs723Fr5VSNorTIK7a+R2tISvwQ==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1762,94 +1548,80 @@ } }, "node_modules/@babel/preset-env": { - "version": "7.25.3", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.3.tgz", - "integrity": "sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.26.0.tgz", + "integrity": "sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/compat-data": "^7.25.2", - "@babel/helper-compilation-targets": "^7.25.2", - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-validator-option": "^7.24.8", - "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.3", - "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.0", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.0", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7", - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.0", + "@babel/compat-data": "^7.26.0", + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-validator-option": "^7.25.9", + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.9", + "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.9", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.9", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.25.9", + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.9", "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-class-static-block": "^7.14.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-import-assertions": "^7.24.7", - "@babel/plugin-syntax-import-attributes": "^7.24.7", - "@babel/plugin-syntax-import-meta": "^7.10.4", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5", - "@babel/plugin-syntax-top-level-await": "^7.14.5", + "@babel/plugin-syntax-import-assertions": "^7.26.0", + "@babel/plugin-syntax-import-attributes": "^7.26.0", "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", - "@babel/plugin-transform-arrow-functions": "^7.24.7", - "@babel/plugin-transform-async-generator-functions": "^7.25.0", - "@babel/plugin-transform-async-to-generator": "^7.24.7", - "@babel/plugin-transform-block-scoped-functions": "^7.24.7", - "@babel/plugin-transform-block-scoping": "^7.25.0", - "@babel/plugin-transform-class-properties": "^7.24.7", - "@babel/plugin-transform-class-static-block": "^7.24.7", - "@babel/plugin-transform-classes": "^7.25.0", - "@babel/plugin-transform-computed-properties": "^7.24.7", - "@babel/plugin-transform-destructuring": "^7.24.8", - "@babel/plugin-transform-dotall-regex": "^7.24.7", - "@babel/plugin-transform-duplicate-keys": "^7.24.7", - "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.0", - "@babel/plugin-transform-dynamic-import": "^7.24.7", - "@babel/plugin-transform-exponentiation-operator": "^7.24.7", - "@babel/plugin-transform-export-namespace-from": "^7.24.7", - "@babel/plugin-transform-for-of": "^7.24.7", - "@babel/plugin-transform-function-name": "^7.25.1", - "@babel/plugin-transform-json-strings": "^7.24.7", - "@babel/plugin-transform-literals": "^7.25.2", - "@babel/plugin-transform-logical-assignment-operators": "^7.24.7", - "@babel/plugin-transform-member-expression-literals": "^7.24.7", - "@babel/plugin-transform-modules-amd": "^7.24.7", - "@babel/plugin-transform-modules-commonjs": "^7.24.8", - "@babel/plugin-transform-modules-systemjs": "^7.25.0", - "@babel/plugin-transform-modules-umd": "^7.24.7", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7", - "@babel/plugin-transform-new-target": "^7.24.7", - "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7", - "@babel/plugin-transform-numeric-separator": "^7.24.7", - "@babel/plugin-transform-object-rest-spread": "^7.24.7", - "@babel/plugin-transform-object-super": "^7.24.7", - "@babel/plugin-transform-optional-catch-binding": "^7.24.7", - "@babel/plugin-transform-optional-chaining": "^7.24.8", - "@babel/plugin-transform-parameters": "^7.24.7", - "@babel/plugin-transform-private-methods": "^7.24.7", - "@babel/plugin-transform-private-property-in-object": "^7.24.7", - "@babel/plugin-transform-property-literals": "^7.24.7", - "@babel/plugin-transform-regenerator": "^7.24.7", - "@babel/plugin-transform-reserved-words": "^7.24.7", - "@babel/plugin-transform-shorthand-properties": "^7.24.7", - "@babel/plugin-transform-spread": "^7.24.7", - "@babel/plugin-transform-sticky-regex": "^7.24.7", - "@babel/plugin-transform-template-literals": "^7.24.7", - "@babel/plugin-transform-typeof-symbol": "^7.24.8", - "@babel/plugin-transform-unicode-escapes": "^7.24.7", - "@babel/plugin-transform-unicode-property-regex": "^7.24.7", - "@babel/plugin-transform-unicode-regex": "^7.24.7", - "@babel/plugin-transform-unicode-sets-regex": "^7.24.7", + "@babel/plugin-transform-arrow-functions": "^7.25.9", + "@babel/plugin-transform-async-generator-functions": "^7.25.9", + "@babel/plugin-transform-async-to-generator": "^7.25.9", + "@babel/plugin-transform-block-scoped-functions": "^7.25.9", + "@babel/plugin-transform-block-scoping": "^7.25.9", + "@babel/plugin-transform-class-properties": "^7.25.9", + "@babel/plugin-transform-class-static-block": "^7.26.0", + "@babel/plugin-transform-classes": "^7.25.9", + "@babel/plugin-transform-computed-properties": "^7.25.9", + "@babel/plugin-transform-destructuring": "^7.25.9", + "@babel/plugin-transform-dotall-regex": "^7.25.9", + "@babel/plugin-transform-duplicate-keys": "^7.25.9", + "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.9", + "@babel/plugin-transform-dynamic-import": "^7.25.9", + "@babel/plugin-transform-exponentiation-operator": "^7.25.9", + "@babel/plugin-transform-export-namespace-from": "^7.25.9", + "@babel/plugin-transform-for-of": "^7.25.9", + "@babel/plugin-transform-function-name": "^7.25.9", + "@babel/plugin-transform-json-strings": "^7.25.9", + "@babel/plugin-transform-literals": "^7.25.9", + "@babel/plugin-transform-logical-assignment-operators": "^7.25.9", + "@babel/plugin-transform-member-expression-literals": "^7.25.9", + "@babel/plugin-transform-modules-amd": "^7.25.9", + "@babel/plugin-transform-modules-commonjs": "^7.25.9", + "@babel/plugin-transform-modules-systemjs": "^7.25.9", + "@babel/plugin-transform-modules-umd": "^7.25.9", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.25.9", + "@babel/plugin-transform-new-target": "^7.25.9", + "@babel/plugin-transform-nullish-coalescing-operator": "^7.25.9", + "@babel/plugin-transform-numeric-separator": "^7.25.9", + "@babel/plugin-transform-object-rest-spread": "^7.25.9", + "@babel/plugin-transform-object-super": "^7.25.9", + "@babel/plugin-transform-optional-catch-binding": "^7.25.9", + "@babel/plugin-transform-optional-chaining": "^7.25.9", + "@babel/plugin-transform-parameters": "^7.25.9", + "@babel/plugin-transform-private-methods": "^7.25.9", + "@babel/plugin-transform-private-property-in-object": "^7.25.9", + "@babel/plugin-transform-property-literals": "^7.25.9", + "@babel/plugin-transform-regenerator": "^7.25.9", + "@babel/plugin-transform-regexp-modifiers": "^7.26.0", + "@babel/plugin-transform-reserved-words": "^7.25.9", + "@babel/plugin-transform-shorthand-properties": "^7.25.9", + "@babel/plugin-transform-spread": "^7.25.9", + "@babel/plugin-transform-sticky-regex": "^7.25.9", + "@babel/plugin-transform-template-literals": "^7.25.9", + "@babel/plugin-transform-typeof-symbol": "^7.25.9", + "@babel/plugin-transform-unicode-escapes": "^7.25.9", + "@babel/plugin-transform-unicode-property-regex": "^7.25.9", + "@babel/plugin-transform-unicode-regex": "^7.25.9", + "@babel/plugin-transform-unicode-sets-regex": "^7.25.9", "@babel/preset-modules": "0.1.6-no-external-plugins", "babel-plugin-polyfill-corejs2": "^0.4.10", - "babel-plugin-polyfill-corejs3": "^0.10.4", + "babel-plugin-polyfill-corejs3": "^0.10.6", "babel-plugin-polyfill-regenerator": "^0.6.1", - "core-js-compat": "^3.37.1", + "core-js-compat": "^3.38.1", "semver": "^6.3.1" }, "engines": { @@ -1875,18 +1647,18 @@ } }, "node_modules/@babel/preset-react": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.24.7.tgz", - "integrity": "sha512-AAH4lEkpmzFWrGVlHaxJB7RLH21uPQ9+He+eFLWHmF9IuFQVugz8eAsamaW0DXRrTfco5zj1wWtpdcXJUOfsag==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.25.9.tgz", + "integrity": "sha512-D3to0uSPiWE7rBrdIICCd0tJSIGpLaaGptna2+w7Pft5xMqLpA1sz99DK5TZ1TjGbdQ/VI1eCSZ06dv3lT4JOw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-validator-option": "^7.24.7", - "@babel/plugin-transform-react-display-name": "^7.24.7", - "@babel/plugin-transform-react-jsx": "^7.24.7", - "@babel/plugin-transform-react-jsx-development": "^7.24.7", - "@babel/plugin-transform-react-pure-annotations": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-validator-option": "^7.25.9", + "@babel/plugin-transform-react-display-name": "^7.25.9", + "@babel/plugin-transform-react-jsx": "^7.25.9", + "@babel/plugin-transform-react-jsx-development": "^7.25.9", + "@babel/plugin-transform-react-pure-annotations": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1895,17 +1667,10 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/regjsgen": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", - "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==", - "dev": true, - "license": "MIT" - }, "node_modules/@babel/runtime": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.0.tgz", - "integrity": "sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.0.tgz", + "integrity": "sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==", "dev": true, "license": "MIT", "dependencies": { @@ -1916,32 +1681,32 @@ } }, "node_modules/@babel/template": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz", - "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz", + "integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==", "dev": true, "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.24.7", - "@babel/parser": "^7.25.0", - "@babel/types": "^7.25.0" + "@babel/code-frame": "^7.25.9", + "@babel/parser": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.25.3", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.3.tgz", - "integrity": "sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.9.tgz", + "integrity": "sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.25.0", - "@babel/parser": "^7.25.3", - "@babel/template": "^7.25.0", - "@babel/types": "^7.25.2", + "@babel/code-frame": "^7.25.9", + "@babel/generator": "^7.25.9", + "@babel/parser": "^7.25.9", + "@babel/template": "^7.25.9", + "@babel/types": "^7.25.9", "debug": "^4.3.1", "globals": "^11.1.0" }, @@ -1950,15 +1715,14 @@ } }, "node_modules/@babel/types": { - "version": "7.25.2", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.2.tgz", - "integrity": "sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.0.tgz", + "integrity": "sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^7.24.8", - "@babel/helper-validator-identifier": "^7.24.7", - "to-fast-properties": "^2.0.0" + "@babel/helper-string-parser": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1976,9 +1740,9 @@ } }, "node_modules/@cypress/request": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@cypress/request/-/request-3.0.1.tgz", - "integrity": "sha512-TWivJlJi8ZDx2wGOw1dbLuHJKUYX7bWySw377nlnGOW3hP9/MUKIsEdXT/YngWxVdgNCHRBmFlBipE+5/2ZZlQ==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@cypress/request/-/request-3.0.6.tgz", + "integrity": "sha512-fi0eVdCOtKu5Ed6+E8mYxUF6ZTFJDZvHogCBelM0xVXmrDEkyM22gRArQzq1YcHPm1V47Vf/iAD+WgVdUlJCGg==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -1988,16 +1752,16 @@ "combined-stream": "~1.0.6", "extend": "~3.0.2", "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "http-signature": "~1.3.6", + "form-data": "~4.0.0", + "http-signature": "~1.4.0", "is-typedarray": "~1.0.0", "isstream": "~0.1.2", "json-stringify-safe": "~5.0.1", "mime-types": "~2.1.19", "performance-now": "^2.1.0", - "qs": "6.10.4", + "qs": "6.13.0", "safe-buffer": "^5.1.2", - "tough-cookie": "^4.1.3", + "tough-cookie": "^5.0.0", "tunnel-agent": "^0.6.0", "uuid": "^8.3.2" }, @@ -2109,18 +1873,18 @@ "optional": true }, "node_modules/@remix-run/router": { - "version": "1.19.1", - "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.19.1.tgz", - "integrity": "sha512-S45oynt/WH19bHbIXjtli6QmwNYvaz+vtnubvNpNDvUOoA/OWh6j1OikIP3G+v5GHdxyC6EXoChG3HgYGEUfcg==", + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.21.0.tgz", + "integrity": "sha512-xfSkCAchbdG5PnbrKqFWwia4Bi61nH+wm8wLEqfHDyp7Y3dZzgqS2itV8i4gAq9pC2HsTpwyBC6Ds8VHZ96JlA==", "license": "MIT", "engines": { "node": ">=14.0.0" } }, "node_modules/@types/eslint": { - "version": "9.6.0", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.0.tgz", - "integrity": "sha512-gi6WQJ7cHRgZxtkQEoyHMppPjq9Kxo5Tjn2prSKDSmZrCz8TZ3jSRCeTJm+WoM+oB0WG37bRqLzaaU3q7JypGg==", + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.1.tgz", + "integrity": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==", "dev": true, "license": "MIT", "dependencies": { @@ -2140,9 +1904,9 @@ } }, "node_modules/@types/estree": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", - "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", + "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", "dev": true, "license": "MIT" }, @@ -2154,13 +1918,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.5.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.0.tgz", - "integrity": "sha512-DkFrJOe+rfdHTqqMg0bSNlGlQ85hSoh2TPzZyhHsXnMtligRWpxUySiyw8FY14ITt24HVCiQPWxS3KO/QlGmWg==", + "version": "22.9.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.0.tgz", + "integrity": "sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.19.2" + "undici-types": "~6.19.8" } }, "node_modules/@types/sinonjs__fake-timers": { @@ -2171,9 +1935,9 @@ "license": "MIT" }, "node_modules/@types/sizzle": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/@types/sizzle/-/sizzle-2.3.8.tgz", - "integrity": "sha512-0vWLNK2D5MT9dg0iOo8GlKguPAU02QjmZitPEsXRuJXU/OGIOt9vT9Fc26wtYuavLxtO45v9PGleoL9Z0k1LHg==", + "version": "2.3.9", + "resolved": "https://registry.npmjs.org/@types/sizzle/-/sizzle-2.3.9.tgz", + "integrity": "sha512-xzLEyKB50yqCUPUJkIsrVvoWNfFUbIZI+RspLWt8u+tIW/BetMBZtgV2LY/2o+tYH8dRvQ+eoPf3NdhQCcLE2w==", "dev": true, "license": "MIT" }, @@ -2189,73 +1953,73 @@ } }, "node_modules/@webassemblyjs/ast": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz", - "integrity": "sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz", + "integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==", "dev": true, "license": "MIT", "dependencies": { - "@webassemblyjs/helper-numbers": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6" + "@webassemblyjs/helper-numbers": "1.13.2", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2" } }, "node_modules/@webassemblyjs/floating-point-hex-parser": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", - "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz", + "integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==", "dev": true, "license": "MIT" }, "node_modules/@webassemblyjs/helper-api-error": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", - "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz", + "integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==", "dev": true, "license": "MIT" }, "node_modules/@webassemblyjs/helper-buffer": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz", - "integrity": "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz", + "integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==", "dev": true, "license": "MIT" }, "node_modules/@webassemblyjs/helper-numbers": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", - "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz", + "integrity": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==", "dev": true, "license": "MIT", "dependencies": { - "@webassemblyjs/floating-point-hex-parser": "1.11.6", - "@webassemblyjs/helper-api-error": "1.11.6", + "@webassemblyjs/floating-point-hex-parser": "1.13.2", + "@webassemblyjs/helper-api-error": "1.13.2", "@xtuc/long": "4.2.2" } }, "node_modules/@webassemblyjs/helper-wasm-bytecode": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", - "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz", + "integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==", "dev": true, "license": "MIT" }, "node_modules/@webassemblyjs/helper-wasm-section": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz", - "integrity": "sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz", + "integrity": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==", "dev": true, "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/wasm-gen": "1.12.1" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/wasm-gen": "1.14.1" } }, "node_modules/@webassemblyjs/ieee754": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", - "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz", + "integrity": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==", "dev": true, "license": "MIT", "dependencies": { @@ -2263,9 +2027,9 @@ } }, "node_modules/@webassemblyjs/leb128": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", - "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.13.2.tgz", + "integrity": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -2273,79 +2037,79 @@ } }, "node_modules/@webassemblyjs/utf8": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", - "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz", + "integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==", "dev": true, "license": "MIT" }, "node_modules/@webassemblyjs/wasm-edit": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz", - "integrity": "sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz", + "integrity": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==", "dev": true, "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/helper-wasm-section": "1.12.1", - "@webassemblyjs/wasm-gen": "1.12.1", - "@webassemblyjs/wasm-opt": "1.12.1", - "@webassemblyjs/wasm-parser": "1.12.1", - "@webassemblyjs/wast-printer": "1.12.1" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/helper-wasm-section": "1.14.1", + "@webassemblyjs/wasm-gen": "1.14.1", + "@webassemblyjs/wasm-opt": "1.14.1", + "@webassemblyjs/wasm-parser": "1.14.1", + "@webassemblyjs/wast-printer": "1.14.1" } }, "node_modules/@webassemblyjs/wasm-gen": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz", - "integrity": "sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz", + "integrity": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==", "dev": true, "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/ieee754": "1.13.2", + "@webassemblyjs/leb128": "1.13.2", + "@webassemblyjs/utf8": "1.13.2" } }, "node_modules/@webassemblyjs/wasm-opt": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz", - "integrity": "sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz", + "integrity": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==", "dev": true, "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/wasm-gen": "1.12.1", - "@webassemblyjs/wasm-parser": "1.12.1" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/wasm-gen": "1.14.1", + "@webassemblyjs/wasm-parser": "1.14.1" } }, "node_modules/@webassemblyjs/wasm-parser": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz", - "integrity": "sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz", + "integrity": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==", "dev": true, "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-api-error": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-api-error": "1.13.2", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/ieee754": "1.13.2", + "@webassemblyjs/leb128": "1.13.2", + "@webassemblyjs/utf8": "1.13.2" } }, "node_modules/@webassemblyjs/wast-printer": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz", - "integrity": "sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz", + "integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==", "dev": true, "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/ast": "1.14.1", "@xtuc/long": "4.2.2" } }, @@ -2403,9 +2167,9 @@ "license": "Apache-2.0" }, "node_modules/acorn": { - "version": "8.12.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", - "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", + "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", "dev": true, "license": "MIT", "bin": { @@ -2415,16 +2179,6 @@ "node": ">=0.4.0" } }, - "node_modules/acorn-import-attributes": { - "version": "1.9.5", - "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz", - "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==", - "dev": true, - "license": "MIT", - "peerDependencies": { - "acorn": "^8" - } - }, "node_modules/aggregate-error": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", @@ -2503,16 +2257,19 @@ } }, "node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "license": "MIT", "dependencies": { - "color-convert": "^1.9.0" + "color-convert": "^2.0.1" }, "engines": { - "node": ">=4" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, "node_modules/anymatch": { @@ -2616,21 +2373,21 @@ } }, "node_modules/aws4": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.13.1.tgz", - "integrity": "sha512-u5w79Rd7SU4JaIlA/zFqG+gOiuq25q5VLyZ8E+ijJeILuTxVzZgp2CaGw/UTw6pXYN9XMO9yiqj/nEHmhTG5CA==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.13.2.tgz", + "integrity": "sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==", "dev": true, "license": "MIT" }, "node_modules/babel-loader": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz", - "integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==", + "version": "8.4.1", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.4.1.tgz", + "integrity": "sha512-nXzRChX+Z1GoE6yWavBQg6jDslyFF3SDjl2paADuoQtQW10JqShJt62R6eJQ5m/pjJFDT8xgKIWSP85OY8eXeA==", "dev": true, "license": "MIT", "dependencies": { "find-cache-dir": "^3.3.1", - "loader-utils": "^2.0.0", + "loader-utils": "^2.0.4", "make-dir": "^3.1.0", "schema-utils": "^2.6.5" }, @@ -2659,14 +2416,14 @@ } }, "node_modules/babel-plugin-polyfill-corejs2": { - "version": "0.4.11", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz", - "integrity": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==", + "version": "0.4.12", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.12.tgz", + "integrity": "sha512-CPWT6BwvhrTO2d8QVorhTCQw9Y43zOu7G9HigcfxvepOU6b8o3tcWad6oVgZIsZCTt42FFv97aA7ZJsbM4+8og==", "dev": true, "license": "MIT", "dependencies": { "@babel/compat-data": "^7.22.6", - "@babel/helper-define-polyfill-provider": "^0.6.2", + "@babel/helper-define-polyfill-provider": "^0.6.3", "semver": "^6.3.1" }, "peerDependencies": { @@ -2688,13 +2445,13 @@ } }, "node_modules/babel-plugin-polyfill-regenerator": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz", - "integrity": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.3.tgz", + "integrity": "sha512-LiWSbl4CRSIa5x/JAU6jZiG9eit9w6mz+yVMFwDE83LAWvt0AfGBoZ7HS/mkhrKuh2ZlzfVZYKoLjXdqw6Yt7Q==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.2" + "@babel/helper-define-polyfill-provider": "^0.6.3" }, "peerDependencies": { "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" @@ -2832,9 +2589,9 @@ } }, "node_modules/browserslist": { - "version": "4.23.3", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.3.tgz", - "integrity": "sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==", + "version": "4.24.2", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.2.tgz", + "integrity": "sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==", "dev": true, "funding": [ { @@ -2852,10 +2609,10 @@ ], "license": "MIT", "dependencies": { - "caniuse-lite": "^1.0.30001646", - "electron-to-chromium": "^1.5.4", + "caniuse-lite": "^1.0.30001669", + "electron-to-chromium": "^1.5.41", "node-releases": "^2.0.18", - "update-browserslist-db": "^1.1.0" + "update-browserslist-db": "^1.1.1" }, "bin": { "browserslist": "cli.js" @@ -2937,9 +2694,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001651", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001651.tgz", - "integrity": "sha512-9Cf+Xv1jJNe1xPZLGuUXLNkE1BoDkqRqYyFJ9TDYSqhduqA4hu4oR9HluGoWYQC/aj8WHjsGVV+bwkh0+tegRg==", + "version": "1.0.30001680", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001680.tgz", + "integrity": "sha512-rPQy70G6AGUMnbwS1z6Xg+RkHYPAi18ihs47GH0jcxIG7wArmPgY3XbS2sRdBbxJljp3thdT8BIqv9ccCypiPA==", "dev": true, "funding": [ { @@ -2965,18 +2722,33 @@ "license": "Apache-2.0" }, "node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, "license": "MIT", "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, "engines": { - "node": ">=4" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/chalk/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" } }, "node_modules/check-more-types": { @@ -3026,9 +2798,9 @@ } }, "node_modules/ci-info": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", - "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.1.0.tgz", + "integrity": "sha512-HutrvTNsF48wnxkzERIXOe5/mlcfFcbfCmwcg6CJnizbSue78AbDt+1cgl26zwn61WFxhcPykPfZrbqjGmBb4A==", "dev": true, "funding": [ { @@ -3113,19 +2885,22 @@ } }, "node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, "license": "MIT", "dependencies": { - "color-name": "1.1.3" + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" } }, "node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true, "license": "MIT" }, @@ -3191,13 +2966,13 @@ "license": "MIT" }, "node_modules/core-js-compat": { - "version": "3.38.1", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.38.1.tgz", - "integrity": "sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw==", + "version": "3.39.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.39.0.tgz", + "integrity": "sha512-VgEUx3VwlExr5no0tXlBt+silBvhTryPwCXRI2Id1PN8WTKu7MreethvddqOubrYxkFdv/RnYrqlv1sFNAUelw==", "dev": true, "license": "MIT", "dependencies": { - "browserslist": "^4.23.3" + "browserslist": "^4.24.2" }, "funding": { "type": "opencollective", @@ -3212,9 +2987,9 @@ "license": "MIT" }, "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.5.tgz", + "integrity": "sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==", "dev": true, "license": "MIT", "dependencies": { @@ -3289,14 +3064,14 @@ } }, "node_modules/cypress": { - "version": "13.13.3", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.3.tgz", - "integrity": "sha512-hUxPrdbJXhUOTzuML+y9Av7CKoYznbD83pt8g3klgpioEha0emfx4WNIuVRx0C76r0xV2MIwAW9WYiXfVJYFQw==", + "version": "13.15.2", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.15.2.tgz", + "integrity": "sha512-ARbnUorjcCM3XiPwgHKuqsyr5W9Qn+pIIBPaoilnoBkLdSC2oLQjV1BUpnmc7KR+b7Avah3Ly2RMFnfxr96E/A==", "dev": true, "hasInstallScript": true, "license": "MIT", "dependencies": { - "@cypress/request": "^3.0.1", + "@cypress/request": "^3.0.6", "@cypress/xvfb": "^1.2.4", "@types/sinonjs__fake-timers": "8.1.1", "@types/sizzle": "^2.3.2", @@ -3307,6 +3082,7 @@ "cachedir": "^2.3.0", "chalk": "^4.1.0", "check-more-types": "^2.24.0", + "ci-info": "^4.0.0", "cli-cursor": "^3.1.0", "cli-table3": "~0.6.1", "commander": "^6.2.1", @@ -3321,7 +3097,6 @@ "figures": "^3.2.0", "fs-extra": "^9.1.0", "getos": "^3.2.1", - "is-ci": "^3.0.1", "is-installed-globally": "~0.4.0", "lazy-ass": "^1.6.0", "listr2": "^3.8.3", @@ -3336,6 +3111,7 @@ "semver": "^7.5.3", "supports-color": "^8.1.1", "tmp": "~0.2.3", + "tree-kill": "1.2.2", "untildify": "^4.0.0", "yauzl": "^2.10.0" }, @@ -3346,119 +3122,27 @@ "node": "^16.0.0 || ^18.0.0 || >=20.0.0" } }, - "node_modules/cypress/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "node_modules/cypress/node_modules/semver": { + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" + "license": "ISC", + "bin": { + "semver": "bin/semver.js" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": ">=10" } }, - "node_modules/cypress/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "node_modules/dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==", "dev": true, "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/cypress/node_modules/chalk/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/cypress/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/cypress/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true, - "license": "MIT" - }, - "node_modules/cypress/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/cypress/node_modules/semver": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/cypress/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, - "node_modules/dashdash": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==", - "dev": true, - "license": "MIT", - "dependencies": { - "assert-plus": "^1.0.0" + "assert-plus": "^1.0.0" }, "engines": { "node": ">=0.10" @@ -3472,13 +3156,13 @@ "license": "MIT" }, "node_modules/debug": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz", - "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", "dev": true, "license": "MIT", "dependencies": { - "ms": "2.1.2" + "ms": "^2.1.3" }, "engines": { "node": ">=6.0" @@ -3529,9 +3213,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.5.13", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.13.tgz", - "integrity": "sha512-lbBcvtIJ4J6sS4tb5TLp1b4LyfCdMkwStzXPyAgVgTRAsep4bvrAGaBOP7ZJtQMNJpSQ9SqG4brWOroNaQtm7Q==", + "version": "1.5.56", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.56.tgz", + "integrity": "sha512-7lXb9dAvimCFdvUMTyucD4mnIndt/xhRKFAlky0CyFogdnNmdPQNoHI23msF/2V4mpTxMzgMdjK4+YRlFlRQZw==", "dev": true, "license": "ISC" }, @@ -3591,9 +3275,9 @@ } }, "node_modules/envinfo": { - "version": "7.13.0", - "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.13.0.tgz", - "integrity": "sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q==", + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.14.0.tgz", + "integrity": "sha512-CO40UI41xDQzhLB1hWyqUKgFhs250pNcGbyGKe1l/e4FSaI/+YE4IMG76GDt0In67WLPACIITC+sOi08x4wIvg==", "dev": true, "license": "MIT", "bin": { @@ -3634,9 +3318,9 @@ "license": "MIT" }, "node_modules/escalade": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", - "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", "dev": true, "license": "MIT", "engines": { @@ -3975,18 +3659,18 @@ } }, "node_modules/form-data": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", - "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz", + "integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==", "dev": true, "license": "MIT", "dependencies": { "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", + "combined-stream": "^1.0.8", "mime-types": "^2.1.12" }, "engines": { - "node": ">= 0.12" + "node": ">= 6" } }, "node_modules/fs-extra": { @@ -4200,13 +3884,13 @@ "license": "ISC" }, "node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, "license": "MIT", "engines": { - "node": ">=4" + "node": ">=8" } }, "node_modules/has-property-descriptors": { @@ -4262,15 +3946,15 @@ } }, "node_modules/http-signature": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.3.6.tgz", - "integrity": "sha512-3adrsD6zqo4GsTqtO7FyrejHNv+NgiIfAfv68+jVlFmSr9OGy7zrxONceFRLKvnnZA5jbxQBX1u9PpB6Wi32Gw==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.4.0.tgz", + "integrity": "sha512-G5akfn7eKbpDN+8nPS/cb57YeA1jLTVxjpCj7tmm3QKPdyDy7T+qSC40e9ptydSWvkwjSXw1VbkpyEm39ukeAg==", "dev": true, "license": "MIT", "dependencies": { "assert-plus": "^1.0.0", "jsprim": "^2.0.2", - "sshpk": "^1.14.1" + "sshpk": "^1.18.0" }, "engines": { "node": ">=0.10" @@ -4403,23 +4087,10 @@ "node": ">=8" } }, - "node_modules/is-ci": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-3.0.1.tgz", - "integrity": "sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ci-info": "^3.2.0" - }, - "bin": { - "is-ci": "bin.js" - } - }, "node_modules/is-core-module": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.0.tgz", - "integrity": "sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==", + "version": "2.15.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz", + "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==", "dev": true, "license": "MIT", "dependencies": { @@ -4590,32 +4261,6 @@ "node": ">= 10.13.0" } }, - "node_modules/jest-worker/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-worker/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, "node_modules/jquery": { "version": "3.7.1", "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz", @@ -4636,16 +4281,16 @@ "license": "MIT" }, "node_modules/jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz", + "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", "dev": true, "license": "MIT", "bin": { "jsesc": "bin/jsesc" }, "engines": { - "node": ">=4" + "node": ">=6" } }, "node_modules/json-parse-even-better-errors": { @@ -4842,82 +4487,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/log-symbols/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/log-symbols/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/log-symbols/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/log-symbols/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true, - "license": "MIT" - }, - "node_modules/log-symbols/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/log-symbols/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/log-update": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz", @@ -4937,42 +4506,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/log-update/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/log-update/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/log-update/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true, - "license": "MIT" - }, "node_modules/log-update/node_modules/slice-ansi": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", @@ -5126,9 +4659,9 @@ } }, "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true, "license": "MIT" }, @@ -5190,9 +4723,9 @@ } }, "node_modules/object-inspect": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz", - "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==", + "version": "1.13.3", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.3.tgz", + "integrity": "sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==", "dev": true, "license": "MIT", "engines": { @@ -5342,9 +4875,9 @@ "license": "MIT" }, "node_modules/picocolors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", - "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", "dev": true, "license": "ISC" }, @@ -5397,9 +4930,9 @@ } }, "node_modules/postcss": { - "version": "8.4.41", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz", - "integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==", + "version": "8.4.49", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", + "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", "dev": true, "funding": [ { @@ -5418,8 +4951,8 @@ "license": "MIT", "dependencies": { "nanoid": "^3.3.7", - "picocolors": "^1.0.1", - "source-map-js": "^1.2.0" + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" }, "engines": { "node": "^10 || ^12 || >=14" @@ -5439,14 +4972,14 @@ } }, "node_modules/postcss-modules-local-by-default": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.5.tgz", - "integrity": "sha512-6MieY7sIfTK0hYfafw1OMEG+2bg8Q1ocHCpoWLqOKj3JXlKu4G7btkmM/B7lFubYkYWmRSPLZi5chid63ZaZYw==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.1.0.tgz", + "integrity": "sha512-rm0bdSv4jC3BDma3s9H19ZddW0aHX6EoqwDYU2IfZhRN+53QrufTRo2IdkAbRqLx4R2IYbZnbjKKxg4VN5oU9Q==", "dev": true, "license": "MIT", "dependencies": { "icss-utils": "^5.0.0", - "postcss-selector-parser": "^6.0.2", + "postcss-selector-parser": "^7.0.0", "postcss-value-parser": "^4.1.0" }, "engines": { @@ -5457,13 +4990,13 @@ } }, "node_modules/postcss-modules-scope": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.0.tgz", - "integrity": "sha512-oq+g1ssrsZOsx9M96c5w8laRmvEu9C3adDSjI8oTcbfkrTE8hx/zfyobUoWIxaKPO8bt6S62kxpw5GqypEw1QQ==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.1.tgz", + "integrity": "sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==", "dev": true, "license": "ISC", "dependencies": { - "postcss-selector-parser": "^6.0.4" + "postcss-selector-parser": "^7.0.0" }, "engines": { "node": "^10 || ^12 || >= 14" @@ -5489,9 +5022,9 @@ } }, "node_modules/postcss-selector-parser": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", - "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz", + "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==", "dev": true, "license": "MIT", "dependencies": { @@ -5539,17 +5072,10 @@ "dev": true, "license": "MIT" }, - "node_modules/psl": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", - "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==", - "dev": true, - "license": "MIT" - }, "node_modules/pump": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", - "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.2.tgz", + "integrity": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==", "dev": true, "license": "MIT", "dependencies": { @@ -5568,13 +5094,13 @@ } }, "node_modules/qs": { - "version": "6.10.4", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.4.tgz", - "integrity": "sha512-OQiU+C+Ds5qiH91qh/mg0w+8nwQuLjM4F4M/PbmhDOoYehPh+Fb0bDjtR1sOvy7YKxvj28Y/M0PhP5uVX0kB+g==", + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", + "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", "dev": true, "license": "BSD-3-Clause", "dependencies": { - "side-channel": "^1.0.4" + "side-channel": "^1.0.6" }, "engines": { "node": ">=0.6" @@ -5583,13 +5109,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/querystringify": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", - "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", - "dev": true, - "license": "MIT" - }, "node_modules/randombytes": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", @@ -5632,12 +5151,12 @@ "license": "MIT" }, "node_modules/react-router": { - "version": "6.26.1", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.26.1.tgz", - "integrity": "sha512-kIwJveZNwp7teQRI5QmwWo39A5bXRyqpH0COKKmPnyD2vBvDwgFXSqDUYtt1h+FEyfnE8eXr7oe0MxRzVwCcvQ==", + "version": "6.28.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.28.0.tgz", + "integrity": "sha512-HrYdIFqdrnhDw0PqG/AKjAqEqM7AvxCz0DQ4h2W8k6nqmc5uRBYDag0SBxx9iYz5G8gnuNVLzUe13wl9eAsXXg==", "license": "MIT", "dependencies": { - "@remix-run/router": "1.19.1" + "@remix-run/router": "1.21.0" }, "engines": { "node": ">=14.0.0" @@ -5647,13 +5166,13 @@ } }, "node_modules/react-router-dom": { - "version": "6.26.1", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.26.1.tgz", - "integrity": "sha512-veut7m41S1fLql4pLhxeSW3jlqs+4MtjRLj0xvuCEXsxusJCbs6I8yn9BxzzDX2XDgafrccY6hwjmd/bL54tFw==", + "version": "6.28.0", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.28.0.tgz", + "integrity": "sha512-kQ7Unsl5YdyOltsPGl31zOjLrDv+m2VcIEcIHqYYD3Lp0UppLjrzcfJqDJwXxFw3TH/yvapbnUvPlAj7Kx5nbg==", "license": "MIT", "dependencies": { - "@remix-run/router": "1.19.1", - "react-router": "6.26.1" + "@remix-run/router": "1.21.0", + "react-router": "6.28.0" }, "engines": { "node": ">=14.0.0" @@ -5698,9 +5217,9 @@ "license": "MIT" }, "node_modules/regenerate-unicode-properties": { - "version": "10.1.1", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", - "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz", + "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==", "dev": true, "license": "MIT", "dependencies": { @@ -5728,16 +5247,16 @@ } }, "node_modules/regexpu-core": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", - "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.1.1.tgz", + "integrity": "sha512-k67Nb9jvwJcJmVpw0jPttR1/zVfnKf8Km0IPatrU/zJ5XeG3+Slx0xLXs9HByJSzXzrlz5EDvN6yLNMDc2qdnw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/regjsgen": "^0.8.0", "regenerate": "^1.4.2", - "regenerate-unicode-properties": "^10.1.0", - "regjsparser": "^0.9.1", + "regenerate-unicode-properties": "^10.2.0", + "regjsgen": "^0.8.0", + "regjsparser": "^0.11.0", "unicode-match-property-ecmascript": "^2.0.0", "unicode-match-property-value-ecmascript": "^2.1.0" }, @@ -5745,28 +5264,26 @@ "node": ">=4" } }, + "node_modules/regjsgen": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.8.0.tgz", + "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==", + "dev": true, + "license": "MIT" + }, "node_modules/regjsparser": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", - "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.11.2.tgz", + "integrity": "sha512-3OGZZ4HoLJkkAZx/48mTXJNlmqTGOzc0o9OWQPuWpkOlXXPbyN6OafCcoXUnBqE2D3f/T5L+pWc1kdEmnfnRsA==", "dev": true, "license": "BSD-2-Clause", "dependencies": { - "jsesc": "~0.5.0" + "jsesc": "~3.0.2" }, "bin": { "regjsparser": "bin/parser" } }, - "node_modules/regjsparser/node_modules/jsesc": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", - "dev": true, - "bin": { - "jsesc": "bin/jsesc" - } - }, "node_modules/request-progress": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/request-progress/-/request-progress-3.0.0.tgz", @@ -5777,13 +5294,6 @@ "throttleit": "^1.0.0" } }, - "node_modules/requires-port": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", - "dev": true, - "license": "MIT" - }, "node_modules/resolve": { "version": "1.22.8", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", @@ -6037,42 +5547,6 @@ "node": ">=8" } }, - "node_modules/slice-ansi/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/slice-ansi/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/slice-ansi/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true, - "license": "MIT" - }, "node_modules/source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", @@ -6084,9 +5558,9 @@ } }, "node_modules/source-map-js": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", - "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", "dev": true, "license": "BSD-3-Clause", "engines": { @@ -6190,16 +5664,19 @@ } }, "node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", "dev": true, "license": "MIT", "dependencies": { - "has-flag": "^3.0.0" + "has-flag": "^4.0.0" }, "engines": { - "node": ">=4" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" } }, "node_modules/supports-preserve-symlinks-flag": { @@ -6226,9 +5703,9 @@ } }, "node_modules/terser": { - "version": "5.31.6", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.6.tgz", - "integrity": "sha512-PQ4DAriWzKj+qgehQ7LK5bQqCFNMmlhjR2PFFLuqGCpuCAauxemVBWwWOxo3UIwWQx8+Pr61Df++r76wDmkQBg==", + "version": "5.36.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.36.0.tgz", + "integrity": "sha512-IYV9eNMuFAV4THUspIRXkLakHnV6XO7FEdtKjf/mDyrnqUg9LnlOn6/RwRvM9SZjR4GUq8Nk8zj67FzVARr74w==", "dev": true, "license": "BSD-2-Clause", "dependencies": { @@ -6322,6 +5799,26 @@ "dev": true, "license": "MIT" }, + "node_modules/tldts": { + "version": "6.1.60", + "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.60.tgz", + "integrity": "sha512-TYVHm7G9NCnhgqOsFalbX6MG1Po5F4efF+tLfoeiOGQq48Oqgwcgz8upY2R1BHWa4aDrj28RYx0dkYJ63qCFMg==", + "dev": true, + "license": "MIT", + "dependencies": { + "tldts-core": "^6.1.60" + }, + "bin": { + "tldts": "bin/cli.js" + } + }, + "node_modules/tldts-core": { + "version": "6.1.60", + "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.60.tgz", + "integrity": "sha512-XHjoxak8SFQnHnmYHb3PcnW5TZ+9ErLZemZei3azuIRhQLw4IExsVbL3VZJdHcLeNaXq6NqawgpDPpjBOg4B5g==", + "dev": true, + "license": "MIT" + }, "node_modules/tmp": { "version": "0.2.3", "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz", @@ -6332,16 +5829,6 @@ "node": ">=14.14" } }, - "node_modules/to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, "node_modules/to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", @@ -6357,35 +5844,32 @@ } }, "node_modules/tough-cookie": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz", - "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.0.0.tgz", + "integrity": "sha512-FRKsF7cz96xIIeMZ82ehjC3xW2E+O2+v11udrDYewUbszngYhsGa8z6YUMMzO9QJZzzyd0nGGXnML/TReX6W8Q==", "dev": true, "license": "BSD-3-Clause", "dependencies": { - "psl": "^1.1.33", - "punycode": "^2.1.1", - "universalify": "^0.2.0", - "url-parse": "^1.5.3" + "tldts": "^6.1.32" }, "engines": { - "node": ">=6" + "node": ">=16" } }, - "node_modules/tough-cookie/node_modules/universalify": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", - "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", + "node_modules/tree-kill": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", + "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", "dev": true, "license": "MIT", - "engines": { - "node": ">= 4.0.0" + "bin": { + "tree-kill": "cli.js" } }, "node_modules/tslib": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", - "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", "dev": true, "license": "0BSD" }, @@ -6430,9 +5914,9 @@ "license": "MIT" }, "node_modules/unicode-canonical-property-names-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", - "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz", + "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==", "dev": true, "license": "MIT", "engines": { @@ -6454,9 +5938,9 @@ } }, "node_modules/unicode-match-property-value-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", - "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz", + "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==", "dev": true, "license": "MIT", "engines": { @@ -6494,9 +5978,9 @@ } }, "node_modules/update-browserslist-db": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz", - "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz", + "integrity": "sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==", "dev": true, "funding": [ { @@ -6514,8 +5998,8 @@ ], "license": "MIT", "dependencies": { - "escalade": "^3.1.2", - "picocolors": "^1.0.1" + "escalade": "^3.2.0", + "picocolors": "^1.1.0" }, "bin": { "update-browserslist-db": "cli.js" @@ -6581,17 +6065,6 @@ "url": "https://opencollective.com/webpack" } }, - "node_modules/url-parse": { - "version": "1.5.10", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", - "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "querystringify": "^2.1.1", - "requires-port": "^1.0.0" - } - }, "node_modules/util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", @@ -6639,22 +6112,21 @@ } }, "node_modules/webpack": { - "version": "5.93.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.93.0.tgz", - "integrity": "sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==", + "version": "5.96.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.96.1.tgz", + "integrity": "sha512-l2LlBSvVZGhL4ZrPwyr8+37AunkcYj5qh8o6u2/2rzoPc8gxFJkLj1WxNgooi9pnoc06jh0BjuXnamM4qlujZA==", "dev": true, "license": "MIT", "dependencies": { - "@types/eslint-scope": "^3.7.3", - "@types/estree": "^1.0.5", + "@types/eslint-scope": "^3.7.7", + "@types/estree": "^1.0.6", "@webassemblyjs/ast": "^1.12.1", "@webassemblyjs/wasm-edit": "^1.12.1", "@webassemblyjs/wasm-parser": "^1.12.1", - "acorn": "^8.7.1", - "acorn-import-attributes": "^1.9.5", - "browserslist": "^4.21.10", + "acorn": "^8.14.0", + "browserslist": "^4.24.0", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.17.0", + "enhanced-resolve": "^5.17.1", "es-module-lexer": "^1.2.1", "eslint-scope": "5.1.1", "events": "^3.2.0", @@ -6829,42 +6301,6 @@ "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, - "node_modules/wrap-ansi/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/wrap-ansi/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/wrap-ansi/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true, - "license": "MIT" - }, "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", diff --git a/mephisto/review_app/client/package-lock.json b/mephisto/review_app/client/package-lock.json index cd2ef5f5a..cae17731f 100644 --- a/mephisto/review_app/client/package-lock.json +++ b/mephisto/review_app/client/package-lock.json @@ -26,15 +26,10 @@ "web-vitals": "^2.1.4" } }, - "node_modules/@aashutoshrathi/word-wrap": { - "version": "1.2.6", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/@alloc/quick-lru": { "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", + "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", "license": "MIT", "engines": { "node": ">=10" @@ -45,6 +40,8 @@ }, "node_modules/@ampproject/remapping": { "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", + "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", "license": "Apache-2.0", "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", @@ -55,37 +52,44 @@ } }, "node_modules/@babel/code-frame": { - "version": "7.23.5", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz", + "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==", "license": "MIT", "dependencies": { - "@babel/highlight": "^7.23.4", - "chalk": "^2.4.2" + "@babel/helper-validator-identifier": "^7.25.9", + "js-tokens": "^4.0.0", + "picocolors": "^1.0.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/compat-data": { - "version": "7.23.5", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.2.tgz", + "integrity": "sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==", "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.24.0", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.0.tgz", + "integrity": "sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==", "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.23.5", - "@babel/generator": "^7.23.6", - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helpers": "^7.24.0", - "@babel/parser": "^7.24.0", - "@babel/template": "^7.24.0", - "@babel/traverse": "^7.24.0", - "@babel/types": "^7.24.0", + "@babel/code-frame": "^7.26.0", + "@babel/generator": "^7.26.0", + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-module-transforms": "^7.26.0", + "@babel/helpers": "^7.26.0", + "@babel/parser": "^7.26.0", + "@babel/template": "^7.25.9", + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.26.0", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -102,13 +106,17 @@ }, "node_modules/@babel/core/node_modules/semver": { "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/eslint-parser": { - "version": "7.23.10", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.9.tgz", + "integrity": "sha512-5UXfgpK0j0Xr/xIdgdLEhOFxaDZ0bRPWJJchRpqOSur/3rZoPbqqki5mm0p4NE2cs28krBEiSM2MB7//afRSQQ==", "license": "MIT", "dependencies": { "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", @@ -120,11 +128,13 @@ }, "peerDependencies": { "@babel/core": "^7.11.0", - "eslint": "^7.5.0 || ^8.0.0" + "eslint": "^7.5.0 || ^8.0.0 || ^9.0.0" } }, "node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", + "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", "license": "Apache-2.0", "engines": { "node": ">=10" @@ -132,51 +142,63 @@ }, "node_modules/@babel/eslint-parser/node_modules/semver": { "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/generator": { - "version": "7.23.6", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.2.tgz", + "integrity": "sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==", "license": "MIT", "dependencies": { - "@babel/types": "^7.23.6", - "@jridgewell/gen-mapping": "^0.3.2", - "@jridgewell/trace-mapping": "^0.3.17", - "jsesc": "^2.5.1" + "@babel/parser": "^7.26.2", + "@babel/types": "^7.26.0", + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25", + "jsesc": "^3.0.2" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-annotate-as-pure": { - "version": "7.22.5", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz", + "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==", "license": "MIT", "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.22.15", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.25.9.tgz", + "integrity": "sha512-C47lC7LIDCnz0h4vai/tpNOI95tCd5ZT3iBt/DBH5lXKHZsyNQv18yf1wIIg2ntiQNgmAvA+DgZ82iW8Qdym8g==", "license": "MIT", "dependencies": { - "@babel/types": "^7.22.15" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.23.6", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz", + "integrity": "sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==", "license": "MIT", "dependencies": { - "@babel/compat-data": "^7.23.5", - "@babel/helper-validator-option": "^7.23.5", - "browserslist": "^4.22.2", + "@babel/compat-data": "^7.25.9", + "@babel/helper-validator-option": "^7.25.9", + "browserslist": "^4.24.0", "lru-cache": "^5.1.1", "semver": "^6.3.1" }, @@ -186,23 +208,25 @@ }, "node_modules/@babel/helper-compilation-targets/node_modules/semver": { "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.24.0", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.9.tgz", + "integrity": "sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==", "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-member-expression-to-functions": "^7.23.0", - "@babel/helper-optimise-call-expression": "^7.22.5", - "@babel/helper-replace-supers": "^7.22.20", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-member-expression-to-functions": "^7.25.9", + "@babel/helper-optimise-call-expression": "^7.25.9", + "@babel/helper-replace-supers": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", + "@babel/traverse": "^7.25.9", "semver": "^6.3.1" }, "engines": { @@ -214,17 +238,21 @@ }, "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": { "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.22.15", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.9.tgz", + "integrity": "sha512-ORPNZ3h6ZRkOyAa/SaHU+XsLZr0UQzRwuDQ0cczIA17nAzZ+85G5cVkOJIj7QavLZGSe8QXUmNFxSZzjcZF9bw==", "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "regexpu-core": "^5.3.1", + "@babel/helper-annotate-as-pure": "^7.25.9", + "regexpu-core": "^6.1.1", "semver": "^6.3.1" }, "engines": { @@ -236,13 +264,17 @@ }, "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": { "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.5.0", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.3.tgz", + "integrity": "sha512-HK7Bi+Hj6H+VTHA3ZvBis7V/6hu9QuTrnMXNybfUf2iiuU/N97I8VjB+KbhFF8Rld/Lx5MzoCwPCpPjfK+n8Cg==", "license": "MIT", "dependencies": { "@babel/helper-compilation-targets": "^7.22.6", @@ -255,63 +287,41 @@ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" } }, - "node_modules/@babel/helper-environment-visitor": { - "version": "7.22.20", - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-function-name": { - "version": "7.23.0", - "license": "MIT", - "dependencies": { - "@babel/template": "^7.22.15", - "@babel/types": "^7.23.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-hoist-variables": { - "version": "7.22.5", - "license": "MIT", - "dependencies": { - "@babel/types": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.23.0", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz", + "integrity": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==", "license": "MIT", "dependencies": { - "@babel/types": "^7.23.0" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-imports": { - "version": "7.22.15", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz", + "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==", "license": "MIT", "dependencies": { - "@babel/types": "^7.22.15" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.23.3", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz", + "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==", "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-module-imports": "^7.22.15", - "@babel/helper-simple-access": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/helper-validator-identifier": "^7.22.20" + "@babel/helper-module-imports": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -321,29 +331,35 @@ } }, "node_modules/@babel/helper-optimise-call-expression": { - "version": "7.22.5", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz", + "integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==", "license": "MIT", "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.24.0", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz", + "integrity": "sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==", "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-remap-async-to-generator": { - "version": "7.22.20", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz", + "integrity": "sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==", "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-wrap-function": "^7.22.20" + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-wrap-function": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -353,12 +369,14 @@ } }, "node_modules/@babel/helper-replace-supers": { - "version": "7.22.20", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.9.tgz", + "integrity": "sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==", "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-member-expression-to-functions": "^7.22.15", - "@babel/helper-optimise-call-expression": "^7.22.5" + "@babel/helper-member-expression-to-functions": "^7.25.9", + "@babel/helper-optimise-call-expression": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -368,107 +386,138 @@ } }, "node_modules/@babel/helper-simple-access": { - "version": "7.22.5", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.25.9.tgz", + "integrity": "sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q==", "license": "MIT", "dependencies": { - "@babel/types": "^7.22.5" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.22.5", - "license": "MIT", - "dependencies": { - "@babel/types": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-split-export-declaration": { - "version": "7.22.6", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz", + "integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==", "license": "MIT", "dependencies": { - "@babel/types": "^7.22.5" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-string-parser": { - "version": "7.23.4", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", + "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.22.20", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", + "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-option": { - "version": "7.23.5", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz", + "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==", "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-wrap-function": { - "version": "7.22.20", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.9.tgz", + "integrity": "sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==", "license": "MIT", "dependencies": { - "@babel/helper-function-name": "^7.22.5", - "@babel/template": "^7.22.15", - "@babel/types": "^7.22.19" + "@babel/template": "^7.25.9", + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helpers": { - "version": "7.24.0", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.0.tgz", + "integrity": "sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==", "license": "MIT", "dependencies": { - "@babel/template": "^7.24.0", - "@babel/traverse": "^7.24.0", - "@babel/types": "^7.24.0" + "@babel/template": "^7.25.9", + "@babel/types": "^7.26.0" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/highlight": { - "version": "7.23.4", + "node_modules/@babel/parser": { + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.2.tgz", + "integrity": "sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==", + "license": "MIT", + "dependencies": { + "@babel/types": "^7.26.0" + }, + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz", + "integrity": "sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==", "license": "MIT", "dependencies": { - "@babel/helper-validator-identifier": "^7.22.20", - "chalk": "^2.4.2", - "js-tokens": "^4.0.0" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" } }, - "node_modules/@babel/parser": { - "version": "7.24.0", + "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.9.tgz", + "integrity": "sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==", "license": "MIT", - "bin": { - "parser": "bin/babel-parser.js" + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { - "node": ">=6.0.0" + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" } }, "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.9.tgz", + "integrity": "sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -478,12 +527,14 @@ } }, "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.9.tgz", + "integrity": "sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/plugin-transform-optional-chaining": "^7.23.3" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", + "@babel/plugin-transform-optional-chaining": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -493,11 +544,13 @@ } }, "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { - "version": "7.23.7", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.9.tgz", + "integrity": "sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==", "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -508,6 +561,9 @@ }, "node_modules/@babel/plugin-proposal-class-properties": { "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", + "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.", "license": "MIT", "dependencies": { "@babel/helper-create-class-features-plugin": "^7.18.6", @@ -521,12 +577,14 @@ } }, "node_modules/@babel/plugin-proposal-decorators": { - "version": "7.24.0", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.25.9.tgz", + "integrity": "sha512-smkNLL/O1ezy9Nhy4CNosc4Va+1wo5w4gzSZeLe6y6dM4mmHfYOCPolXQPHQxonZCF+ZyebxN9vqOolkYrSn5g==", "license": "MIT", "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.24.0", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/plugin-syntax-decorators": "^7.24.0" + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/plugin-syntax-decorators": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -537,6 +595,9 @@ }, "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": { "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz", + "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.18.6", @@ -551,6 +612,9 @@ }, "node_modules/@babel/plugin-proposal-numeric-separator": { "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", + "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead.", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.18.6", @@ -565,6 +629,9 @@ }, "node_modules/@babel/plugin-proposal-optional-chaining": { "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz", + "integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.20.2", @@ -580,6 +647,9 @@ }, "node_modules/@babel/plugin-proposal-private-methods": { "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz", + "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead.", "license": "MIT", "dependencies": { "@babel/helper-create-class-features-plugin": "^7.18.6", @@ -594,6 +664,8 @@ }, "node_modules/@babel/plugin-proposal-private-property-in-object": { "version": "7.21.0-placeholder-for-preset-env.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", + "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", "license": "MIT", "engines": { "node": ">=6.9.0" @@ -604,6 +676,8 @@ }, "node_modules/@babel/plugin-syntax-async-generators": { "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" @@ -614,6 +688,8 @@ }, "node_modules/@babel/plugin-syntax-bigint": { "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", + "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" @@ -624,6 +700,8 @@ }, "node_modules/@babel/plugin-syntax-class-properties": { "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", + "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.12.13" @@ -634,6 +712,8 @@ }, "node_modules/@babel/plugin-syntax-class-static-block": { "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", + "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" @@ -646,10 +726,12 @@ } }, "node_modules/@babel/plugin-syntax-decorators": { - "version": "7.24.0", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.25.9.tgz", + "integrity": "sha512-ryzI0McXUPJnRCvMo4lumIKZUzhYUO/ScI+Mz4YVaTLt04DHNSjEUjKVvbzQjZFLuod/cYEc07mJWhzl6v4DPg==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -658,31 +740,13 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, "node_modules/@babel/plugin-syntax-flow": { - "version": "7.23.3", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.26.0.tgz", + "integrity": "sha512-B+O2DnPc0iG+YXFqOxv2WNuNU97ToWjOomUQ78DouOENWUaM5sVrmet9mcomUGQFwpJd//gvUagXBSdzO1fRKg==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -692,10 +756,12 @@ } }, "node_modules/@babel/plugin-syntax-import-assertions": { - "version": "7.23.3", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz", + "integrity": "sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -705,10 +771,12 @@ } }, "node_modules/@babel/plugin-syntax-import-attributes": { - "version": "7.23.3", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz", + "integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -719,6 +787,8 @@ }, "node_modules/@babel/plugin-syntax-import-meta": { "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", + "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.10.4" @@ -729,6 +799,8 @@ }, "node_modules/@babel/plugin-syntax-json-strings": { "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" @@ -738,10 +810,12 @@ } }, "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz", + "integrity": "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -752,6 +826,8 @@ }, "node_modules/@babel/plugin-syntax-logical-assignment-operators": { "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", + "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.10.4" @@ -762,6 +838,8 @@ }, "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" @@ -772,6 +850,8 @@ }, "node_modules/@babel/plugin-syntax-numeric-separator": { "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.10.4" @@ -782,6 +862,8 @@ }, "node_modules/@babel/plugin-syntax-object-rest-spread": { "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" @@ -792,6 +874,8 @@ }, "node_modules/@babel/plugin-syntax-optional-catch-binding": { "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" @@ -802,6 +886,8 @@ }, "node_modules/@babel/plugin-syntax-optional-chaining": { "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" @@ -812,6 +898,8 @@ }, "node_modules/@babel/plugin-syntax-private-property-in-object": { "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", + "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" @@ -825,6 +913,8 @@ }, "node_modules/@babel/plugin-syntax-top-level-await": { "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", + "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" @@ -837,10 +927,12 @@ } }, "node_modules/@babel/plugin-syntax-typescript": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz", + "integrity": "sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -851,6 +943,8 @@ }, "node_modules/@babel/plugin-syntax-unicode-sets-regex": { "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", + "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.18.6", @@ -864,10 +958,12 @@ } }, "node_modules/@babel/plugin-transform-arrow-functions": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.25.9.tgz", + "integrity": "sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -877,13 +973,14 @@ } }, "node_modules/@babel/plugin-transform-async-generator-functions": { - "version": "7.23.9", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.9.tgz", + "integrity": "sha512-RXV6QAzTBbhDMO9fWwOmwwTuYaiPbggWQ9INdZqAYeSHyG7FzQ+nOZaUUjNwKv9pV3aE4WFqFm1Hnbci5tBCAw==", "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-remap-async-to-generator": "^7.22.20", - "@babel/plugin-syntax-async-generators": "^7.8.4" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-remap-async-to-generator": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -893,12 +990,14 @@ } }, "node_modules/@babel/plugin-transform-async-to-generator": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.9.tgz", + "integrity": "sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==", "license": "MIT", "dependencies": { - "@babel/helper-module-imports": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-remap-async-to-generator": "^7.22.20" + "@babel/helper-module-imports": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-remap-async-to-generator": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -908,10 +1007,12 @@ } }, "node_modules/@babel/plugin-transform-block-scoped-functions": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.25.9.tgz", + "integrity": "sha512-toHc9fzab0ZfenFpsyYinOX0J/5dgJVA2fm64xPewu7CoYHWEivIWKxkK2rMi4r3yQqLnVmheMXRdG+k239CgA==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -921,10 +1022,12 @@ } }, "node_modules/@babel/plugin-transform-block-scoping": { - "version": "7.23.4", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.9.tgz", + "integrity": "sha512-1F05O7AYjymAtqbsFETboN1NvBdcnzMerO+zlMyJBEz6WkMdejvGWw9p05iTSjC85RLlBseHHQpYaM4gzJkBGg==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -934,11 +1037,13 @@ } }, "node_modules/@babel/plugin-transform-class-properties": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.9.tgz", + "integrity": "sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==", "license": "MIT", "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -948,12 +1053,13 @@ } }, "node_modules/@babel/plugin-transform-class-static-block": { - "version": "7.23.4", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz", + "integrity": "sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==", "license": "MIT", "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-class-static-block": "^7.14.5" + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -963,16 +1069,16 @@ } }, "node_modules/@babel/plugin-transform-classes": { - "version": "7.23.8", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.9.tgz", + "integrity": "sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==", "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-replace-supers": "^7.22.20", - "@babel/helper-split-export-declaration": "^7.22.6", + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-replace-supers": "^7.25.9", + "@babel/traverse": "^7.25.9", "globals": "^11.1.0" }, "engines": { @@ -983,11 +1089,13 @@ } }, "node_modules/@babel/plugin-transform-computed-properties": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.9.tgz", + "integrity": "sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/template": "^7.22.15" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/template": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -997,10 +1105,12 @@ } }, "node_modules/@babel/plugin-transform-destructuring": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.25.9.tgz", + "integrity": "sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1010,11 +1120,13 @@ } }, "node_modules/@babel/plugin-transform-dotall-regex": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.25.9.tgz", + "integrity": "sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==", "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1024,10 +1136,12 @@ } }, "node_modules/@babel/plugin-transform-duplicate-keys": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.25.9.tgz", + "integrity": "sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1036,12 +1150,29 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.9.tgz", + "integrity": "sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==", + "license": "MIT", + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, "node_modules/@babel/plugin-transform-dynamic-import": { - "version": "7.23.4", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.9.tgz", + "integrity": "sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1051,11 +1182,13 @@ } }, "node_modules/@babel/plugin-transform-exponentiation-operator": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.25.9.tgz", + "integrity": "sha512-KRhdhlVk2nObA5AYa7QMgTMTVJdfHprfpAk4DjZVtllqRg9qarilstTKEhpVjyt+Npi8ThRyiV8176Am3CodPA==", "license": "MIT", "dependencies": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1065,11 +1198,12 @@ } }, "node_modules/@babel/plugin-transform-export-namespace-from": { - "version": "7.23.4", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.9.tgz", + "integrity": "sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1079,11 +1213,13 @@ } }, "node_modules/@babel/plugin-transform-flow-strip-types": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.25.9.tgz", + "integrity": "sha512-/VVukELzPDdci7UUsWQaSkhgnjIWXnIyRpM02ldxaVoFK96c41So8JcKT3m0gYjyv7j5FNPGS5vfELrWalkbDA==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-flow": "^7.23.3" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/plugin-syntax-flow": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1093,11 +1229,13 @@ } }, "node_modules/@babel/plugin-transform-for-of": { - "version": "7.23.6", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz", + "integrity": "sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1107,12 +1245,14 @@ } }, "node_modules/@babel/plugin-transform-function-name": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.9.tgz", + "integrity": "sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==", "license": "MIT", "dependencies": { - "@babel/helper-compilation-targets": "^7.22.15", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1122,11 +1262,12 @@ } }, "node_modules/@babel/plugin-transform-json-strings": { - "version": "7.23.4", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.9.tgz", + "integrity": "sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-json-strings": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1136,10 +1277,12 @@ } }, "node_modules/@babel/plugin-transform-literals": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.9.tgz", + "integrity": "sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1149,11 +1292,12 @@ } }, "node_modules/@babel/plugin-transform-logical-assignment-operators": { - "version": "7.23.4", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.9.tgz", + "integrity": "sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1163,10 +1307,12 @@ } }, "node_modules/@babel/plugin-transform-member-expression-literals": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.25.9.tgz", + "integrity": "sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1176,11 +1322,13 @@ } }, "node_modules/@babel/plugin-transform-modules-amd": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.25.9.tgz", + "integrity": "sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==", "license": "MIT", "dependencies": { - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1190,12 +1338,14 @@ } }, "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.25.9.tgz", + "integrity": "sha512-dwh2Ol1jWwL2MgkCzUSOvfmKElqQcuswAZypBSUsScMXvgdT8Ekq5YA6TtqpTVWH+4903NmboMuH1o9i8Rxlyg==", "license": "MIT", "dependencies": { - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-simple-access": "^7.22.5" + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-simple-access": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1205,13 +1355,15 @@ } }, "node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.23.9", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.9.tgz", + "integrity": "sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==", "license": "MIT", "dependencies": { - "@babel/helper-hoist-variables": "^7.22.5", - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-validator-identifier": "^7.22.20" + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1221,11 +1373,13 @@ } }, "node_modules/@babel/plugin-transform-modules-umd": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.25.9.tgz", + "integrity": "sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==", "license": "MIT", "dependencies": { - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1235,11 +1389,13 @@ } }, "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.22.5", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.25.9.tgz", + "integrity": "sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==", "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1249,10 +1405,12 @@ } }, "node_modules/@babel/plugin-transform-new-target": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.25.9.tgz", + "integrity": "sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1262,11 +1420,12 @@ } }, "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { - "version": "7.23.4", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.25.9.tgz", + "integrity": "sha512-ENfftpLZw5EItALAD4WsY/KUWvhUlZndm5GC7G3evUsVeSJB6p0pBeLQUnRnBCBx7zV0RKQjR9kCuwrsIrjWog==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1276,11 +1435,12 @@ } }, "node_modules/@babel/plugin-transform-numeric-separator": { - "version": "7.23.4", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.9.tgz", + "integrity": "sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1290,14 +1450,14 @@ } }, "node_modules/@babel/plugin-transform-object-rest-spread": { - "version": "7.24.0", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.9.tgz", + "integrity": "sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==", "license": "MIT", "dependencies": { - "@babel/compat-data": "^7.23.5", - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.23.3" + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/plugin-transform-parameters": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1307,11 +1467,13 @@ } }, "node_modules/@babel/plugin-transform-object-super": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.25.9.tgz", + "integrity": "sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-replace-supers": "^7.22.20" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-replace-supers": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1321,11 +1483,12 @@ } }, "node_modules/@babel/plugin-transform-optional-catch-binding": { - "version": "7.23.4", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.25.9.tgz", + "integrity": "sha512-qM/6m6hQZzDcZF3onzIhZeDHDO43bkNNlOX0i8n3lR6zLbu0GN2d8qfM/IERJZYauhAHSLHy39NF0Ctdvcid7g==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1335,12 +1498,13 @@ } }, "node_modules/@babel/plugin-transform-optional-chaining": { - "version": "7.23.4", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.9.tgz", + "integrity": "sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/plugin-syntax-optional-chaining": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1350,10 +1514,12 @@ } }, "node_modules/@babel/plugin-transform-parameters": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.9.tgz", + "integrity": "sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1363,11 +1529,13 @@ } }, "node_modules/@babel/plugin-transform-private-methods": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.9.tgz", + "integrity": "sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==", "license": "MIT", "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1377,13 +1545,14 @@ } }, "node_modules/@babel/plugin-transform-private-property-in-object": { - "version": "7.23.4", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.25.9.tgz", + "integrity": "sha512-Evf3kcMqzXA3xfYJmZ9Pg1OvKdtqsDMSWBDzZOPLvHiTt36E75jLDQo5w1gtRU95Q4E5PDttrTf25Fw8d/uWLw==", "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-create-class-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5" + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1393,10 +1562,12 @@ } }, "node_modules/@babel/plugin-transform-property-literals": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.25.9.tgz", + "integrity": "sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1406,10 +1577,12 @@ } }, "node_modules/@babel/plugin-transform-react-constant-elements": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.25.9.tgz", + "integrity": "sha512-Ncw2JFsJVuvfRsa2lSHiC55kETQVLSnsYGQ1JDDwkUeWGTL/8Tom8aLTnlqgoeuopWrbbGndrc9AlLYrIosrow==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1419,10 +1592,12 @@ } }, "node_modules/@babel/plugin-transform-react-display-name": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.25.9.tgz", + "integrity": "sha512-KJfMlYIUxQB1CJfO3e0+h0ZHWOTLCPP115Awhaz8U0Zpq36Gl/cXlpoyMRnUWlhNUBAzldnCiAZNvCDj7CrKxQ==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1432,14 +1607,16 @@ } }, "node_modules/@babel/plugin-transform-react-jsx": { - "version": "7.23.4", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.9.tgz", + "integrity": "sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw==", "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-module-imports": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-jsx": "^7.23.3", - "@babel/types": "^7.23.4" + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-module-imports": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/plugin-syntax-jsx": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1449,10 +1626,12 @@ } }, "node_modules/@babel/plugin-transform-react-jsx-development": { - "version": "7.22.5", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.25.9.tgz", + "integrity": "sha512-9mj6rm7XVYs4mdLIpbZnHOYdpW42uoiBCTVowg7sP1thUOiANgMb4UtpRivR0pp5iL+ocvUv7X4mZgFRpJEzGw==", "license": "MIT", "dependencies": { - "@babel/plugin-transform-react-jsx": "^7.22.5" + "@babel/plugin-transform-react-jsx": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1462,11 +1641,13 @@ } }, "node_modules/@babel/plugin-transform-react-pure-annotations": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.25.9.tgz", + "integrity": "sha512-KQ/Takk3T8Qzj5TppkS1be588lkbTp5uj7w6a0LeQaTMSckU/wK0oJ/pih+T690tkgI5jfmg2TqDJvd41Sj1Cg==", "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1476,10 +1657,12 @@ } }, "node_modules/@babel/plugin-transform-regenerator": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.25.9.tgz", + "integrity": "sha512-vwDcDNsgMPDGP0nMqzahDWE5/MLcX8sv96+wfX7as7LoF/kr97Bo/7fI00lXY4wUXYfVmwIIyG80fGZ1uvt2qg==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-plugin-utils": "^7.25.9", "regenerator-transform": "^0.15.2" }, "engines": { @@ -1489,11 +1672,29 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/plugin-transform-regexp-modifiers": { + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz", + "integrity": "sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw==", + "license": "MIT", + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, "node_modules/@babel/plugin-transform-reserved-words": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.25.9.tgz", + "integrity": "sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1503,14 +1704,16 @@ } }, "node_modules/@babel/plugin-transform-runtime": { - "version": "7.24.0", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.25.9.tgz", + "integrity": "sha512-nZp7GlEl+yULJrClz0SwHPqir3lc0zsPrDHQUcxGspSL7AKrexNSEfTbfqnDNJUO13bgKyfuOLMF8Xqtu8j3YQ==", "license": "MIT", "dependencies": { - "@babel/helper-module-imports": "^7.22.15", - "@babel/helper-plugin-utils": "^7.24.0", - "babel-plugin-polyfill-corejs2": "^0.4.8", - "babel-plugin-polyfill-corejs3": "^0.9.0", - "babel-plugin-polyfill-regenerator": "^0.5.5", + "@babel/helper-module-imports": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "babel-plugin-polyfill-corejs2": "^0.4.10", + "babel-plugin-polyfill-corejs3": "^0.10.6", + "babel-plugin-polyfill-regenerator": "^0.6.1", "semver": "^6.3.1" }, "engines": { @@ -1522,16 +1725,20 @@ }, "node_modules/@babel/plugin-transform-runtime/node_modules/semver": { "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/plugin-transform-shorthand-properties": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.25.9.tgz", + "integrity": "sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1541,11 +1748,13 @@ } }, "node_modules/@babel/plugin-transform-spread": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.25.9.tgz", + "integrity": "sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1555,10 +1764,12 @@ } }, "node_modules/@babel/plugin-transform-sticky-regex": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.25.9.tgz", + "integrity": "sha512-WqBUSgeVwucYDP9U/xNRQam7xV8W5Zf+6Eo7T2SRVUFlhRiMNFdFz58u0KZmCVVqs2i7SHgpRnAhzRNmKfi2uA==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1568,10 +1779,12 @@ } }, "node_modules/@babel/plugin-transform-template-literals": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.25.9.tgz", + "integrity": "sha512-o97AE4syN71M/lxrCtQByzphAdlYluKPDBzDVzMmfCobUjjhAryZV0AIpRPrxN0eAkxXO6ZLEScmt+PNhj2OTw==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1581,10 +1794,12 @@ } }, "node_modules/@babel/plugin-transform-typeof-symbol": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.9.tgz", + "integrity": "sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1594,13 +1809,16 @@ } }, "node_modules/@babel/plugin-transform-typescript": { - "version": "7.23.6", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.9.tgz", + "integrity": "sha512-7PbZQZP50tzv2KGGnhh82GSyMB01yKY9scIjf1a+GfZCtInOWqUH5+1EBU4t9fyR5Oykkkc9vFTs4OHrhHXljQ==", "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-create-class-features-plugin": "^7.23.6", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-typescript": "^7.23.3" + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", + "@babel/plugin-syntax-typescript": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1610,10 +1828,12 @@ } }, "node_modules/@babel/plugin-transform-unicode-escapes": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.25.9.tgz", + "integrity": "sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1623,11 +1843,13 @@ } }, "node_modules/@babel/plugin-transform-unicode-property-regex": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.25.9.tgz", + "integrity": "sha512-Jt2d8Ga+QwRluxRQ307Vlxa6dMrYEMZCgGxoPR8V52rxPyldHu3hdlHspxaqYmE7oID5+kB+UKUB/eWS+DkkWg==", "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1637,11 +1859,13 @@ } }, "node_modules/@babel/plugin-transform-unicode-regex": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.25.9.tgz", + "integrity": "sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==", "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1651,11 +1875,13 @@ } }, "node_modules/@babel/plugin-transform-unicode-sets-regex": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.9.tgz", + "integrity": "sha512-8BYqO3GeVNHtx69fdPshN3fnzUNLrWdHhk/icSwigksJGczKSizZ+Z6SBCxTs723Fr5VSNorTIK7a+R2tISvwQ==", "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1665,88 +1891,79 @@ } }, "node_modules/@babel/preset-env": { - "version": "7.24.0", - "license": "MIT", - "dependencies": { - "@babel/compat-data": "^7.23.5", - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-validator-option": "^7.23.5", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.23.3", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.23.3", - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.23.7", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.26.0.tgz", + "integrity": "sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==", + "license": "MIT", + "dependencies": { + "@babel/compat-data": "^7.26.0", + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-validator-option": "^7.25.9", + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.9", + "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.9", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.9", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.25.9", + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.9", "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-class-static-block": "^7.14.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-import-assertions": "^7.23.3", - "@babel/plugin-syntax-import-attributes": "^7.23.3", - "@babel/plugin-syntax-import-meta": "^7.10.4", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5", - "@babel/plugin-syntax-top-level-await": "^7.14.5", + "@babel/plugin-syntax-import-assertions": "^7.26.0", + "@babel/plugin-syntax-import-attributes": "^7.26.0", "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", - "@babel/plugin-transform-arrow-functions": "^7.23.3", - "@babel/plugin-transform-async-generator-functions": "^7.23.9", - "@babel/plugin-transform-async-to-generator": "^7.23.3", - "@babel/plugin-transform-block-scoped-functions": "^7.23.3", - "@babel/plugin-transform-block-scoping": "^7.23.4", - "@babel/plugin-transform-class-properties": "^7.23.3", - "@babel/plugin-transform-class-static-block": "^7.23.4", - "@babel/plugin-transform-classes": "^7.23.8", - "@babel/plugin-transform-computed-properties": "^7.23.3", - "@babel/plugin-transform-destructuring": "^7.23.3", - "@babel/plugin-transform-dotall-regex": "^7.23.3", - "@babel/plugin-transform-duplicate-keys": "^7.23.3", - "@babel/plugin-transform-dynamic-import": "^7.23.4", - "@babel/plugin-transform-exponentiation-operator": "^7.23.3", - "@babel/plugin-transform-export-namespace-from": "^7.23.4", - "@babel/plugin-transform-for-of": "^7.23.6", - "@babel/plugin-transform-function-name": "^7.23.3", - "@babel/plugin-transform-json-strings": "^7.23.4", - "@babel/plugin-transform-literals": "^7.23.3", - "@babel/plugin-transform-logical-assignment-operators": "^7.23.4", - "@babel/plugin-transform-member-expression-literals": "^7.23.3", - "@babel/plugin-transform-modules-amd": "^7.23.3", - "@babel/plugin-transform-modules-commonjs": "^7.23.3", - "@babel/plugin-transform-modules-systemjs": "^7.23.9", - "@babel/plugin-transform-modules-umd": "^7.23.3", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5", - "@babel/plugin-transform-new-target": "^7.23.3", - "@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4", - "@babel/plugin-transform-numeric-separator": "^7.23.4", - "@babel/plugin-transform-object-rest-spread": "^7.24.0", - "@babel/plugin-transform-object-super": "^7.23.3", - "@babel/plugin-transform-optional-catch-binding": "^7.23.4", - "@babel/plugin-transform-optional-chaining": "^7.23.4", - "@babel/plugin-transform-parameters": "^7.23.3", - "@babel/plugin-transform-private-methods": "^7.23.3", - "@babel/plugin-transform-private-property-in-object": "^7.23.4", - "@babel/plugin-transform-property-literals": "^7.23.3", - "@babel/plugin-transform-regenerator": "^7.23.3", - "@babel/plugin-transform-reserved-words": "^7.23.3", - "@babel/plugin-transform-shorthand-properties": "^7.23.3", - "@babel/plugin-transform-spread": "^7.23.3", - "@babel/plugin-transform-sticky-regex": "^7.23.3", - "@babel/plugin-transform-template-literals": "^7.23.3", - "@babel/plugin-transform-typeof-symbol": "^7.23.3", - "@babel/plugin-transform-unicode-escapes": "^7.23.3", - "@babel/plugin-transform-unicode-property-regex": "^7.23.3", - "@babel/plugin-transform-unicode-regex": "^7.23.3", - "@babel/plugin-transform-unicode-sets-regex": "^7.23.3", + "@babel/plugin-transform-arrow-functions": "^7.25.9", + "@babel/plugin-transform-async-generator-functions": "^7.25.9", + "@babel/plugin-transform-async-to-generator": "^7.25.9", + "@babel/plugin-transform-block-scoped-functions": "^7.25.9", + "@babel/plugin-transform-block-scoping": "^7.25.9", + "@babel/plugin-transform-class-properties": "^7.25.9", + "@babel/plugin-transform-class-static-block": "^7.26.0", + "@babel/plugin-transform-classes": "^7.25.9", + "@babel/plugin-transform-computed-properties": "^7.25.9", + "@babel/plugin-transform-destructuring": "^7.25.9", + "@babel/plugin-transform-dotall-regex": "^7.25.9", + "@babel/plugin-transform-duplicate-keys": "^7.25.9", + "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.9", + "@babel/plugin-transform-dynamic-import": "^7.25.9", + "@babel/plugin-transform-exponentiation-operator": "^7.25.9", + "@babel/plugin-transform-export-namespace-from": "^7.25.9", + "@babel/plugin-transform-for-of": "^7.25.9", + "@babel/plugin-transform-function-name": "^7.25.9", + "@babel/plugin-transform-json-strings": "^7.25.9", + "@babel/plugin-transform-literals": "^7.25.9", + "@babel/plugin-transform-logical-assignment-operators": "^7.25.9", + "@babel/plugin-transform-member-expression-literals": "^7.25.9", + "@babel/plugin-transform-modules-amd": "^7.25.9", + "@babel/plugin-transform-modules-commonjs": "^7.25.9", + "@babel/plugin-transform-modules-systemjs": "^7.25.9", + "@babel/plugin-transform-modules-umd": "^7.25.9", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.25.9", + "@babel/plugin-transform-new-target": "^7.25.9", + "@babel/plugin-transform-nullish-coalescing-operator": "^7.25.9", + "@babel/plugin-transform-numeric-separator": "^7.25.9", + "@babel/plugin-transform-object-rest-spread": "^7.25.9", + "@babel/plugin-transform-object-super": "^7.25.9", + "@babel/plugin-transform-optional-catch-binding": "^7.25.9", + "@babel/plugin-transform-optional-chaining": "^7.25.9", + "@babel/plugin-transform-parameters": "^7.25.9", + "@babel/plugin-transform-private-methods": "^7.25.9", + "@babel/plugin-transform-private-property-in-object": "^7.25.9", + "@babel/plugin-transform-property-literals": "^7.25.9", + "@babel/plugin-transform-regenerator": "^7.25.9", + "@babel/plugin-transform-regexp-modifiers": "^7.26.0", + "@babel/plugin-transform-reserved-words": "^7.25.9", + "@babel/plugin-transform-shorthand-properties": "^7.25.9", + "@babel/plugin-transform-spread": "^7.25.9", + "@babel/plugin-transform-sticky-regex": "^7.25.9", + "@babel/plugin-transform-template-literals": "^7.25.9", + "@babel/plugin-transform-typeof-symbol": "^7.25.9", + "@babel/plugin-transform-unicode-escapes": "^7.25.9", + "@babel/plugin-transform-unicode-property-regex": "^7.25.9", + "@babel/plugin-transform-unicode-regex": "^7.25.9", + "@babel/plugin-transform-unicode-sets-regex": "^7.25.9", "@babel/preset-modules": "0.1.6-no-external-plugins", - "babel-plugin-polyfill-corejs2": "^0.4.8", - "babel-plugin-polyfill-corejs3": "^0.9.0", - "babel-plugin-polyfill-regenerator": "^0.5.5", - "core-js-compat": "^3.31.0", + "babel-plugin-polyfill-corejs2": "^0.4.10", + "babel-plugin-polyfill-corejs3": "^0.10.6", + "babel-plugin-polyfill-regenerator": "^0.6.1", + "core-js-compat": "^3.38.1", "semver": "^6.3.1" }, "engines": { @@ -1758,6 +1975,8 @@ }, "node_modules/@babel/preset-env/node_modules/semver": { "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -1765,6 +1984,8 @@ }, "node_modules/@babel/preset-modules": { "version": "0.1.6-no-external-plugins", + "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", + "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", @@ -1776,15 +1997,17 @@ } }, "node_modules/@babel/preset-react": { - "version": "7.23.3", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.25.9.tgz", + "integrity": "sha512-D3to0uSPiWE7rBrdIICCd0tJSIGpLaaGptna2+w7Pft5xMqLpA1sz99DK5TZ1TjGbdQ/VI1eCSZ06dv3lT4JOw==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-validator-option": "^7.22.15", - "@babel/plugin-transform-react-display-name": "^7.23.3", - "@babel/plugin-transform-react-jsx": "^7.22.15", - "@babel/plugin-transform-react-jsx-development": "^7.22.5", - "@babel/plugin-transform-react-pure-annotations": "^7.23.3" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-validator-option": "^7.25.9", + "@babel/plugin-transform-react-display-name": "^7.25.9", + "@babel/plugin-transform-react-jsx": "^7.25.9", + "@babel/plugin-transform-react-jsx-development": "^7.25.9", + "@babel/plugin-transform-react-pure-annotations": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1794,14 +2017,16 @@ } }, "node_modules/@babel/preset-typescript": { - "version": "7.23.3", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.26.0.tgz", + "integrity": "sha512-NMk1IGZ5I/oHhoXEElcm+xUnL/szL6xflkFZmoEU9xj1qSJXpiS7rsspYo92B4DRCDvZn2erT5LdsCeXAKNCkg==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-validator-option": "^7.22.15", - "@babel/plugin-syntax-jsx": "^7.23.3", - "@babel/plugin-transform-modules-commonjs": "^7.23.3", - "@babel/plugin-transform-typescript": "^7.23.3" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-validator-option": "^7.25.9", + "@babel/plugin-syntax-jsx": "^7.25.9", + "@babel/plugin-transform-modules-commonjs": "^7.25.9", + "@babel/plugin-transform-typescript": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1810,12 +2035,10 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/regjsgen": { - "version": "0.8.0", - "license": "MIT" - }, "node_modules/@babel/runtime": { - "version": "7.24.0", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.0.tgz", + "integrity": "sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==", "license": "MIT", "dependencies": { "regenerator-runtime": "^0.14.0" @@ -1825,29 +2048,30 @@ } }, "node_modules/@babel/template": { - "version": "7.24.0", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz", + "integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==", "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.23.5", - "@babel/parser": "^7.24.0", - "@babel/types": "^7.24.0" + "@babel/code-frame": "^7.25.9", + "@babel/parser": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.24.0", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.9.tgz", + "integrity": "sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==", "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.23.5", - "@babel/generator": "^7.23.6", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-hoist-variables": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/parser": "^7.24.0", - "@babel/types": "^7.24.0", + "@babel/code-frame": "^7.25.9", + "@babel/generator": "^7.25.9", + "@babel/parser": "^7.25.9", + "@babel/template": "^7.25.9", + "@babel/types": "^7.25.9", "debug": "^4.3.1", "globals": "^11.1.0" }, @@ -1856,12 +2080,13 @@ } }, "node_modules/@babel/types": { - "version": "7.24.0", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.0.tgz", + "integrity": "sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==", "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^7.23.4", - "@babel/helper-validator-identifier": "^7.22.20", - "to-fast-properties": "^2.0.0" + "@babel/helper-string-parser": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1869,115 +2094,420 @@ }, "node_modules/@bcoe/v8-coverage": { "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", + "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", "license": "MIT" }, - "node_modules/@csstools/convert-colors": { - "version": "2.0.0", - "license": "CC0-1.0", - "engines": { - "node": ">=6.0.0" - } - }, "node_modules/@csstools/normalize.css": { "version": "12.1.1", + "resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-12.1.1.tgz", + "integrity": "sha512-YAYeJ+Xqh7fUou1d1j9XHl44BmsuThiTr4iNrgCQ3J27IbhXsxXDGZ1cXv8Qvs99d4rBbLiSKy3+WZiet32PcQ==", "license": "CC0-1.0" }, - "node_modules/@eslint-community/eslint-utils": { - "version": "4.4.0", - "license": "MIT", + "node_modules/@csstools/postcss-cascade-layers": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-1.1.1.tgz", + "integrity": "sha512-+KdYrpKC5TgomQr2DlZF4lDEpHcoxnj5IGddYYfBWJAKfj1JtuHUIqMa+E1pJJ+z3kvDViWMqyqPlG4Ja7amQA==", + "license": "CC0-1.0", "dependencies": { - "eslint-visitor-keys": "^3.3.0" + "@csstools/selector-specificity": "^2.0.2", + "postcss-selector-parser": "^6.0.10" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" }, "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" + "postcss": "^8.2" } }, - "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": { - "version": "3.4.3", - "license": "Apache-2.0", + "node_modules/@csstools/postcss-color-function": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-1.1.1.tgz", + "integrity": "sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==", + "license": "CC0-1.0", + "dependencies": { + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" + }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^12 || ^14 || >=16" }, "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/@eslint-community/regexpp": { - "version": "4.10.0", - "license": "MIT", - "engines": { - "node": "^12.0.0 || ^14.0.0 || >=16.0.0" + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" } }, - "node_modules/@eslint/eslintrc": { - "version": "2.1.4", - "license": "MIT", + "node_modules/@csstools/postcss-font-format-keywords": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.1.tgz", + "integrity": "sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==", + "license": "CC0-1.0", "dependencies": { - "ajv": "^6.12.4", - "debug": "^4.3.2", - "espree": "^9.6.0", - "globals": "^13.19.0", - "ignore": "^5.2.0", - "import-fresh": "^3.2.1", - "js-yaml": "^4.1.0", - "minimatch": "^3.1.2", - "strip-json-comments": "^3.1.1" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^12 || ^14 || >=16" }, "funding": { - "url": "https://opencollective.com/eslint" + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" } }, - "node_modules/@eslint/eslintrc/node_modules/globals": { - "version": "13.24.0", - "license": "MIT", + "node_modules/@csstools/postcss-hwb-function": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.2.tgz", + "integrity": "sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==", + "license": "CC0-1.0", "dependencies": { - "type-fest": "^0.20.2" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=8" + "node": "^12 || ^14 || >=16" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" } }, - "node_modules/@eslint/eslintrc/node_modules/type-fest": { - "version": "0.20.2", - "license": "(MIT OR CC0-1.0)", + "node_modules/@csstools/postcss-ic-unit": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.1.tgz", + "integrity": "sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==", + "license": "CC0-1.0", + "dependencies": { + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" + }, "engines": { - "node": ">=10" + "node": "^12 || ^14 || >=16" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" } }, - "node_modules/@eslint/js": { - "version": "8.57.0", - "license": "MIT", + "node_modules/@csstools/postcss-is-pseudo-class": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.7.tgz", + "integrity": "sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==", + "license": "CC0-1.0", + "dependencies": { + "@csstools/selector-specificity": "^2.0.0", + "postcss-selector-parser": "^6.0.10" + }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" } }, - "node_modules/@humanwhocodes/config-array": { - "version": "0.11.14", - "license": "Apache-2.0", + "node_modules/@csstools/postcss-nested-calc": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-1.0.0.tgz", + "integrity": "sha512-JCsQsw1wjYwv1bJmgjKSoZNvf7R6+wuHDAbi5f/7MbFhl2d/+v+TvBTU4BJH3G1X1H87dHl0mh6TfYogbT/dJQ==", + "license": "CC0-1.0", "dependencies": { - "@humanwhocodes/object-schema": "^2.0.2", - "debug": "^4.3.1", - "minimatch": "^3.0.5" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=10.10.0" + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" } }, - "node_modules/@humanwhocodes/module-importer": { + "node_modules/@csstools/postcss-normalize-display-values": { "version": "1.0.1", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.1.tgz", + "integrity": "sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==", + "license": "CC0-1.0", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/@csstools/postcss-oklab-function": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.1.tgz", + "integrity": "sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==", + "license": "CC0-1.0", + "dependencies": { + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/@csstools/postcss-progressive-custom-properties": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.3.0.tgz", + "integrity": "sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==", + "license": "CC0-1.0", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.3" + } + }, + "node_modules/@csstools/postcss-stepped-value-functions": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.1.tgz", + "integrity": "sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==", + "license": "CC0-1.0", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/@csstools/postcss-text-decoration-shorthand": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-1.0.0.tgz", + "integrity": "sha512-c1XwKJ2eMIWrzQenN0XbcfzckOLLJiczqy+YvfGmzoVXd7pT9FfObiSEfzs84bpE/VqfpEuAZ9tCRbZkZxxbdw==", + "license": "CC0-1.0", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/@csstools/postcss-trigonometric-functions": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.2.tgz", + "integrity": "sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og==", + "license": "CC0-1.0", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/@csstools/postcss-unset-value": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.2.tgz", + "integrity": "sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==", + "license": "CC0-1.0", + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/@csstools/selector-specificity": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.2.0.tgz", + "integrity": "sha512-+OJ9konv95ClSTOJCmMZqpd5+YGsB2S+x6w3E1oaM8UuR5j8nTNHYSz8c9BEPGDOCMQYIEEGlVPj/VY64iTbGw==", + "license": "CC0-1.0", + "engines": { + "node": "^14 || ^16 || >=18" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss-selector-parser": "^6.0.10" + } + }, + "node_modules/@eslint-community/eslint-utils": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz", + "integrity": "sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==", + "license": "MIT", + "dependencies": { + "eslint-visitor-keys": "^3.4.3" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" + } + }, + "node_modules/@eslint-community/regexpp": { + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz", + "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==", + "license": "MIT", + "engines": { + "node": "^12.0.0 || ^14.0.0 || >=16.0.0" + } + }, + "node_modules/@eslint/eslintrc": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", + "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", + "license": "MIT", + "dependencies": { + "ajv": "^6.12.4", + "debug": "^4.3.2", + "espree": "^9.6.0", + "globals": "^13.19.0", + "ignore": "^5.2.0", + "import-fresh": "^3.2.1", + "js-yaml": "^4.1.0", + "minimatch": "^3.1.2", + "strip-json-comments": "^3.1.1" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/@eslint/eslintrc/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "license": "Python-2.0" + }, + "node_modules/@eslint/eslintrc/node_modules/globals": { + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", + "license": "MIT", + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@eslint/eslintrc/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "license": "MIT", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/@eslint/eslintrc/node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@eslint/js": { + "version": "8.57.1", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz", + "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==", + "license": "MIT", + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/@humanwhocodes/config-array": { + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz", + "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==", + "deprecated": "Use @eslint/config-array instead", + "license": "Apache-2.0", + "dependencies": { + "@humanwhocodes/object-schema": "^2.0.3", + "debug": "^4.3.1", + "minimatch": "^3.0.5" + }, + "engines": { + "node": ">=10.10.0" + } + }, + "node_modules/@humanwhocodes/module-importer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", + "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", + "license": "Apache-2.0", "engines": { "node": ">=12.22" }, @@ -1987,11 +2517,16 @@ } }, "node_modules/@humanwhocodes/object-schema": { - "version": "2.0.2", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz", + "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==", + "deprecated": "Use @eslint/object-schema instead", "license": "BSD-3-Clause" }, "node_modules/@isaacs/cliui": { "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", + "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", "license": "ISC", "dependencies": { "string-width": "^5.1.2", @@ -2006,7 +2541,9 @@ } }, "node_modules/@isaacs/cliui/node_modules/ansi-regex": { - "version": "6.0.1", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", "license": "MIT", "engines": { "node": ">=12" @@ -2017,6 +2554,8 @@ }, "node_modules/@isaacs/cliui/node_modules/ansi-styles": { "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", "license": "MIT", "engines": { "node": ">=12" @@ -2027,6 +2566,8 @@ }, "node_modules/@isaacs/cliui/node_modules/string-width": { "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", "license": "MIT", "dependencies": { "eastasianwidth": "^0.2.0", @@ -2042,6 +2583,8 @@ }, "node_modules/@isaacs/cliui/node_modules/strip-ansi": { "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "license": "MIT", "dependencies": { "ansi-regex": "^6.0.1" @@ -2055,6 +2598,8 @@ }, "node_modules/@isaacs/cliui/node_modules/wrap-ansi": { "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", "license": "MIT", "dependencies": { "ansi-styles": "^6.1.0", @@ -2070,6 +2615,8 @@ }, "node_modules/@istanbuljs/load-nyc-config": { "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", + "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", "license": "ISC", "dependencies": { "camelcase": "^5.3.1", @@ -2082,164 +2629,45 @@ "node": ">=8" } }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": { - "version": "1.0.10", - "license": "MIT", - "dependencies": { - "sprintf-js": "~1.0.2" - } - }, "node_modules/@istanbuljs/load-nyc-config/node_modules/camelcase": { "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", "license": "MIT", "engines": { "node": ">=6" } }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": { - "version": "4.1.0", - "license": "MIT", - "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": { - "version": "3.14.1", - "license": "MIT", - "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": { - "version": "5.0.0", + "node_modules/@istanbuljs/schema": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", + "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", "license": "MIT", - "dependencies": { - "p-locate": "^4.1.0" - }, "engines": { "node": ">=8" } }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit": { - "version": "2.3.0", + "node_modules/@jest/console": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz", + "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==", "license": "MIT", "dependencies": { - "p-try": "^2.0.0" + "@jest/types": "^27.5.1", + "@types/node": "*", + "chalk": "^4.0.0", + "jest-message-util": "^27.5.1", + "jest-util": "^27.5.1", + "slash": "^3.0.0" }, "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": { - "version": "4.1.0", - "license": "MIT", - "dependencies": { - "p-limit": "^2.2.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from": { - "version": "5.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/@istanbuljs/schema": { - "version": "0.1.3", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/console": { - "version": "27.5.1", - "license": "MIT", - "dependencies": { - "@jest/types": "^27.5.1", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^27.5.1", - "jest-util": "^27.5.1", - "slash": "^3.0.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@jest/console/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@jest/console/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@jest/console/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@jest/console/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/@jest/console/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/console/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/core": { - "version": "27.5.1", + "node_modules/@jest/core": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz", + "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==", "license": "MIT", "dependencies": { "@jest/console": "^27.5.1", @@ -2283,66 +2711,10 @@ } } }, - "node_modules/@jest/core/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@jest/core/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@jest/core/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@jest/core/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/@jest/core/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/core/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/@jest/environment": { "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz", + "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==", "license": "MIT", "dependencies": { "@jest/fake-timers": "^27.5.1", @@ -2356,6 +2728,8 @@ }, "node_modules/@jest/fake-timers": { "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz", + "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==", "license": "MIT", "dependencies": { "@jest/types": "^27.5.1", @@ -2371,6 +2745,8 @@ }, "node_modules/@jest/globals": { "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz", + "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==", "license": "MIT", "dependencies": { "@jest/environment": "^27.5.1", @@ -2383,6 +2759,8 @@ }, "node_modules/@jest/reporters": { "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz", + "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==", "license": "MIT", "dependencies": { "@bcoe/v8-coverage": "^0.2.3", @@ -2423,73 +2801,19 @@ } } }, - "node_modules/@jest/reporters/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@jest/reporters/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@jest/reporters/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@jest/reporters/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/@jest/reporters/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/@jest/reporters/node_modules/source-map": { "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, - "node_modules/@jest/reporters/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/@jest/schemas": { "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", + "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", "license": "MIT", "dependencies": { "@sinclair/typebox": "^0.24.1" @@ -2500,6 +2824,8 @@ }, "node_modules/@jest/source-map": { "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz", + "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==", "license": "MIT", "dependencies": { "callsites": "^3.0.0", @@ -2512,6 +2838,8 @@ }, "node_modules/@jest/source-map/node_modules/source-map": { "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" @@ -2519,6 +2847,8 @@ }, "node_modules/@jest/test-result": { "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz", + "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==", "license": "MIT", "dependencies": { "@jest/console": "^27.5.1", @@ -2532,6 +2862,8 @@ }, "node_modules/@jest/test-sequencer": { "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz", + "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==", "license": "MIT", "dependencies": { "@jest/test-result": "^27.5.1", @@ -2545,6 +2877,8 @@ }, "node_modules/@jest/transform": { "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz", + "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==", "license": "MIT", "dependencies": { "@babel/core": "^7.1.0", @@ -2567,77 +2901,25 @@ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/@jest/transform/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@jest/transform/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@jest/transform/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@jest/transform/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, "node_modules/@jest/transform/node_modules/convert-source-map": { "version": "1.9.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", "license": "MIT" }, - "node_modules/@jest/transform/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/@jest/transform/node_modules/source-map": { "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, - "node_modules/@jest/transform/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/@jest/types": { "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", + "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", "license": "MIT", "dependencies": { "@types/istanbul-lib-coverage": "^2.0.0", @@ -2650,78 +2932,24 @@ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/@jest/types/node_modules/ansi-styles": { - "version": "4.3.0", + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", + "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", "license": "MIT", "dependencies": { - "color-convert": "^2.0.1" + "@jridgewell/set-array": "^1.2.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.24" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": ">=6.0.0" } }, - "node_modules/@jest/types/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@jest/types/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@jest/types/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/@jest/types/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/types/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@jridgewell/gen-mapping": { - "version": "0.3.5", - "license": "MIT", - "dependencies": { - "@jridgewell/set-array": "^1.2.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.24" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/resolve-uri": { - "version": "3.1.2", + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", "license": "MIT", "engines": { "node": ">=6.0.0" @@ -2729,25 +2957,33 @@ }, "node_modules/@jridgewell/set-array": { "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", + "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", "license": "MIT", "engines": { "node": ">=6.0.0" } }, "node_modules/@jridgewell/source-map": { - "version": "0.3.5", + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz", + "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", "license": "MIT", "dependencies": { - "@jridgewell/gen-mapping": "^0.3.0", - "@jridgewell/trace-mapping": "^0.3.9" + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25" } }, "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.15", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", + "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", "license": "MIT" }, "node_modules/@jridgewell/trace-mapping": { "version": "0.3.25", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", + "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", "license": "MIT", "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", @@ -2755,11 +2991,15 @@ } }, "node_modules/@leichtgewicht/ip-codec": { - "version": "2.0.4", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz", + "integrity": "sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==", "license": "MIT" }, "node_modules/@nicolo-ribaudo/eslint-scope-5-internals": { "version": "5.1.1-v1", + "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz", + "integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==", "license": "MIT", "dependencies": { "eslint-scope": "5.1.1" @@ -2767,6 +3007,8 @@ }, "node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope": { "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", "license": "BSD-2-Clause", "dependencies": { "esrecurse": "^4.3.0", @@ -2778,6 +3020,8 @@ }, "node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/estraverse": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", "license": "BSD-2-Clause", "engines": { "node": ">=4.0" @@ -2785,6 +3029,8 @@ }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", "license": "MIT", "dependencies": { "@nodelib/fs.stat": "2.0.5", @@ -2796,6 +3042,8 @@ }, "node_modules/@nodelib/fs.stat": { "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", "license": "MIT", "engines": { "node": ">= 8" @@ -2803,6 +3051,8 @@ }, "node_modules/@nodelib/fs.walk": { "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", "license": "MIT", "dependencies": { "@nodelib/fs.scandir": "2.1.5", @@ -2814,6 +3064,8 @@ }, "node_modules/@pkgjs/parseargs": { "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", + "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", "license": "MIT", "optional": true, "engines": { @@ -2821,17 +3073,17 @@ } }, "node_modules/@pmmmwh/react-refresh-webpack-plugin": { - "version": "0.5.11", + "version": "0.5.15", + "resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.15.tgz", + "integrity": "sha512-LFWllMA55pzB9D34w/wXUCf8+c+IYKuJDgxiZ3qMhl64KRMBHYM1I3VdGaD2BV5FNPV2/S2596bppxHbv2ZydQ==", "license": "MIT", "dependencies": { - "ansi-html-community": "^0.0.8", - "common-path-prefix": "^3.0.0", + "ansi-html": "^0.0.9", "core-js-pure": "^3.23.3", "error-stack-parser": "^2.0.6", - "find-up": "^5.0.0", "html-entities": "^2.1.0", "loader-utils": "^2.0.4", - "schema-utils": "^3.0.0", + "schema-utils": "^4.2.0", "source-map": "^0.7.3" }, "engines": { @@ -2843,7 +3095,7 @@ "sockjs-client": "^1.4.0", "type-fest": ">=0.17.0 <5.0.0", "webpack": ">=4.43.0 <6.0.0", - "webpack-dev-server": "3.x || 4.x", + "webpack-dev-server": "3.x || 4.x || 5.x", "webpack-hot-middleware": "2.x", "webpack-plugin-serve": "0.x || 1.x" }, @@ -2870,6 +3122,8 @@ }, "node_modules/@popperjs/core": { "version": "2.11.8", + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", + "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==", "license": "MIT", "funding": { "type": "opencollective", @@ -2877,7 +3131,9 @@ } }, "node_modules/@react-aria/ssr": { - "version": "3.9.2", + "version": "3.9.6", + "resolved": "https://registry.npmjs.org/@react-aria/ssr/-/ssr-3.9.6.tgz", + "integrity": "sha512-iLo82l82ilMiVGy342SELjshuWottlb5+VefO3jOQqQRNYnJBFpUSadswDPbRimSgJUZuFwIEYs6AabkP038fA==", "license": "Apache-2.0", "dependencies": { "@swc/helpers": "^0.5.0" @@ -2886,11 +3142,13 @@ "node": ">= 12" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" } }, "node_modules/@remix-run/router": { - "version": "1.15.3", + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.21.0.tgz", + "integrity": "sha512-xfSkCAchbdG5PnbrKqFWwia4Bi61nH+wm8wLEqfHDyp7Y3dZzgqS2itV8i4gAq9pC2HsTpwyBC6Ds8VHZ96JlA==", "license": "MIT", "engines": { "node": ">=14.0.0" @@ -2898,6 +3156,8 @@ }, "node_modules/@restart/hooks": { "version": "0.4.16", + "resolved": "https://registry.npmjs.org/@restart/hooks/-/hooks-0.4.16.tgz", + "integrity": "sha512-f7aCv7c+nU/3mF7NWLtVVr0Ra80RqsO89hO72r+Y/nvQr5+q0UFGkocElTH6MJApvReVh6JHUFYn2cw1WdHF3w==", "license": "MIT", "dependencies": { "dequal": "^2.0.3" @@ -2907,7 +3167,9 @@ } }, "node_modules/@restart/ui": { - "version": "1.6.6", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@restart/ui/-/ui-1.8.0.tgz", + "integrity": "sha512-xJEOXUOTmT4FngTmhdjKFRrVVF0hwCLNPdatLCHkyS4dkiSK12cEu1Y0fjxktjJrdst9jJIc5J6ihMJCoWEN/g==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.21.0", @@ -2927,6 +3189,8 @@ }, "node_modules/@restart/ui/node_modules/uncontrollable": { "version": "8.0.4", + "resolved": "https://registry.npmjs.org/uncontrollable/-/uncontrollable-8.0.4.tgz", + "integrity": "sha512-ulRWYWHvscPFc0QQXvyJjY6LIXU56f0h8pQFvhxiKk5V1fcI8gp9Ht9leVAhrVjzqMw0BgjspBINx9r6oyJUvQ==", "license": "MIT", "peerDependencies": { "react": ">=16.14.0" @@ -2934,6 +3198,8 @@ }, "node_modules/@rollup/plugin-babel": { "version": "5.3.1", + "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz", + "integrity": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==", "license": "MIT", "dependencies": { "@babel/helper-module-imports": "^7.10.4", @@ -2955,6 +3221,8 @@ }, "node_modules/@rollup/plugin-node-resolve": { "version": "11.2.1", + "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz", + "integrity": "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==", "license": "MIT", "dependencies": { "@rollup/pluginutils": "^3.1.0", @@ -2973,6 +3241,8 @@ }, "node_modules/@rollup/plugin-replace": { "version": "2.4.2", + "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz", + "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==", "license": "MIT", "dependencies": { "@rollup/pluginutils": "^3.1.0", @@ -2984,6 +3254,8 @@ }, "node_modules/@rollup/pluginutils": { "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz", + "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==", "license": "MIT", "dependencies": { "@types/estree": "0.0.39", @@ -2999,18 +3271,32 @@ }, "node_modules/@rollup/pluginutils/node_modules/@types/estree": { "version": "0.0.39", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", + "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==", + "license": "MIT" + }, + "node_modules/@rtsao/scc": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz", + "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==", "license": "MIT" }, "node_modules/@rushstack/eslint-patch": { - "version": "1.7.2", + "version": "1.10.4", + "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.10.4.tgz", + "integrity": "sha512-WJgX9nzTqknM393q1QJDJmoW28kUfEnybeTfVNcNAPnIx210RXm2DiXiHzfNPJNIUUb1tJnz/l4QGtJ30PgWmA==", "license": "MIT" }, "node_modules/@sinclair/typebox": { "version": "0.24.51", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.51.tgz", + "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==", "license": "MIT" }, "node_modules/@sinonjs/commons": { "version": "1.8.6", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz", + "integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==", "license": "BSD-3-Clause", "dependencies": { "type-detect": "4.0.8" @@ -3018,6 +3304,8 @@ }, "node_modules/@sinonjs/fake-timers": { "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz", + "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==", "license": "BSD-3-Clause", "dependencies": { "@sinonjs/commons": "^1.7.0" @@ -3025,6 +3313,8 @@ }, "node_modules/@surma/rollup-plugin-off-main-thread": { "version": "2.2.3", + "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz", + "integrity": "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==", "license": "Apache-2.0", "dependencies": { "ejs": "^3.1.6", @@ -3035,6 +3325,8 @@ }, "node_modules/@svgr/babel-plugin-add-jsx-attribute": { "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz", + "integrity": "sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg==", "license": "MIT", "engines": { "node": ">=10" @@ -3046,6 +3338,8 @@ }, "node_modules/@svgr/babel-plugin-remove-jsx-attribute": { "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz", + "integrity": "sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg==", "license": "MIT", "engines": { "node": ">=10" @@ -3057,6 +3351,8 @@ }, "node_modules/@svgr/babel-plugin-remove-jsx-empty-expression": { "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz", + "integrity": "sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA==", "license": "MIT", "engines": { "node": ">=10" @@ -3068,6 +3364,8 @@ }, "node_modules/@svgr/babel-plugin-replace-jsx-attribute-value": { "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz", + "integrity": "sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ==", "license": "MIT", "engines": { "node": ">=10" @@ -3079,6 +3377,8 @@ }, "node_modules/@svgr/babel-plugin-svg-dynamic-title": { "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz", + "integrity": "sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg==", "license": "MIT", "engines": { "node": ">=10" @@ -3090,6 +3390,8 @@ }, "node_modules/@svgr/babel-plugin-svg-em-dimensions": { "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz", + "integrity": "sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw==", "license": "MIT", "engines": { "node": ">=10" @@ -3101,6 +3403,8 @@ }, "node_modules/@svgr/babel-plugin-transform-react-native-svg": { "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz", + "integrity": "sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q==", "license": "MIT", "engines": { "node": ">=10" @@ -3112,6 +3416,8 @@ }, "node_modules/@svgr/babel-plugin-transform-svg-component": { "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz", + "integrity": "sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ==", "license": "MIT", "engines": { "node": ">=10" @@ -3123,6 +3429,8 @@ }, "node_modules/@svgr/babel-preset": { "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-5.5.0.tgz", + "integrity": "sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==", "license": "MIT", "dependencies": { "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0", @@ -3144,6 +3452,8 @@ }, "node_modules/@svgr/core": { "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@svgr/core/-/core-5.5.0.tgz", + "integrity": "sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==", "license": "MIT", "dependencies": { "@svgr/plugin-jsx": "^5.5.0", @@ -3160,6 +3470,8 @@ }, "node_modules/@svgr/hast-util-to-babel-ast": { "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz", + "integrity": "sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==", "license": "MIT", "dependencies": { "@babel/types": "^7.12.6" @@ -3174,6 +3486,8 @@ }, "node_modules/@svgr/plugin-jsx": { "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz", + "integrity": "sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==", "license": "MIT", "dependencies": { "@babel/core": "^7.12.3", @@ -3191,6 +3505,8 @@ }, "node_modules/@svgr/plugin-svgo": { "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz", + "integrity": "sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==", "license": "MIT", "dependencies": { "cosmiconfig": "^7.0.0", @@ -3207,6 +3523,8 @@ }, "node_modules/@svgr/webpack": { "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz", + "integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==", "license": "MIT", "dependencies": { "@babel/core": "^7.12.3", @@ -3227,14 +3545,18 @@ } }, "node_modules/@swc/helpers": { - "version": "0.5.6", + "version": "0.5.15", + "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz", + "integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==", "license": "Apache-2.0", "dependencies": { - "tslib": "^2.4.0" + "tslib": "^2.8.0" } }, "node_modules/@tootallnate/once": { "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", + "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", "license": "MIT", "engines": { "node": ">= 6" @@ -3242,6 +3564,8 @@ }, "node_modules/@trysound/sax": { "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", + "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", "license": "ISC", "engines": { "node": ">=10.13.0" @@ -3249,6 +3573,8 @@ }, "node_modules/@types/babel__core": { "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", + "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", "license": "MIT", "dependencies": { "@babel/parser": "^7.20.7", @@ -3260,6 +3586,8 @@ }, "node_modules/@types/babel__generator": { "version": "7.6.8", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", + "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", "license": "MIT", "dependencies": { "@babel/types": "^7.0.0" @@ -3267,6 +3595,8 @@ }, "node_modules/@types/babel__template": { "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", + "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", "license": "MIT", "dependencies": { "@babel/parser": "^7.1.0", @@ -3274,7 +3604,9 @@ } }, "node_modules/@types/babel__traverse": { - "version": "7.20.5", + "version": "7.20.6", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz", + "integrity": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==", "license": "MIT", "dependencies": { "@babel/types": "^7.20.7" @@ -3282,6 +3614,8 @@ }, "node_modules/@types/body-parser": { "version": "1.19.5", + "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz", + "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==", "license": "MIT", "dependencies": { "@types/connect": "*", @@ -3290,6 +3624,8 @@ }, "node_modules/@types/bonjour": { "version": "3.5.13", + "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.13.tgz", + "integrity": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==", "license": "MIT", "dependencies": { "@types/node": "*" @@ -3297,6 +3633,8 @@ }, "node_modules/@types/connect": { "version": "3.4.38", + "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", + "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", "license": "MIT", "dependencies": { "@types/node": "*" @@ -3304,6 +3642,8 @@ }, "node_modules/@types/connect-history-api-fallback": { "version": "1.5.4", + "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz", + "integrity": "sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==", "license": "MIT", "dependencies": { "@types/express-serve-static-core": "*", @@ -3311,7 +3651,9 @@ } }, "node_modules/@types/eslint": { - "version": "8.56.5", + "version": "8.56.12", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.12.tgz", + "integrity": "sha512-03ruubjWyOHlmljCVoxSuNDdmfZDzsrrz0P2LeJsOXr+ZwFQ+0yQIwNCwt/GYhV7Z31fgtXJTAEs+FYlEL851g==", "license": "MIT", "dependencies": { "@types/estree": "*", @@ -3320,6 +3662,8 @@ }, "node_modules/@types/eslint-scope": { "version": "3.7.7", + "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", + "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", "license": "MIT", "dependencies": { "@types/eslint": "*", @@ -3327,11 +3671,15 @@ } }, "node_modules/@types/estree": { - "version": "1.0.5", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", + "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", "license": "MIT" }, "node_modules/@types/express": { "version": "4.17.21", + "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz", + "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==", "license": "MIT", "dependencies": { "@types/body-parser": "*", @@ -3341,7 +3689,21 @@ } }, "node_modules/@types/express-serve-static-core": { - "version": "4.17.43", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.1.tgz", + "integrity": "sha512-CRICJIl0N5cXDONAdlTv5ShATZ4HEwk6kDDIW2/w9qOWKg+NU/5F8wYRWCrONad0/UKkloNSmmyN/wX4rtpbVA==", + "license": "MIT", + "dependencies": { + "@types/node": "*", + "@types/qs": "*", + "@types/range-parser": "*", + "@types/send": "*" + } + }, + "node_modules/@types/express/node_modules/@types/express-serve-static-core": { + "version": "4.19.6", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.6.tgz", + "integrity": "sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==", "license": "MIT", "dependencies": { "@types/node": "*", @@ -3352,6 +3714,8 @@ }, "node_modules/@types/graceful-fs": { "version": "4.1.9", + "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz", + "integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==", "license": "MIT", "dependencies": { "@types/node": "*" @@ -3359,14 +3723,20 @@ }, "node_modules/@types/html-minifier-terser": { "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", + "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==", "license": "MIT" }, "node_modules/@types/http-errors": { "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz", + "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==", "license": "MIT" }, "node_modules/@types/http-proxy": { - "version": "1.17.14", + "version": "1.17.15", + "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.15.tgz", + "integrity": "sha512-25g5atgiVNTIv0LBDTg1H74Hvayx0ajtJPLLcYE3whFv75J0pWNtOBzaXJQgDTmrX1bx5U9YC2w/n65BN1HwRQ==", "license": "MIT", "dependencies": { "@types/node": "*" @@ -3374,10 +3744,14 @@ }, "node_modules/@types/istanbul-lib-coverage": { "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", + "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==", "license": "MIT" }, "node_modules/@types/istanbul-lib-report": { "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz", + "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==", "license": "MIT", "dependencies": { "@types/istanbul-lib-coverage": "*" @@ -3385,6 +3759,8 @@ }, "node_modules/@types/istanbul-reports": { "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz", + "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==", "license": "MIT", "dependencies": { "@types/istanbul-lib-report": "*" @@ -3392,25 +3768,35 @@ }, "node_modules/@types/json-schema": { "version": "7.0.15", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", "license": "MIT" }, "node_modules/@types/json5": { "version": "0.0.29", + "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", + "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", "license": "MIT" }, "node_modules/@types/mime": { "version": "1.3.5", + "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz", + "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==", "license": "MIT" }, "node_modules/@types/node": { - "version": "20.11.25", + "version": "22.9.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.0.tgz", + "integrity": "sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==", "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.19.8" } }, "node_modules/@types/node-forge": { "version": "1.3.11", + "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.11.tgz", + "integrity": "sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==", "license": "MIT", "dependencies": { "@types/node": "*" @@ -3418,46 +3804,63 @@ }, "node_modules/@types/parse-json": { "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", + "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==", "license": "MIT" }, "node_modules/@types/prettier": { "version": "2.7.3", + "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.3.tgz", + "integrity": "sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==", "license": "MIT" }, "node_modules/@types/prop-types": { - "version": "15.7.11", + "version": "15.7.13", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.13.tgz", + "integrity": "sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==", "license": "MIT" }, "node_modules/@types/q": { "version": "1.5.8", + "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.8.tgz", + "integrity": "sha512-hroOstUScF6zhIi+5+x0dzqrHA1EJi+Irri6b1fxolMTqqHIV/Cg77EtnQcZqZCu8hR3mX2BzIxN4/GzI68Kfw==", "license": "MIT" }, "node_modules/@types/qs": { - "version": "6.9.12", + "version": "6.9.17", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.17.tgz", + "integrity": "sha512-rX4/bPcfmvxHDv0XjfJELTTr+iB+tn032nPILqHm5wbthUUUuVtNGGqzhya9XUxjTP8Fpr0qYgSZZKxGY++svQ==", "license": "MIT" }, "node_modules/@types/range-parser": { "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz", + "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==", "license": "MIT" }, "node_modules/@types/react": { - "version": "18.2.64", + "version": "18.3.12", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.12.tgz", + "integrity": "sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==", "license": "MIT", "dependencies": { "@types/prop-types": "*", - "@types/scheduler": "*", "csstype": "^3.0.2" } }, "node_modules/@types/react-dom": { - "version": "18.2.21", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.1.tgz", + "integrity": "sha512-qW1Mfv8taImTthu4KoXgDfLuk4bydU6Q/TkADnDWWHwi4NX4BR+LWfTp2sVmTqRrsHvyDDTelgelxJ+SsejKKQ==", "license": "MIT", "dependencies": { "@types/react": "*" } }, "node_modules/@types/react-transition-group": { - "version": "4.4.10", + "version": "4.4.11", + "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.11.tgz", + "integrity": "sha512-RM05tAniPZ5DZPzzNFP+DmrcOdD0efDUxMy3145oljWSl3x9ZV5vhme98gTxFrj2lhXvmGNnUiuDyJgY9IKkNA==", "license": "MIT", "dependencies": { "@types/react": "*" @@ -3465,6 +3868,8 @@ }, "node_modules/@types/resolve": { "version": "1.17.1", + "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz", + "integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==", "license": "MIT", "dependencies": { "@types/node": "*" @@ -3472,18 +3877,20 @@ }, "node_modules/@types/retry": { "version": "0.12.0", - "license": "MIT" - }, - "node_modules/@types/scheduler": { - "version": "0.16.8", + "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz", + "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==", "license": "MIT" }, "node_modules/@types/semver": { "version": "7.5.8", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz", + "integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==", "license": "MIT" }, "node_modules/@types/send": { "version": "0.17.4", + "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz", + "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==", "license": "MIT", "dependencies": { "@types/mime": "^1", @@ -3492,22 +3899,28 @@ }, "node_modules/@types/serve-index": { "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.4.tgz", + "integrity": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==", "license": "MIT", "dependencies": { "@types/express": "*" } }, "node_modules/@types/serve-static": { - "version": "1.15.5", + "version": "1.15.7", + "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.7.tgz", + "integrity": "sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==", "license": "MIT", "dependencies": { "@types/http-errors": "*", - "@types/mime": "*", - "@types/node": "*" + "@types/node": "*", + "@types/send": "*" } }, "node_modules/@types/sockjs": { "version": "0.3.36", + "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.36.tgz", + "integrity": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==", "license": "MIT", "dependencies": { "@types/node": "*" @@ -3515,18 +3928,26 @@ }, "node_modules/@types/stack-utils": { "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz", + "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==", "license": "MIT" }, "node_modules/@types/trusted-types": { "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz", + "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==", "license": "MIT" }, "node_modules/@types/warning": { "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/warning/-/warning-3.0.3.tgz", + "integrity": "sha512-D1XC7WK8K+zZEveUPY+cf4+kgauk8N4eHr/XIHXGlGYkHLud6hK9lYfZk1ry1TNh798cZUCgb6MqGEG8DkJt6Q==", "license": "MIT" }, "node_modules/@types/ws": { - "version": "8.5.10", + "version": "8.5.13", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.13.tgz", + "integrity": "sha512-osM/gWBTPKgHV8XkTunnegTRIsvF6owmf5w+JtAfOw472dptdm0dlGv4xCt6GwQRcC2XVOvvRE/0bAoQcL2QkA==", "license": "MIT", "dependencies": { "@types/node": "*" @@ -3534,6 +3955,8 @@ }, "node_modules/@types/yargs": { "version": "16.0.9", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.9.tgz", + "integrity": "sha512-tHhzvkFXZQeTECenFoRljLBYPZJ7jAVxqqtEI0qTLOmuultnFp4I9yKE17vTuhf7BkhCu7I4XuemPgikDVuYqA==", "license": "MIT", "dependencies": { "@types/yargs-parser": "*" @@ -3541,10 +3964,14 @@ }, "node_modules/@types/yargs-parser": { "version": "21.0.3", + "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz", + "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==", "license": "MIT" }, "node_modules/@typescript-eslint/eslint-plugin": { "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz", + "integrity": "sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==", "license": "MIT", "dependencies": { "@eslint-community/regexpp": "^4.4.0", @@ -3577,6 +4004,8 @@ }, "node_modules/@typescript-eslint/experimental-utils": { "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.62.0.tgz", + "integrity": "sha512-RTXpeB3eMkpoclG3ZHft6vG/Z30azNHuqY6wKPBHlVMZFuEvrtlEDe8gMqDb+SO+9hjC/pLekeSCryf9vMZlCw==", "license": "MIT", "dependencies": { "@typescript-eslint/utils": "5.62.0" @@ -3594,6 +4023,8 @@ }, "node_modules/@typescript-eslint/parser": { "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz", + "integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==", "license": "BSD-2-Clause", "dependencies": { "@typescript-eslint/scope-manager": "5.62.0", @@ -3619,6 +4050,8 @@ }, "node_modules/@typescript-eslint/scope-manager": { "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz", + "integrity": "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==", "license": "MIT", "dependencies": { "@typescript-eslint/types": "5.62.0", @@ -3634,6 +4067,8 @@ }, "node_modules/@typescript-eslint/type-utils": { "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz", + "integrity": "sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==", "license": "MIT", "dependencies": { "@typescript-eslint/typescript-estree": "5.62.0", @@ -3659,6 +4094,8 @@ }, "node_modules/@typescript-eslint/types": { "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz", + "integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==", "license": "MIT", "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -3670,6 +4107,8 @@ }, "node_modules/@typescript-eslint/typescript-estree": { "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz", + "integrity": "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==", "license": "BSD-2-Clause", "dependencies": { "@typescript-eslint/types": "5.62.0", @@ -3695,6 +4134,8 @@ }, "node_modules/@typescript-eslint/utils": { "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz", + "integrity": "sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==", "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", @@ -3719,6 +4160,8 @@ }, "node_modules/@typescript-eslint/utils/node_modules/eslint-scope": { "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", "license": "BSD-2-Clause", "dependencies": { "esrecurse": "^4.3.0", @@ -3730,6 +4173,8 @@ }, "node_modules/@typescript-eslint/utils/node_modules/estraverse": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", "license": "BSD-2-Clause", "engines": { "node": ">=4.0" @@ -3737,6 +4182,8 @@ }, "node_modules/@typescript-eslint/visitor-keys": { "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz", + "integrity": "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==", "license": "MIT", "dependencies": { "@typescript-eslint/types": "5.62.0", @@ -3750,150 +4197,181 @@ "url": "https://opencollective.com/typescript-eslint" } }, - "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": { - "version": "3.4.3", - "license": "Apache-2.0", - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, "node_modules/@ungap/structured-clone": { "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", + "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", "license": "ISC" }, "node_modules/@webassemblyjs/ast": { - "version": "1.11.6", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz", + "integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==", "license": "MIT", "dependencies": { - "@webassemblyjs/helper-numbers": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6" + "@webassemblyjs/helper-numbers": "1.13.2", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2" } }, "node_modules/@webassemblyjs/floating-point-hex-parser": { - "version": "1.11.6", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz", + "integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==", "license": "MIT" }, "node_modules/@webassemblyjs/helper-api-error": { - "version": "1.11.6", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz", + "integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==", "license": "MIT" }, "node_modules/@webassemblyjs/helper-buffer": { - "version": "1.11.6", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz", + "integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==", "license": "MIT" }, "node_modules/@webassemblyjs/helper-numbers": { - "version": "1.11.6", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz", + "integrity": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==", "license": "MIT", "dependencies": { - "@webassemblyjs/floating-point-hex-parser": "1.11.6", - "@webassemblyjs/helper-api-error": "1.11.6", + "@webassemblyjs/floating-point-hex-parser": "1.13.2", + "@webassemblyjs/helper-api-error": "1.13.2", "@xtuc/long": "4.2.2" } }, "node_modules/@webassemblyjs/helper-wasm-bytecode": { - "version": "1.11.6", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz", + "integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==", "license": "MIT" }, "node_modules/@webassemblyjs/helper-wasm-section": { - "version": "1.11.6", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz", + "integrity": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==", "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.11.6", - "@webassemblyjs/helper-buffer": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/wasm-gen": "1.11.6" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/wasm-gen": "1.14.1" } }, "node_modules/@webassemblyjs/ieee754": { - "version": "1.11.6", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz", + "integrity": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==", "license": "MIT", "dependencies": { "@xtuc/ieee754": "^1.2.0" } }, "node_modules/@webassemblyjs/leb128": { - "version": "1.11.6", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.13.2.tgz", + "integrity": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==", "license": "Apache-2.0", "dependencies": { "@xtuc/long": "4.2.2" } }, "node_modules/@webassemblyjs/utf8": { - "version": "1.11.6", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz", + "integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==", "license": "MIT" }, "node_modules/@webassemblyjs/wasm-edit": { - "version": "1.11.6", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz", + "integrity": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==", "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.11.6", - "@webassemblyjs/helper-buffer": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/helper-wasm-section": "1.11.6", - "@webassemblyjs/wasm-gen": "1.11.6", - "@webassemblyjs/wasm-opt": "1.11.6", - "@webassemblyjs/wasm-parser": "1.11.6", - "@webassemblyjs/wast-printer": "1.11.6" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/helper-wasm-section": "1.14.1", + "@webassemblyjs/wasm-gen": "1.14.1", + "@webassemblyjs/wasm-opt": "1.14.1", + "@webassemblyjs/wasm-parser": "1.14.1", + "@webassemblyjs/wast-printer": "1.14.1" } }, "node_modules/@webassemblyjs/wasm-gen": { - "version": "1.11.6", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz", + "integrity": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==", "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/ieee754": "1.13.2", + "@webassemblyjs/leb128": "1.13.2", + "@webassemblyjs/utf8": "1.13.2" } }, "node_modules/@webassemblyjs/wasm-opt": { - "version": "1.11.6", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz", + "integrity": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==", "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.11.6", - "@webassemblyjs/helper-buffer": "1.11.6", - "@webassemblyjs/wasm-gen": "1.11.6", - "@webassemblyjs/wasm-parser": "1.11.6" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/wasm-gen": "1.14.1", + "@webassemblyjs/wasm-parser": "1.14.1" } }, "node_modules/@webassemblyjs/wasm-parser": { - "version": "1.11.6", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz", + "integrity": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==", "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.11.6", - "@webassemblyjs/helper-api-error": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-api-error": "1.13.2", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/ieee754": "1.13.2", + "@webassemblyjs/leb128": "1.13.2", + "@webassemblyjs/utf8": "1.13.2" } }, "node_modules/@webassemblyjs/wast-printer": { - "version": "1.11.6", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz", + "integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==", "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.11.6", + "@webassemblyjs/ast": "1.14.1", "@xtuc/long": "4.2.2" } }, "node_modules/@xtuc/ieee754": { "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", "license": "BSD-3-Clause" }, "node_modules/@xtuc/long": { "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", "license": "Apache-2.0" }, "node_modules/abab": { "version": "2.0.6", + "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", + "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==", + "deprecated": "Use your platform's native atob() and btoa() methods instead", "license": "BSD-3-Clause" }, "node_modules/accepts": { "version": "1.3.8", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", "license": "MIT", "dependencies": { "mime-types": "~2.1.34", @@ -3903,8 +4381,19 @@ "node": ">= 0.6" } }, + "node_modules/accepts/node_modules/negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, "node_modules/acorn": { - "version": "8.11.3", + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", + "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", "license": "MIT", "bin": { "acorn": "bin/acorn" @@ -3915,6 +4404,8 @@ }, "node_modules/acorn-globals": { "version": "6.0.0", + "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz", + "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==", "license": "MIT", "dependencies": { "acorn": "^7.1.1", @@ -3923,6 +4414,8 @@ }, "node_modules/acorn-globals/node_modules/acorn": { "version": "7.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", "license": "MIT", "bin": { "acorn": "bin/acorn" @@ -3931,15 +4424,10 @@ "node": ">=0.4.0" } }, - "node_modules/acorn-import-assertions": { - "version": "1.9.0", - "license": "MIT", - "peerDependencies": { - "acorn": "^8" - } - }, "node_modules/acorn-jsx": { "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", "license": "MIT", "peerDependencies": { "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" @@ -3947,6 +4435,8 @@ }, "node_modules/acorn-walk": { "version": "7.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", + "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", "license": "MIT", "engines": { "node": ">=0.4.0" @@ -3954,6 +4444,8 @@ }, "node_modules/address": { "version": "1.2.2", + "resolved": "https://registry.npmjs.org/address/-/address-1.2.2.tgz", + "integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==", "license": "MIT", "engines": { "node": ">= 10.0.0" @@ -3961,6 +4453,8 @@ }, "node_modules/adjust-sourcemap-loader": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz", + "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==", "license": "MIT", "dependencies": { "loader-utils": "^2.0.0", @@ -3972,6 +4466,8 @@ }, "node_modules/agent-base": { "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", "license": "MIT", "dependencies": { "debug": "4" @@ -3982,6 +4478,8 @@ }, "node_modules/ajv": { "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.1", @@ -3994,8 +4492,49 @@ "url": "https://github.com/sponsors/epoberezkin" } }, + "node_modules/ajv-formats": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", + "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", + "license": "MIT", + "dependencies": { + "ajv": "^8.0.0" + }, + "peerDependencies": { + "ajv": "^8.0.0" + }, + "peerDependenciesMeta": { + "ajv": { + "optional": true + } + } + }, + "node_modules/ajv-formats/node_modules/ajv": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ajv-formats/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "license": "MIT" + }, "node_modules/ajv-keywords": { "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", "license": "MIT", "peerDependencies": { "ajv": "^6.9.1" @@ -4003,6 +4542,8 @@ }, "node_modules/ansi-escapes": { "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", "license": "MIT", "dependencies": { "type-fest": "^0.21.3" @@ -4014,8 +4555,22 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/ansi-html": { + "version": "0.0.9", + "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.9.tgz", + "integrity": "sha512-ozbS3LuenHVxNRh/wdnN16QapUHzauqSomAl1jwwJRRsGwFwtj644lIhxfWu0Fy0acCij2+AEgHvjscq3dlVXg==", + "engines": [ + "node >= 0.8.0" + ], + "license": "Apache-2.0", + "bin": { + "ansi-html": "bin/ansi-html" + } + }, "node_modules/ansi-html-community": { "version": "0.0.8", + "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", + "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", "engines": [ "node >= 0.8.0" ], @@ -4026,27 +4581,38 @@ }, "node_modules/ansi-regex": { "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/ansi-styles": { - "version": "3.2.1", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "license": "MIT", "dependencies": { - "color-convert": "^1.9.0" + "color-convert": "^2.0.1" }, "engines": { - "node": ">=4" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, "node_modules/any-promise": { "version": "1.3.0", + "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", + "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==", "license": "MIT" }, "node_modules/anymatch": { "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", "license": "ISC", "dependencies": { "normalize-path": "^3.0.0", @@ -4058,21 +4624,32 @@ }, "node_modules/arg": { "version": "5.0.2", + "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", + "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", "license": "MIT" }, "node_modules/argparse": { - "version": "2.0.1", - "license": "Python-2.0" + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "license": "MIT", + "dependencies": { + "sprintf-js": "~1.0.2" + } }, "node_modules/aria-query": { - "version": "5.3.0", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz", + "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==", "license": "Apache-2.0", - "dependencies": { - "dequal": "^2.0.3" + "engines": { + "node": ">= 0.4" } }, "node_modules/array-buffer-byte-length": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz", + "integrity": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==", "license": "MIT", "dependencies": { "call-bind": "^1.0.5", @@ -4087,16 +4664,21 @@ }, "node_modules/array-flatten": { "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==", "license": "MIT" }, "node_modules/array-includes": { - "version": "3.1.7", + "version": "3.1.8", + "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.8.tgz", + "integrity": "sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==", "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "get-intrinsic": "^1.2.1", + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-object-atoms": "^1.0.0", + "get-intrinsic": "^1.2.4", "is-string": "^1.0.7" }, "engines": { @@ -4108,36 +4690,24 @@ }, "node_modules/array-union": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", "license": "MIT", "engines": { "node": ">=8" } }, - "node_modules/array.prototype.filter": { - "version": "1.0.3", - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "es-array-method-boxes-properly": "^1.0.0", - "is-string": "^1.0.7" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/array.prototype.findlast": { - "version": "1.2.4", + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz", + "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==", "license": "MIT", "dependencies": { - "call-bind": "^1.0.5", + "call-bind": "^1.0.7", "define-properties": "^1.2.1", - "es-abstract": "^1.22.3", + "es-abstract": "^1.23.2", "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", "es-shim-unscopables": "^1.0.2" }, "engines": { @@ -4148,13 +4718,16 @@ } }, "node_modules/array.prototype.findlastindex": { - "version": "1.2.4", + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz", + "integrity": "sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==", "license": "MIT", "dependencies": { - "call-bind": "^1.0.5", + "call-bind": "^1.0.7", "define-properties": "^1.2.1", - "es-abstract": "^1.22.3", + "es-abstract": "^1.23.2", "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", "es-shim-unscopables": "^1.0.2" }, "engines": { @@ -4166,6 +4739,8 @@ }, "node_modules/array.prototype.flat": { "version": "1.3.2", + "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz", + "integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==", "license": "MIT", "dependencies": { "call-bind": "^1.0.2", @@ -4182,6 +4757,8 @@ }, "node_modules/array.prototype.flatmap": { "version": "1.3.2", + "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz", + "integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==", "license": "MIT", "dependencies": { "call-bind": "^1.0.2", @@ -4197,13 +4774,17 @@ } }, "node_modules/array.prototype.reduce": { - "version": "1.0.6", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/array.prototype.reduce/-/array.prototype.reduce-1.0.7.tgz", + "integrity": "sha512-mzmiUCVwtiD4lgxYP8g7IYy8El8p2CSMePvIbTS7gchKir/L1fgJrk0yDKmAX6mnRQFKNADYIk8nNlTris5H1Q==", "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", "es-array-method-boxes-properly": "^1.0.0", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", "is-string": "^1.0.7" }, "engines": { @@ -4213,29 +4794,26 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/array.prototype.toreversed": { - "version": "1.1.2", - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "es-shim-unscopables": "^1.0.0" - } - }, "node_modules/array.prototype.tosorted": { - "version": "1.1.3", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz", + "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==", "license": "MIT", "dependencies": { - "call-bind": "^1.0.5", + "call-bind": "^1.0.7", "define-properties": "^1.2.1", - "es-abstract": "^1.22.3", - "es-errors": "^1.1.0", + "es-abstract": "^1.23.3", + "es-errors": "^1.3.0", "es-shim-unscopables": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" } }, "node_modules/arraybuffer.prototype.slice": { "version": "1.0.3", + "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz", + "integrity": "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==", "license": "MIT", "dependencies": { "array-buffer-byte-length": "^1.0.1", @@ -4256,36 +4834,41 @@ }, "node_modules/asap": { "version": "2.0.6", + "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", + "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==", "license": "MIT" }, "node_modules/ast-types-flow": { "version": "0.0.8", + "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz", + "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==", "license": "MIT" }, "node_modules/async": { - "version": "3.2.5", + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", + "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==", "license": "MIT" }, - "node_modules/asynciterator.prototype": { - "version": "1.0.0", - "license": "MIT", - "dependencies": { - "has-symbols": "^1.0.3" - } - }, "node_modules/asynckit": { "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", "license": "MIT" }, "node_modules/at-least-node": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", + "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", "license": "ISC", "engines": { "node": ">= 4.0.0" } }, "node_modules/autoprefixer": { - "version": "10.4.18", + "version": "10.4.20", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.20.tgz", + "integrity": "sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==", "funding": [ { "type": "opencollective", @@ -4302,11 +4885,11 @@ ], "license": "MIT", "dependencies": { - "browserslist": "^4.23.0", - "caniuse-lite": "^1.0.30001591", + "browserslist": "^4.23.3", + "caniuse-lite": "^1.0.30001646", "fraction.js": "^4.3.7", "normalize-range": "^0.1.2", - "picocolors": "^1.0.0", + "picocolors": "^1.0.1", "postcss-value-parser": "^4.2.0" }, "bin": { @@ -4321,6 +4904,8 @@ }, "node_modules/available-typed-arrays": { "version": "1.0.7", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", + "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", "license": "MIT", "dependencies": { "possible-typed-array-names": "^1.0.0" @@ -4333,21 +4918,27 @@ } }, "node_modules/axe-core": { - "version": "4.7.0", + "version": "4.10.2", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.2.tgz", + "integrity": "sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==", "license": "MPL-2.0", "engines": { "node": ">=4" } }, "node_modules/axobject-query": { - "version": "3.2.1", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz", + "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==", "license": "Apache-2.0", - "dependencies": { - "dequal": "^2.0.3" + "engines": { + "node": ">= 0.4" } }, "node_modules/babel-jest": { "version": "27.5.1", + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz", + "integrity": "sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==", "license": "MIT", "dependencies": { "@jest/transform": "^27.5.1", @@ -4366,83 +4957,29 @@ "@babel/core": "^7.8.0" } }, - "node_modules/babel-jest/node_modules/ansi-styles": { - "version": "4.3.0", + "node_modules/babel-loader": { + "version": "8.4.1", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.4.1.tgz", + "integrity": "sha512-nXzRChX+Z1GoE6yWavBQg6jDslyFF3SDjl2paADuoQtQW10JqShJt62R6eJQ5m/pjJFDT8xgKIWSP85OY8eXeA==", "license": "MIT", "dependencies": { - "color-convert": "^2.0.1" + "find-cache-dir": "^3.3.1", + "loader-utils": "^2.0.4", + "make-dir": "^3.1.0", + "schema-utils": "^2.6.5" }, "engines": { - "node": ">=8" + "node": ">= 8.9" }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/babel-jest/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/babel-jest/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/babel-jest/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/babel-jest/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/babel-jest/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/babel-loader": { - "version": "8.3.0", - "license": "MIT", - "dependencies": { - "find-cache-dir": "^3.3.1", - "loader-utils": "^2.0.0", - "make-dir": "^3.1.0", - "schema-utils": "^2.6.5" - }, - "engines": { - "node": ">= 8.9" - }, - "peerDependencies": { - "@babel/core": "^7.0.0", - "webpack": ">=2" + "peerDependencies": { + "@babel/core": "^7.0.0", + "webpack": ">=2" } }, "node_modules/babel-loader/node_modules/schema-utils": { "version": "2.7.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", + "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.5", @@ -4459,6 +4996,8 @@ }, "node_modules/babel-plugin-istanbul": { "version": "6.1.1", + "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", + "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", "license": "BSD-3-Clause", "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", @@ -4473,6 +5012,8 @@ }, "node_modules/babel-plugin-jest-hoist": { "version": "27.5.1", + "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz", + "integrity": "sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==", "license": "MIT", "dependencies": { "@babel/template": "^7.3.3", @@ -4486,6 +5027,8 @@ }, "node_modules/babel-plugin-macros": { "version": "3.1.0", + "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", + "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.12.5", @@ -4499,17 +5042,21 @@ }, "node_modules/babel-plugin-named-asset-import": { "version": "0.3.8", + "resolved": "https://registry.npmjs.org/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.8.tgz", + "integrity": "sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==", "license": "MIT", "peerDependencies": { "@babel/core": "^7.1.0" } }, "node_modules/babel-plugin-polyfill-corejs2": { - "version": "0.4.8", + "version": "0.4.12", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.12.tgz", + "integrity": "sha512-CPWT6BwvhrTO2d8QVorhTCQw9Y43zOu7G9HigcfxvepOU6b8o3tcWad6oVgZIsZCTt42FFv97aA7ZJsbM4+8og==", "license": "MIT", "dependencies": { "@babel/compat-data": "^7.22.6", - "@babel/helper-define-polyfill-provider": "^0.5.0", + "@babel/helper-define-polyfill-provider": "^0.6.3", "semver": "^6.3.1" }, "peerDependencies": { @@ -4518,27 +5065,33 @@ }, "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": { "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.9.0", + "version": "0.10.6", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz", + "integrity": "sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==", "license": "MIT", "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.5.0", - "core-js-compat": "^3.34.0" + "@babel/helper-define-polyfill-provider": "^0.6.2", + "core-js-compat": "^3.38.0" }, "peerDependencies": { "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" } }, "node_modules/babel-plugin-polyfill-regenerator": { - "version": "0.5.5", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.3.tgz", + "integrity": "sha512-LiWSbl4CRSIa5x/JAU6jZiG9eit9w6mz+yVMFwDE83LAWvt0AfGBoZ7HS/mkhrKuh2ZlzfVZYKoLjXdqw6Yt7Q==", "license": "MIT", "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.5.0" + "@babel/helper-define-polyfill-provider": "^0.6.3" }, "peerDependencies": { "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" @@ -4546,24 +5099,31 @@ }, "node_modules/babel-plugin-transform-react-remove-prop-types": { "version": "0.4.24", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz", + "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==", "license": "MIT" }, "node_modules/babel-preset-current-node-syntax": { - "version": "1.0.1", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.1.0.tgz", + "integrity": "sha512-ldYss8SbBlWva1bs28q78Ju5Zq1F+8BrqBZZ0VFhLBvhh6lCpC2o3gDJi/5DRLs9FgYZCnmPYIVFU4lRXCkyUw==", "license": "MIT", "dependencies": { "@babel/plugin-syntax-async-generators": "^7.8.4", "@babel/plugin-syntax-bigint": "^7.8.3", - "@babel/plugin-syntax-class-properties": "^7.8.3", - "@babel/plugin-syntax-import-meta": "^7.8.3", + "@babel/plugin-syntax-class-properties": "^7.12.13", + "@babel/plugin-syntax-class-static-block": "^7.14.5", + "@babel/plugin-syntax-import-attributes": "^7.24.7", + "@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", "@babel/plugin-syntax-object-rest-spread": "^7.8.3", "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-top-level-await": "^7.8.3" + "@babel/plugin-syntax-private-property-in-object": "^7.14.5", + "@babel/plugin-syntax-top-level-await": "^7.14.5" }, "peerDependencies": { "@babel/core": "^7.0.0" @@ -4571,6 +5131,8 @@ }, "node_modules/babel-preset-jest": { "version": "27.5.1", + "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz", + "integrity": "sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==", "license": "MIT", "dependencies": { "babel-plugin-jest-hoist": "^27.5.1", @@ -4585,6 +5147,8 @@ }, "node_modules/babel-preset-react-app": { "version": "10.0.1", + "resolved": "https://registry.npmjs.org/babel-preset-react-app/-/babel-preset-react-app-10.0.1.tgz", + "integrity": "sha512-b0D9IZ1WhhCWkrTXyFuIIgqGzSkRIH5D5AmB0bXbzYAB1OBAwHcUeyWW2LorutLWF5btNo/N7r/cIdmvvKJlYg==", "license": "MIT", "dependencies": { "@babel/core": "^7.16.0", @@ -4607,14 +5171,20 @@ }, "node_modules/balanced-match": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", "license": "MIT" }, "node_modules/batch": { "version": "0.6.1", + "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", + "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==", "license": "MIT" }, "node_modules/bfj": { "version": "7.1.0", + "resolved": "https://registry.npmjs.org/bfj/-/bfj-7.1.0.tgz", + "integrity": "sha512-I6MMLkn+anzNdCUp9hMRyui1HaNEUCco50lxbvNS4+EyXg8lN3nJ48PjPWtbH8UVS9CuMoaKE9U2V3l29DaRQw==", "license": "MIT", "dependencies": { "bluebird": "^3.7.2", @@ -4629,24 +5199,35 @@ }, "node_modules/big.js": { "version": "5.2.2", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", + "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", "license": "MIT", "engines": { "node": "*" } }, "node_modules/binary-extensions": { - "version": "2.2.0", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", + "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", "license": "MIT", "engines": { "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/bluebird": { "version": "3.7.2", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", "license": "MIT" }, "node_modules/body-parser": { - "version": "1.20.2", + "version": "1.20.3", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz", + "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==", "license": "MIT", "dependencies": { "bytes": "3.1.2", @@ -4657,7 +5238,7 @@ "http-errors": "2.0.0", "iconv-lite": "0.4.24", "on-finished": "2.4.1", - "qs": "6.11.0", + "qs": "6.13.0", "raw-body": "2.5.2", "type-is": "~1.6.18", "unpipe": "1.0.0" @@ -4667,15 +5248,10 @@ "npm": "1.2.8000 || >= 1.4.16" } }, - "node_modules/body-parser/node_modules/bytes": { - "version": "3.1.2", - "license": "MIT", - "engines": { - "node": ">= 0.8" - } - }, "node_modules/body-parser/node_modules/debug": { "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "license": "MIT", "dependencies": { "ms": "2.0.0" @@ -4683,6 +5259,8 @@ }, "node_modules/body-parser/node_modules/iconv-lite": { "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", "license": "MIT", "dependencies": { "safer-buffer": ">= 2.1.2 < 3" @@ -4693,10 +5271,14 @@ }, "node_modules/body-parser/node_modules/ms": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "license": "MIT" }, "node_modules/bonjour-service": { "version": "1.2.1", + "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.2.1.tgz", + "integrity": "sha512-oSzCS2zV14bh2kji6vNe7vrpJYCHGvcZnlffFQ1MEoX/WOeQ/teD8SYWKR942OI3INjq8OMNJlbPK5LLLUxFDw==", "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.3", @@ -4705,10 +5287,14 @@ }, "node_modules/boolbase": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", "license": "ISC" }, "node_modules/bootstrap": { "version": "5.3.3", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.3.tgz", + "integrity": "sha512-8HLCdWgyoMguSO9o+aH+iuZ+aht+mzW0u3HIMzVu7Srrpv7EBBxTnrFlSCskwdY1+EOFQSm7uMJhNQHkdPcmjg==", "funding": [ { "type": "github", @@ -4726,6 +5312,8 @@ }, "node_modules/brace-expansion": { "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", @@ -4733,10 +5321,12 @@ } }, "node_modules/braces": { - "version": "3.0.2", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", "license": "MIT", "dependencies": { - "fill-range": "^7.0.1" + "fill-range": "^7.1.1" }, "engines": { "node": ">=8" @@ -4744,10 +5334,14 @@ }, "node_modules/browser-process-hrtime": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz", + "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==", "license": "BSD-2-Clause" }, "node_modules/browserslist": { - "version": "4.23.0", + "version": "4.24.2", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.2.tgz", + "integrity": "sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==", "funding": [ { "type": "opencollective", @@ -4764,10 +5358,10 @@ ], "license": "MIT", "dependencies": { - "caniuse-lite": "^1.0.30001587", - "electron-to-chromium": "^1.4.668", - "node-releases": "^2.0.14", - "update-browserslist-db": "^1.0.13" + "caniuse-lite": "^1.0.30001669", + "electron-to-chromium": "^1.5.41", + "node-releases": "^2.0.18", + "update-browserslist-db": "^1.1.1" }, "bin": { "browserslist": "cli.js" @@ -4778,6 +5372,8 @@ }, "node_modules/bser": { "version": "2.1.1", + "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", + "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", "license": "Apache-2.0", "dependencies": { "node-int64": "^0.4.0" @@ -4785,10 +5381,14 @@ }, "node_modules/buffer-from": { "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", "license": "MIT" }, "node_modules/builtin-modules": { "version": "3.3.0", + "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz", + "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==", "license": "MIT", "engines": { "node": ">=6" @@ -4798,7 +5398,9 @@ } }, "node_modules/bytes": { - "version": "3.0.0", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", "license": "MIT", "engines": { "node": ">= 0.8" @@ -4806,6 +5408,8 @@ }, "node_modules/call-bind": { "version": "1.0.7", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", + "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", "license": "MIT", "dependencies": { "es-define-property": "^1.0.0", @@ -4823,6 +5427,8 @@ }, "node_modules/callsites": { "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", "license": "MIT", "engines": { "node": ">=6" @@ -4830,6 +5436,8 @@ }, "node_modules/camel-case": { "version": "4.1.2", + "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", + "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", "license": "MIT", "dependencies": { "pascal-case": "^3.1.2", @@ -4838,6 +5446,8 @@ }, "node_modules/camelcase": { "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", "license": "MIT", "engines": { "node": ">=10" @@ -4848,6 +5458,8 @@ }, "node_modules/camelcase-css": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", + "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", "license": "MIT", "engines": { "node": ">= 6" @@ -4855,6 +5467,8 @@ }, "node_modules/caniuse-api": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", + "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", "license": "MIT", "dependencies": { "browserslist": "^4.0.0", @@ -4864,7 +5478,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001596", + "version": "1.0.30001680", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001680.tgz", + "integrity": "sha512-rPQy70G6AGUMnbwS1z6Xg+RkHYPAi18ihs47GH0jcxIG7wArmPgY3XbS2sRdBbxJljp3thdT8BIqv9ccCypiPA==", "funding": [ { "type": "opencollective", @@ -4883,25 +5499,33 @@ }, "node_modules/case-sensitive-paths-webpack-plugin": { "version": "2.4.0", + "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz", + "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==", "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/chalk": { - "version": "2.4.2", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "license": "MIT", "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, "engines": { - "node": ">=4" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, "node_modules/char-regex": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", + "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", "license": "MIT", "engines": { "node": ">=10" @@ -4909,10 +5533,14 @@ }, "node_modules/check-types": { "version": "11.2.3", + "resolved": "https://registry.npmjs.org/check-types/-/check-types-11.2.3.tgz", + "integrity": "sha512-+67P1GkJRaxQD6PKK0Et9DhwQB+vGg3PM5+aavopCpZT1lj9jeqfvpgTLAWErNj8qApkkmXlu/Ug74kmhagkXg==", "license": "MIT" }, "node_modules/chokidar": { "version": "3.6.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", "license": "MIT", "dependencies": { "anymatch": "~3.1.2", @@ -4935,6 +5563,8 @@ }, "node_modules/chokidar/node_modules/glob-parent": { "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "license": "ISC", "dependencies": { "is-glob": "^4.0.1" @@ -4944,7 +5574,9 @@ } }, "node_modules/chrome-trace-event": { - "version": "1.0.3", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz", + "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==", "license": "MIT", "engines": { "node": ">=6.0" @@ -4952,6 +5584,8 @@ }, "node_modules/ci-info": { "version": "3.9.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", + "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", "funding": [ { "type": "github", @@ -4964,15 +5598,21 @@ } }, "node_modules/cjs-module-lexer": { - "version": "1.2.3", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.4.1.tgz", + "integrity": "sha512-cuSVIHi9/9E/+821Qjdvngor+xpnlwnuwIyZOaLmHBVdXL+gP+I6QQB9VkO7RI77YIcTV+S1W9AreJ5eN63JBA==", "license": "MIT" }, "node_modules/classnames": { "version": "2.5.1", + "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz", + "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==", "license": "MIT" }, "node_modules/clean-css": { "version": "5.3.3", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.3.tgz", + "integrity": "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==", "license": "MIT", "dependencies": { "source-map": "~0.6.0" @@ -4983,6 +5623,8 @@ }, "node_modules/clean-css/node_modules/source-map": { "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" @@ -4990,6 +5632,8 @@ }, "node_modules/cliui": { "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", "license": "ISC", "dependencies": { "string-width": "^4.2.0", @@ -4999,6 +5643,8 @@ }, "node_modules/co": { "version": "4.6.0", + "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", + "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==", "license": "MIT", "engines": { "iojs": ">= 1.0.0", @@ -5007,6 +5653,8 @@ }, "node_modules/coa": { "version": "2.0.2", + "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz", + "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==", "license": "MIT", "dependencies": { "@types/q": "^1.5.1", @@ -5017,31 +5665,117 @@ "node": ">= 4.0" } }, + "node_modules/coa/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "license": "MIT", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/coa/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "license": "MIT", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/coa/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "license": "MIT", + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/coa/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "license": "MIT" + }, + "node_modules/coa/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "license": "MIT", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/coa/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/coa/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "license": "MIT", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/collect-v8-coverage": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz", + "integrity": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==", "license": "MIT" }, "node_modules/color-convert": { - "version": "1.9.3", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "license": "MIT", "dependencies": { - "color-name": "1.1.3" + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" } }, "node_modules/color-name": { - "version": "1.1.3", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "license": "MIT" }, "node_modules/colord": { "version": "2.9.3", + "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz", + "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==", "license": "MIT" }, "node_modules/colorette": { "version": "2.0.20", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", + "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", "license": "MIT" }, "node_modules/combined-stream": { "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", "license": "MIT", "dependencies": { "delayed-stream": "~1.0.0" @@ -5051,18 +5785,18 @@ } }, "node_modules/commander": { - "version": "8.3.0", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", "license": "MIT", "engines": { - "node": ">= 12" + "node": ">= 10" } }, - "node_modules/common-path-prefix": { - "version": "3.0.0", - "license": "ISC" - }, "node_modules/common-tags": { "version": "1.8.2", + "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz", + "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==", "license": "MIT", "engines": { "node": ">=4.0.0" @@ -5070,10 +5804,14 @@ }, "node_modules/commondir": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", "license": "MIT" }, "node_modules/compressible": { "version": "2.0.18", + "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", "license": "MIT", "dependencies": { "mime-db": ">= 1.43.0 < 2" @@ -5083,15 +5821,17 @@ } }, "node_modules/compression": { - "version": "1.7.4", + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.5.tgz", + "integrity": "sha512-bQJ0YRck5ak3LgtnpKkiabX5pNF7tMUh1BSy2ZBOTh0Dim0BUu6aPPwByIns6/A5Prh8PufSPerMDUklpzes2Q==", "license": "MIT", "dependencies": { - "accepts": "~1.3.5", - "bytes": "3.0.0", - "compressible": "~2.0.16", + "bytes": "3.1.2", + "compressible": "~2.0.18", "debug": "2.6.9", + "negotiator": "~0.6.4", "on-headers": "~1.0.2", - "safe-buffer": "5.1.2", + "safe-buffer": "5.2.1", "vary": "~1.1.2" }, "engines": { @@ -5100,6 +5840,8 @@ }, "node_modules/compression/node_modules/debug": { "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "license": "MIT", "dependencies": { "ms": "2.0.0" @@ -5107,22 +5849,26 @@ }, "node_modules/compression/node_modules/ms": { "version": "2.0.0", - "license": "MIT" - }, - "node_modules/compression/node_modules/safe-buffer": { - "version": "5.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "license": "MIT" }, "node_modules/concat-map": { "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", "license": "MIT" }, "node_modules/confusing-browser-globals": { "version": "1.0.11", + "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz", + "integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==", "license": "MIT" }, "node_modules/connect-history-api-fallback": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz", + "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==", "license": "MIT", "engines": { "node": ">=0.8" @@ -5130,6 +5876,8 @@ }, "node_modules/content-disposition": { "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", "license": "MIT", "dependencies": { "safe-buffer": "5.2.1" @@ -5140,6 +5888,8 @@ }, "node_modules/content-type": { "version": "1.0.5", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", + "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", "license": "MIT", "engines": { "node": ">= 0.6" @@ -5147,10 +5897,14 @@ }, "node_modules/convert-source-map": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", "license": "MIT" }, "node_modules/cookie": { - "version": "0.6.0", + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz", + "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==", "license": "MIT", "engines": { "node": ">= 0.6" @@ -5158,10 +5912,14 @@ }, "node_modules/cookie-signature": { "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", "license": "MIT" }, "node_modules/core-js": { - "version": "3.36.0", + "version": "3.39.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.39.0.tgz", + "integrity": "sha512-raM0ew0/jJUqkJ0E6e8UDtl+y/7ktFivgWvqw8dNSQeNWoSDLvQ1H/RN3aPXB9tBd4/FhyR4RDPGhsNIMsAn7g==", "hasInstallScript": true, "license": "MIT", "funding": { @@ -5170,10 +5928,12 @@ } }, "node_modules/core-js-compat": { - "version": "3.36.0", + "version": "3.39.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.39.0.tgz", + "integrity": "sha512-VgEUx3VwlExr5no0tXlBt+silBvhTryPwCXRI2Id1PN8WTKu7MreethvddqOubrYxkFdv/RnYrqlv1sFNAUelw==", "license": "MIT", "dependencies": { - "browserslist": "^4.22.3" + "browserslist": "^4.24.2" }, "funding": { "type": "opencollective", @@ -5181,7 +5941,9 @@ } }, "node_modules/core-js-pure": { - "version": "3.36.0", + "version": "3.39.0", + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.39.0.tgz", + "integrity": "sha512-7fEcWwKI4rJinnK+wLTezeg2smbFFdSBP6E2kQZNbnzM2s1rpKQ6aaRteZSSg7FLU3P0HGGVo/gbpfanU36urg==", "hasInstallScript": true, "license": "MIT", "funding": { @@ -5191,10 +5953,14 @@ }, "node_modules/core-util-is": { "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", "license": "MIT" }, "node_modules/cosmiconfig": { "version": "7.1.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", + "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", "license": "MIT", "dependencies": { "@types/parse-json": "^4.0.0", @@ -5208,7 +5974,9 @@ } }, "node_modules/cross-spawn": { - "version": "7.0.3", + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.5.tgz", + "integrity": "sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==", "license": "MIT", "dependencies": { "path-key": "^3.1.0", @@ -5221,26 +5989,35 @@ }, "node_modules/crypto-random-string": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", + "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/css-blank-pseudo": { - "version": "2.0.0", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz", + "integrity": "sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==", "license": "CC0-1.0", + "dependencies": { + "postcss-selector-parser": "^6.0.9" + }, "bin": { - "css-blank-pseudo": "cli.js" + "css-blank-pseudo": "dist/cli.cjs" }, "engines": { - "node": ">=10.0.0" + "node": "^12 || ^14 || >=16" }, "peerDependencies": { - "postcss": "^8.3" + "postcss": "^8.4" } }, "node_modules/css-declaration-sorter": { "version": "6.4.1", + "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz", + "integrity": "sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==", "license": "ISC", "engines": { "node": "^10 || ^12 || >=14" @@ -5250,30 +6027,34 @@ } }, "node_modules/css-has-pseudo": { - "version": "2.0.0", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz", + "integrity": "sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==", "license": "CC0-1.0", "dependencies": { - "postcss-selector-parser": "^6" + "postcss-selector-parser": "^6.0.9" }, "bin": { - "css-has-pseudo": "cli.js" + "css-has-pseudo": "dist/cli.cjs" }, "engines": { - "node": ">=12" + "node": "^12 || ^14 || >=16" }, "peerDependencies": { - "postcss": ">=8.3" + "postcss": "^8.4" } }, "node_modules/css-loader": { - "version": "6.10.0", + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.11.0.tgz", + "integrity": "sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g==", "license": "MIT", "dependencies": { "icss-utils": "^5.1.0", "postcss": "^8.4.33", - "postcss-modules-extract-imports": "^3.0.0", - "postcss-modules-local-by-default": "^4.0.4", - "postcss-modules-scope": "^3.1.1", + "postcss-modules-extract-imports": "^3.1.0", + "postcss-modules-local-by-default": "^4.0.5", + "postcss-modules-scope": "^3.2.0", "postcss-modules-values": "^4.0.0", "postcss-value-parser": "^4.2.0", "semver": "^7.5.4" @@ -5300,6 +6081,8 @@ }, "node_modules/css-minimizer-webpack-plugin": { "version": "3.4.1", + "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz", + "integrity": "sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==", "license": "MIT", "dependencies": { "cssnano": "^5.0.6", @@ -5334,88 +6117,34 @@ } } }, - "node_modules/css-minimizer-webpack-plugin/node_modules/ajv": { - "version": "8.12.0", - "license": "MIT", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/css-minimizer-webpack-plugin/node_modules/ajv-formats": { - "version": "2.1.1", - "license": "MIT", - "dependencies": { - "ajv": "^8.0.0" - }, - "peerDependencies": { - "ajv": "^8.0.0" - }, - "peerDependenciesMeta": { - "ajv": { - "optional": true - } - } - }, - "node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords": { - "version": "5.1.0", - "license": "MIT", - "dependencies": { - "fast-deep-equal": "^3.1.3" - }, - "peerDependencies": { - "ajv": "^8.8.2" - } - }, - "node_modules/css-minimizer-webpack-plugin/node_modules/json-schema-traverse": { - "version": "1.0.0", - "license": "MIT" - }, - "node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils": { - "version": "4.2.0", - "license": "MIT", - "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, "node_modules/css-minimizer-webpack-plugin/node_modules/source-map": { "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, "node_modules/css-prefers-color-scheme": { - "version": "5.0.0", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz", + "integrity": "sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==", "license": "CC0-1.0", "bin": { - "css-prefers-color-scheme": "cli.js" + "css-prefers-color-scheme": "dist/cli.cjs" }, "engines": { - "node": ">=12" + "node": "^12 || ^14 || >=16" }, "peerDependencies": { - "postcss": "^8.3" + "postcss": "^8.4" } }, "node_modules/css-select": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", + "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", "license": "BSD-2-Clause", "dependencies": { "boolbase": "^1.0.0", @@ -5430,10 +6159,14 @@ }, "node_modules/css-select-base-adapter": { "version": "0.1.1", + "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz", + "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==", "license": "MIT" }, "node_modules/css-tree": { "version": "1.0.0-alpha.37", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz", + "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==", "license": "MIT", "dependencies": { "mdn-data": "2.0.4", @@ -5445,6 +6178,8 @@ }, "node_modules/css-tree/node_modules/source-map": { "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" @@ -5452,6 +6187,8 @@ }, "node_modules/css-what": { "version": "6.1.0", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", + "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", "license": "BSD-2-Clause", "engines": { "node": ">= 6" @@ -5461,11 +6198,25 @@ } }, "node_modules/cssdb": { - "version": "5.1.0", + "version": "7.11.2", + "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-7.11.2.tgz", + "integrity": "sha512-lhQ32TFkc1X4eTefGfYPvgovRSzIMofHkigfH8nWtyRL4XJLsRhJFreRvEgKzept7x1rjBuy3J/MurXLaFxW/A==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + } + ], "license": "CC0-1.0" }, "node_modules/cssesc": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", "license": "MIT", "bin": { "cssesc": "bin/cssesc" @@ -5476,6 +6227,8 @@ }, "node_modules/cssnano": { "version": "5.1.15", + "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.15.tgz", + "integrity": "sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==", "license": "MIT", "dependencies": { "cssnano-preset-default": "^5.2.14", @@ -5495,6 +6248,8 @@ }, "node_modules/cssnano-preset-default": { "version": "5.2.14", + "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz", + "integrity": "sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==", "license": "MIT", "dependencies": { "css-declaration-sorter": "^6.3.1", @@ -5536,6 +6291,8 @@ }, "node_modules/cssnano-utils": { "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz", + "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==", "license": "MIT", "engines": { "node": "^10 || ^12 || >=14.0" @@ -5546,6 +6303,8 @@ }, "node_modules/csso": { "version": "4.2.0", + "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", + "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", "license": "MIT", "dependencies": { "css-tree": "^1.1.2" @@ -5556,6 +6315,8 @@ }, "node_modules/csso/node_modules/css-tree": { "version": "1.1.3", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", + "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", "license": "MIT", "dependencies": { "mdn-data": "2.0.14", @@ -5567,10 +6328,14 @@ }, "node_modules/csso/node_modules/mdn-data": { "version": "2.0.14", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", + "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==", "license": "CC0-1.0" }, "node_modules/csso/node_modules/source-map": { "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" @@ -5578,10 +6343,14 @@ }, "node_modules/cssom": { "version": "0.4.4", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz", + "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==", "license": "MIT" }, "node_modules/cssstyle": { "version": "2.3.0", + "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz", + "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==", "license": "MIT", "dependencies": { "cssom": "~0.3.6" @@ -5592,14 +6361,20 @@ }, "node_modules/cssstyle/node_modules/cssom": { "version": "0.3.8", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", + "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==", "license": "MIT" }, "node_modules/csstype": { "version": "3.1.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", + "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", "license": "MIT" }, "node_modules/d3": { "version": "7.9.0", + "resolved": "https://registry.npmjs.org/d3/-/d3-7.9.0.tgz", + "integrity": "sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==", "license": "ISC", "dependencies": { "d3-array": "3", @@ -5639,6 +6414,8 @@ }, "node_modules/d3-array": { "version": "3.2.4", + "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz", + "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==", "license": "ISC", "dependencies": { "internmap": "1 - 2" @@ -5649,6 +6426,8 @@ }, "node_modules/d3-axis": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-axis/-/d3-axis-3.0.0.tgz", + "integrity": "sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==", "license": "ISC", "engines": { "node": ">=12" @@ -5656,6 +6435,8 @@ }, "node_modules/d3-brush": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-brush/-/d3-brush-3.0.0.tgz", + "integrity": "sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==", "license": "ISC", "dependencies": { "d3-dispatch": "1 - 3", @@ -5670,6 +6451,8 @@ }, "node_modules/d3-chord": { "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-chord/-/d3-chord-3.0.1.tgz", + "integrity": "sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==", "license": "ISC", "dependencies": { "d3-path": "1 - 3" @@ -5680,6 +6463,8 @@ }, "node_modules/d3-color": { "version": "3.1.0", + "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz", + "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==", "license": "ISC", "engines": { "node": ">=12" @@ -5687,6 +6472,8 @@ }, "node_modules/d3-contour": { "version": "4.0.2", + "resolved": "https://registry.npmjs.org/d3-contour/-/d3-contour-4.0.2.tgz", + "integrity": "sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==", "license": "ISC", "dependencies": { "d3-array": "^3.2.0" @@ -5697,6 +6484,8 @@ }, "node_modules/d3-delaunay": { "version": "6.0.4", + "resolved": "https://registry.npmjs.org/d3-delaunay/-/d3-delaunay-6.0.4.tgz", + "integrity": "sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==", "license": "ISC", "dependencies": { "delaunator": "5" @@ -5707,6 +6496,8 @@ }, "node_modules/d3-dispatch": { "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-3.0.1.tgz", + "integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==", "license": "ISC", "engines": { "node": ">=12" @@ -5714,6 +6505,8 @@ }, "node_modules/d3-drag": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-drag/-/d3-drag-3.0.0.tgz", + "integrity": "sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==", "license": "ISC", "dependencies": { "d3-dispatch": "1 - 3", @@ -5725,6 +6518,8 @@ }, "node_modules/d3-dsv": { "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-dsv/-/d3-dsv-3.0.1.tgz", + "integrity": "sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==", "license": "ISC", "dependencies": { "commander": "7", @@ -5746,15 +6541,10 @@ "node": ">=12" } }, - "node_modules/d3-dsv/node_modules/commander": { - "version": "7.2.0", - "license": "MIT", - "engines": { - "node": ">= 10" - } - }, "node_modules/d3-ease": { "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz", + "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==", "license": "BSD-3-Clause", "engines": { "node": ">=12" @@ -5762,6 +6552,8 @@ }, "node_modules/d3-fetch": { "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-fetch/-/d3-fetch-3.0.1.tgz", + "integrity": "sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==", "license": "ISC", "dependencies": { "d3-dsv": "1 - 3" @@ -5772,6 +6564,8 @@ }, "node_modules/d3-force": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-force/-/d3-force-3.0.0.tgz", + "integrity": "sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==", "license": "ISC", "dependencies": { "d3-dispatch": "1 - 3", @@ -5784,6 +6578,8 @@ }, "node_modules/d3-format": { "version": "3.1.0", + "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-3.1.0.tgz", + "integrity": "sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==", "license": "ISC", "engines": { "node": ">=12" @@ -5791,6 +6587,8 @@ }, "node_modules/d3-geo": { "version": "3.1.1", + "resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-3.1.1.tgz", + "integrity": "sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==", "license": "ISC", "dependencies": { "d3-array": "2.5.0 - 3" @@ -5801,6 +6599,8 @@ }, "node_modules/d3-hierarchy": { "version": "3.1.2", + "resolved": "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-3.1.2.tgz", + "integrity": "sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==", "license": "ISC", "engines": { "node": ">=12" @@ -5808,6 +6608,8 @@ }, "node_modules/d3-interpolate": { "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz", + "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==", "license": "ISC", "dependencies": { "d3-color": "1 - 3" @@ -5818,6 +6620,8 @@ }, "node_modules/d3-path": { "version": "3.1.0", + "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-3.1.0.tgz", + "integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==", "license": "ISC", "engines": { "node": ">=12" @@ -5825,6 +6629,8 @@ }, "node_modules/d3-polygon": { "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-polygon/-/d3-polygon-3.0.1.tgz", + "integrity": "sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==", "license": "ISC", "engines": { "node": ">=12" @@ -5832,6 +6638,8 @@ }, "node_modules/d3-quadtree": { "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-3.0.1.tgz", + "integrity": "sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==", "license": "ISC", "engines": { "node": ">=12" @@ -5839,6 +6647,8 @@ }, "node_modules/d3-random": { "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-random/-/d3-random-3.0.1.tgz", + "integrity": "sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==", "license": "ISC", "engines": { "node": ">=12" @@ -5846,6 +6656,8 @@ }, "node_modules/d3-scale": { "version": "4.0.2", + "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz", + "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==", "license": "ISC", "dependencies": { "d3-array": "2.10.0 - 3", @@ -5860,6 +6672,8 @@ }, "node_modules/d3-scale-chromatic": { "version": "3.1.0", + "resolved": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz", + "integrity": "sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==", "license": "ISC", "dependencies": { "d3-color": "1 - 3", @@ -5871,6 +6685,8 @@ }, "node_modules/d3-selection": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-3.0.0.tgz", + "integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==", "license": "ISC", "engines": { "node": ">=12" @@ -5878,6 +6694,8 @@ }, "node_modules/d3-shape": { "version": "3.2.0", + "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-3.2.0.tgz", + "integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==", "license": "ISC", "dependencies": { "d3-path": "^3.1.0" @@ -5888,6 +6706,8 @@ }, "node_modules/d3-time": { "version": "3.1.0", + "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-3.1.0.tgz", + "integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==", "license": "ISC", "dependencies": { "d3-array": "2 - 3" @@ -5898,6 +6718,8 @@ }, "node_modules/d3-time-format": { "version": "4.1.0", + "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz", + "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==", "license": "ISC", "dependencies": { "d3-time": "1 - 3" @@ -5908,6 +6730,8 @@ }, "node_modules/d3-timer": { "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz", + "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==", "license": "ISC", "engines": { "node": ">=12" @@ -5915,6 +6739,8 @@ }, "node_modules/d3-transition": { "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-transition/-/d3-transition-3.0.1.tgz", + "integrity": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==", "license": "ISC", "dependencies": { "d3-color": "1 - 3", @@ -5932,6 +6758,8 @@ }, "node_modules/d3-zoom": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-zoom/-/d3-zoom-3.0.0.tgz", + "integrity": "sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==", "license": "ISC", "dependencies": { "d3-dispatch": "1 - 3", @@ -5946,10 +6774,14 @@ }, "node_modules/damerau-levenshtein": { "version": "1.0.8", + "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz", + "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==", "license": "BSD-2-Clause" }, "node_modules/data-urls": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz", + "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==", "license": "MIT", "dependencies": { "abab": "^2.0.3", @@ -5960,14 +6792,67 @@ "node": ">=10" } }, - "node_modules/debug": { - "version": "4.3.4", + "node_modules/data-view-buffer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.1.tgz", + "integrity": "sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==", "license": "MIT", "dependencies": { - "ms": "2.1.2" + "call-bind": "^1.0.6", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.1" }, "engines": { - "node": ">=6.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/data-view-byte-length": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz", + "integrity": "sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==", + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.7", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/data-view-byte-offset": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz", + "integrity": "sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==", + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.6", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/debug": { + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" }, "peerDependenciesMeta": { "supports-color": { @@ -5977,18 +6862,26 @@ }, "node_modules/decimal.js": { "version": "10.4.3", + "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz", + "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==", "license": "MIT" }, "node_modules/dedent": { "version": "0.7.0", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz", + "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==", "license": "MIT" }, "node_modules/deep-is": { "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", "license": "MIT" }, "node_modules/deepmerge": { "version": "4.3.1", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", + "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -5996,6 +6889,8 @@ }, "node_modules/default-gateway": { "version": "6.0.3", + "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz", + "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==", "license": "BSD-2-Clause", "dependencies": { "execa": "^5.0.0" @@ -6006,6 +6901,8 @@ }, "node_modules/define-data-property": { "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", + "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", "license": "MIT", "dependencies": { "es-define-property": "^1.0.0", @@ -6021,6 +6918,8 @@ }, "node_modules/define-lazy-prop": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", + "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", "license": "MIT", "engines": { "node": ">=8" @@ -6028,6 +6927,8 @@ }, "node_modules/define-properties": { "version": "1.2.1", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", + "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", "license": "MIT", "dependencies": { "define-data-property": "^1.0.1", @@ -6043,6 +6944,8 @@ }, "node_modules/delaunator": { "version": "5.0.1", + "resolved": "https://registry.npmjs.org/delaunator/-/delaunator-5.0.1.tgz", + "integrity": "sha512-8nvh+XBe96aCESrGOqMp/84b13H9cdKbG5P2ejQCh4d4sK9RL4371qou9drQjMhvnPmhWl5hnmqbEE0fXr9Xnw==", "license": "ISC", "dependencies": { "robust-predicates": "^3.0.2" @@ -6050,6 +6953,8 @@ }, "node_modules/delayed-stream": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", "license": "MIT", "engines": { "node": ">=0.4.0" @@ -6057,6 +6962,8 @@ }, "node_modules/depd": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", "license": "MIT", "engines": { "node": ">= 0.8" @@ -6064,6 +6971,8 @@ }, "node_modules/dequal": { "version": "2.0.3", + "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", + "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", "license": "MIT", "engines": { "node": ">=6" @@ -6071,6 +6980,8 @@ }, "node_modules/destroy": { "version": "1.2.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", "license": "MIT", "engines": { "node": ">= 0.8", @@ -6079,6 +6990,8 @@ }, "node_modules/detect-newline": { "version": "3.1.0", + "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", + "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", "license": "MIT", "engines": { "node": ">=8" @@ -6086,10 +6999,14 @@ }, "node_modules/detect-node": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", + "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==", "license": "MIT" }, "node_modules/detect-port-alt": { "version": "1.1.6", + "resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz", + "integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==", "license": "MIT", "dependencies": { "address": "^1.0.1", @@ -6105,6 +7022,8 @@ }, "node_modules/detect-port-alt/node_modules/debug": { "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "license": "MIT", "dependencies": { "ms": "2.0.0" @@ -6112,14 +7031,20 @@ }, "node_modules/detect-port-alt/node_modules/ms": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "license": "MIT" }, "node_modules/didyoumean": { "version": "1.2.2", + "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", + "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", "license": "Apache-2.0" }, "node_modules/diff-sequences": { "version": "27.5.1", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz", + "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==", "license": "MIT", "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" @@ -6127,6 +7052,8 @@ }, "node_modules/dir-glob": { "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", "license": "MIT", "dependencies": { "path-type": "^4.0.0" @@ -6137,10 +7064,14 @@ }, "node_modules/dlv": { "version": "1.1.3", + "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", + "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", "license": "MIT" }, "node_modules/dns-packet": { "version": "5.6.1", + "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.1.tgz", + "integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==", "license": "MIT", "dependencies": { "@leichtgewicht/ip-codec": "^2.0.1" @@ -6151,6 +7082,8 @@ }, "node_modules/doctrine": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", "license": "Apache-2.0", "dependencies": { "esutils": "^2.0.2" @@ -6161,6 +7094,8 @@ }, "node_modules/dom-converter": { "version": "0.2.0", + "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz", + "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", "license": "MIT", "dependencies": { "utila": "~0.4" @@ -6168,6 +7103,8 @@ }, "node_modules/dom-helpers": { "version": "5.2.1", + "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz", + "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.8.7", @@ -6176,6 +7113,8 @@ }, "node_modules/dom-serializer": { "version": "1.4.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", "license": "MIT", "dependencies": { "domelementtype": "^2.0.1", @@ -6188,6 +7127,8 @@ }, "node_modules/domelementtype": { "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", "funding": [ { "type": "github", @@ -6198,6 +7139,9 @@ }, "node_modules/domexception": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz", + "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==", + "deprecated": "Use your platform's native DOMException instead", "license": "MIT", "dependencies": { "webidl-conversions": "^5.0.0" @@ -6208,6 +7152,8 @@ }, "node_modules/domexception/node_modules/webidl-conversions": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz", + "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==", "license": "BSD-2-Clause", "engines": { "node": ">=8" @@ -6215,6 +7161,8 @@ }, "node_modules/domhandler": { "version": "4.3.1", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", "license": "BSD-2-Clause", "dependencies": { "domelementtype": "^2.2.0" @@ -6228,6 +7176,8 @@ }, "node_modules/domutils": { "version": "2.8.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", + "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", "license": "BSD-2-Clause", "dependencies": { "dom-serializer": "^1.0.1", @@ -6240,6 +7190,8 @@ }, "node_modules/dot-case": { "version": "3.0.4", + "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", + "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", "license": "MIT", "dependencies": { "no-case": "^3.0.4", @@ -6248,6 +7200,8 @@ }, "node_modules/dotenv": { "version": "10.0.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", + "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", "license": "BSD-2-Clause", "engines": { "node": ">=10" @@ -6255,22 +7209,32 @@ }, "node_modules/dotenv-expand": { "version": "5.1.0", + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz", + "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==", "license": "BSD-2-Clause" }, "node_modules/duplexer": { "version": "0.1.2", + "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", + "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==", "license": "MIT" }, "node_modules/eastasianwidth": { "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", "license": "MIT" }, "node_modules/ee-first": { "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", "license": "MIT" }, "node_modules/ejs": { "version": "3.1.10", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz", + "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==", "license": "Apache-2.0", "dependencies": { "jake": "^10.8.5" @@ -6283,11 +7247,15 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.698", + "version": "1.5.56", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.56.tgz", + "integrity": "sha512-7lXb9dAvimCFdvUMTyucD4mnIndt/xhRKFAlky0CyFogdnNmdPQNoHI23msF/2V4mpTxMzgMdjK4+YRlFlRQZw==", "license": "ISC" }, "node_modules/emittery": { "version": "0.8.1", + "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz", + "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==", "license": "MIT", "engines": { "node": ">=10" @@ -6298,24 +7266,32 @@ }, "node_modules/emoji-regex": { "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", "license": "MIT" }, "node_modules/emojis-list": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", "license": "MIT", "engines": { "node": ">= 4" } }, "node_modules/encodeurl": { - "version": "1.0.2", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", + "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", "license": "MIT", "engines": { "node": ">= 0.8" } }, "node_modules/enhanced-resolve": { - "version": "5.15.1", + "version": "5.17.1", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz", + "integrity": "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==", "license": "MIT", "dependencies": { "graceful-fs": "^4.2.4", @@ -6327,6 +7303,8 @@ }, "node_modules/entities": { "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", "license": "BSD-2-Clause", "funding": { "url": "https://github.com/fb55/entities?sponsor=1" @@ -6334,6 +7312,8 @@ }, "node_modules/error-ex": { "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", "license": "MIT", "dependencies": { "is-arrayish": "^0.2.1" @@ -6341,21 +7321,29 @@ }, "node_modules/error-stack-parser": { "version": "2.1.4", + "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz", + "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==", "license": "MIT", "dependencies": { "stackframe": "^1.3.4" } }, "node_modules/es-abstract": { - "version": "1.22.5", + "version": "1.23.3", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.3.tgz", + "integrity": "sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==", "license": "MIT", "dependencies": { "array-buffer-byte-length": "^1.0.1", "arraybuffer.prototype.slice": "^1.0.3", "available-typed-arrays": "^1.0.7", "call-bind": "^1.0.7", + "data-view-buffer": "^1.0.1", + "data-view-byte-length": "^1.0.1", + "data-view-byte-offset": "^1.0.0", "es-define-property": "^1.0.0", "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", "es-set-tostringtag": "^2.0.3", "es-to-primitive": "^1.2.1", "function.prototype.name": "^1.1.6", @@ -6366,10 +7354,11 @@ "has-property-descriptors": "^1.0.2", "has-proto": "^1.0.3", "has-symbols": "^1.0.3", - "hasown": "^2.0.1", + "hasown": "^2.0.2", "internal-slot": "^1.0.7", "is-array-buffer": "^3.0.4", "is-callable": "^1.2.7", + "is-data-view": "^1.0.1", "is-negative-zero": "^2.0.3", "is-regex": "^1.1.4", "is-shared-array-buffer": "^1.0.3", @@ -6380,17 +7369,17 @@ "object-keys": "^1.1.1", "object.assign": "^4.1.5", "regexp.prototype.flags": "^1.5.2", - "safe-array-concat": "^1.1.0", + "safe-array-concat": "^1.1.2", "safe-regex-test": "^1.0.3", - "string.prototype.trim": "^1.2.8", - "string.prototype.trimend": "^1.0.7", - "string.prototype.trimstart": "^1.0.7", + "string.prototype.trim": "^1.2.9", + "string.prototype.trimend": "^1.0.8", + "string.prototype.trimstart": "^1.0.8", "typed-array-buffer": "^1.0.2", "typed-array-byte-length": "^1.0.1", "typed-array-byte-offset": "^1.0.2", - "typed-array-length": "^1.0.5", + "typed-array-length": "^1.0.6", "unbox-primitive": "^1.0.2", - "which-typed-array": "^1.1.14" + "which-typed-array": "^1.1.15" }, "engines": { "node": ">= 0.4" @@ -6401,10 +7390,14 @@ }, "node_modules/es-array-method-boxes-properly": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz", + "integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==", "license": "MIT" }, "node_modules/es-define-property": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", + "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", "license": "MIT", "dependencies": { "get-intrinsic": "^1.2.4" @@ -6415,41 +7408,61 @@ }, "node_modules/es-errors": { "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", "license": "MIT", "engines": { "node": ">= 0.4" } }, "node_modules/es-iterator-helpers": { - "version": "1.0.17", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.2.0.tgz", + "integrity": "sha512-tpxqxncxnpw3c93u8n3VOzACmRFoVmWJqbWXvX/JfKbkhBw1oslgPrUfeSt2psuqyEJFD6N/9lg5i7bsKpoq+Q==", "license": "MIT", "dependencies": { - "asynciterator.prototype": "^1.0.0", "call-bind": "^1.0.7", "define-properties": "^1.2.1", - "es-abstract": "^1.22.4", + "es-abstract": "^1.23.3", "es-errors": "^1.3.0", - "es-set-tostringtag": "^2.0.2", + "es-set-tostringtag": "^2.0.3", "function-bind": "^1.1.2", "get-intrinsic": "^1.2.4", - "globalthis": "^1.0.3", + "globalthis": "^1.0.4", + "gopd": "^1.0.1", "has-property-descriptors": "^1.0.2", - "has-proto": "^1.0.1", + "has-proto": "^1.0.3", "has-symbols": "^1.0.3", "internal-slot": "^1.0.7", - "iterator.prototype": "^1.1.2", - "safe-array-concat": "^1.1.0" + "iterator.prototype": "^1.1.3", + "safe-array-concat": "^1.1.2" }, "engines": { "node": ">= 0.4" } }, "node_modules/es-module-lexer": { - "version": "1.4.1", + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.4.tgz", + "integrity": "sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==", "license": "MIT" }, + "node_modules/es-object-atoms": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz", + "integrity": "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/es-set-tostringtag": { "version": "2.0.3", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz", + "integrity": "sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==", "license": "MIT", "dependencies": { "get-intrinsic": "^1.2.4", @@ -6462,6 +7475,8 @@ }, "node_modules/es-shim-unscopables": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz", + "integrity": "sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==", "license": "MIT", "dependencies": { "hasown": "^2.0.0" @@ -6469,6 +7484,8 @@ }, "node_modules/es-to-primitive": { "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", "license": "MIT", "dependencies": { "is-callable": "^1.1.4", @@ -6483,7 +7500,9 @@ } }, "node_modules/escalade": { - "version": "3.1.2", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", "license": "MIT", "engines": { "node": ">=6" @@ -6491,17 +7510,26 @@ }, "node_modules/escape-html": { "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", "license": "MIT" }, "node_modules/escape-string-regexp": { - "version": "1.0.5", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", "license": "MIT", "engines": { - "node": ">=0.8.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/escodegen": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz", + "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==", "license": "BSD-2-Clause", "dependencies": { "esprima": "^4.0.1", @@ -6521,6 +7549,8 @@ }, "node_modules/escodegen/node_modules/source-map": { "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "license": "BSD-3-Clause", "optional": true, "engines": { @@ -6528,14 +7558,17 @@ } }, "node_modules/eslint": { - "version": "8.57.0", + "version": "8.57.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz", + "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==", + "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.", "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", "@eslint/eslintrc": "^2.1.4", - "@eslint/js": "8.57.0", - "@humanwhocodes/config-array": "^0.11.14", + "@eslint/js": "8.57.1", + "@humanwhocodes/config-array": "^0.13.0", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", "@ungap/structured-clone": "^1.2.0", @@ -6582,6 +7615,8 @@ }, "node_modules/eslint-config-react-app": { "version": "7.0.1", + "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz", + "integrity": "sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==", "license": "MIT", "dependencies": { "@babel/core": "^7.16.0", @@ -6608,6 +7643,8 @@ }, "node_modules/eslint-import-resolver-node": { "version": "0.3.9", + "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz", + "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==", "license": "MIT", "dependencies": { "debug": "^3.2.7", @@ -6617,13 +7654,17 @@ }, "node_modules/eslint-import-resolver-node/node_modules/debug": { "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "license": "MIT", "dependencies": { "ms": "^2.1.1" } }, "node_modules/eslint-module-utils": { - "version": "2.8.1", + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz", + "integrity": "sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==", "license": "MIT", "dependencies": { "debug": "^3.2.7" @@ -6639,6 +7680,8 @@ }, "node_modules/eslint-module-utils/node_modules/debug": { "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "license": "MIT", "dependencies": { "ms": "^2.1.1" @@ -6646,6 +7689,8 @@ }, "node_modules/eslint-plugin-flowtype": { "version": "8.0.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz", + "integrity": "sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==", "license": "BSD-3-Clause", "dependencies": { "lodash": "^4.17.21", @@ -6661,36 +7706,42 @@ } }, "node_modules/eslint-plugin-import": { - "version": "2.29.1", + "version": "2.31.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz", + "integrity": "sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==", "license": "MIT", "dependencies": { - "array-includes": "^3.1.7", - "array.prototype.findlastindex": "^1.2.3", + "@rtsao/scc": "^1.1.0", + "array-includes": "^3.1.8", + "array.prototype.findlastindex": "^1.2.5", "array.prototype.flat": "^1.3.2", "array.prototype.flatmap": "^1.3.2", "debug": "^3.2.7", "doctrine": "^2.1.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-module-utils": "^2.8.0", - "hasown": "^2.0.0", - "is-core-module": "^2.13.1", + "eslint-module-utils": "^2.12.0", + "hasown": "^2.0.2", + "is-core-module": "^2.15.1", "is-glob": "^4.0.3", "minimatch": "^3.1.2", - "object.fromentries": "^2.0.7", - "object.groupby": "^1.0.1", - "object.values": "^1.1.7", + "object.fromentries": "^2.0.8", + "object.groupby": "^1.0.3", + "object.values": "^1.2.0", "semver": "^6.3.1", + "string.prototype.trimend": "^1.0.8", "tsconfig-paths": "^3.15.0" }, "engines": { "node": ">=4" }, "peerDependencies": { - "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8" + "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9" } }, "node_modules/eslint-plugin-import/node_modules/debug": { "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "license": "MIT", "dependencies": { "ms": "^2.1.1" @@ -6698,6 +7749,8 @@ }, "node_modules/eslint-plugin-import/node_modules/doctrine": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", + "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", "license": "Apache-2.0", "dependencies": { "esutils": "^2.0.2" @@ -6708,6 +7761,8 @@ }, "node_modules/eslint-plugin-import/node_modules/semver": { "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -6715,6 +7770,8 @@ }, "node_modules/eslint-plugin-jest": { "version": "25.7.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz", + "integrity": "sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==", "license": "MIT", "dependencies": { "@typescript-eslint/experimental-utils": "^5.0.0" @@ -6736,65 +7793,70 @@ } }, "node_modules/eslint-plugin-jsx-a11y": { - "version": "6.8.0", + "version": "6.10.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.2.tgz", + "integrity": "sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.23.2", - "aria-query": "^5.3.0", - "array-includes": "^3.1.7", + "aria-query": "^5.3.2", + "array-includes": "^3.1.8", "array.prototype.flatmap": "^1.3.2", "ast-types-flow": "^0.0.8", - "axe-core": "=4.7.0", - "axobject-query": "^3.2.1", + "axe-core": "^4.10.0", + "axobject-query": "^4.1.0", "damerau-levenshtein": "^1.0.8", "emoji-regex": "^9.2.2", - "es-iterator-helpers": "^1.0.15", - "hasown": "^2.0.0", + "hasown": "^2.0.2", "jsx-ast-utils": "^3.3.5", "language-tags": "^1.0.9", "minimatch": "^3.1.2", - "object.entries": "^1.1.7", - "object.fromentries": "^2.0.7" + "object.fromentries": "^2.0.8", + "safe-regex-test": "^1.0.3", + "string.prototype.includes": "^2.0.1" }, "engines": { "node": ">=4.0" }, "peerDependencies": { - "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" + "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9" } }, "node_modules/eslint-plugin-react": { - "version": "7.34.0", + "version": "7.37.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.2.tgz", + "integrity": "sha512-EsTAnj9fLVr/GZleBLFbj/sSuXeWmp1eXIN60ceYnZveqEaUCyW4X+Vh4WTdUhCkW4xutXYqTXCUSyqD4rB75w==", "license": "MIT", "dependencies": { - "array-includes": "^3.1.7", - "array.prototype.findlast": "^1.2.4", + "array-includes": "^3.1.8", + "array.prototype.findlast": "^1.2.5", "array.prototype.flatmap": "^1.3.2", - "array.prototype.toreversed": "^1.1.2", - "array.prototype.tosorted": "^1.1.3", + "array.prototype.tosorted": "^1.1.4", "doctrine": "^2.1.0", - "es-iterator-helpers": "^1.0.17", + "es-iterator-helpers": "^1.1.0", "estraverse": "^5.3.0", + "hasown": "^2.0.2", "jsx-ast-utils": "^2.4.1 || ^3.0.0", "minimatch": "^3.1.2", - "object.entries": "^1.1.7", - "object.fromentries": "^2.0.7", - "object.hasown": "^1.1.3", - "object.values": "^1.1.7", + "object.entries": "^1.1.8", + "object.fromentries": "^2.0.8", + "object.values": "^1.2.0", "prop-types": "^15.8.1", "resolve": "^2.0.0-next.5", "semver": "^6.3.1", - "string.prototype.matchall": "^4.0.10" + "string.prototype.matchall": "^4.0.11", + "string.prototype.repeat": "^1.0.0" }, "engines": { "node": ">=4" }, "peerDependencies": { - "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" + "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7" } }, "node_modules/eslint-plugin-react-hooks": { - "version": "4.6.0", + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz", + "integrity": "sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==", "license": "MIT", "engines": { "node": ">=10" @@ -6805,6 +7867,8 @@ }, "node_modules/eslint-plugin-react/node_modules/doctrine": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", + "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", "license": "Apache-2.0", "dependencies": { "esutils": "^2.0.2" @@ -6815,6 +7879,8 @@ }, "node_modules/eslint-plugin-react/node_modules/resolve": { "version": "2.0.0-next.5", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz", + "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==", "license": "MIT", "dependencies": { "is-core-module": "^2.13.0", @@ -6830,6 +7896,8 @@ }, "node_modules/eslint-plugin-react/node_modules/semver": { "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -6837,6 +7905,8 @@ }, "node_modules/eslint-plugin-testing-library": { "version": "5.11.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.11.1.tgz", + "integrity": "sha512-5eX9e1Kc2PqVRed3taaLnAAqPZGEX75C+M/rXzUAI3wIg/ZxzUm1OVAwfe/O+vE+6YXOLetSe9g5GKD2ecXipw==", "license": "MIT", "dependencies": { "@typescript-eslint/utils": "^5.58.0" @@ -6851,6 +7921,8 @@ }, "node_modules/eslint-scope": { "version": "7.2.2", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", + "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", "license": "BSD-2-Clause", "dependencies": { "esrecurse": "^4.3.0", @@ -6863,8 +7935,22 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/eslint-visitor-keys": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", + "license": "Apache-2.0", + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, "node_modules/eslint-webpack-plugin": { "version": "3.2.0", + "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-3.2.0.tgz", + "integrity": "sha512-avrKcGncpPbPSUHX6B3stNGzkKFto3eL+DKM4+VyMrVnhPc3vRczVlCq3uhuFOdRvDHTVXuzwk1ZKUrqDQHQ9w==", "license": "MIT", "dependencies": { "@types/eslint": "^7.29.0 || ^8.4.1", @@ -6885,54 +7971,10 @@ "webpack": "^5.0.0" } }, - "node_modules/eslint-webpack-plugin/node_modules/ajv": { - "version": "8.12.0", - "license": "MIT", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/eslint-webpack-plugin/node_modules/ajv-formats": { - "version": "2.1.1", - "license": "MIT", - "dependencies": { - "ajv": "^8.0.0" - }, - "peerDependencies": { - "ajv": "^8.0.0" - }, - "peerDependenciesMeta": { - "ajv": { - "optional": true - } - } - }, - "node_modules/eslint-webpack-plugin/node_modules/ajv-keywords": { - "version": "5.1.0", - "license": "MIT", - "dependencies": { - "fast-deep-equal": "^3.1.3" - }, - "peerDependencies": { - "ajv": "^8.8.2" - } - }, - "node_modules/eslint-webpack-plugin/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/eslint-webpack-plugin/node_modules/jest-worker": { "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.3.tgz", + "integrity": "sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==", "license": "MIT", "dependencies": { "@types/node": "*", @@ -6943,29 +7985,10 @@ "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, - "node_modules/eslint-webpack-plugin/node_modules/json-schema-traverse": { - "version": "1.0.0", - "license": "MIT" - }, - "node_modules/eslint-webpack-plugin/node_modules/schema-utils": { - "version": "4.2.0", - "license": "MIT", - "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, "node_modules/eslint-webpack-plugin/node_modules/supports-color": { "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", "license": "MIT", "dependencies": { "has-flag": "^4.0.0" @@ -6977,50 +8000,63 @@ "url": "https://github.com/chalk/supports-color?sponsor=1" } }, - "node_modules/eslint/node_modules/ansi-styles": { - "version": "4.3.0", + "node_modules/eslint/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "license": "Python-2.0" + }, + "node_modules/eslint/node_modules/find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", "license": "MIT", "dependencies": { - "color-convert": "^2.0.1" + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" }, "engines": { - "node": ">=8" + "node": ">=10" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/eslint/node_modules/chalk": { - "version": "4.1.2", + "node_modules/eslint/node_modules/globals": { + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "type-fest": "^0.20.2" }, "engines": { - "node": ">=10" + "node": ">=8" }, "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/eslint/node_modules/color-convert": { - "version": "2.0.1", + "node_modules/eslint/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "license": "MIT", "dependencies": { - "color-name": "~1.1.4" + "argparse": "^2.0.1" }, - "engines": { - "node": ">=7.0.0" + "bin": { + "js-yaml": "bin/js-yaml.js" } }, - "node_modules/eslint/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/eslint/node_modules/escape-string-regexp": { - "version": "4.0.0", + "node_modules/eslint/node_modules/locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", "license": "MIT", + "dependencies": { + "p-locate": "^5.0.0" + }, "engines": { "node": ">=10" }, @@ -7028,48 +8064,40 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/eslint/node_modules/eslint-visitor-keys": { - "version": "3.4.3", - "license": "Apache-2.0", - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint/node_modules/globals": { - "version": "13.24.0", + "node_modules/eslint/node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", "license": "MIT", "dependencies": { - "type-fest": "^0.20.2" + "yocto-queue": "^0.1.0" }, "engines": { - "node": ">=8" + "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/eslint/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/eslint/node_modules/supports-color": { - "version": "7.2.0", + "node_modules/eslint/node_modules/p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", "license": "MIT", "dependencies": { - "has-flag": "^4.0.0" + "p-limit": "^3.0.2" }, "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/eslint/node_modules/type-fest": { "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" @@ -7080,6 +8108,8 @@ }, "node_modules/espree": { "version": "9.6.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", + "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", "license": "BSD-2-Clause", "dependencies": { "acorn": "^8.9.0", @@ -7093,18 +8123,10 @@ "url": "https://opencollective.com/eslint" } }, - "node_modules/espree/node_modules/eslint-visitor-keys": { - "version": "3.4.3", - "license": "Apache-2.0", - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, "node_modules/esprima": { "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", "license": "BSD-2-Clause", "bin": { "esparse": "bin/esparse.js", @@ -7115,7 +8137,9 @@ } }, "node_modules/esquery": { - "version": "1.5.0", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz", + "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==", "license": "BSD-3-Clause", "dependencies": { "estraverse": "^5.1.0" @@ -7126,6 +8150,8 @@ }, "node_modules/esrecurse": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", "license": "BSD-2-Clause", "dependencies": { "estraverse": "^5.2.0" @@ -7136,6 +8162,8 @@ }, "node_modules/estraverse": { "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "license": "BSD-2-Clause", "engines": { "node": ">=4.0" @@ -7143,10 +8171,14 @@ }, "node_modules/estree-walker": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz", + "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==", "license": "MIT" }, "node_modules/esutils": { "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", "license": "BSD-2-Clause", "engines": { "node": ">=0.10.0" @@ -7154,6 +8186,8 @@ }, "node_modules/etag": { "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", "license": "MIT", "engines": { "node": ">= 0.6" @@ -7161,10 +8195,14 @@ }, "node_modules/eventemitter3": { "version": "4.0.7", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", + "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", "license": "MIT" }, "node_modules/events": { "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", "license": "MIT", "engines": { "node": ">=0.8.x" @@ -7172,6 +8210,8 @@ }, "node_modules/execa": { "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", @@ -7193,12 +8233,16 @@ }, "node_modules/exit": { "version": "0.1.2", + "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", + "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==", "engines": { "node": ">= 0.8.0" } }, "node_modules/expect": { "version": "27.5.1", + "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz", + "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==", "license": "MIT", "dependencies": { "@jest/types": "^27.5.1", @@ -7211,35 +8255,37 @@ } }, "node_modules/express": { - "version": "4.19.2", + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.21.1.tgz", + "integrity": "sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==", "license": "MIT", "dependencies": { "accepts": "~1.3.8", "array-flatten": "1.1.1", - "body-parser": "1.20.2", + "body-parser": "1.20.3", "content-disposition": "0.5.4", "content-type": "~1.0.4", - "cookie": "0.6.0", + "cookie": "0.7.1", "cookie-signature": "1.0.6", "debug": "2.6.9", "depd": "2.0.0", - "encodeurl": "~1.0.2", + "encodeurl": "~2.0.0", "escape-html": "~1.0.3", "etag": "~1.8.1", - "finalhandler": "1.2.0", + "finalhandler": "1.3.1", "fresh": "0.5.2", "http-errors": "2.0.0", - "merge-descriptors": "1.0.1", + "merge-descriptors": "1.0.3", "methods": "~1.1.2", "on-finished": "2.4.1", "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", + "path-to-regexp": "0.1.10", "proxy-addr": "~2.0.7", - "qs": "6.11.0", + "qs": "6.13.0", "range-parser": "~1.2.1", "safe-buffer": "5.2.1", - "send": "0.18.0", - "serve-static": "1.15.0", + "send": "0.19.0", + "serve-static": "1.16.2", "setprototypeof": "1.2.0", "statuses": "2.0.1", "type-is": "~1.6.18", @@ -7252,6 +8298,8 @@ }, "node_modules/express/node_modules/debug": { "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "license": "MIT", "dependencies": { "ms": "2.0.0" @@ -7259,14 +8307,20 @@ }, "node_modules/express/node_modules/ms": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "license": "MIT" }, "node_modules/fast-deep-equal": { "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", "license": "MIT" }, "node_modules/fast-glob": { "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", "license": "MIT", "dependencies": { "@nodelib/fs.stat": "^2.0.2", @@ -7281,6 +8335,8 @@ }, "node_modules/fast-glob/node_modules/glob-parent": { "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "license": "ISC", "dependencies": { "is-glob": "^4.0.1" @@ -7291,14 +8347,26 @@ }, "node_modules/fast-json-stable-stringify": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", "license": "MIT" }, "node_modules/fast-levenshtein": { "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", "license": "MIT" }, + "node_modules/fast-uri": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.3.tgz", + "integrity": "sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==", + "license": "BSD-3-Clause" + }, "node_modules/fastq": { "version": "1.17.1", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", + "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", "license": "ISC", "dependencies": { "reusify": "^1.0.4" @@ -7306,6 +8374,8 @@ }, "node_modules/faye-websocket": { "version": "0.11.4", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz", + "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", "license": "Apache-2.0", "dependencies": { "websocket-driver": ">=0.5.1" @@ -7316,6 +8386,8 @@ }, "node_modules/fb-watchman": { "version": "2.0.2", + "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz", + "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==", "license": "Apache-2.0", "dependencies": { "bser": "2.1.1" @@ -7323,6 +8395,8 @@ }, "node_modules/file-entry-cache": { "version": "6.0.1", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", + "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", "license": "MIT", "dependencies": { "flat-cache": "^3.0.4" @@ -7333,6 +8407,8 @@ }, "node_modules/file-loader": { "version": "6.2.0", + "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", + "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", "license": "MIT", "dependencies": { "loader-utils": "^2.0.0", @@ -7349,8 +8425,28 @@ "webpack": "^4.0.0 || ^5.0.0" } }, + "node_modules/file-loader/node_modules/schema-utils": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "license": "MIT", + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, "node_modules/filelist": { "version": "1.0.4", + "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", + "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", "license": "Apache-2.0", "dependencies": { "minimatch": "^5.0.1" @@ -7358,6 +8454,8 @@ }, "node_modules/filelist/node_modules/brace-expansion": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" @@ -7365,6 +8463,8 @@ }, "node_modules/filelist/node_modules/minimatch": { "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" @@ -7375,13 +8475,17 @@ }, "node_modules/filesize": { "version": "8.0.7", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-8.0.7.tgz", + "integrity": "sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==", "license": "BSD-3-Clause", "engines": { "node": ">= 0.4.0" } }, "node_modules/fill-range": { - "version": "7.0.1", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", "license": "MIT", "dependencies": { "to-regex-range": "^5.0.1" @@ -7391,11 +8495,13 @@ } }, "node_modules/finalhandler": { - "version": "1.2.0", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz", + "integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==", "license": "MIT", "dependencies": { "debug": "2.6.9", - "encodeurl": "~1.0.2", + "encodeurl": "~2.0.0", "escape-html": "~1.0.3", "on-finished": "2.4.1", "parseurl": "~1.3.3", @@ -7408,6 +8514,8 @@ }, "node_modules/finalhandler/node_modules/debug": { "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "license": "MIT", "dependencies": { "ms": "2.0.0" @@ -7415,10 +8523,14 @@ }, "node_modules/finalhandler/node_modules/ms": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "license": "MIT" }, "node_modules/find-cache-dir": { "version": "3.3.2", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", + "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", "license": "MIT", "dependencies": { "commondir": "^1.0.1", @@ -7433,21 +8545,22 @@ } }, "node_modules/find-up": { - "version": "5.0.0", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "license": "MIT", "dependencies": { - "locate-path": "^6.0.0", + "locate-path": "^5.0.0", "path-exists": "^4.0.0" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=8" } }, "node_modules/flat-cache": { "version": "3.2.0", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", + "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==", "license": "MIT", "dependencies": { "flatted": "^3.2.9", @@ -7460,10 +8573,14 @@ }, "node_modules/flatted": { "version": "3.3.1", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz", + "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==", "license": "ISC" }, "node_modules/follow-redirects": { - "version": "1.15.6", + "version": "1.15.9", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz", + "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==", "funding": [ { "type": "individual", @@ -7482,13 +8599,17 @@ }, "node_modules/for-each": { "version": "0.3.3", + "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", + "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", "license": "MIT", "dependencies": { "is-callable": "^1.1.3" } }, "node_modules/foreground-child": { - "version": "3.1.1", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz", + "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==", "license": "ISC", "dependencies": { "cross-spawn": "^7.0.0", @@ -7503,6 +8624,8 @@ }, "node_modules/foreground-child/node_modules/signal-exit": { "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", "license": "ISC", "engines": { "node": ">=14" @@ -7513,6 +8636,8 @@ }, "node_modules/fork-ts-checker-webpack-plugin": { "version": "6.5.3", + "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.3.tgz", + "integrity": "sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.8.3", @@ -7548,49 +8673,10 @@ } } }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, "node_modules/fork-ts-checker-webpack-plugin/node_modules/cosmiconfig": { "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz", + "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", "license": "MIT", "dependencies": { "@types/parse-json": "^4.0.0", @@ -7605,6 +8691,8 @@ }, "node_modules/fork-ts-checker-webpack-plugin/node_modules/fs-extra": { "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", "license": "MIT", "dependencies": { "at-least-node": "^1.0.0", @@ -7616,15 +8704,10 @@ "node": ">=10" } }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/fork-ts-checker-webpack-plugin/node_modules/schema-utils": { "version": "2.7.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz", + "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==", "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.4", @@ -7639,25 +8722,33 @@ "url": "https://opencollective.com/webpack" } }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/supports-color": { - "version": "7.2.0", + "node_modules/fork-ts-checker-webpack-plugin/node_modules/tapable": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", + "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, "engines": { - "node": ">=8" + "node": ">=6" } }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/tapable": { - "version": "1.1.3", + "node_modules/form-data": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.2.tgz", + "integrity": "sha512-sJe+TQb2vIaIyO783qN6BlMYWMw3WBOHA1Ay2qxsnjuafEOQFJ2JakedOQirT6D5XPRxDvS7AHYyem9fTpb4LQ==", "license": "MIT", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + }, "engines": { - "node": ">=6" + "node": ">= 6" } }, "node_modules/forwarded": { "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", "license": "MIT", "engines": { "node": ">= 0.6" @@ -7665,6 +8756,8 @@ }, "node_modules/fraction.js": { "version": "4.3.7", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", + "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", "license": "MIT", "engines": { "node": "*" @@ -7676,6 +8769,8 @@ }, "node_modules/fresh": { "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", "license": "MIT", "engines": { "node": ">= 0.6" @@ -7683,6 +8778,8 @@ }, "node_modules/fs-extra": { "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", @@ -7694,15 +8791,35 @@ } }, "node_modules/fs-monkey": { - "version": "1.0.5", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.6.tgz", + "integrity": "sha512-b1FMfwetIKymC0eioW7mTywihSQE4oLzQn1dB6rZB5fx/3NpNEdAWeCSMB+60/AeT0TCXsxzAlcYVEFCTAksWg==", "license": "Unlicense" }, "node_modules/fs.realpath": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", "license": "ISC" }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, "node_modules/function-bind": { "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" @@ -7710,6 +8827,8 @@ }, "node_modules/function.prototype.name": { "version": "1.1.6", + "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz", + "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==", "license": "MIT", "dependencies": { "call-bind": "^1.0.2", @@ -7726,6 +8845,8 @@ }, "node_modules/functions-have-names": { "version": "1.2.3", + "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", + "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" @@ -7733,6 +8854,8 @@ }, "node_modules/gensync": { "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", "license": "MIT", "engines": { "node": ">=6.9.0" @@ -7740,6 +8863,8 @@ }, "node_modules/get-caller-file": { "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", "license": "ISC", "engines": { "node": "6.* || 8.* || >= 10.*" @@ -7747,6 +8872,8 @@ }, "node_modules/get-intrinsic": { "version": "1.2.4", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", + "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", "license": "MIT", "dependencies": { "es-errors": "^1.3.0", @@ -7764,10 +8891,14 @@ }, "node_modules/get-own-enumerable-property-symbols": { "version": "3.0.2", + "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz", + "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==", "license": "ISC" }, "node_modules/get-package-type": { "version": "0.1.0", + "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", + "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", "license": "MIT", "engines": { "node": ">=8.0.0" @@ -7775,6 +8906,8 @@ }, "node_modules/get-stream": { "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", "license": "MIT", "engines": { "node": ">=10" @@ -7785,6 +8918,8 @@ }, "node_modules/get-symbol-description": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz", + "integrity": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==", "license": "MIT", "dependencies": { "call-bind": "^1.0.5", @@ -7800,6 +8935,9 @@ }, "node_modules/glob": { "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "deprecated": "Glob versions prior to v9 are no longer supported", "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", @@ -7818,6 +8956,8 @@ }, "node_modules/glob-parent": { "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", "license": "ISC", "dependencies": { "is-glob": "^4.0.3" @@ -7828,10 +8968,14 @@ }, "node_modules/glob-to-regexp": { "version": "0.4.1", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", "license": "BSD-2-Clause" }, "node_modules/global-modules": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", + "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", "license": "MIT", "dependencies": { "global-prefix": "^3.0.0" @@ -7842,6 +8986,8 @@ }, "node_modules/global-prefix": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz", + "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", "license": "MIT", "dependencies": { "ini": "^1.3.5", @@ -7854,6 +9000,8 @@ }, "node_modules/global-prefix/node_modules/which": { "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", "license": "ISC", "dependencies": { "isexe": "^2.0.0" @@ -7864,16 +9012,21 @@ }, "node_modules/globals": { "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/globalthis": { - "version": "1.0.3", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz", + "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==", "license": "MIT", "dependencies": { - "define-properties": "^1.1.3" + "define-properties": "^1.2.1", + "gopd": "^1.0.1" }, "engines": { "node": ">= 0.4" @@ -7884,6 +9037,8 @@ }, "node_modules/globby": { "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", "license": "MIT", "dependencies": { "array-union": "^2.1.0", @@ -7902,6 +9057,8 @@ }, "node_modules/gopd": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", "license": "MIT", "dependencies": { "get-intrinsic": "^1.1.3" @@ -7912,14 +9069,20 @@ }, "node_modules/graceful-fs": { "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", "license": "ISC" }, "node_modules/graphemer": { "version": "1.4.0", + "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", + "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", "license": "MIT" }, "node_modules/gzip-size": { "version": "6.0.0", + "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz", + "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==", "license": "MIT", "dependencies": { "duplexer": "^0.1.2" @@ -7933,28 +9096,38 @@ }, "node_modules/handle-thing": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", + "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==", "license": "MIT" }, "node_modules/harmony-reflect": { "version": "1.6.2", + "resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.2.tgz", + "integrity": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==", "license": "(Apache-2.0 OR MPL-1.1)" }, "node_modules/has-bigints": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", + "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/has-flag": { - "version": "3.0.0", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "license": "MIT", "engines": { - "node": ">=4" + "node": ">=8" } }, "node_modules/has-property-descriptors": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", + "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", "license": "MIT", "dependencies": { "es-define-property": "^1.0.0" @@ -7965,6 +9138,8 @@ }, "node_modules/has-proto": { "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", + "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", "license": "MIT", "engines": { "node": ">= 0.4" @@ -7975,6 +9150,8 @@ }, "node_modules/has-symbols": { "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", "license": "MIT", "engines": { "node": ">= 0.4" @@ -7985,6 +9162,8 @@ }, "node_modules/has-tostringtag": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", + "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", "license": "MIT", "dependencies": { "has-symbols": "^1.0.3" @@ -7997,7 +9176,9 @@ } }, "node_modules/hasown": { - "version": "2.0.1", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", "license": "MIT", "dependencies": { "function-bind": "^1.1.2" @@ -8008,6 +9189,8 @@ }, "node_modules/he": { "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", "license": "MIT", "bin": { "he": "bin/he" @@ -8015,6 +9198,8 @@ }, "node_modules/hoopy": { "version": "0.1.4", + "resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz", + "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==", "license": "MIT", "engines": { "node": ">= 6.0.0" @@ -8022,6 +9207,8 @@ }, "node_modules/hpack.js": { "version": "2.1.6", + "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", + "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==", "license": "MIT", "dependencies": { "inherits": "^2.0.1", @@ -8032,10 +9219,14 @@ }, "node_modules/hpack.js/node_modules/isarray": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", "license": "MIT" }, "node_modules/hpack.js/node_modules/readable-stream": { "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", "license": "MIT", "dependencies": { "core-util-is": "~1.0.0", @@ -8049,10 +9240,14 @@ }, "node_modules/hpack.js/node_modules/safe-buffer": { "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", "license": "MIT" }, "node_modules/hpack.js/node_modules/string_decoder": { "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "license": "MIT", "dependencies": { "safe-buffer": "~5.1.0" @@ -8060,6 +9255,8 @@ }, "node_modules/html-encoding-sniffer": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz", + "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==", "license": "MIT", "dependencies": { "whatwg-encoding": "^1.0.5" @@ -8070,6 +9267,8 @@ }, "node_modules/html-entities": { "version": "2.5.2", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.5.2.tgz", + "integrity": "sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==", "funding": [ { "type": "github", @@ -8084,10 +9283,14 @@ }, "node_modules/html-escaper": { "version": "2.0.2", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", "license": "MIT" }, "node_modules/html-minifier-terser": { "version": "6.1.0", + "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", + "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", "license": "MIT", "dependencies": { "camel-case": "^4.1.2", @@ -8105,8 +9308,19 @@ "node": ">=12" } }, + "node_modules/html-minifier-terser/node_modules/commander": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", + "license": "MIT", + "engines": { + "node": ">= 12" + } + }, "node_modules/html-webpack-plugin": { - "version": "5.6.0", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.3.tgz", + "integrity": "sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg==", "license": "MIT", "dependencies": { "@types/html-minifier-terser": "^6.0.0", @@ -8137,6 +9351,8 @@ }, "node_modules/htmlparser2": { "version": "6.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", + "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", "funding": [ "https://github.com/fb55/htmlparser2?sponsor=1", { @@ -8154,10 +9370,14 @@ }, "node_modules/http-deceiver": { "version": "1.2.7", + "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", + "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==", "license": "MIT" }, "node_modules/http-errors": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", "license": "MIT", "dependencies": { "depd": "2.0.0", @@ -8172,10 +9392,14 @@ }, "node_modules/http-parser-js": { "version": "0.5.8", + "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz", + "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==", "license": "MIT" }, "node_modules/http-proxy": { "version": "1.18.1", + "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", + "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", "license": "MIT", "dependencies": { "eventemitter3": "^4.0.0", @@ -8188,6 +9412,8 @@ }, "node_modules/http-proxy-agent": { "version": "4.0.1", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", + "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", "license": "MIT", "dependencies": { "@tootallnate/once": "1", @@ -8199,7 +9425,9 @@ } }, "node_modules/http-proxy-middleware": { - "version": "2.0.6", + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.7.tgz", + "integrity": "sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA==", "license": "MIT", "dependencies": { "@types/http-proxy": "^1.17.8", @@ -8222,6 +9450,8 @@ }, "node_modules/https-proxy-agent": { "version": "5.0.1", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", "license": "MIT", "dependencies": { "agent-base": "6", @@ -8233,6 +9463,8 @@ }, "node_modules/human-signals": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", "license": "Apache-2.0", "engines": { "node": ">=10.17.0" @@ -8240,6 +9472,8 @@ }, "node_modules/iconv-lite": { "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", "license": "MIT", "dependencies": { "safer-buffer": ">= 2.1.2 < 3.0.0" @@ -8250,6 +9484,8 @@ }, "node_modules/icss-utils": { "version": "5.1.0", + "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", + "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", "license": "ISC", "engines": { "node": "^10 || ^12 || >= 14" @@ -8260,10 +9496,14 @@ }, "node_modules/idb": { "version": "7.1.1", + "resolved": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz", + "integrity": "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==", "license": "ISC" }, "node_modules/identity-obj-proxy": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz", + "integrity": "sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==", "license": "MIT", "dependencies": { "harmony-reflect": "^1.4.6" @@ -8273,7 +9513,9 @@ } }, "node_modules/ignore": { - "version": "5.3.1", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", + "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", "license": "MIT", "engines": { "node": ">= 4" @@ -8281,6 +9523,8 @@ }, "node_modules/immer": { "version": "9.0.21", + "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.21.tgz", + "integrity": "sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==", "license": "MIT", "funding": { "type": "opencollective", @@ -8289,6 +9533,8 @@ }, "node_modules/import-fresh": { "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", "license": "MIT", "dependencies": { "parent-module": "^1.0.0", @@ -8301,8 +9547,19 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/import-fresh/node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, "node_modules/import-local": { - "version": "3.1.0", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz", + "integrity": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==", "license": "MIT", "dependencies": { "pkg-dir": "^4.2.0", @@ -8320,6 +9577,8 @@ }, "node_modules/imurmurhash": { "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", "license": "MIT", "engines": { "node": ">=0.8.19" @@ -8327,6 +9586,9 @@ }, "node_modules/inflight": { "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", "license": "ISC", "dependencies": { "once": "^1.3.0", @@ -8335,14 +9597,20 @@ }, "node_modules/inherits": { "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", "license": "ISC" }, "node_modules/ini": { "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", "license": "ISC" }, "node_modules/internal-slot": { "version": "1.0.7", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz", + "integrity": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==", "license": "MIT", "dependencies": { "es-errors": "^1.3.0", @@ -8355,6 +9623,8 @@ }, "node_modules/internmap": { "version": "2.0.3", + "resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz", + "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==", "license": "ISC", "engines": { "node": ">=12" @@ -8362,13 +9632,17 @@ }, "node_modules/invariant": { "version": "2.2.4", + "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", + "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", "license": "MIT", "dependencies": { "loose-envify": "^1.0.0" } }, "node_modules/ipaddr.js": { - "version": "2.1.0", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.2.0.tgz", + "integrity": "sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==", "license": "MIT", "engines": { "node": ">= 10" @@ -8376,6 +9650,8 @@ }, "node_modules/is-array-buffer": { "version": "3.0.4", + "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz", + "integrity": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==", "license": "MIT", "dependencies": { "call-bind": "^1.0.2", @@ -8390,10 +9666,14 @@ }, "node_modules/is-arrayish": { "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", "license": "MIT" }, "node_modules/is-async-function": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz", + "integrity": "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==", "license": "MIT", "dependencies": { "has-tostringtag": "^1.0.0" @@ -8407,6 +9687,8 @@ }, "node_modules/is-bigint": { "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", + "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", "license": "MIT", "dependencies": { "has-bigints": "^1.0.1" @@ -8417,6 +9699,8 @@ }, "node_modules/is-binary-path": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", "license": "MIT", "dependencies": { "binary-extensions": "^2.0.0" @@ -8427,6 +9711,8 @@ }, "node_modules/is-boolean-object": { "version": "1.1.2", + "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", + "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", "license": "MIT", "dependencies": { "call-bind": "^1.0.2", @@ -8441,6 +9727,8 @@ }, "node_modules/is-callable": { "version": "1.2.7", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", + "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", "license": "MIT", "engines": { "node": ">= 0.4" @@ -8450,10 +9738,30 @@ } }, "node_modules/is-core-module": { - "version": "2.13.1", + "version": "2.15.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz", + "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==", "license": "MIT", "dependencies": { - "hasown": "^2.0.0" + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-data-view": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.1.tgz", + "integrity": "sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==", + "license": "MIT", + "dependencies": { + "is-typed-array": "^1.1.13" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -8461,6 +9769,8 @@ }, "node_modules/is-date-object": { "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", + "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", "license": "MIT", "dependencies": { "has-tostringtag": "^1.0.0" @@ -8474,6 +9784,8 @@ }, "node_modules/is-docker": { "version": "2.2.1", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", "license": "MIT", "bin": { "is-docker": "cli.js" @@ -8487,6 +9799,8 @@ }, "node_modules/is-extglob": { "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -8494,6 +9808,8 @@ }, "node_modules/is-finalizationregistry": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz", + "integrity": "sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==", "license": "MIT", "dependencies": { "call-bind": "^1.0.2" @@ -8504,6 +9820,8 @@ }, "node_modules/is-fullwidth-code-point": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "license": "MIT", "engines": { "node": ">=8" @@ -8511,6 +9829,8 @@ }, "node_modules/is-generator-fn": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", + "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", "license": "MIT", "engines": { "node": ">=6" @@ -8518,6 +9838,8 @@ }, "node_modules/is-generator-function": { "version": "1.0.10", + "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz", + "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==", "license": "MIT", "dependencies": { "has-tostringtag": "^1.0.0" @@ -8531,6 +9853,8 @@ }, "node_modules/is-glob": { "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", "license": "MIT", "dependencies": { "is-extglob": "^2.1.1" @@ -8540,18 +9864,27 @@ } }, "node_modules/is-map": { - "version": "2.0.2", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz", + "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==", "license": "MIT", + "engines": { + "node": ">= 0.4" + }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/is-module": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz", + "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==", "license": "MIT" }, "node_modules/is-negative-zero": { "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz", + "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==", "license": "MIT", "engines": { "node": ">= 0.4" @@ -8562,6 +9895,8 @@ }, "node_modules/is-number": { "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", "license": "MIT", "engines": { "node": ">=0.12.0" @@ -8569,6 +9904,8 @@ }, "node_modules/is-number-object": { "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", + "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", "license": "MIT", "dependencies": { "has-tostringtag": "^1.0.0" @@ -8582,6 +9919,8 @@ }, "node_modules/is-obj": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", + "integrity": "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -8589,6 +9928,8 @@ }, "node_modules/is-path-inside": { "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", "license": "MIT", "engines": { "node": ">=8" @@ -8596,6 +9937,8 @@ }, "node_modules/is-plain-obj": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", + "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", "license": "MIT", "engines": { "node": ">=10" @@ -8606,10 +9949,14 @@ }, "node_modules/is-potential-custom-element-name": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", + "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==", "license": "MIT" }, "node_modules/is-regex": { "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", "license": "MIT", "dependencies": { "call-bind": "^1.0.2", @@ -8624,6 +9971,8 @@ }, "node_modules/is-regexp": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz", + "integrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -8631,20 +9980,29 @@ }, "node_modules/is-root": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz", + "integrity": "sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==", "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/is-set": { - "version": "2.0.2", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz", + "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==", "license": "MIT", + "engines": { + "node": ">= 0.4" + }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/is-shared-array-buffer": { "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz", + "integrity": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==", "license": "MIT", "dependencies": { "call-bind": "^1.0.7" @@ -8658,6 +10016,8 @@ }, "node_modules/is-stream": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", "license": "MIT", "engines": { "node": ">=8" @@ -8668,6 +10028,8 @@ }, "node_modules/is-string": { "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", + "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", "license": "MIT", "dependencies": { "has-tostringtag": "^1.0.0" @@ -8681,6 +10043,8 @@ }, "node_modules/is-symbol": { "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", + "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", "license": "MIT", "dependencies": { "has-symbols": "^1.0.2" @@ -8694,6 +10058,8 @@ }, "node_modules/is-typed-array": { "version": "1.1.13", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz", + "integrity": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==", "license": "MIT", "dependencies": { "which-typed-array": "^1.1.14" @@ -8707,27 +10073,26 @@ }, "node_modules/is-typedarray": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", "license": "MIT" }, - "node_modules/is-url-superb": { - "version": "4.0.0", + "node_modules/is-weakmap": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz", + "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==", "license": "MIT", "engines": { - "node": ">=10" + "node": ">= 0.4" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-weakmap": { - "version": "2.0.1", - "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/is-weakref": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", + "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", "license": "MIT", "dependencies": { "call-bind": "^1.0.2" @@ -8737,11 +10102,16 @@ } }, "node_modules/is-weakset": { - "version": "2.0.2", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.3.tgz", + "integrity": "sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==", "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.1" + "call-bind": "^1.0.7", + "get-intrinsic": "^1.2.4" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -8749,6 +10119,8 @@ }, "node_modules/is-wsl": { "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", "license": "MIT", "dependencies": { "is-docker": "^2.0.0" @@ -8759,14 +10131,20 @@ }, "node_modules/isarray": { "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", "license": "MIT" }, "node_modules/isexe": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", "license": "ISC" }, "node_modules/istanbul-lib-coverage": { "version": "3.2.2", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", + "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", "license": "BSD-3-Clause", "engines": { "node": ">=8" @@ -8774,6 +10152,8 @@ }, "node_modules/istanbul-lib-instrument": { "version": "5.2.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", + "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", "license": "BSD-3-Clause", "dependencies": { "@babel/core": "^7.12.3", @@ -8788,6 +10168,8 @@ }, "node_modules/istanbul-lib-instrument/node_modules/semver": { "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -8795,6 +10177,8 @@ }, "node_modules/istanbul-lib-report": { "version": "3.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", + "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==", "license": "BSD-3-Clause", "dependencies": { "istanbul-lib-coverage": "^3.0.0", @@ -8805,15 +10189,10 @@ "node": ">=10" } }, - "node_modules/istanbul-lib-report/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/istanbul-lib-report/node_modules/make-dir": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", + "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", "license": "MIT", "dependencies": { "semver": "^7.5.3" @@ -8825,18 +10204,10 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/istanbul-lib-report/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/istanbul-lib-source-maps": { "version": "4.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", + "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", "license": "BSD-3-Clause", "dependencies": { "debug": "^4.1.1", @@ -8849,6 +10220,8 @@ }, "node_modules/istanbul-lib-source-maps/node_modules/source-map": { "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" @@ -8856,6 +10229,8 @@ }, "node_modules/istanbul-reports": { "version": "3.1.7", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz", + "integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==", "license": "BSD-3-Clause", "dependencies": { "html-escaper": "^2.0.0", @@ -8866,7 +10241,9 @@ } }, "node_modules/iterator.prototype": { - "version": "1.1.2", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.3.tgz", + "integrity": "sha512-FW5iMbeQ6rBGm/oKgzq2aW4KvAGpxPzYES8N4g4xNXUKpL1mclMvOe+76AcLDTvD+Ze+sOpVhgdAQEKF4L9iGQ==", "license": "MIT", "dependencies": { "define-properties": "^1.2.1", @@ -8874,17 +10251,19 @@ "has-symbols": "^1.0.3", "reflect.getprototypeof": "^1.0.4", "set-function-name": "^2.0.1" + }, + "engines": { + "node": ">= 0.4" } }, "node_modules/jackspeak": { - "version": "2.3.6", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", + "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", "license": "BlueOak-1.0.0", "dependencies": { "@isaacs/cliui": "^8.0.2" }, - "engines": { - "node": ">=14" - }, "funding": { "url": "https://github.com/sponsors/isaacs" }, @@ -8893,7 +10272,9 @@ } }, "node_modules/jake": { - "version": "10.8.7", + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/jake/-/jake-10.9.2.tgz", + "integrity": "sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA==", "license": "Apache-2.0", "dependencies": { "async": "^3.2.3", @@ -8908,66 +10289,10 @@ "node": ">=10" } }, - "node_modules/jake/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jake/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jake/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jake/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/jake/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/jake/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/jest": { "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz", + "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==", "license": "MIT", "dependencies": { "@jest/core": "^27.5.1", @@ -8991,6 +10316,8 @@ }, "node_modules/jest-changed-files": { "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.5.1.tgz", + "integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==", "license": "MIT", "dependencies": { "@jest/types": "^27.5.1", @@ -9003,6 +10330,8 @@ }, "node_modules/jest-circus": { "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz", + "integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==", "license": "MIT", "dependencies": { "@jest/environment": "^27.5.1", @@ -9029,156 +10358,44 @@ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-circus/node_modules/ansi-styles": { - "version": "4.3.0", + "node_modules/jest-cli": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.5.1.tgz", + "integrity": "sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==", "license": "MIT", "dependencies": { - "color-convert": "^2.0.1" + "@jest/core": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/types": "^27.5.1", + "chalk": "^4.0.0", + "exit": "^0.1.2", + "graceful-fs": "^4.2.9", + "import-local": "^3.0.2", + "jest-config": "^27.5.1", + "jest-util": "^27.5.1", + "jest-validate": "^27.5.1", + "prompts": "^2.0.1", + "yargs": "^16.2.0" + }, + "bin": { + "jest": "bin/jest.js" }, "engines": { - "node": ">=8" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } } }, - "node_modules/jest-circus/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-circus/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-circus/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/jest-circus/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-circus/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-cli": { - "version": "27.5.1", - "license": "MIT", - "dependencies": { - "@jest/core": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/types": "^27.5.1", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.9", - "import-local": "^3.0.2", - "jest-config": "^27.5.1", - "jest-util": "^27.5.1", - "jest-validate": "^27.5.1", - "prompts": "^2.0.1", - "yargs": "^16.2.0" - }, - "bin": { - "jest": "bin/jest.js" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" - }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } - } - }, - "node_modules/jest-cli/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-cli/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-cli/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-cli/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/jest-cli/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-cli/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-config": { - "version": "27.5.1", + "node_modules/jest-config": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz", + "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==", "license": "MIT", "dependencies": { "@babel/core": "^7.8.0", @@ -9187,1099 +10404,449 @@ "babel-jest": "^27.5.1", "chalk": "^4.0.0", "ci-info": "^3.2.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.1", - "graceful-fs": "^4.2.9", - "jest-circus": "^27.5.1", - "jest-environment-jsdom": "^27.5.1", - "jest-environment-node": "^27.5.1", - "jest-get-type": "^27.5.1", - "jest-jasmine2": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-resolve": "^27.5.1", - "jest-runner": "^27.5.1", - "jest-util": "^27.5.1", - "jest-validate": "^27.5.1", - "micromatch": "^4.0.4", - "parse-json": "^5.2.0", - "pretty-format": "^27.5.1", - "slash": "^3.0.0", - "strip-json-comments": "^3.1.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - }, - "peerDependencies": { - "ts-node": ">=9.0.0" - }, - "peerDependenciesMeta": { - "ts-node": { - "optional": true - } - } - }, - "node_modules/jest-config/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-config/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-config/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-config/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/jest-config/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-config/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-diff": { - "version": "27.5.1", - "license": "MIT", - "dependencies": { - "chalk": "^4.0.0", - "diff-sequences": "^27.5.1", - "jest-get-type": "^27.5.1", - "pretty-format": "^27.5.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-diff/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-diff/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-diff/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-diff/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/jest-diff/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-diff/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-docblock": { - "version": "27.5.1", - "license": "MIT", - "dependencies": { - "detect-newline": "^3.0.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-each": { - "version": "27.5.1", - "license": "MIT", - "dependencies": { - "@jest/types": "^27.5.1", - "chalk": "^4.0.0", - "jest-get-type": "^27.5.1", - "jest-util": "^27.5.1", - "pretty-format": "^27.5.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-each/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-each/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-each/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-each/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/jest-each/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-each/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-environment-jsdom": { - "version": "27.5.1", - "license": "MIT", - "dependencies": { - "@jest/environment": "^27.5.1", - "@jest/fake-timers": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "jest-mock": "^27.5.1", - "jest-util": "^27.5.1", - "jsdom": "^16.6.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-environment-node": { - "version": "27.5.1", - "license": "MIT", - "dependencies": { - "@jest/environment": "^27.5.1", - "@jest/fake-timers": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "jest-mock": "^27.5.1", - "jest-util": "^27.5.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-get-type": { - "version": "27.5.1", - "license": "MIT", - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-haste-map": { - "version": "27.5.1", - "license": "MIT", - "dependencies": { - "@jest/types": "^27.5.1", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^27.5.1", - "jest-serializer": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "micromatch": "^4.0.4", - "walker": "^1.0.7" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - }, - "optionalDependencies": { - "fsevents": "^2.3.2" - } - }, - "node_modules/jest-jasmine2": { - "version": "27.5.1", - "license": "MIT", - "dependencies": { - "@jest/environment": "^27.5.1", - "@jest/source-map": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "chalk": "^4.0.0", - "co": "^4.6.0", - "expect": "^27.5.1", - "is-generator-fn": "^2.0.0", - "jest-each": "^27.5.1", - "jest-matcher-utils": "^27.5.1", - "jest-message-util": "^27.5.1", - "jest-runtime": "^27.5.1", - "jest-snapshot": "^27.5.1", - "jest-util": "^27.5.1", - "pretty-format": "^27.5.1", - "throat": "^6.0.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-jasmine2/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-jasmine2/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-jasmine2/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-jasmine2/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/jest-jasmine2/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-jasmine2/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-leak-detector": { - "version": "27.5.1", - "license": "MIT", - "dependencies": { - "jest-get-type": "^27.5.1", - "pretty-format": "^27.5.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-matcher-utils": { - "version": "27.5.1", - "license": "MIT", - "dependencies": { - "chalk": "^4.0.0", - "jest-diff": "^27.5.1", - "jest-get-type": "^27.5.1", - "pretty-format": "^27.5.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-matcher-utils/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-matcher-utils/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-matcher-utils/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-matcher-utils/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/jest-matcher-utils/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-matcher-utils/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-message-util": { - "version": "27.5.1", - "license": "MIT", - "dependencies": { - "@babel/code-frame": "^7.12.13", - "@jest/types": "^27.5.1", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "micromatch": "^4.0.4", - "pretty-format": "^27.5.1", - "slash": "^3.0.0", - "stack-utils": "^2.0.3" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-message-util/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-message-util/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-message-util/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-message-util/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/jest-message-util/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-message-util/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-mock": { - "version": "27.5.1", - "license": "MIT", - "dependencies": { - "@jest/types": "^27.5.1", - "@types/node": "*" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-pnp-resolver": { - "version": "1.2.3", - "license": "MIT", - "engines": { - "node": ">=6" - }, - "peerDependencies": { - "jest-resolve": "*" - }, - "peerDependenciesMeta": { - "jest-resolve": { - "optional": true - } - } - }, - "node_modules/jest-regex-util": { - "version": "27.5.1", - "license": "MIT", - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-resolve": { - "version": "27.5.1", - "license": "MIT", - "dependencies": { - "@jest/types": "^27.5.1", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^27.5.1", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^27.5.1", - "jest-validate": "^27.5.1", - "resolve": "^1.20.0", - "resolve.exports": "^1.1.0", - "slash": "^3.0.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-resolve-dependencies": { - "version": "27.5.1", - "license": "MIT", - "dependencies": { - "@jest/types": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-snapshot": "^27.5.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-resolve/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-resolve/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-resolve/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-resolve/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/jest-resolve/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-resolve/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-runner": { - "version": "27.5.1", - "license": "MIT", - "dependencies": { - "@jest/console": "^27.5.1", - "@jest/environment": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/transform": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "chalk": "^4.0.0", - "emittery": "^0.8.1", - "graceful-fs": "^4.2.9", - "jest-docblock": "^27.5.1", - "jest-environment-jsdom": "^27.5.1", - "jest-environment-node": "^27.5.1", - "jest-haste-map": "^27.5.1", - "jest-leak-detector": "^27.5.1", - "jest-message-util": "^27.5.1", - "jest-resolve": "^27.5.1", - "jest-runtime": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "source-map-support": "^0.5.6", - "throat": "^6.0.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-runner/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-runner/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-runner/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-runner/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/jest-runner/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-runner/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-runtime": { - "version": "27.5.1", - "license": "MIT", - "dependencies": { - "@jest/environment": "^27.5.1", - "@jest/fake-timers": "^27.5.1", - "@jest/globals": "^27.5.1", - "@jest/source-map": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/transform": "^27.5.1", - "@jest/types": "^27.5.1", - "chalk": "^4.0.0", - "cjs-module-lexer": "^1.0.0", - "collect-v8-coverage": "^1.0.0", - "execa": "^5.0.0", - "glob": "^7.1.3", + "deepmerge": "^4.2.2", + "glob": "^7.1.1", "graceful-fs": "^4.2.9", - "jest-haste-map": "^27.5.1", - "jest-message-util": "^27.5.1", - "jest-mock": "^27.5.1", + "jest-circus": "^27.5.1", + "jest-environment-jsdom": "^27.5.1", + "jest-environment-node": "^27.5.1", + "jest-get-type": "^27.5.1", + "jest-jasmine2": "^27.5.1", "jest-regex-util": "^27.5.1", "jest-resolve": "^27.5.1", - "jest-snapshot": "^27.5.1", + "jest-runner": "^27.5.1", "jest-util": "^27.5.1", + "jest-validate": "^27.5.1", + "micromatch": "^4.0.4", + "parse-json": "^5.2.0", + "pretty-format": "^27.5.1", "slash": "^3.0.0", - "strip-bom": "^4.0.0" + "strip-json-comments": "^3.1.1" }, "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-runtime/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" }, - "engines": { - "node": ">=8" + "peerDependencies": { + "ts-node": ">=9.0.0" }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "peerDependenciesMeta": { + "ts-node": { + "optional": true + } } }, - "node_modules/jest-runtime/node_modules/chalk": { - "version": "4.1.2", + "node_modules/jest-diff": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz", + "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==", "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "chalk": "^4.0.0", + "diff-sequences": "^27.5.1", + "jest-get-type": "^27.5.1", + "pretty-format": "^27.5.1" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-runtime/node_modules/color-convert": { - "version": "2.0.1", + "node_modules/jest-docblock": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz", + "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==", "license": "MIT", "dependencies": { - "color-name": "~1.1.4" + "detect-newline": "^3.0.0" }, "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-runtime/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/jest-runtime/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-runtime/node_modules/supports-color": { - "version": "7.2.0", + "node_modules/jest-each": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz", + "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==", "license": "MIT", "dependencies": { - "has-flag": "^4.0.0" + "@jest/types": "^27.5.1", + "chalk": "^4.0.0", + "jest-get-type": "^27.5.1", + "jest-util": "^27.5.1", + "pretty-format": "^27.5.1" }, "engines": { - "node": ">=8" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-serializer": { + "node_modules/jest-environment-jsdom": { "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz", + "integrity": "sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==", "license": "MIT", "dependencies": { + "@jest/environment": "^27.5.1", + "@jest/fake-timers": "^27.5.1", + "@jest/types": "^27.5.1", "@types/node": "*", - "graceful-fs": "^4.2.9" + "jest-mock": "^27.5.1", + "jest-util": "^27.5.1", + "jsdom": "^16.6.0" }, "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-snapshot": { + "node_modules/jest-environment-node": { "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.5.1.tgz", + "integrity": "sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==", "license": "MIT", "dependencies": { - "@babel/core": "^7.7.2", - "@babel/generator": "^7.7.2", - "@babel/plugin-syntax-typescript": "^7.7.2", - "@babel/traverse": "^7.7.2", - "@babel/types": "^7.0.0", - "@jest/transform": "^27.5.1", + "@jest/environment": "^27.5.1", + "@jest/fake-timers": "^27.5.1", "@jest/types": "^27.5.1", - "@types/babel__traverse": "^7.0.4", - "@types/prettier": "^2.1.5", - "babel-preset-current-node-syntax": "^1.0.0", - "chalk": "^4.0.0", - "expect": "^27.5.1", - "graceful-fs": "^4.2.9", - "jest-diff": "^27.5.1", - "jest-get-type": "^27.5.1", - "jest-haste-map": "^27.5.1", - "jest-matcher-utils": "^27.5.1", - "jest-message-util": "^27.5.1", - "jest-util": "^27.5.1", - "natural-compare": "^1.4.0", - "pretty-format": "^27.5.1", - "semver": "^7.3.2" + "@types/node": "*", + "jest-mock": "^27.5.1", + "jest-util": "^27.5.1" }, "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-snapshot/node_modules/ansi-styles": { - "version": "4.3.0", + "node_modules/jest-get-type": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz", + "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==", "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-snapshot/node_modules/chalk": { - "version": "4.1.2", + "node_modules/jest-haste-map": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", + "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "@jest/types": "^27.5.1", + "@types/graceful-fs": "^4.1.2", + "@types/node": "*", + "anymatch": "^3.0.3", + "fb-watchman": "^2.0.0", + "graceful-fs": "^4.2.9", + "jest-regex-util": "^27.5.1", + "jest-serializer": "^27.5.1", + "jest-util": "^27.5.1", + "jest-worker": "^27.5.1", + "micromatch": "^4.0.4", + "walker": "^1.0.7" }, "engines": { - "node": ">=10" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "optionalDependencies": { + "fsevents": "^2.3.2" } }, - "node_modules/jest-snapshot/node_modules/color-convert": { - "version": "2.0.1", + "node_modules/jest-jasmine2": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz", + "integrity": "sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==", "license": "MIT", "dependencies": { - "color-name": "~1.1.4" + "@jest/environment": "^27.5.1", + "@jest/source-map": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "chalk": "^4.0.0", + "co": "^4.6.0", + "expect": "^27.5.1", + "is-generator-fn": "^2.0.0", + "jest-each": "^27.5.1", + "jest-matcher-utils": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-runtime": "^27.5.1", + "jest-snapshot": "^27.5.1", + "jest-util": "^27.5.1", + "pretty-format": "^27.5.1", + "throat": "^6.0.1" }, "engines": { - "node": ">=7.0.0" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-snapshot/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/jest-snapshot/node_modules/has-flag": { - "version": "4.0.0", + "node_modules/jest-leak-detector": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz", + "integrity": "sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==", "license": "MIT", + "dependencies": { + "jest-get-type": "^27.5.1", + "pretty-format": "^27.5.1" + }, "engines": { - "node": ">=8" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-snapshot/node_modules/supports-color": { - "version": "7.2.0", + "node_modules/jest-matcher-utils": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz", + "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==", "license": "MIT", "dependencies": { - "has-flag": "^4.0.0" + "chalk": "^4.0.0", + "jest-diff": "^27.5.1", + "jest-get-type": "^27.5.1", + "pretty-format": "^27.5.1" }, "engines": { - "node": ">=8" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-util": { + "node_modules/jest-message-util": { "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz", + "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==", "license": "MIT", "dependencies": { + "@babel/code-frame": "^7.12.13", "@jest/types": "^27.5.1", - "@types/node": "*", + "@types/stack-utils": "^2.0.0", "chalk": "^4.0.0", - "ci-info": "^3.2.0", "graceful-fs": "^4.2.9", - "picomatch": "^2.2.3" + "micromatch": "^4.0.4", + "pretty-format": "^27.5.1", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" }, "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-util/node_modules/ansi-styles": { - "version": "4.3.0", + "node_modules/jest-mock": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz", + "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==", "license": "MIT", "dependencies": { - "color-convert": "^2.0.1" + "@jest/types": "^27.5.1", + "@types/node": "*" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-util/node_modules/chalk": { - "version": "4.1.2", + "node_modules/jest-pnp-resolver": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz", + "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==", "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, "engines": { - "node": ">=10" + "node": ">=6" }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "peerDependencies": { + "jest-resolve": "*" + }, + "peerDependenciesMeta": { + "jest-resolve": { + "optional": true + } } }, - "node_modules/jest-util/node_modules/color-convert": { - "version": "2.0.1", + "node_modules/jest-regex-util": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", + "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==", "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, "engines": { - "node": ">=7.0.0" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-util/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/jest-util/node_modules/has-flag": { - "version": "4.0.0", + "node_modules/jest-resolve": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.5.1.tgz", + "integrity": "sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==", "license": "MIT", + "dependencies": { + "@jest/types": "^27.5.1", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^27.5.1", + "jest-pnp-resolver": "^1.2.2", + "jest-util": "^27.5.1", + "jest-validate": "^27.5.1", + "resolve": "^1.20.0", + "resolve.exports": "^1.1.0", + "slash": "^3.0.0" + }, "engines": { - "node": ">=8" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-util/node_modules/supports-color": { - "version": "7.2.0", + "node_modules/jest-resolve-dependencies": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz", + "integrity": "sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==", "license": "MIT", "dependencies": { - "has-flag": "^4.0.0" + "@jest/types": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-snapshot": "^27.5.1" }, "engines": { - "node": ">=8" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-validate": { + "node_modules/jest-runner": { "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.5.1.tgz", + "integrity": "sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==", "license": "MIT", "dependencies": { + "@jest/console": "^27.5.1", + "@jest/environment": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/transform": "^27.5.1", "@jest/types": "^27.5.1", - "camelcase": "^6.2.0", + "@types/node": "*", "chalk": "^4.0.0", - "jest-get-type": "^27.5.1", - "leven": "^3.1.0", - "pretty-format": "^27.5.1" + "emittery": "^0.8.1", + "graceful-fs": "^4.2.9", + "jest-docblock": "^27.5.1", + "jest-environment-jsdom": "^27.5.1", + "jest-environment-node": "^27.5.1", + "jest-haste-map": "^27.5.1", + "jest-leak-detector": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-runtime": "^27.5.1", + "jest-util": "^27.5.1", + "jest-worker": "^27.5.1", + "source-map-support": "^0.5.6", + "throat": "^6.0.1" }, "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-validate/node_modules/ansi-styles": { - "version": "4.3.0", + "node_modules/jest-runtime": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz", + "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==", "license": "MIT", "dependencies": { - "color-convert": "^2.0.1" + "@jest/environment": "^27.5.1", + "@jest/fake-timers": "^27.5.1", + "@jest/globals": "^27.5.1", + "@jest/source-map": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", + "chalk": "^4.0.0", + "cjs-module-lexer": "^1.0.0", + "collect-v8-coverage": "^1.0.0", + "execa": "^5.0.0", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-mock": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-snapshot": "^27.5.1", + "jest-util": "^27.5.1", + "slash": "^3.0.0", + "strip-bom": "^4.0.0" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-validate/node_modules/chalk": { - "version": "4.1.2", + "node_modules/jest-serializer": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", + "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "@types/node": "*", + "graceful-fs": "^4.2.9" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-validate/node_modules/color-convert": { - "version": "2.0.1", + "node_modules/jest-snapshot": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz", + "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==", "license": "MIT", "dependencies": { - "color-name": "~1.1.4" + "@babel/core": "^7.7.2", + "@babel/generator": "^7.7.2", + "@babel/plugin-syntax-typescript": "^7.7.2", + "@babel/traverse": "^7.7.2", + "@babel/types": "^7.0.0", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/babel__traverse": "^7.0.4", + "@types/prettier": "^2.1.5", + "babel-preset-current-node-syntax": "^1.0.0", + "chalk": "^4.0.0", + "expect": "^27.5.1", + "graceful-fs": "^4.2.9", + "jest-diff": "^27.5.1", + "jest-get-type": "^27.5.1", + "jest-haste-map": "^27.5.1", + "jest-matcher-utils": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-util": "^27.5.1", + "natural-compare": "^1.4.0", + "pretty-format": "^27.5.1", + "semver": "^7.3.2" }, "engines": { - "node": ">=7.0.0" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-validate/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/jest-validate/node_modules/has-flag": { - "version": "4.0.0", + "node_modules/jest-util": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz", + "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==", "license": "MIT", + "dependencies": { + "@jest/types": "^27.5.1", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + }, "engines": { - "node": ">=8" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-validate/node_modules/supports-color": { - "version": "7.2.0", + "node_modules/jest-validate": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.5.1.tgz", + "integrity": "sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==", "license": "MIT", "dependencies": { - "has-flag": "^4.0.0" + "@jest/types": "^27.5.1", + "camelcase": "^6.2.0", + "chalk": "^4.0.0", + "jest-get-type": "^27.5.1", + "leven": "^3.1.0", + "pretty-format": "^27.5.1" }, "engines": { - "node": ">=8" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, "node_modules/jest-watch-typeahead": { "version": "1.1.0", + "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-1.1.0.tgz", + "integrity": "sha512-Va5nLSJTN7YFtC2jd+7wsoe1pNe5K4ShLux/E5iHEwlB9AxaxmggY7to9KUqKojhaJw3aXqt5WAb4jGPOolpEw==", "license": "MIT", "dependencies": { "ansi-escapes": "^4.3.1", @@ -10299,6 +10866,8 @@ }, "node_modules/jest-watch-typeahead/node_modules/@jest/console": { "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-28.1.3.tgz", + "integrity": "sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==", "license": "MIT", "dependencies": { "@jest/types": "^28.1.3", @@ -10314,6 +10883,8 @@ }, "node_modules/jest-watch-typeahead/node_modules/@jest/console/node_modules/slash": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", "license": "MIT", "engines": { "node": ">=8" @@ -10321,6 +10892,8 @@ }, "node_modules/jest-watch-typeahead/node_modules/@jest/test-result": { "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.3.tgz", + "integrity": "sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==", "license": "MIT", "dependencies": { "@jest/console": "^28.1.3", @@ -10334,6 +10907,8 @@ }, "node_modules/jest-watch-typeahead/node_modules/@jest/types": { "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", + "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", "license": "MIT", "dependencies": { "@jest/schemas": "^28.1.3", @@ -10348,55 +10923,30 @@ } }, "node_modules/jest-watch-typeahead/node_modules/@types/yargs": { - "version": "17.0.32", + "version": "17.0.33", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.33.tgz", + "integrity": "sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==", "license": "MIT", "dependencies": { "@types/yargs-parser": "*" } }, "node_modules/jest-watch-typeahead/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-watch-typeahead/node_modules/chalk": { - "version": "4.1.2", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, "engines": { "node": ">=10" }, "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-watch-typeahead/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/jest-watch-typeahead/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, "node_modules/jest-watch-typeahead/node_modules/emittery": { "version": "0.10.2", + "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz", + "integrity": "sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==", "license": "MIT", "engines": { "node": ">=12" @@ -10405,15 +10955,10 @@ "url": "https://github.com/sindresorhus/emittery?sponsor=1" } }, - "node_modules/jest-watch-typeahead/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/jest-watch-typeahead/node_modules/jest-message-util": { "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz", + "integrity": "sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.12.13", @@ -10432,6 +10977,8 @@ }, "node_modules/jest-watch-typeahead/node_modules/jest-message-util/node_modules/slash": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", "license": "MIT", "engines": { "node": ">=8" @@ -10439,6 +10986,8 @@ }, "node_modules/jest-watch-typeahead/node_modules/jest-regex-util": { "version": "28.0.2", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz", + "integrity": "sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==", "license": "MIT", "engines": { "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" @@ -10446,6 +10995,8 @@ }, "node_modules/jest-watch-typeahead/node_modules/jest-util": { "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", + "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", "license": "MIT", "dependencies": { "@jest/types": "^28.1.3", @@ -10461,6 +11012,8 @@ }, "node_modules/jest-watch-typeahead/node_modules/jest-watcher": { "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.3.tgz", + "integrity": "sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==", "license": "MIT", "dependencies": { "@jest/test-result": "^28.1.3", @@ -10478,6 +11031,8 @@ }, "node_modules/jest-watch-typeahead/node_modules/jest-watcher/node_modules/string-length": { "version": "4.0.2", + "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", + "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", "license": "MIT", "dependencies": { "char-regex": "^1.0.2", @@ -10489,6 +11044,8 @@ }, "node_modules/jest-watch-typeahead/node_modules/jest-watcher/node_modules/strip-ansi": { "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" @@ -10499,6 +11056,8 @@ }, "node_modules/jest-watch-typeahead/node_modules/pretty-format": { "version": "28.1.3", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", + "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", "license": "MIT", "dependencies": { "@jest/schemas": "^28.1.3", @@ -10510,22 +11069,16 @@ "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, - "node_modules/jest-watch-typeahead/node_modules/pretty-format/node_modules/ansi-styles": { - "version": "5.2.0", - "license": "MIT", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, "node_modules/jest-watch-typeahead/node_modules/react-is": { - "version": "18.2.0", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", + "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", "license": "MIT" }, "node_modules/jest-watch-typeahead/node_modules/slash": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", + "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", "license": "MIT", "engines": { "node": ">=12" @@ -10536,6 +11089,8 @@ }, "node_modules/jest-watch-typeahead/node_modules/string-length": { "version": "5.0.1", + "resolved": "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz", + "integrity": "sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==", "license": "MIT", "dependencies": { "char-regex": "^2.0.0", @@ -10550,6 +11105,8 @@ }, "node_modules/jest-watch-typeahead/node_modules/string-length/node_modules/char-regex": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.1.tgz", + "integrity": "sha512-oSvEeo6ZUD7NepqAat3RqoucZ5SeqLJgOvVIwkafu6IP3V0pO38s/ypdVUmDDK6qIIHNlYHJAKX9E7R7HoKElw==", "license": "MIT", "engines": { "node": ">=12.20" @@ -10557,6 +11114,8 @@ }, "node_modules/jest-watch-typeahead/node_modules/strip-ansi": { "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "license": "MIT", "dependencies": { "ansi-regex": "^6.0.1" @@ -10569,7 +11128,9 @@ } }, "node_modules/jest-watch-typeahead/node_modules/strip-ansi/node_modules/ansi-regex": { - "version": "6.0.1", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", "license": "MIT", "engines": { "node": ">=12" @@ -10578,18 +11139,10 @@ "url": "https://github.com/chalk/ansi-regex?sponsor=1" } }, - "node_modules/jest-watch-typeahead/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/jest-watcher": { "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz", + "integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==", "license": "MIT", "dependencies": { "@jest/test-result": "^27.5.1", @@ -10604,66 +11157,10 @@ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-watcher/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-watcher/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-watcher/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-watcher/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/jest-watcher/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-watcher/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/jest-worker": { "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", + "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", "license": "MIT", "dependencies": { "@types/node": "*", @@ -10674,15 +11171,10 @@ "node": ">= 10.13.0" } }, - "node_modules/jest-worker/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/jest-worker/node_modules/supports-color": { "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", "license": "MIT", "dependencies": { "has-flag": "^4.0.0" @@ -10695,7 +11187,9 @@ } }, "node_modules/jiti": { - "version": "1.21.0", + "version": "1.21.6", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz", + "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==", "license": "MIT", "bin": { "jiti": "bin/jiti.js" @@ -10703,17 +11197,24 @@ }, "node_modules/jquery": { "version": "3.7.1", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz", + "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==", "license": "MIT" }, "node_modules/js-tokens": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", "license": "MIT" }, "node_modules/js-yaml": { - "version": "4.1.0", + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", "license": "MIT", "dependencies": { - "argparse": "^2.0.1" + "argparse": "^1.0.7", + "esprima": "^4.0.0" }, "bin": { "js-yaml": "bin/js-yaml.js" @@ -10721,6 +11222,8 @@ }, "node_modules/jsdom": { "version": "16.7.0", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz", + "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==", "license": "MIT", "dependencies": { "abab": "^2.0.5", @@ -10763,50 +11266,52 @@ } } }, - "node_modules/jsdom/node_modules/form-data": { - "version": "3.0.1", - "license": "MIT", - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/jsesc": { - "version": "2.5.2", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz", + "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", "license": "MIT", "bin": { "jsesc": "bin/jsesc" }, "engines": { - "node": ">=4" + "node": ">=6" } }, "node_modules/json-buffer": { "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", "license": "MIT" }, "node_modules/json-parse-even-better-errors": { "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", "license": "MIT" }, "node_modules/json-schema": { "version": "0.4.0", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", + "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==", "license": "(AFL-2.1 OR BSD-3-Clause)" }, "node_modules/json-schema-traverse": { "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", "license": "MIT" }, "node_modules/json-stable-stringify-without-jsonify": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", "license": "MIT" }, "node_modules/json5": { "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", "license": "MIT", "bin": { "json5": "lib/cli.js" @@ -10817,6 +11322,8 @@ }, "node_modules/jsonfile": { "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", "license": "MIT", "dependencies": { "universalify": "^2.0.0" @@ -10827,6 +11334,8 @@ }, "node_modules/jsonpath": { "version": "1.1.1", + "resolved": "https://registry.npmjs.org/jsonpath/-/jsonpath-1.1.1.tgz", + "integrity": "sha512-l6Cg7jRpixfbgoWgkrl77dgEj8RPvND0wMH6TwQmi9Qs4TFfS9u5cUFnbeKTwj5ga5Y3BTGGNI28k117LJ009w==", "license": "MIT", "dependencies": { "esprima": "1.2.2", @@ -10836,6 +11345,8 @@ }, "node_modules/jsonpath/node_modules/esprima": { "version": "1.2.2", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-1.2.2.tgz", + "integrity": "sha512-+JpPZam9w5DuJ3Q67SqsMGtiHKENSMRVoxvArfJZK01/BfLEObtZ6orJa/MtoGNR/rfMgp5837T41PAmTwAv/A==", "bin": { "esparse": "bin/esparse.js", "esvalidate": "bin/esvalidate.js" @@ -10846,6 +11357,8 @@ }, "node_modules/jsonpointer": { "version": "5.0.1", + "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz", + "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -10853,6 +11366,8 @@ }, "node_modules/jsx-ast-utils": { "version": "3.3.5", + "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz", + "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==", "license": "MIT", "dependencies": { "array-includes": "^3.1.6", @@ -10866,6 +11381,8 @@ }, "node_modules/keyv": { "version": "4.5.4", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", + "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", "license": "MIT", "dependencies": { "json-buffer": "3.0.1" @@ -10873,6 +11390,8 @@ }, "node_modules/kind-of": { "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -10880,6 +11399,8 @@ }, "node_modules/kleur": { "version": "3.0.3", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", + "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", "license": "MIT", "engines": { "node": ">=6" @@ -10887,17 +11408,23 @@ }, "node_modules/klona": { "version": "2.0.6", + "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz", + "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==", "license": "MIT", "engines": { "node": ">= 8" } }, "node_modules/language-subtag-registry": { - "version": "0.3.22", + "version": "0.3.23", + "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.23.tgz", + "integrity": "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==", "license": "CC0-1.0" }, "node_modules/language-tags": { "version": "1.0.9", + "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz", + "integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==", "license": "MIT", "dependencies": { "language-subtag-registry": "^0.3.20" @@ -10907,7 +11434,9 @@ } }, "node_modules/launch-editor": { - "version": "2.6.1", + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.9.1.tgz", + "integrity": "sha512-Gcnl4Bd+hRO9P9icCP/RVVT2o8SFlPXofuCxvA2SaZuH45whSvf5p8x5oih5ftLiVhEI4sp5xDY+R+b3zJBh5w==", "license": "MIT", "dependencies": { "picocolors": "^1.0.0", @@ -10916,6 +11445,8 @@ }, "node_modules/leven": { "version": "3.1.0", + "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", + "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", "license": "MIT", "engines": { "node": ">=6" @@ -10923,6 +11454,8 @@ }, "node_modules/levn": { "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", "license": "MIT", "dependencies": { "prelude-ls": "^1.2.1", @@ -10934,6 +11467,8 @@ }, "node_modules/lilconfig": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", + "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", "license": "MIT", "engines": { "node": ">=10" @@ -10941,10 +11476,14 @@ }, "node_modules/lines-and-columns": { "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", "license": "MIT" }, "node_modules/loader-runner": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", + "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", "license": "MIT", "engines": { "node": ">=6.11.5" @@ -10952,6 +11491,8 @@ }, "node_modules/loader-utils": { "version": "2.0.4", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", "license": "MIT", "dependencies": { "big.js": "^5.2.2", @@ -10963,44 +11504,57 @@ } }, "node_modules/locate-path": { - "version": "6.0.0", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "license": "MIT", "dependencies": { - "p-locate": "^5.0.0" + "p-locate": "^4.1.0" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=8" } }, "node_modules/lodash": { "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "license": "MIT" }, "node_modules/lodash.debounce": { "version": "4.0.8", + "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", + "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", "license": "MIT" }, "node_modules/lodash.memoize": { "version": "4.1.2", + "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", + "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==", "license": "MIT" }, "node_modules/lodash.merge": { "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", "license": "MIT" }, "node_modules/lodash.sortby": { "version": "4.7.0", + "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", + "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==", "license": "MIT" }, "node_modules/lodash.uniq": { "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", + "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", "license": "MIT" }, "node_modules/loose-envify": { "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", + "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", "license": "MIT", "dependencies": { "js-tokens": "^3.0.0 || ^4.0.0" @@ -11011,6 +11565,8 @@ }, "node_modules/lower-case": { "version": "2.0.2", + "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", + "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", "license": "MIT", "dependencies": { "tslib": "^2.0.3" @@ -11018,6 +11574,8 @@ }, "node_modules/lru-cache": { "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", "license": "ISC", "dependencies": { "yallist": "^3.0.2" @@ -11025,6 +11583,8 @@ }, "node_modules/magic-string": { "version": "0.25.9", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz", + "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==", "license": "MIT", "dependencies": { "sourcemap-codec": "^1.4.8" @@ -11032,6 +11592,8 @@ }, "node_modules/make-dir": { "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", "license": "MIT", "dependencies": { "semver": "^6.0.0" @@ -11045,6 +11607,8 @@ }, "node_modules/make-dir/node_modules/semver": { "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -11052,6 +11616,8 @@ }, "node_modules/makeerror": { "version": "1.0.12", + "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", + "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", "license": "BSD-3-Clause", "dependencies": { "tmpl": "1.0.5" @@ -11059,10 +11625,14 @@ }, "node_modules/mdn-data": { "version": "2.0.4", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz", + "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==", "license": "CC0-1.0" }, "node_modules/media-typer": { "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", "license": "MIT", "engines": { "node": ">= 0.6" @@ -11070,6 +11640,8 @@ }, "node_modules/memfs": { "version": "3.5.3", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz", + "integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==", "license": "Unlicense", "dependencies": { "fs-monkey": "^1.0.4" @@ -11079,15 +11651,24 @@ } }, "node_modules/merge-descriptors": { - "version": "1.0.1", - "license": "MIT" + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz", + "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, "node_modules/merge-stream": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", "license": "MIT" }, "node_modules/merge2": { "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", "license": "MIT", "engines": { "node": ">= 8" @@ -11095,16 +11676,20 @@ }, "node_modules/methods": { "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", "license": "MIT", "engines": { "node": ">= 0.6" } }, "node_modules/micromatch": { - "version": "4.0.5", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "license": "MIT", "dependencies": { - "braces": "^3.0.2", + "braces": "^3.0.3", "picomatch": "^2.3.1" }, "engines": { @@ -11113,6 +11698,8 @@ }, "node_modules/mime": { "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", "license": "MIT", "bin": { "mime": "cli.js" @@ -11123,6 +11710,8 @@ }, "node_modules/mime-db": { "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", "license": "MIT", "engines": { "node": ">= 0.6" @@ -11130,6 +11719,8 @@ }, "node_modules/mime-types": { "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", "license": "MIT", "dependencies": { "mime-db": "1.52.0" @@ -11140,13 +11731,17 @@ }, "node_modules/mimic-fn": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/mini-css-extract-plugin": { - "version": "2.8.1", + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.2.tgz", + "integrity": "sha512-GJuACcS//jtq4kCtd5ii/M0SZf7OZRH+BxdqXZHaJfb8TJiVl+NgQRPwiYt2EuqeSkNydn/7vP+bcE27C5mb9w==", "license": "MIT", "dependencies": { "schema-utils": "^4.0.0", @@ -11163,72 +11758,16 @@ "webpack": "^5.0.0" } }, - "node_modules/mini-css-extract-plugin/node_modules/ajv": { - "version": "8.12.0", - "license": "MIT", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/mini-css-extract-plugin/node_modules/ajv-formats": { - "version": "2.1.1", - "license": "MIT", - "dependencies": { - "ajv": "^8.0.0" - }, - "peerDependencies": { - "ajv": "^8.0.0" - }, - "peerDependenciesMeta": { - "ajv": { - "optional": true - } - } - }, - "node_modules/mini-css-extract-plugin/node_modules/ajv-keywords": { - "version": "5.1.0", - "license": "MIT", - "dependencies": { - "fast-deep-equal": "^3.1.3" - }, - "peerDependencies": { - "ajv": "^8.8.2" - } - }, - "node_modules/mini-css-extract-plugin/node_modules/json-schema-traverse": { - "version": "1.0.0", - "license": "MIT" - }, - "node_modules/mini-css-extract-plugin/node_modules/schema-utils": { - "version": "4.2.0", - "license": "MIT", - "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, "node_modules/minimalistic-assert": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", "license": "ISC" }, "node_modules/minimatch": { "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" @@ -11239,13 +11778,17 @@ }, "node_modules/minimist": { "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/minipass": { - "version": "7.0.4", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", "license": "ISC", "engines": { "node": ">=16 || 14 >=14.17" @@ -11253,6 +11796,8 @@ }, "node_modules/mkdirp": { "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", "license": "MIT", "dependencies": { "minimist": "^1.2.6" @@ -11263,17 +11808,23 @@ }, "node_modules/moment": { "version": "2.30.1", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz", + "integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==", "license": "MIT", "engines": { "node": "*" } }, "node_modules/ms": { - "version": "2.1.2", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "license": "MIT" }, "node_modules/multicast-dns": { "version": "7.2.5", + "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz", + "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", "license": "MIT", "dependencies": { "dns-packet": "^5.2.2", @@ -11285,6 +11836,8 @@ }, "node_modules/mz": { "version": "2.7.0", + "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", + "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", "license": "MIT", "dependencies": { "any-promise": "^1.0.0", @@ -11294,6 +11847,8 @@ }, "node_modules/nanoid": { "version": "3.3.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", "funding": [ { "type": "github", @@ -11310,14 +11865,20 @@ }, "node_modules/natural-compare": { "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", "license": "MIT" }, "node_modules/natural-compare-lite": { "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz", + "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==", "license": "MIT" }, "node_modules/negotiator": { - "version": "0.6.3", + "version": "0.6.4", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz", + "integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==", "license": "MIT", "engines": { "node": ">= 0.6" @@ -11325,10 +11886,14 @@ }, "node_modules/neo-async": { "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", "license": "MIT" }, "node_modules/no-case": { "version": "3.0.4", + "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", + "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", "license": "MIT", "dependencies": { "lower-case": "^2.0.2", @@ -11337,6 +11902,8 @@ }, "node_modules/node-forge": { "version": "1.3.1", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", + "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", "license": "(BSD-3-Clause OR GPL-2.0)", "engines": { "node": ">= 6.13.0" @@ -11344,14 +11911,20 @@ }, "node_modules/node-int64": { "version": "0.4.0", + "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", + "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==", "license": "MIT" }, "node_modules/node-releases": { - "version": "2.0.14", + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz", + "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==", "license": "MIT" }, "node_modules/normalize-path": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -11359,6 +11932,8 @@ }, "node_modules/normalize-range": { "version": "0.1.2", + "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", + "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -11366,6 +11941,8 @@ }, "node_modules/normalize-url": { "version": "6.1.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", + "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", "license": "MIT", "engines": { "node": ">=10" @@ -11376,6 +11953,8 @@ }, "node_modules/npm-run-path": { "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", "license": "MIT", "dependencies": { "path-key": "^3.0.0" @@ -11386,6 +11965,8 @@ }, "node_modules/nth-check": { "version": "2.1.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", + "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", "license": "BSD-2-Clause", "dependencies": { "boolbase": "^1.0.0" @@ -11395,11 +11976,15 @@ } }, "node_modules/nwsapi": { - "version": "2.2.7", + "version": "2.2.13", + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.13.tgz", + "integrity": "sha512-cTGB9ptp9dY9A5VbMSe7fQBcl/tt22Vcqdq8+eN93rblOuE0aCFu4aZ2vMwct/2t+lFnosm8RkQW1I0Omb1UtQ==", "license": "MIT" }, "node_modules/object-assign": { "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -11407,20 +11992,29 @@ }, "node_modules/object-hash": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", + "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", "license": "MIT", "engines": { "node": ">= 6" } }, "node_modules/object-inspect": { - "version": "1.13.1", + "version": "1.13.3", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.3.tgz", + "integrity": "sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==", "license": "MIT", + "engines": { + "node": ">= 0.4" + }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/object-keys": { "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", "license": "MIT", "engines": { "node": ">= 0.4" @@ -11428,6 +12022,8 @@ }, "node_modules/object.assign": { "version": "4.1.5", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz", + "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==", "license": "MIT", "dependencies": { "call-bind": "^1.0.5", @@ -11443,24 +12039,29 @@ } }, "node_modules/object.entries": { - "version": "1.1.7", + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.8.tgz", + "integrity": "sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==", "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1" + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" }, "engines": { "node": ">= 0.4" } }, "node_modules/object.fromentries": { - "version": "2.0.7", + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz", + "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==", "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1" + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-object-atoms": "^1.0.0" }, "engines": { "node": ">= 0.4" @@ -11470,14 +12071,18 @@ } }, "node_modules/object.getownpropertydescriptors": { - "version": "2.1.7", + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.8.tgz", + "integrity": "sha512-qkHIGe4q0lSYMv0XI4SsBTJz3WaURhLvd0lKSgtVuOsJ2krg4SgMw3PIRQFMp07yi++UR3se2mkcLqsBNpBb/A==", "license": "MIT", "dependencies": { "array.prototype.reduce": "^1.0.6", - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "safe-array-concat": "^1.0.0" + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-object-atoms": "^1.0.0", + "gopd": "^1.0.1", + "safe-array-concat": "^1.1.2" }, "engines": { "node": ">= 0.8" @@ -11487,34 +12092,28 @@ } }, "node_modules/object.groupby": { - "version": "1.0.2", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz", + "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==", "license": "MIT", "dependencies": { - "array.prototype.filter": "^1.0.3", - "call-bind": "^1.0.5", + "call-bind": "^1.0.7", "define-properties": "^1.2.1", - "es-abstract": "^1.22.3", - "es-errors": "^1.0.0" - } - }, - "node_modules/object.hasown": { - "version": "1.1.3", - "license": "MIT", - "dependencies": { - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1" + "es-abstract": "^1.23.2" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "engines": { + "node": ">= 0.4" } }, "node_modules/object.values": { - "version": "1.1.7", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.0.tgz", + "integrity": "sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==", "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1" + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" }, "engines": { "node": ">= 0.4" @@ -11525,10 +12124,14 @@ }, "node_modules/obuf": { "version": "1.1.2", + "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", + "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==", "license": "MIT" }, "node_modules/on-finished": { "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", "license": "MIT", "dependencies": { "ee-first": "1.1.1" @@ -11539,6 +12142,8 @@ }, "node_modules/on-headers": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", "license": "MIT", "engines": { "node": ">= 0.8" @@ -11546,6 +12151,8 @@ }, "node_modules/once": { "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", "license": "ISC", "dependencies": { "wrappy": "1" @@ -11553,6 +12160,8 @@ }, "node_modules/onetime": { "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", "license": "MIT", "dependencies": { "mimic-fn": "^2.1.0" @@ -11566,6 +12175,8 @@ }, "node_modules/open": { "version": "8.4.2", + "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", + "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", "license": "MIT", "dependencies": { "define-lazy-prop": "^2.0.0", @@ -11580,48 +12191,53 @@ } }, "node_modules/optionator": { - "version": "0.9.3", + "version": "0.9.4", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", + "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==", "license": "MIT", "dependencies": { - "@aashutoshrathi/word-wrap": "^1.2.3", "deep-is": "^0.1.3", "fast-levenshtein": "^2.0.6", "levn": "^0.4.1", "prelude-ls": "^1.2.1", - "type-check": "^0.4.0" + "type-check": "^0.4.0", + "word-wrap": "^1.2.5" }, "engines": { "node": ">= 0.8.0" } }, "node_modules/p-limit": { - "version": "3.1.0", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "license": "MIT", "dependencies": { - "yocto-queue": "^0.1.0" + "p-try": "^2.0.0" }, "engines": { - "node": ">=10" + "node": ">=6" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/p-locate": { - "version": "5.0.0", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "license": "MIT", "dependencies": { - "p-limit": "^3.0.2" + "p-limit": "^2.2.0" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=8" } }, "node_modules/p-retry": { "version": "4.6.2", + "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz", + "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==", "license": "MIT", "dependencies": { "@types/retry": "0.12.0", @@ -11633,13 +12249,23 @@ }, "node_modules/p-try": { "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", "license": "MIT", "engines": { "node": ">=6" } }, + "node_modules/package-json-from-dist": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", + "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", + "license": "BlueOak-1.0.0" + }, "node_modules/param-case": { "version": "3.0.4", + "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", + "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", "license": "MIT", "dependencies": { "dot-case": "^3.0.4", @@ -11648,6 +12274,8 @@ }, "node_modules/parent-module": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", "license": "MIT", "dependencies": { "callsites": "^3.0.0" @@ -11658,6 +12286,8 @@ }, "node_modules/parse-json": { "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.0.0", @@ -11674,10 +12304,14 @@ }, "node_modules/parse5": { "version": "6.0.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", + "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", "license": "MIT" }, "node_modules/parseurl": { "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", "license": "MIT", "engines": { "node": ">= 0.8" @@ -11685,6 +12319,8 @@ }, "node_modules/pascal-case": { "version": "3.1.2", + "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", + "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", "license": "MIT", "dependencies": { "no-case": "^3.0.4", @@ -11693,6 +12329,8 @@ }, "node_modules/path-exists": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "license": "MIT", "engines": { "node": ">=8" @@ -11700,6 +12338,8 @@ }, "node_modules/path-is-absolute": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -11707,6 +12347,8 @@ }, "node_modules/path-key": { "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", "license": "MIT", "engines": { "node": ">=8" @@ -11714,35 +12356,42 @@ }, "node_modules/path-parse": { "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", "license": "MIT" }, "node_modules/path-scurry": { - "version": "1.10.1", + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", "license": "BlueOak-1.0.0", "dependencies": { - "lru-cache": "^9.1.1 || ^10.0.0", + "lru-cache": "^10.2.0", "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" }, "engines": { - "node": ">=16 || 14 >=14.17" + "node": ">=16 || 14 >=14.18" }, "funding": { "url": "https://github.com/sponsors/isaacs" } }, "node_modules/path-scurry/node_modules/lru-cache": { - "version": "10.2.0", - "license": "ISC", - "engines": { - "node": "14 || >=16.14" - } + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "license": "ISC" }, "node_modules/path-to-regexp": { - "version": "0.1.7", + "version": "0.1.10", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz", + "integrity": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==", "license": "MIT" }, "node_modules/path-type": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", "license": "MIT", "engines": { "node": ">=8" @@ -11750,14 +12399,20 @@ }, "node_modules/performance-now": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==", "license": "MIT" }, "node_modules/picocolors": { - "version": "1.0.0", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", "license": "ISC" }, "node_modules/picomatch": { "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", "license": "MIT", "engines": { "node": ">=8.6" @@ -11768,6 +12423,8 @@ }, "node_modules/pify": { "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -11775,6 +12432,8 @@ }, "node_modules/pirates": { "version": "4.0.6", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", + "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", "license": "MIT", "engines": { "node": ">= 6" @@ -11782,6 +12441,8 @@ }, "node_modules/pkg-dir": { "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", "license": "MIT", "dependencies": { "find-up": "^4.0.0" @@ -11790,52 +12451,10 @@ "node": ">=8" } }, - "node_modules/pkg-dir/node_modules/find-up": { - "version": "4.1.0", - "license": "MIT", - "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/pkg-dir/node_modules/locate-path": { - "version": "5.0.0", - "license": "MIT", - "dependencies": { - "p-locate": "^4.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/pkg-dir/node_modules/p-limit": { - "version": "2.3.0", - "license": "MIT", - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/pkg-dir/node_modules/p-locate": { - "version": "4.1.0", - "license": "MIT", - "dependencies": { - "p-limit": "^2.2.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/pkg-up": { "version": "3.1.0", + "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz", + "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==", "license": "MIT", "dependencies": { "find-up": "^3.0.0" @@ -11846,6 +12465,8 @@ }, "node_modules/pkg-up/node_modules/find-up": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", "license": "MIT", "dependencies": { "locate-path": "^3.0.0" @@ -11856,6 +12477,8 @@ }, "node_modules/pkg-up/node_modules/locate-path": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", "license": "MIT", "dependencies": { "p-locate": "^3.0.0", @@ -11865,21 +12488,10 @@ "node": ">=6" } }, - "node_modules/pkg-up/node_modules/p-limit": { - "version": "2.3.0", - "license": "MIT", - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/pkg-up/node_modules/p-locate": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", "license": "MIT", "dependencies": { "p-limit": "^2.0.0" @@ -11890,6 +12502,8 @@ }, "node_modules/pkg-up/node_modules/path-exists": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", "license": "MIT", "engines": { "node": ">=4" @@ -11897,13 +12511,17 @@ }, "node_modules/possible-typed-array-names": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz", + "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==", "license": "MIT", "engines": { "node": ">= 0.4" } }, "node_modules/postcss": { - "version": "8.4.35", + "version": "8.4.49", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", + "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", "funding": [ { "type": "opencollective", @@ -11921,25 +12539,36 @@ "license": "MIT", "dependencies": { "nanoid": "^3.3.7", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" }, "engines": { "node": "^10 || ^12 || >=14" } }, "node_modules/postcss-attribute-case-insensitive": { - "version": "5.0.0", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.2.tgz", + "integrity": "sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==", "license": "MIT", "dependencies": { - "postcss-selector-parser": "^6.0.2" + "postcss-selector-parser": "^6.0.10" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" }, "peerDependencies": { - "postcss": "^8.0.2" + "postcss": "^8.2" } }, "node_modules/postcss-browser-comments": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-4.0.0.tgz", + "integrity": "sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==", "license": "CC0-1.0", "engines": { "node": ">=8" @@ -11951,6 +12580,8 @@ }, "node_modules/postcss-calc": { "version": "8.2.4", + "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz", + "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==", "license": "MIT", "dependencies": { "postcss-selector-parser": "^6.0.9", @@ -11960,47 +12591,82 @@ "postcss": "^8.2.2" } }, + "node_modules/postcss-clamp": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-4.1.0.tgz", + "integrity": "sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==", + "license": "MIT", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": ">=7.6.0" + }, + "peerDependencies": { + "postcss": "^8.4.6" + } + }, "node_modules/postcss-color-functional-notation": { - "version": "4.0.1", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.4.tgz", + "integrity": "sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==", "license": "CC0-1.0", "dependencies": { - "postcss-values-parser": "6.0.1" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=12" + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" }, "peerDependencies": { - "postcss": "^8.3" + "postcss": "^8.2" } }, "node_modules/postcss-color-hex-alpha": { - "version": "8.0.0", + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.4.tgz", + "integrity": "sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==", "license": "MIT", "dependencies": { - "postcss-values-parser": "^6.0.0" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=10.0.0" + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" }, "peerDependencies": { - "postcss": "^8.3.7" + "postcss": "^8.4" } }, "node_modules/postcss-color-rebeccapurple": { - "version": "7.0.0", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.1.1.tgz", + "integrity": "sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==", "license": "CC0-1.0", "dependencies": { - "postcss-values-parser": "^6" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=12" + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" }, "peerDependencies": { - "postcss": "^8.3" + "postcss": "^8.2" } }, "node_modules/postcss-colormin": { "version": "5.3.1", + "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.1.tgz", + "integrity": "sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==", "license": "MIT", "dependencies": { "browserslist": "^4.21.4", @@ -12017,6 +12683,8 @@ }, "node_modules/postcss-convert-values": { "version": "5.1.3", + "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz", + "integrity": "sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==", "license": "MIT", "dependencies": { "browserslist": "^4.21.4", @@ -12030,67 +12698,85 @@ } }, "node_modules/postcss-custom-media": { - "version": "8.0.0", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-8.0.2.tgz", + "integrity": "sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==", "license": "MIT", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, "engines": { - "node": ">=10.0.0" + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" }, "peerDependencies": { - "postcss": "^8.1.0" + "postcss": "^8.3" } }, "node_modules/postcss-custom-properties": { - "version": "12.0.0", + "version": "12.1.11", + "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-12.1.11.tgz", + "integrity": "sha512-0IDJYhgU8xDv1KY6+VgUwuQkVtmYzRwu+dMjnmdMafXYv86SWqfxkc7qdDvWS38vsjaEtv8e0vGOUQrAiMBLpQ==", "license": "MIT", "dependencies": { - "postcss-values-parser": "^6" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=12" + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" }, "peerDependencies": { - "postcss": "^8.3" + "postcss": "^8.2" } }, "node_modules/postcss-custom-selectors": { - "version": "6.0.0", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-6.0.3.tgz", + "integrity": "sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==", "license": "MIT", "dependencies": { "postcss-selector-parser": "^6.0.4" }, "engines": { - "node": ">=10.0.0" + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" }, "peerDependencies": { - "postcss": "^8.1.2" + "postcss": "^8.3" } }, "node_modules/postcss-dir-pseudo-class": { - "version": "6.0.0", + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.5.tgz", + "integrity": "sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==", "license": "CC0-1.0", "dependencies": { - "postcss-selector-parser": "6.0.6" + "postcss-selector-parser": "^6.0.10" }, "engines": { - "node": ">=12" + "node": "^12 || ^14 || >=16" }, - "peerDependencies": { - "postcss": "^8.3" - } - }, - "node_modules/postcss-dir-pseudo-class/node_modules/postcss-selector-parser": { - "version": "6.0.6", - "license": "MIT", - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" }, - "engines": { - "node": ">=4" + "peerDependencies": { + "postcss": "^8.2" } }, "node_modules/postcss-discard-comments": { "version": "5.1.2", + "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz", + "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==", "license": "MIT", "engines": { "node": "^10 || ^12 || >=14.0" @@ -12101,6 +12787,8 @@ }, "node_modules/postcss-discard-duplicates": { "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz", + "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==", "license": "MIT", "engines": { "node": "^10 || ^12 || >=14.0" @@ -12111,6 +12799,8 @@ }, "node_modules/postcss-discard-empty": { "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz", + "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==", "license": "MIT", "engines": { "node": "^10 || ^12 || >=14.0" @@ -12121,6 +12811,8 @@ }, "node_modules/postcss-discard-overridden": { "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz", + "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==", "license": "MIT", "engines": { "node": "^10 || ^12 || >=14.0" @@ -12130,90 +12822,127 @@ } }, "node_modules/postcss-double-position-gradients": { - "version": "3.0.1", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.2.tgz", + "integrity": "sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==", "license": "CC0-1.0", "dependencies": { - "postcss-values-parser": "6.0.1" + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=12" + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" }, "peerDependencies": { - "postcss": "^8.3" + "postcss": "^8.2" } }, "node_modules/postcss-env-function": { - "version": "4.0.2", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-4.0.6.tgz", + "integrity": "sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==", "license": "CC0-1.0", "dependencies": { - "postcss-values-parser": "6.0.1" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=12" + "node": "^12 || ^14 || >=16" }, "peerDependencies": { - "postcss": "^8.3" + "postcss": "^8.4" } }, "node_modules/postcss-flexbugs-fixes": { "version": "5.0.2", + "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz", + "integrity": "sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==", "license": "MIT", "peerDependencies": { "postcss": "^8.1.4" } }, "node_modules/postcss-focus-visible": { - "version": "6.0.1", + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz", + "integrity": "sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==", "license": "CC0-1.0", + "dependencies": { + "postcss-selector-parser": "^6.0.9" + }, "engines": { - "node": ">=12" + "node": "^12 || ^14 || >=16" }, "peerDependencies": { - "postcss": "^8.3" + "postcss": "^8.4" } }, "node_modules/postcss-focus-within": { - "version": "5.0.1", + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz", + "integrity": "sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==", "license": "CC0-1.0", + "dependencies": { + "postcss-selector-parser": "^6.0.9" + }, "engines": { - "node": ">=12" + "node": "^12 || ^14 || >=16" }, "peerDependencies": { - "postcss": "^8.3" + "postcss": "^8.4" } }, "node_modules/postcss-font-variant": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz", + "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==", "license": "MIT", "peerDependencies": { "postcss": "^8.1.0" } }, "node_modules/postcss-gap-properties": { - "version": "3.0.0", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-3.0.5.tgz", + "integrity": "sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==", "license": "CC0-1.0", "engines": { - "node": ">=12" + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" }, "peerDependencies": { - "postcss": "^8.3" + "postcss": "^8.2" } }, "node_modules/postcss-image-set-function": { - "version": "4.0.2", + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-4.0.7.tgz", + "integrity": "sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==", "license": "CC0-1.0", "dependencies": { - "postcss-values-parser": "6.0.1" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=12" + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" }, "peerDependencies": { - "postcss": "^8.3" + "postcss": "^8.2" } }, "node_modules/postcss-import": { "version": "15.1.0", + "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", + "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", "license": "MIT", "dependencies": { "postcss-value-parser": "^4.0.0", @@ -12229,6 +12958,8 @@ }, "node_modules/postcss-initial": { "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-4.0.1.tgz", + "integrity": "sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==", "license": "MIT", "peerDependencies": { "postcss": "^8.0.0" @@ -12236,6 +12967,8 @@ }, "node_modules/postcss-js": { "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz", + "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==", "license": "MIT", "dependencies": { "camelcase-css": "^2.0.1" @@ -12252,21 +12985,29 @@ } }, "node_modules/postcss-lab-function": { - "version": "4.0.1", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-4.2.1.tgz", + "integrity": "sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==", "license": "CC0-1.0", "dependencies": { - "@csstools/convert-colors": "2.0.0", - "postcss-values-parser": "6.0.1" + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=12" + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" }, "peerDependencies": { - "postcss": "^8.3" + "postcss": "^8.2" } }, "node_modules/postcss-load-config": { "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz", + "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==", "funding": [ { "type": "opencollective", @@ -12299,7 +13040,9 @@ } }, "node_modules/postcss-load-config/node_modules/lilconfig": { - "version": "3.1.1", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz", + "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==", "license": "MIT", "engines": { "node": ">=14" @@ -12309,7 +13052,9 @@ } }, "node_modules/postcss-load-config/node_modules/yaml": { - "version": "2.4.1", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.0.tgz", + "integrity": "sha512-a6ae//JvKDEra2kdi1qzCyrJW/WZCgFi8ydDV+eXExl95t+5R+ijnqHJbz9tmMh8FUjx3iv2fCQ4dclAQlO2UQ==", "license": "ISC", "bin": { "yaml": "bin.mjs" @@ -12320,6 +13065,8 @@ }, "node_modules/postcss-loader": { "version": "6.2.1", + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz", + "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==", "license": "MIT", "dependencies": { "cosmiconfig": "^7.0.0", @@ -12339,17 +13086,21 @@ } }, "node_modules/postcss-logical": { - "version": "5.0.0", + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-5.0.4.tgz", + "integrity": "sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==", "license": "CC0-1.0", "engines": { - "node": ">=12" + "node": "^12 || ^14 || >=16" }, "peerDependencies": { - "postcss": "^8.3" + "postcss": "^8.4" } }, "node_modules/postcss-media-minmax": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz", + "integrity": "sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==", "license": "MIT", "engines": { "node": ">=10.0.0" @@ -12360,6 +13111,8 @@ }, "node_modules/postcss-merge-longhand": { "version": "5.1.7", + "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz", + "integrity": "sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==", "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0", @@ -12374,6 +13127,8 @@ }, "node_modules/postcss-merge-rules": { "version": "5.1.4", + "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.4.tgz", + "integrity": "sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==", "license": "MIT", "dependencies": { "browserslist": "^4.21.4", @@ -12390,6 +13145,8 @@ }, "node_modules/postcss-minify-font-values": { "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz", + "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==", "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" @@ -12403,6 +13160,8 @@ }, "node_modules/postcss-minify-gradients": { "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz", + "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==", "license": "MIT", "dependencies": { "colord": "^2.9.1", @@ -12418,6 +13177,8 @@ }, "node_modules/postcss-minify-params": { "version": "5.1.4", + "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz", + "integrity": "sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==", "license": "MIT", "dependencies": { "browserslist": "^4.21.4", @@ -12433,6 +13194,8 @@ }, "node_modules/postcss-minify-selectors": { "version": "5.2.1", + "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz", + "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==", "license": "MIT", "dependencies": { "postcss-selector-parser": "^6.0.5" @@ -12445,7 +13208,9 @@ } }, "node_modules/postcss-modules-extract-imports": { - "version": "3.0.0", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz", + "integrity": "sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==", "license": "ISC", "engines": { "node": "^10 || ^12 || >= 14" @@ -12455,11 +13220,13 @@ } }, "node_modules/postcss-modules-local-by-default": { - "version": "4.0.4", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.1.0.tgz", + "integrity": "sha512-rm0bdSv4jC3BDma3s9H19ZddW0aHX6EoqwDYU2IfZhRN+53QrufTRo2IdkAbRqLx4R2IYbZnbjKKxg4VN5oU9Q==", "license": "MIT", "dependencies": { "icss-utils": "^5.0.0", - "postcss-selector-parser": "^6.0.2", + "postcss-selector-parser": "^7.0.0", "postcss-value-parser": "^4.1.0" }, "engines": { @@ -12469,11 +13236,26 @@ "postcss": "^8.1.0" } }, + "node_modules/postcss-modules-local-by-default/node_modules/postcss-selector-parser": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz", + "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==", + "license": "MIT", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/postcss-modules-scope": { - "version": "3.1.1", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.1.tgz", + "integrity": "sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==", "license": "ISC", "dependencies": { - "postcss-selector-parser": "^6.0.4" + "postcss-selector-parser": "^7.0.0" }, "engines": { "node": "^10 || ^12 || >= 14" @@ -12482,8 +13264,23 @@ "postcss": "^8.1.0" } }, + "node_modules/postcss-modules-scope/node_modules/postcss-selector-parser": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz", + "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==", + "license": "MIT", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/postcss-modules-values": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", + "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", "license": "ISC", "dependencies": { "icss-utils": "^5.0.0" @@ -12496,48 +13293,54 @@ } }, "node_modules/postcss-nested": { - "version": "6.0.1", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz", + "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], "license": "MIT", "dependencies": { - "postcss-selector-parser": "^6.0.11" + "postcss-selector-parser": "^6.1.1" }, "engines": { "node": ">=12.0" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, "peerDependencies": { "postcss": "^8.2.14" } }, "node_modules/postcss-nesting": { - "version": "10.0.2", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-10.2.0.tgz", + "integrity": "sha512-EwMkYchxiDiKUhlJGzWsD9b2zvq/r2SSubcRrgP+jujMXFzqvANLt16lJANC+5uZ6hjI7lpRmI6O8JIl+8l1KA==", "license": "CC0-1.0", "dependencies": { - "postcss-selector-parser": "6.0.6" + "@csstools/selector-specificity": "^2.0.0", + "postcss-selector-parser": "^6.0.10" }, "engines": { - "node": ">= 12" + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" }, "peerDependencies": { "postcss": "^8.2" } }, - "node_modules/postcss-nesting/node_modules/postcss-selector-parser": { - "version": "6.0.6", - "license": "MIT", - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/postcss-normalize": { "version": "10.0.1", + "resolved": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-10.0.1.tgz", + "integrity": "sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==", "license": "CC0-1.0", "dependencies": { "@csstools/normalize.css": "*", @@ -12554,6 +13357,8 @@ }, "node_modules/postcss-normalize-charset": { "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz", + "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==", "license": "MIT", "engines": { "node": "^10 || ^12 || >=14.0" @@ -12564,6 +13369,8 @@ }, "node_modules/postcss-normalize-display-values": { "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz", + "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==", "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" @@ -12577,6 +13384,8 @@ }, "node_modules/postcss-normalize-positions": { "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz", + "integrity": "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==", "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" @@ -12590,6 +13399,8 @@ }, "node_modules/postcss-normalize-repeat-style": { "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz", + "integrity": "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==", "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" @@ -12603,6 +13414,8 @@ }, "node_modules/postcss-normalize-string": { "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz", + "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==", "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" @@ -12616,6 +13429,8 @@ }, "node_modules/postcss-normalize-timing-functions": { "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz", + "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==", "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" @@ -12629,6 +13444,8 @@ }, "node_modules/postcss-normalize-unicode": { "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz", + "integrity": "sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==", "license": "MIT", "dependencies": { "browserslist": "^4.21.4", @@ -12643,6 +13460,8 @@ }, "node_modules/postcss-normalize-url": { "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz", + "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==", "license": "MIT", "dependencies": { "normalize-url": "^6.0.1", @@ -12657,6 +13476,8 @@ }, "node_modules/postcss-normalize-whitespace": { "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz", + "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==", "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" @@ -12668,8 +13489,32 @@ "postcss": "^8.2.15" } }, + "node_modules/postcss-opacity-percentage": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.3.tgz", + "integrity": "sha512-An6Ba4pHBiDtyVpSLymUUERMo2cU7s+Obz6BTrS+gxkbnSBNKSuD0AVUc+CpBMrpVPKKfoVz0WQCX+Tnst0i4A==", + "funding": [ + { + "type": "kofi", + "url": "https://ko-fi.com/mrcgrtz" + }, + { + "type": "liberapay", + "url": "https://liberapay.com/mrcgrtz" + } + ], + "license": "MIT", + "engines": { + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, "node_modules/postcss-ordered-values": { "version": "5.1.3", + "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz", + "integrity": "sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==", "license": "MIT", "dependencies": { "cssnano-utils": "^3.1.0", @@ -12683,96 +13528,142 @@ } }, "node_modules/postcss-overflow-shorthand": { - "version": "3.0.0", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.4.tgz", + "integrity": "sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==", "license": "CC0-1.0", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, "engines": { - "node": ">=12" + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" }, "peerDependencies": { - "postcss": "^8.3" + "postcss": "^8.2" } }, "node_modules/postcss-page-break": { "version": "3.0.4", + "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-3.0.4.tgz", + "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==", "license": "MIT", "peerDependencies": { "postcss": "^8" } }, "node_modules/postcss-place": { - "version": "7.0.1", + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-7.0.5.tgz", + "integrity": "sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==", "license": "CC0-1.0", "dependencies": { - "postcss-values-parser": "6.0.1" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=12" + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" }, "peerDependencies": { - "postcss": "^8.3" + "postcss": "^8.2" } }, "node_modules/postcss-preset-env": { - "version": "7.0.1", + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.8.3.tgz", + "integrity": "sha512-T1LgRm5uEVFSEF83vHZJV2z19lHg4yJuZ6gXZZkqVsqv63nlr6zabMH3l4Pc01FQCyfWVrh2GaUeCVy9Po+Aag==", "license": "CC0-1.0", "dependencies": { - "autoprefixer": "^10.4.0", - "browserslist": "^4.17.5", - "caniuse-lite": "^1.0.30001272", - "css-blank-pseudo": "^2.0.0", - "css-has-pseudo": "^2.0.0", - "css-prefers-color-scheme": "^5.0.0", - "cssdb": "^5.0.0", - "postcss": "^8.3", - "postcss-attribute-case-insensitive": "^5.0.0", - "postcss-color-functional-notation": "^4.0.1", - "postcss-color-hex-alpha": "^8.0.0", - "postcss-color-rebeccapurple": "^7.0.0", - "postcss-custom-media": "^8.0.0", - "postcss-custom-properties": "^12.0.0", - "postcss-custom-selectors": "^6.0.0", - "postcss-dir-pseudo-class": "^6.0.0", - "postcss-double-position-gradients": "^3.0.1", - "postcss-env-function": "^4.0.2", - "postcss-focus-visible": "^6.0.1", - "postcss-focus-within": "^5.0.1", + "@csstools/postcss-cascade-layers": "^1.1.1", + "@csstools/postcss-color-function": "^1.1.1", + "@csstools/postcss-font-format-keywords": "^1.0.1", + "@csstools/postcss-hwb-function": "^1.0.2", + "@csstools/postcss-ic-unit": "^1.0.1", + "@csstools/postcss-is-pseudo-class": "^2.0.7", + "@csstools/postcss-nested-calc": "^1.0.0", + "@csstools/postcss-normalize-display-values": "^1.0.1", + "@csstools/postcss-oklab-function": "^1.1.1", + "@csstools/postcss-progressive-custom-properties": "^1.3.0", + "@csstools/postcss-stepped-value-functions": "^1.0.1", + "@csstools/postcss-text-decoration-shorthand": "^1.0.0", + "@csstools/postcss-trigonometric-functions": "^1.0.2", + "@csstools/postcss-unset-value": "^1.0.2", + "autoprefixer": "^10.4.13", + "browserslist": "^4.21.4", + "css-blank-pseudo": "^3.0.3", + "css-has-pseudo": "^3.0.4", + "css-prefers-color-scheme": "^6.0.3", + "cssdb": "^7.1.0", + "postcss-attribute-case-insensitive": "^5.0.2", + "postcss-clamp": "^4.1.0", + "postcss-color-functional-notation": "^4.2.4", + "postcss-color-hex-alpha": "^8.0.4", + "postcss-color-rebeccapurple": "^7.1.1", + "postcss-custom-media": "^8.0.2", + "postcss-custom-properties": "^12.1.10", + "postcss-custom-selectors": "^6.0.3", + "postcss-dir-pseudo-class": "^6.0.5", + "postcss-double-position-gradients": "^3.1.2", + "postcss-env-function": "^4.0.6", + "postcss-focus-visible": "^6.0.4", + "postcss-focus-within": "^5.0.4", "postcss-font-variant": "^5.0.0", - "postcss-gap-properties": "^3.0.0", - "postcss-image-set-function": "^4.0.2", + "postcss-gap-properties": "^3.0.5", + "postcss-image-set-function": "^4.0.7", "postcss-initial": "^4.0.1", - "postcss-lab-function": "^4.0.1", - "postcss-logical": "^5.0.0", + "postcss-lab-function": "^4.2.1", + "postcss-logical": "^5.0.4", "postcss-media-minmax": "^5.0.0", - "postcss-nesting": "^10.0.2", - "postcss-overflow-shorthand": "^3.0.0", + "postcss-nesting": "^10.2.0", + "postcss-opacity-percentage": "^1.1.2", + "postcss-overflow-shorthand": "^3.0.4", "postcss-page-break": "^3.0.4", - "postcss-place": "^7.0.1", - "postcss-pseudo-class-any-link": "^7.0.0", + "postcss-place": "^7.0.5", + "postcss-pseudo-class-any-link": "^7.1.6", "postcss-replace-overflow-wrap": "^4.0.0", - "postcss-selector-not": "^5.0.0" + "postcss-selector-not": "^6.0.1", + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=12" + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" }, "peerDependencies": { - "postcss": "^8.3" + "postcss": "^8.2" } }, "node_modules/postcss-pseudo-class-any-link": { - "version": "7.0.0", + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.6.tgz", + "integrity": "sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==", "license": "CC0-1.0", "dependencies": { - "postcss-selector-parser": "^6" + "postcss-selector-parser": "^6.0.10" }, "engines": { - "node": ">=12" + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" }, "peerDependencies": { - "postcss": "^8.3" + "postcss": "^8.2" } }, "node_modules/postcss-reduce-initial": { "version": "5.1.2", + "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz", + "integrity": "sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==", "license": "MIT", "dependencies": { "browserslist": "^4.21.4", @@ -12787,6 +13678,8 @@ }, "node_modules/postcss-reduce-transforms": { "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz", + "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==", "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" @@ -12800,23 +13693,36 @@ }, "node_modules/postcss-replace-overflow-wrap": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz", + "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==", "license": "MIT", "peerDependencies": { "postcss": "^8.0.3" } }, "node_modules/postcss-selector-not": { - "version": "5.0.0", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-6.0.1.tgz", + "integrity": "sha512-1i9affjAe9xu/y9uqWH+tD4r6/hDaXJruk8xn2x1vzxC2U3J3LKO3zJW4CyxlNhA56pADJ/djpEwpH1RClI2rQ==", "license": "MIT", "dependencies": { - "balanced-match": "^1.0.0" + "postcss-selector-parser": "^6.0.10" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" }, "peerDependencies": { - "postcss": "^8.1.0" + "postcss": "^8.2" } }, "node_modules/postcss-selector-parser": { - "version": "6.0.15", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", + "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", "license": "MIT", "dependencies": { "cssesc": "^3.0.0", @@ -12828,6 +13734,8 @@ }, "node_modules/postcss-svgo": { "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz", + "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==", "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0", @@ -12840,15 +13748,10 @@ "postcss": "^8.2.15" } }, - "node_modules/postcss-svgo/node_modules/commander": { - "version": "7.2.0", - "license": "MIT", - "engines": { - "node": ">= 10" - } - }, "node_modules/postcss-svgo/node_modules/css-tree": { "version": "1.1.3", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", + "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", "license": "MIT", "dependencies": { "mdn-data": "2.0.14", @@ -12860,10 +13763,14 @@ }, "node_modules/postcss-svgo/node_modules/mdn-data": { "version": "2.0.14", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", + "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==", "license": "CC0-1.0" }, "node_modules/postcss-svgo/node_modules/source-map": { "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" @@ -12871,6 +13778,8 @@ }, "node_modules/postcss-svgo/node_modules/svgo": { "version": "2.8.0", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz", + "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==", "license": "MIT", "dependencies": { "@trysound/sax": "0.2.0", @@ -12890,6 +13799,8 @@ }, "node_modules/postcss-unique-selectors": { "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz", + "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==", "license": "MIT", "dependencies": { "postcss-selector-parser": "^6.0.5" @@ -12903,36 +13814,23 @@ }, "node_modules/postcss-value-parser": { "version": "4.2.0", - "license": "MIT" - }, - "node_modules/postcss-values-parser": { - "version": "6.0.1", - "license": "MPL-2.0", - "dependencies": { - "color-name": "^1.1.4", - "is-url-superb": "^4.0.0", - "quote-unquote": "^1.0.0" - }, - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "postcss": "^8.2.9" - } - }, - "node_modules/postcss-values-parser/node_modules/color-name": { - "version": "1.1.4", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", "license": "MIT" }, "node_modules/prelude-ls": { "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", "license": "MIT", "engines": { "node": ">= 0.8.0" } }, "node_modules/prettier": { - "version": "3.2.5", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", + "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", "license": "MIT", "bin": { "prettier": "bin/prettier.cjs" @@ -12946,6 +13844,8 @@ }, "node_modules/pretty-bytes": { "version": "5.6.0", + "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz", + "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==", "license": "MIT", "engines": { "node": ">=6" @@ -12956,6 +13856,8 @@ }, "node_modules/pretty-error": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz", + "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==", "license": "MIT", "dependencies": { "lodash": "^4.17.20", @@ -12964,6 +13866,8 @@ }, "node_modules/pretty-format": { "version": "27.5.1", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", + "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1", @@ -12976,6 +13880,8 @@ }, "node_modules/pretty-format/node_modules/ansi-styles": { "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", "license": "MIT", "engines": { "node": ">=10" @@ -12986,14 +13892,20 @@ }, "node_modules/pretty-format/node_modules/react-is": { "version": "17.0.2", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", + "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==", "license": "MIT" }, "node_modules/process-nextick-args": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", "license": "MIT" }, "node_modules/promise": { "version": "8.3.0", + "resolved": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz", + "integrity": "sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==", "license": "MIT", "dependencies": { "asap": "~2.0.6" @@ -13001,6 +13913,8 @@ }, "node_modules/prompts": { "version": "2.4.2", + "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", + "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", "license": "MIT", "dependencies": { "kleur": "^3.0.3", @@ -13012,6 +13926,8 @@ }, "node_modules/prop-types": { "version": "15.8.1", + "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", + "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", "license": "MIT", "dependencies": { "loose-envify": "^1.4.0", @@ -13021,6 +13937,8 @@ }, "node_modules/prop-types-extra": { "version": "1.1.1", + "resolved": "https://registry.npmjs.org/prop-types-extra/-/prop-types-extra-1.1.1.tgz", + "integrity": "sha512-59+AHNnHYCdiC+vMwY52WmvP5dM3QLeoumYuEyceQDi9aEhtwN9zIQ2ZNo25sMyXnbh32h+P1ezDsUpUH3JAew==", "license": "MIT", "dependencies": { "react-is": "^16.3.2", @@ -13032,6 +13950,8 @@ }, "node_modules/proxy-addr": { "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", "license": "MIT", "dependencies": { "forwarded": "0.2.0", @@ -13043,17 +13963,26 @@ }, "node_modules/proxy-addr/node_modules/ipaddr.js": { "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", "license": "MIT", "engines": { "node": ">= 0.10" } }, "node_modules/psl": { - "version": "1.9.0", - "license": "MIT" + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.10.0.tgz", + "integrity": "sha512-KSKHEbjAnpUuAUserOq0FxGXCUrzC3WniuSJhvdbs102rL55266ZcHBqLWOsG30spQMlPdpy7icATiAQehg/iA==", + "license": "MIT", + "dependencies": { + "punycode": "^2.3.1" + } }, "node_modules/punycode": { "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", "license": "MIT", "engines": { "node": ">=6" @@ -13061,6 +13990,9 @@ }, "node_modules/q": { "version": "1.5.1", + "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", + "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==", + "deprecated": "You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other.\n\n(For a CapTP with native promises, see @endo/eventual-send and @endo/captp)", "license": "MIT", "engines": { "node": ">=0.6.0", @@ -13068,10 +14000,12 @@ } }, "node_modules/qs": { - "version": "6.11.0", + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", + "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", "license": "BSD-3-Clause", "dependencies": { - "side-channel": "^1.0.4" + "side-channel": "^1.0.6" }, "engines": { "node": ">=0.6" @@ -13082,10 +14016,14 @@ }, "node_modules/querystringify": { "version": "2.2.0", + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", + "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", "license": "MIT" }, "node_modules/queue-microtask": { "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", "funding": [ { "type": "github", @@ -13102,12 +14040,10 @@ ], "license": "MIT" }, - "node_modules/quote-unquote": { - "version": "1.0.0", - "license": "MIT" - }, "node_modules/raf": { "version": "3.4.1", + "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz", + "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==", "license": "MIT", "dependencies": { "performance-now": "^2.1.0" @@ -13115,6 +14051,8 @@ }, "node_modules/randombytes": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", "license": "MIT", "dependencies": { "safe-buffer": "^5.1.0" @@ -13122,6 +14060,8 @@ }, "node_modules/range-parser": { "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", "license": "MIT", "engines": { "node": ">= 0.6" @@ -13129,6 +14069,8 @@ }, "node_modules/raw-body": { "version": "2.5.2", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", + "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", "license": "MIT", "dependencies": { "bytes": "3.1.2", @@ -13140,15 +14082,10 @@ "node": ">= 0.8" } }, - "node_modules/raw-body/node_modules/bytes": { - "version": "3.1.2", - "license": "MIT", - "engines": { - "node": ">= 0.8" - } - }, "node_modules/raw-body/node_modules/iconv-lite": { "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", "license": "MIT", "dependencies": { "safer-buffer": ">= 2.1.2 < 3" @@ -13158,7 +14095,9 @@ } }, "node_modules/react": { - "version": "18.2.0", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", + "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", "license": "MIT", "dependencies": { "loose-envify": "^1.1.0" @@ -13169,6 +14108,8 @@ }, "node_modules/react-app-polyfill": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.0.0.tgz", + "integrity": "sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==", "license": "MIT", "dependencies": { "core-js": "^3.19.2", @@ -13184,15 +14125,19 @@ }, "node_modules/react-app-polyfill/node_modules/regenerator-runtime": { "version": "0.13.11", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", + "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==", "license": "MIT" }, "node_modules/react-bootstrap": { - "version": "2.10.1", + "version": "2.10.5", + "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-2.10.5.tgz", + "integrity": "sha512-XueAOEn64RRkZ0s6yzUTdpFtdUXs5L5491QU//8ZcODKJNDLt/r01tNyriZccjgRImH1REynUc9pqjiRMpDLWQ==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.22.5", + "@babel/runtime": "^7.24.7", "@restart/hooks": "^0.4.9", - "@restart/ui": "^1.6.6", + "@restart/ui": "^1.6.9", "@types/react-transition-group": "^4.4.6", "classnames": "^2.3.2", "dom-helpers": "^5.2.1", @@ -13216,6 +14161,8 @@ }, "node_modules/react-dev-utils": { "version": "12.0.1", + "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz", + "integrity": "sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.16.0", @@ -13247,50 +14194,39 @@ "node": ">=14" } }, - "node_modules/react-dev-utils/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/react-dev-utils/node_modules/chalk": { - "version": "4.1.2", + "node_modules/react-dev-utils/node_modules/find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" }, "engines": { "node": ">=10" }, "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/react-dev-utils/node_modules/color-convert": { - "version": "2.0.1", + "node_modules/react-dev-utils/node_modules/loader-utils": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.3.1.tgz", + "integrity": "sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg==", "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, "engines": { - "node": ">=7.0.0" + "node": ">= 12.13.0" } }, - "node_modules/react-dev-utils/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/react-dev-utils/node_modules/escape-string-regexp": { - "version": "4.0.0", + "node_modules/react-dev-utils/node_modules/locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", "license": "MIT", + "dependencies": { + "p-locate": "^5.0.0" + }, "engines": { "node": ">=10" }, @@ -13298,51 +14234,65 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/react-dev-utils/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/react-dev-utils/node_modules/loader-utils": { - "version": "3.2.1", + "node_modules/react-dev-utils/node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", "license": "MIT", + "dependencies": { + "yocto-queue": "^0.1.0" + }, "engines": { - "node": ">= 12.13.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/react-dev-utils/node_modules/supports-color": { - "version": "7.2.0", + "node_modules/react-dev-utils/node_modules/p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", "license": "MIT", "dependencies": { - "has-flag": "^4.0.0" + "p-limit": "^3.0.2" }, "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/react-dom": { - "version": "18.2.0", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", + "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", "license": "MIT", "dependencies": { "loose-envify": "^1.1.0", - "scheduler": "^0.23.0" + "scheduler": "^0.23.2" }, "peerDependencies": { - "react": "^18.2.0" + "react": "^18.3.1" } }, "node_modules/react-error-overlay": { "version": "6.0.11", + "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.11.tgz", + "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==", "license": "MIT" }, "node_modules/react-is": { "version": "16.13.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", "license": "MIT" }, "node_modules/react-json-pretty": { "version": "2.2.0", + "resolved": "https://registry.npmjs.org/react-json-pretty/-/react-json-pretty-2.2.0.tgz", + "integrity": "sha512-3UMzlAXkJ4R8S4vmkRKtvJHTewG4/rn1Q18n0zqdu/ipZbUPLVZD+QwC7uVcD/IAY3s8iNVHlgR2dMzIUS0n1A==", "license": "MIT", "dependencies": { "prop-types": "^15.6.2" @@ -13354,20 +14304,26 @@ }, "node_modules/react-lifecycles-compat": { "version": "3.0.4", + "resolved": "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz", + "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==", "license": "MIT" }, "node_modules/react-refresh": { "version": "0.11.0", + "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz", + "integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==", "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/react-router": { - "version": "6.22.3", + "version": "6.28.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.28.0.tgz", + "integrity": "sha512-HrYdIFqdrnhDw0PqG/AKjAqEqM7AvxCz0DQ4h2W8k6nqmc5uRBYDag0SBxx9iYz5G8gnuNVLzUe13wl9eAsXXg==", "license": "MIT", "dependencies": { - "@remix-run/router": "1.15.3" + "@remix-run/router": "1.21.0" }, "engines": { "node": ">=14.0.0" @@ -13377,11 +14333,13 @@ } }, "node_modules/react-router-dom": { - "version": "6.22.3", + "version": "6.28.0", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.28.0.tgz", + "integrity": "sha512-kQ7Unsl5YdyOltsPGl31zOjLrDv+m2VcIEcIHqYYD3Lp0UppLjrzcfJqDJwXxFw3TH/yvapbnUvPlAj7Kx5nbg==", "license": "MIT", "dependencies": { - "@remix-run/router": "1.15.3", - "react-router": "6.22.3" + "@remix-run/router": "1.21.0", + "react-router": "6.28.0" }, "engines": { "node": ">=14.0.0" @@ -13393,6 +14351,8 @@ }, "node_modules/react-scripts": { "version": "5.0.1", + "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.1.tgz", + "integrity": "sha512-8VAmEm/ZAwQzJ+GOMLbBsTdDKOpuZh7RPs0UymvBR2vRk4iZWCskjbFnxqjrzoIvlNNRZ3QJFx6/qDSi6zSnaQ==", "license": "MIT", "dependencies": { "@babel/core": "^7.16.0", @@ -13464,6 +14424,8 @@ }, "node_modules/react-transition-group": { "version": "4.4.5", + "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz", + "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==", "license": "BSD-3-Clause", "dependencies": { "@babel/runtime": "^7.5.5", @@ -13478,6 +14440,8 @@ }, "node_modules/read-cache": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", + "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", "license": "MIT", "dependencies": { "pify": "^2.3.0" @@ -13485,6 +14449,8 @@ }, "node_modules/readable-stream": { "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", "license": "MIT", "dependencies": { "inherits": "^2.0.3", @@ -13497,6 +14463,8 @@ }, "node_modules/readdirp": { "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", "license": "MIT", "dependencies": { "picomatch": "^2.2.1" @@ -13507,6 +14475,8 @@ }, "node_modules/recursive-readdir": { "version": "2.2.3", + "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.3.tgz", + "integrity": "sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==", "license": "MIT", "dependencies": { "minimatch": "^3.0.5" @@ -13516,14 +14486,16 @@ } }, "node_modules/reflect.getprototypeof": { - "version": "1.0.5", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.6.tgz", + "integrity": "sha512-fmfw4XgoDke3kdI6h4xcUz1dG8uaiv5q9gcEwLS4Pnth2kxT+GZ7YehS1JTMGBQmtV7Y4GFGbs2re2NqhdozUg==", "license": "MIT", "dependencies": { - "call-bind": "^1.0.5", + "call-bind": "^1.0.7", "define-properties": "^1.2.1", - "es-abstract": "^1.22.3", - "es-errors": "^1.0.0", - "get-intrinsic": "^1.2.3", + "es-abstract": "^1.23.1", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.4", "globalthis": "^1.0.3", "which-builtin-type": "^1.1.3" }, @@ -13536,10 +14508,14 @@ }, "node_modules/regenerate": { "version": "1.4.2", + "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", + "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", "license": "MIT" }, "node_modules/regenerate-unicode-properties": { - "version": "10.1.1", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz", + "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==", "license": "MIT", "dependencies": { "regenerate": "^1.4.2" @@ -13550,10 +14526,14 @@ }, "node_modules/regenerator-runtime": { "version": "0.14.1", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", + "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", "license": "MIT" }, "node_modules/regenerator-transform": { "version": "0.15.2", + "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz", + "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.8.4" @@ -13561,16 +14541,20 @@ }, "node_modules/regex-parser": { "version": "2.3.0", + "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.3.0.tgz", + "integrity": "sha512-TVILVSz2jY5D47F4mA4MppkBrafEaiUWJO/TcZHEIuI13AqoZMkK1WMA4Om1YkYbTx+9Ki1/tSUXbceyr9saRg==", "license": "MIT" }, "node_modules/regexp.prototype.flags": { - "version": "1.5.2", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.3.tgz", + "integrity": "sha512-vqlC04+RQoFalODCbCumG2xIOvapzVMHwsyIGM/SIE8fRhFFsXeH8/QQ+s0T0kDAhKc4k30s73/0ydkHQz6HlQ==", "license": "MIT", "dependencies": { - "call-bind": "^1.0.6", + "call-bind": "^1.0.7", "define-properties": "^1.2.1", "es-errors": "^1.3.0", - "set-function-name": "^2.0.1" + "set-function-name": "^2.0.2" }, "engines": { "node": ">= 0.4" @@ -13580,13 +14564,15 @@ } }, "node_modules/regexpu-core": { - "version": "5.3.2", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.1.1.tgz", + "integrity": "sha512-k67Nb9jvwJcJmVpw0jPttR1/zVfnKf8Km0IPatrU/zJ5XeG3+Slx0xLXs9HByJSzXzrlz5EDvN6yLNMDc2qdnw==", "license": "MIT", "dependencies": { - "@babel/regjsgen": "^0.8.0", "regenerate": "^1.4.2", - "regenerate-unicode-properties": "^10.1.0", - "regjsparser": "^0.9.1", + "regenerate-unicode-properties": "^10.2.0", + "regjsgen": "^0.8.0", + "regjsparser": "^0.11.0", "unicode-match-property-ecmascript": "^2.0.0", "unicode-match-property-value-ecmascript": "^2.1.0" }, @@ -13594,24 +14580,28 @@ "node": ">=4" } }, + "node_modules/regjsgen": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.8.0.tgz", + "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==", + "license": "MIT" + }, "node_modules/regjsparser": { - "version": "0.9.1", + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.11.2.tgz", + "integrity": "sha512-3OGZZ4HoLJkkAZx/48mTXJNlmqTGOzc0o9OWQPuWpkOlXXPbyN6OafCcoXUnBqE2D3f/T5L+pWc1kdEmnfnRsA==", "license": "BSD-2-Clause", "dependencies": { - "jsesc": "~0.5.0" + "jsesc": "~3.0.2" }, "bin": { "regjsparser": "bin/parser" } }, - "node_modules/regjsparser/node_modules/jsesc": { - "version": "0.5.0", - "bin": { - "jsesc": "bin/jsesc" - } - }, "node_modules/relateurl": { "version": "0.2.7", + "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", + "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==", "license": "MIT", "engines": { "node": ">= 0.10" @@ -13619,6 +14609,8 @@ }, "node_modules/renderkid": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz", + "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==", "license": "MIT", "dependencies": { "css-select": "^4.1.3", @@ -13630,6 +14622,8 @@ }, "node_modules/require-directory": { "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -13637,6 +14631,8 @@ }, "node_modules/require-from-string": { "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -13644,10 +14640,14 @@ }, "node_modules/requires-port": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", "license": "MIT" }, "node_modules/resolve": { "version": "1.22.8", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", "license": "MIT", "dependencies": { "is-core-module": "^2.13.0", @@ -13663,6 +14663,8 @@ }, "node_modules/resolve-cwd": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", + "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", "license": "MIT", "dependencies": { "resolve-from": "^5.0.0" @@ -13671,22 +14673,19 @@ "node": ">=8" } }, - "node_modules/resolve-cwd/node_modules/resolve-from": { + "node_modules/resolve-from": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", "license": "MIT", "engines": { "node": ">=8" } }, - "node_modules/resolve-from": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=4" - } - }, "node_modules/resolve-url-loader": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-4.0.0.tgz", + "integrity": "sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA==", "license": "MIT", "dependencies": { "adjust-sourcemap-loader": "^4.0.0", @@ -13713,14 +14712,20 @@ }, "node_modules/resolve-url-loader/node_modules/convert-source-map": { "version": "1.9.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", "license": "MIT" }, "node_modules/resolve-url-loader/node_modules/picocolors": { "version": "0.2.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", + "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", "license": "ISC" }, "node_modules/resolve-url-loader/node_modules/postcss": { "version": "7.0.39", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", + "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", "license": "MIT", "dependencies": { "picocolors": "^0.2.1", @@ -13736,6 +14741,8 @@ }, "node_modules/resolve-url-loader/node_modules/source-map": { "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" @@ -13743,6 +14750,8 @@ }, "node_modules/resolve.exports": { "version": "1.1.1", + "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.1.tgz", + "integrity": "sha512-/NtpHNDN7jWhAaQ9BvBUYZ6YTXsRBgfqWFWP7BZBaoMJO/I3G5OFzvTuWNlZC3aPjins1F+TNrLKsGbH4rfsRQ==", "license": "MIT", "engines": { "node": ">=10" @@ -13750,6 +14759,8 @@ }, "node_modules/retry": { "version": "0.13.1", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", + "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", "license": "MIT", "engines": { "node": ">= 4" @@ -13757,6 +14768,8 @@ }, "node_modules/reusify": { "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", "license": "MIT", "engines": { "iojs": ">=1.0.0", @@ -13765,6 +14778,9 @@ }, "node_modules/rimraf": { "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "deprecated": "Rimraf versions prior to v4 are no longer supported", "license": "ISC", "dependencies": { "glob": "^7.1.3" @@ -13778,10 +14794,14 @@ }, "node_modules/robust-predicates": { "version": "3.0.2", + "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.2.tgz", + "integrity": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==", "license": "Unlicense" }, "node_modules/rollup": { - "version": "2.79.1", + "version": "2.79.2", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.2.tgz", + "integrity": "sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==", "license": "MIT", "bin": { "rollup": "dist/bin/rollup" @@ -13795,6 +14815,9 @@ }, "node_modules/rollup-plugin-terser": { "version": "7.0.2", + "resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz", + "integrity": "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==", + "deprecated": "This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.10.4", @@ -13806,15 +14829,10 @@ "rollup": "^2.0.0" } }, - "node_modules/rollup-plugin-terser/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/rollup-plugin-terser/node_modules/jest-worker": { "version": "26.6.2", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz", + "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==", "license": "MIT", "dependencies": { "@types/node": "*", @@ -13827,23 +14845,17 @@ }, "node_modules/rollup-plugin-terser/node_modules/serialize-javascript": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", + "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", "license": "BSD-3-Clause", "dependencies": { "randombytes": "^2.1.0" } }, - "node_modules/rollup-plugin-terser/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/run-parallel": { "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", "funding": [ { "type": "github", @@ -13865,14 +14877,18 @@ }, "node_modules/rw": { "version": "1.3.3", + "resolved": "https://registry.npmjs.org/rw/-/rw-1.3.3.tgz", + "integrity": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==", "license": "BSD-3-Clause" }, "node_modules/safe-array-concat": { - "version": "1.1.0", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.2.tgz", + "integrity": "sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==", "license": "MIT", "dependencies": { - "call-bind": "^1.0.5", - "get-intrinsic": "^1.2.2", + "call-bind": "^1.0.7", + "get-intrinsic": "^1.2.4", "has-symbols": "^1.0.3", "isarray": "^2.0.5" }, @@ -13885,6 +14901,8 @@ }, "node_modules/safe-buffer": { "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", "funding": [ { "type": "github", @@ -13903,6 +14921,8 @@ }, "node_modules/safe-regex-test": { "version": "1.0.3", + "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.3.tgz", + "integrity": "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==", "license": "MIT", "dependencies": { "call-bind": "^1.0.6", @@ -13918,14 +14938,20 @@ }, "node_modules/safer-buffer": { "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", "license": "MIT" }, "node_modules/sanitize.css": { "version": "13.0.0", + "resolved": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-13.0.0.tgz", + "integrity": "sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA==", "license": "CC0-1.0" }, "node_modules/sass-loader": { "version": "12.6.0", + "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-12.6.0.tgz", + "integrity": "sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==", "license": "MIT", "dependencies": { "klona": "^2.0.4", @@ -13962,10 +14988,14 @@ }, "node_modules/sax": { "version": "1.2.4", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", "license": "ISC" }, "node_modules/saxes": { "version": "5.0.1", + "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz", + "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==", "license": "ISC", "dependencies": { "xmlchars": "^2.2.0" @@ -13975,34 +15005,77 @@ } }, "node_modules/scheduler": { - "version": "0.23.0", + "version": "0.23.2", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", + "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==", "license": "MIT", "dependencies": { "loose-envify": "^1.1.0" } }, "node_modules/schema-utils": { - "version": "3.3.0", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", + "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", "license": "MIT", "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" + "@types/json-schema": "^7.0.9", + "ajv": "^8.9.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.1.0" }, "engines": { - "node": ">= 10.13.0" + "node": ">= 12.13.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/webpack" } }, + "node_modules/schema-utils/node_modules/ajv": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/schema-utils/node_modules/ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3" + }, + "peerDependencies": { + "ajv": "^8.8.2" + } + }, + "node_modules/schema-utils/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "license": "MIT" + }, "node_modules/select-hose": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", + "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==", "license": "MIT" }, "node_modules/selfsigned": { "version": "2.4.1", + "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz", + "integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==", "license": "MIT", "dependencies": { "@types/node-forge": "^1.3.0", @@ -14013,11 +15086,10 @@ } }, "node_modules/semver": { - "version": "7.6.0", + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "license": "ISC", - "dependencies": { - "lru-cache": "^6.0.0" - }, "bin": { "semver": "bin/semver.js" }, @@ -14025,22 +15097,10 @@ "node": ">=10" } }, - "node_modules/semver/node_modules/lru-cache": { - "version": "6.0.0", - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/semver/node_modules/yallist": { - "version": "4.0.0", - "license": "ISC" - }, "node_modules/send": { - "version": "0.18.0", + "version": "0.19.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz", + "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==", "license": "MIT", "dependencies": { "debug": "2.6.9", @@ -14063,6 +15123,8 @@ }, "node_modules/send/node_modules/debug": { "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "license": "MIT", "dependencies": { "ms": "2.0.0" @@ -14070,14 +15132,23 @@ }, "node_modules/send/node_modules/debug/node_modules/ms": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "license": "MIT" }, - "node_modules/send/node_modules/ms": { - "version": "2.1.3", - "license": "MIT" + "node_modules/send/node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } }, "node_modules/serialize-javascript": { "version": "6.0.2", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", + "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", "license": "BSD-3-Clause", "dependencies": { "randombytes": "^2.1.0" @@ -14085,6 +15156,8 @@ }, "node_modules/serve-index": { "version": "1.9.1", + "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", + "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", "license": "MIT", "dependencies": { "accepts": "~1.3.4", @@ -14101,6 +15174,8 @@ }, "node_modules/serve-index/node_modules/debug": { "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "license": "MIT", "dependencies": { "ms": "2.0.0" @@ -14108,6 +15183,8 @@ }, "node_modules/serve-index/node_modules/depd": { "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", "license": "MIT", "engines": { "node": ">= 0.6" @@ -14115,6 +15192,8 @@ }, "node_modules/serve-index/node_modules/http-errors": { "version": "1.6.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", "license": "MIT", "dependencies": { "depd": "~1.1.2", @@ -14128,46 +15207,58 @@ }, "node_modules/serve-index/node_modules/inherits": { "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", "license": "ISC" }, "node_modules/serve-index/node_modules/ms": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "license": "MIT" }, "node_modules/serve-index/node_modules/setprototypeof": { "version": "1.1.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==", "license": "ISC" }, "node_modules/serve-index/node_modules/statuses": { "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", "license": "MIT", "engines": { "node": ">= 0.6" } }, "node_modules/serve-static": { - "version": "1.15.0", + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz", + "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==", "license": "MIT", "dependencies": { - "encodeurl": "~1.0.2", + "encodeurl": "~2.0.0", "escape-html": "~1.0.3", "parseurl": "~1.3.3", - "send": "0.18.0" + "send": "0.19.0" }, "engines": { "node": ">= 0.8.0" } }, "node_modules/set-function-length": { - "version": "1.2.1", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", + "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", "license": "MIT", "dependencies": { - "define-data-property": "^1.1.2", + "define-data-property": "^1.1.4", "es-errors": "^1.3.0", "function-bind": "^1.1.2", - "get-intrinsic": "^1.2.3", + "get-intrinsic": "^1.2.4", "gopd": "^1.0.1", - "has-property-descriptors": "^1.0.1" + "has-property-descriptors": "^1.0.2" }, "engines": { "node": ">= 0.4" @@ -14175,6 +15266,8 @@ }, "node_modules/set-function-name": { "version": "2.0.2", + "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz", + "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==", "license": "MIT", "dependencies": { "define-data-property": "^1.1.4", @@ -14188,10 +15281,14 @@ }, "node_modules/setprototypeof": { "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", "license": "ISC" }, "node_modules/shebang-command": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", "license": "MIT", "dependencies": { "shebang-regex": "^3.0.0" @@ -14202,6 +15299,8 @@ }, "node_modules/shebang-regex": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", "license": "MIT", "engines": { "node": ">=8" @@ -14209,6 +15308,8 @@ }, "node_modules/shell-quote": { "version": "1.8.1", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz", + "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" @@ -14216,6 +15317,8 @@ }, "node_modules/side-channel": { "version": "1.0.6", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", + "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", "license": "MIT", "dependencies": { "call-bind": "^1.0.7", @@ -14232,14 +15335,20 @@ }, "node_modules/signal-exit": { "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", "license": "ISC" }, "node_modules/sisteransi": { "version": "1.0.5", + "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", + "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", "license": "MIT" }, "node_modules/slash": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", "license": "MIT", "engines": { "node": ">=8" @@ -14247,6 +15356,8 @@ }, "node_modules/sockjs": { "version": "0.3.24", + "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz", + "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", "license": "MIT", "dependencies": { "faye-websocket": "^0.11.3", @@ -14256,17 +15367,23 @@ }, "node_modules/source-list-map": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", + "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==", "license": "MIT" }, "node_modules/source-map": { "version": "0.7.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", "license": "BSD-3-Clause", "engines": { "node": ">= 8" } }, "node_modules/source-map-js": { - "version": "1.0.2", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" @@ -14274,6 +15391,8 @@ }, "node_modules/source-map-loader": { "version": "3.0.2", + "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.2.tgz", + "integrity": "sha512-BokxPoLjyl3iOrgkWaakaxqnelAJSS+0V+De0kKIq6lyWrXuiPgYTGp6z3iHmqljKAaLXwZa+ctD8GccRJeVvg==", "license": "MIT", "dependencies": { "abab": "^2.0.5", @@ -14293,6 +15412,8 @@ }, "node_modules/source-map-support": { "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", "license": "MIT", "dependencies": { "buffer-from": "^1.0.0", @@ -14301,6 +15422,8 @@ }, "node_modules/source-map-support/node_modules/source-map": { "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" @@ -14308,10 +15431,15 @@ }, "node_modules/sourcemap-codec": { "version": "1.4.8", + "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", + "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==", + "deprecated": "Please use @jridgewell/sourcemap-codec instead", "license": "MIT" }, "node_modules/spdy": { "version": "4.0.2", + "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", + "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", "license": "MIT", "dependencies": { "debug": "^4.1.0", @@ -14326,6 +15454,8 @@ }, "node_modules/spdy-transport": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", + "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", "license": "MIT", "dependencies": { "debug": "^4.1.0", @@ -14338,14 +15468,21 @@ }, "node_modules/sprintf-js": { "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", "license": "BSD-3-Clause" }, "node_modules/stable": { "version": "0.1.8", + "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", + "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==", + "deprecated": "Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility", "license": "MIT" }, "node_modules/stack-utils": { "version": "2.0.6", + "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz", + "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==", "license": "MIT", "dependencies": { "escape-string-regexp": "^2.0.0" @@ -14356,6 +15493,8 @@ }, "node_modules/stack-utils/node_modules/escape-string-regexp": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", + "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", "license": "MIT", "engines": { "node": ">=8" @@ -14363,10 +15502,14 @@ }, "node_modules/stackframe": { "version": "1.3.4", + "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz", + "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==", "license": "MIT" }, "node_modules/static-eval": { "version": "2.0.2", + "resolved": "https://registry.npmjs.org/static-eval/-/static-eval-2.0.2.tgz", + "integrity": "sha512-N/D219Hcr2bPjLxPiV+TQE++Tsmrady7TqAJugLy7Xk1EumfDWS/f5dtBbkRCGE7wKKXuYockQoj8Rm2/pVKyg==", "license": "MIT", "dependencies": { "escodegen": "^1.8.1" @@ -14374,6 +15517,8 @@ }, "node_modules/static-eval/node_modules/escodegen": { "version": "1.14.3", + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz", + "integrity": "sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==", "license": "BSD-2-Clause", "dependencies": { "esprima": "^4.0.1", @@ -14394,6 +15539,8 @@ }, "node_modules/static-eval/node_modules/estraverse": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", "license": "BSD-2-Clause", "engines": { "node": ">=4.0" @@ -14401,6 +15548,8 @@ }, "node_modules/static-eval/node_modules/levn": { "version": "0.3.0", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", + "integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==", "license": "MIT", "dependencies": { "prelude-ls": "~1.1.2", @@ -14412,6 +15561,8 @@ }, "node_modules/static-eval/node_modules/optionator": { "version": "0.8.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", + "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", "license": "MIT", "dependencies": { "deep-is": "~0.1.3", @@ -14427,12 +15578,16 @@ }, "node_modules/static-eval/node_modules/prelude-ls": { "version": "1.1.2", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", + "integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==", "engines": { "node": ">= 0.8.0" } }, "node_modules/static-eval/node_modules/source-map": { "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "license": "BSD-3-Clause", "optional": true, "engines": { @@ -14441,6 +15596,8 @@ }, "node_modules/static-eval/node_modules/type-check": { "version": "0.3.2", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", + "integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==", "license": "MIT", "dependencies": { "prelude-ls": "~1.1.2" @@ -14451,6 +15608,8 @@ }, "node_modules/statuses": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", "license": "MIT", "engines": { "node": ">= 0.8" @@ -14458,6 +15617,8 @@ }, "node_modules/string_decoder": { "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", "license": "MIT", "dependencies": { "safe-buffer": "~5.2.0" @@ -14465,6 +15626,8 @@ }, "node_modules/string-length": { "version": "4.0.2", + "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", + "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", "license": "MIT", "dependencies": { "char-regex": "^1.0.2", @@ -14476,10 +15639,14 @@ }, "node_modules/string-natural-compare": { "version": "3.0.1", + "resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz", + "integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==", "license": "MIT" }, "node_modules/string-width": { "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "license": "MIT", "dependencies": { "emoji-regex": "^8.0.0", @@ -14493,6 +15660,8 @@ "node_modules/string-width-cjs": { "name": "string-width", "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "license": "MIT", "dependencies": { "emoji-regex": "^8.0.0", @@ -14505,37 +15674,76 @@ }, "node_modules/string-width-cjs/node_modules/emoji-regex": { "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "license": "MIT" }, "node_modules/string-width/node_modules/emoji-regex": { "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "license": "MIT" }, + "node_modules/string.prototype.includes": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/string.prototype.includes/-/string.prototype.includes-2.0.1.tgz", + "integrity": "sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==", + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.3" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/string.prototype.matchall": { - "version": "4.0.10", + "version": "4.0.11", + "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.11.tgz", + "integrity": "sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==", "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "get-intrinsic": "^1.2.1", + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", + "get-intrinsic": "^1.2.4", + "gopd": "^1.0.1", "has-symbols": "^1.0.3", - "internal-slot": "^1.0.5", - "regexp.prototype.flags": "^1.5.0", - "set-function-name": "^2.0.0", - "side-channel": "^1.0.4" + "internal-slot": "^1.0.7", + "regexp.prototype.flags": "^1.5.2", + "set-function-name": "^2.0.2", + "side-channel": "^1.0.6" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/string.prototype.repeat": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz", + "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==", + "license": "MIT", + "dependencies": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.5" + } + }, "node_modules/string.prototype.trim": { - "version": "1.2.8", + "version": "1.2.9", + "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz", + "integrity": "sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==", "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1" + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.0", + "es-object-atoms": "^1.0.0" }, "engines": { "node": ">= 0.4" @@ -14545,24 +15753,31 @@ } }, "node_modules/string.prototype.trimend": { - "version": "1.0.7", + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz", + "integrity": "sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==", "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1" + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/string.prototype.trimstart": { - "version": "1.0.7", + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz", + "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==", "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1" + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -14570,6 +15785,8 @@ }, "node_modules/stringify-object": { "version": "3.3.0", + "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz", + "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==", "license": "BSD-2-Clause", "dependencies": { "get-own-enumerable-property-symbols": "^3.0.0", @@ -14582,6 +15799,8 @@ }, "node_modules/strip-ansi": { "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" @@ -14593,6 +15812,8 @@ "node_modules/strip-ansi-cjs": { "name": "strip-ansi", "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" @@ -14603,6 +15824,8 @@ }, "node_modules/strip-bom": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", + "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", "license": "MIT", "engines": { "node": ">=8" @@ -14610,6 +15833,8 @@ }, "node_modules/strip-comments": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-2.0.1.tgz", + "integrity": "sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==", "license": "MIT", "engines": { "node": ">=10" @@ -14617,6 +15842,8 @@ }, "node_modules/strip-final-newline": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", "license": "MIT", "engines": { "node": ">=6" @@ -14624,6 +15851,8 @@ }, "node_modules/strip-json-comments": { "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", "license": "MIT", "engines": { "node": ">=8" @@ -14634,6 +15863,8 @@ }, "node_modules/style-loader": { "version": "3.3.4", + "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.4.tgz", + "integrity": "sha512-0WqXzrsMTyb8yjZJHDqwmnwRJvhALK9LfRtRc6B4UTWe8AijYLZYZ9thuJTZc2VfQWINADW/j+LiJnfy2RoC1w==", "license": "MIT", "engines": { "node": ">= 12.13.0" @@ -14648,6 +15879,8 @@ }, "node_modules/stylehacks": { "version": "5.1.1", + "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.1.tgz", + "integrity": "sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==", "license": "MIT", "dependencies": { "browserslist": "^4.21.4", @@ -14662,6 +15895,8 @@ }, "node_modules/sucrase": { "version": "3.35.0", + "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz", + "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==", "license": "MIT", "dependencies": { "@jridgewell/gen-mapping": "^0.3.2", @@ -14682,6 +15917,8 @@ }, "node_modules/sucrase/node_modules/brace-expansion": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" @@ -14689,33 +15926,37 @@ }, "node_modules/sucrase/node_modules/commander": { "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", "license": "MIT", "engines": { "node": ">= 6" } }, "node_modules/sucrase/node_modules/glob": { - "version": "10.3.10", + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", "license": "ISC", "dependencies": { "foreground-child": "^3.1.0", - "jackspeak": "^2.3.5", - "minimatch": "^9.0.1", - "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", - "path-scurry": "^1.10.1" + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" }, "bin": { "glob": "dist/esm/bin.mjs" }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, "funding": { "url": "https://github.com/sponsors/isaacs" } }, "node_modules/sucrase/node_modules/minimatch": { - "version": "9.0.3", + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" @@ -14728,17 +15969,21 @@ } }, "node_modules/supports-color": { - "version": "5.5.0", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "license": "MIT", "dependencies": { - "has-flag": "^3.0.0" + "has-flag": "^4.0.0" }, "engines": { - "node": ">=4" + "node": ">=8" } }, "node_modules/supports-hyperlinks": { "version": "2.3.0", + "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz", + "integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==", "license": "MIT", "dependencies": { "has-flag": "^4.0.0", @@ -14748,25 +15993,10 @@ "node": ">=8" } }, - "node_modules/supports-hyperlinks/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/supports-hyperlinks/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/supports-preserve-symlinks-flag": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", "license": "MIT", "engines": { "node": ">= 0.4" @@ -14777,10 +16007,15 @@ }, "node_modules/svg-parser": { "version": "2.0.4", + "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz", + "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==", "license": "MIT" }, "node_modules/svgo": { "version": "1.3.2", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz", + "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==", + "deprecated": "This SVGO version is no longer supported. Upgrade to v2.x.x.", "license": "MIT", "dependencies": { "chalk": "^2.4.1", @@ -14801,18 +16036,54 @@ "svgo": "bin/svgo" }, "engines": { - "node": ">=4.0.0" + "node": ">=4.0.0" + } + }, + "node_modules/svgo/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "license": "MIT", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/svgo/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "license": "MIT", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" } }, - "node_modules/svgo/node_modules/argparse": { - "version": "1.0.10", + "node_modules/svgo/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", "license": "MIT", "dependencies": { - "sprintf-js": "~1.0.2" + "color-name": "1.1.3" } }, + "node_modules/svgo/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "license": "MIT" + }, "node_modules/svgo/node_modules/css-select": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz", + "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==", "license": "BSD-2-Clause", "dependencies": { "boolbase": "^1.0.0", @@ -14823,6 +16094,8 @@ }, "node_modules/svgo/node_modules/css-what": { "version": "3.4.2", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz", + "integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==", "license": "BSD-2-Clause", "engines": { "node": ">= 6" @@ -14833,6 +16106,8 @@ }, "node_modules/svgo/node_modules/dom-serializer": { "version": "0.2.2", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", + "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", "license": "MIT", "dependencies": { "domelementtype": "^2.0.1", @@ -14841,6 +16116,8 @@ }, "node_modules/svgo/node_modules/domutils": { "version": "1.7.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz", + "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==", "license": "BSD-2-Clause", "dependencies": { "dom-serializer": "0", @@ -14849,32 +16126,59 @@ }, "node_modules/svgo/node_modules/domutils/node_modules/domelementtype": { "version": "1.3.1", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", + "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==", "license": "BSD-2-Clause" }, - "node_modules/svgo/node_modules/js-yaml": { - "version": "3.14.1", + "node_modules/svgo/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "license": "MIT", - "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/svgo/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "license": "MIT", + "engines": { + "node": ">=4" } }, "node_modules/svgo/node_modules/nth-check": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz", + "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==", "license": "BSD-2-Clause", "dependencies": { "boolbase": "~1.0.0" } }, + "node_modules/svgo/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "license": "MIT", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/symbol-tree": { "version": "3.2.4", + "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", + "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==", "license": "MIT" }, "node_modules/tailwindcss": { - "version": "3.4.1", + "version": "3.4.14", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.14.tgz", + "integrity": "sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==", "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", @@ -14885,7 +16189,7 @@ "fast-glob": "^3.3.0", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "jiti": "^1.19.1", + "jiti": "^1.21.0", "lilconfig": "^2.1.0", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", @@ -14910,6 +16214,8 @@ }, "node_modules/tapable": { "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", "license": "MIT", "engines": { "node": ">=6" @@ -14917,6 +16223,8 @@ }, "node_modules/temp-dir": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz", + "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==", "license": "MIT", "engines": { "node": ">=8" @@ -14924,6 +16232,8 @@ }, "node_modules/tempy": { "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tempy/-/tempy-0.6.0.tgz", + "integrity": "sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==", "license": "MIT", "dependencies": { "is-stream": "^2.0.0", @@ -14940,6 +16250,8 @@ }, "node_modules/tempy/node_modules/type-fest": { "version": "0.16.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz", + "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==", "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" @@ -14950,6 +16262,8 @@ }, "node_modules/terminal-link": { "version": "2.1.1", + "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz", + "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==", "license": "MIT", "dependencies": { "ansi-escapes": "^4.2.1", @@ -14963,7 +16277,9 @@ } }, "node_modules/terser": { - "version": "5.29.1", + "version": "5.36.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.36.0.tgz", + "integrity": "sha512-IYV9eNMuFAV4THUspIRXkLakHnV6XO7FEdtKjf/mDyrnqUg9LnlOn6/RwRvM9SZjR4GUq8Nk8zj67FzVARr74w==", "license": "BSD-2-Clause", "dependencies": { "@jridgewell/source-map": "^0.3.3", @@ -14980,6 +16296,8 @@ }, "node_modules/terser-webpack-plugin": { "version": "5.3.10", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz", + "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==", "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "^0.3.20", @@ -15010,12 +16328,34 @@ } } }, + "node_modules/terser-webpack-plugin/node_modules/schema-utils": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "license": "MIT", + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, "node_modules/terser/node_modules/commander": { "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", "license": "MIT" }, "node_modules/test-exclude": { "version": "6.0.0", + "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", + "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", "license": "ISC", "dependencies": { "@istanbuljs/schema": "^0.1.2", @@ -15028,10 +16368,14 @@ }, "node_modules/text-table": { "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", "license": "MIT" }, "node_modules/thenify": { "version": "3.3.1", + "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", + "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", "license": "MIT", "dependencies": { "any-promise": "^1.0.0" @@ -15039,6 +16383,8 @@ }, "node_modules/thenify-all": { "version": "1.6.0", + "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", + "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", "license": "MIT", "dependencies": { "thenify": ">= 3.1.0 < 4" @@ -15049,25 +16395,26 @@ }, "node_modules/throat": { "version": "6.0.2", + "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.2.tgz", + "integrity": "sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==", "license": "MIT" }, "node_modules/thunky": { "version": "1.1.0", + "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", + "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==", "license": "MIT" }, "node_modules/tmpl": { "version": "1.0.5", + "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", + "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", "license": "BSD-3-Clause" }, - "node_modules/to-fast-properties": { - "version": "2.0.0", - "license": "MIT", - "engines": { - "node": ">=4" - } - }, "node_modules/to-regex-range": { "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", "license": "MIT", "dependencies": { "is-number": "^7.0.0" @@ -15078,13 +16425,17 @@ }, "node_modules/toidentifier": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", "license": "MIT", "engines": { "node": ">=0.6" } }, "node_modules/tough-cookie": { - "version": "4.1.3", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz", + "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==", "license": "BSD-3-Clause", "dependencies": { "psl": "^1.1.33", @@ -15098,6 +16449,8 @@ }, "node_modules/tough-cookie/node_modules/universalify": { "version": "0.2.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", + "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", "license": "MIT", "engines": { "node": ">= 4.0.0" @@ -15105,6 +16458,8 @@ }, "node_modules/tr46": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz", + "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==", "license": "MIT", "dependencies": { "punycode": "^2.1.1" @@ -15115,14 +16470,20 @@ }, "node_modules/tryer": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz", + "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==", "license": "MIT" }, "node_modules/ts-interface-checker": { "version": "0.1.13", + "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", + "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==", "license": "Apache-2.0" }, "node_modules/tsconfig-paths": { "version": "3.15.0", + "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz", + "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==", "license": "MIT", "dependencies": { "@types/json5": "^0.0.29", @@ -15133,6 +16494,8 @@ }, "node_modules/tsconfig-paths/node_modules/json5": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", "license": "MIT", "dependencies": { "minimist": "^1.2.0" @@ -15143,17 +16506,23 @@ }, "node_modules/tsconfig-paths/node_modules/strip-bom": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/tslib": { - "version": "2.6.2", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", "license": "0BSD" }, "node_modules/tsutils": { "version": "3.21.0", + "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", + "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", "license": "MIT", "dependencies": { "tslib": "^1.8.1" @@ -15167,10 +16536,14 @@ }, "node_modules/tsutils/node_modules/tslib": { "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", "license": "0BSD" }, "node_modules/type-check": { "version": "0.4.0", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", "license": "MIT", "dependencies": { "prelude-ls": "^1.2.1" @@ -15181,6 +16554,8 @@ }, "node_modules/type-detect": { "version": "4.0.8", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", + "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", "license": "MIT", "engines": { "node": ">=4" @@ -15188,6 +16563,8 @@ }, "node_modules/type-fest": { "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" @@ -15198,6 +16575,8 @@ }, "node_modules/type-is": { "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", "license": "MIT", "dependencies": { "media-typer": "0.3.0", @@ -15209,6 +16588,8 @@ }, "node_modules/typed-array-buffer": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz", + "integrity": "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==", "license": "MIT", "dependencies": { "call-bind": "^1.0.7", @@ -15221,6 +16602,8 @@ }, "node_modules/typed-array-byte-length": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz", + "integrity": "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==", "license": "MIT", "dependencies": { "call-bind": "^1.0.7", @@ -15238,6 +16621,8 @@ }, "node_modules/typed-array-byte-offset": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz", + "integrity": "sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==", "license": "MIT", "dependencies": { "available-typed-arrays": "^1.0.7", @@ -15255,7 +16640,9 @@ } }, "node_modules/typed-array-length": { - "version": "1.0.5", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.6.tgz", + "integrity": "sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==", "license": "MIT", "dependencies": { "call-bind": "^1.0.7", @@ -15274,6 +16661,8 @@ }, "node_modules/typedarray-to-buffer": { "version": "3.1.5", + "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", + "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", "license": "MIT", "dependencies": { "is-typedarray": "^1.0.0" @@ -15281,6 +16670,8 @@ }, "node_modules/typescript": { "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", @@ -15292,6 +16683,8 @@ }, "node_modules/unbox-primitive": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", + "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", "license": "MIT", "dependencies": { "call-bind": "^1.0.2", @@ -15305,6 +16698,8 @@ }, "node_modules/uncontrollable": { "version": "7.2.1", + "resolved": "https://registry.npmjs.org/uncontrollable/-/uncontrollable-7.2.1.tgz", + "integrity": "sha512-svtcfoTADIB0nT9nltgjujTi7BzVmwjZClOmskKu/E8FW9BXzg9os8OLr4f8Dlnk0rYWJIWr4wv9eKUXiQvQwQ==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.6.3", @@ -15318,14 +16713,20 @@ }, "node_modules/underscore": { "version": "1.12.1", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", + "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==", "license": "MIT" }, "node_modules/undici-types": { - "version": "5.26.5", + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", "license": "MIT" }, "node_modules/unicode-canonical-property-names-ecmascript": { - "version": "2.0.0", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz", + "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==", "license": "MIT", "engines": { "node": ">=4" @@ -15333,6 +16734,8 @@ }, "node_modules/unicode-match-property-ecmascript": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", + "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", "license": "MIT", "dependencies": { "unicode-canonical-property-names-ecmascript": "^2.0.0", @@ -15343,7 +16746,9 @@ } }, "node_modules/unicode-match-property-value-ecmascript": { - "version": "2.1.0", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz", + "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==", "license": "MIT", "engines": { "node": ">=4" @@ -15351,6 +16756,8 @@ }, "node_modules/unicode-property-aliases-ecmascript": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", + "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", "license": "MIT", "engines": { "node": ">=4" @@ -15358,6 +16765,8 @@ }, "node_modules/unique-string": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", + "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", "license": "MIT", "dependencies": { "crypto-random-string": "^2.0.0" @@ -15368,6 +16777,8 @@ }, "node_modules/universalify": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", + "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", "license": "MIT", "engines": { "node": ">= 10.0.0" @@ -15375,6 +16786,8 @@ }, "node_modules/unpipe": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", "license": "MIT", "engines": { "node": ">= 0.8" @@ -15382,10 +16795,14 @@ }, "node_modules/unquote": { "version": "1.1.1", + "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz", + "integrity": "sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg==", "license": "MIT" }, "node_modules/upath": { "version": "1.2.0", + "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", + "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==", "license": "MIT", "engines": { "node": ">=4", @@ -15393,7 +16810,9 @@ } }, "node_modules/update-browserslist-db": { - "version": "1.0.13", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz", + "integrity": "sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==", "funding": [ { "type": "opencollective", @@ -15410,8 +16829,8 @@ ], "license": "MIT", "dependencies": { - "escalade": "^3.1.1", - "picocolors": "^1.0.0" + "escalade": "^3.2.0", + "picocolors": "^1.1.0" }, "bin": { "update-browserslist-db": "cli.js" @@ -15422,6 +16841,8 @@ }, "node_modules/uri-js": { "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", "license": "BSD-2-Clause", "dependencies": { "punycode": "^2.1.0" @@ -15429,6 +16850,8 @@ }, "node_modules/url-parse": { "version": "1.5.10", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", + "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", "license": "MIT", "dependencies": { "querystringify": "^2.1.1", @@ -15437,10 +16860,14 @@ }, "node_modules/util-deprecate": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", "license": "MIT" }, "node_modules/util.promisify": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz", + "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==", "license": "MIT", "dependencies": { "define-properties": "^1.1.3", @@ -15454,10 +16881,14 @@ }, "node_modules/utila": { "version": "0.4.0", + "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz", + "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==", "license": "MIT" }, "node_modules/utils-merge": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", "license": "MIT", "engines": { "node": ">= 0.4.0" @@ -15465,6 +16896,8 @@ }, "node_modules/uuid": { "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", "license": "MIT", "bin": { "uuid": "dist/bin/uuid" @@ -15472,6 +16905,8 @@ }, "node_modules/v8-to-istanbul": { "version": "8.1.1", + "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz", + "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==", "license": "ISC", "dependencies": { "@types/istanbul-lib-coverage": "^2.0.1", @@ -15484,10 +16919,14 @@ }, "node_modules/v8-to-istanbul/node_modules/convert-source-map": { "version": "1.9.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", "license": "MIT" }, "node_modules/vary": { "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", "license": "MIT", "engines": { "node": ">= 0.8" @@ -15495,6 +16934,9 @@ }, "node_modules/w3c-hr-time": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz", + "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==", + "deprecated": "Use your platform's native performance.now() and performance.timeOrigin.", "license": "MIT", "dependencies": { "browser-process-hrtime": "^1.0.0" @@ -15502,6 +16944,8 @@ }, "node_modules/w3c-xmlserializer": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz", + "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==", "license": "MIT", "dependencies": { "xml-name-validator": "^3.0.0" @@ -15512,6 +16956,8 @@ }, "node_modules/walker": { "version": "1.0.8", + "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", + "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", "license": "Apache-2.0", "dependencies": { "makeerror": "1.0.12" @@ -15519,13 +16965,17 @@ }, "node_modules/warning": { "version": "4.0.3", + "resolved": "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz", + "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==", "license": "MIT", "dependencies": { "loose-envify": "^1.0.0" } }, "node_modules/watchpack": { - "version": "2.4.0", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.2.tgz", + "integrity": "sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==", "license": "MIT", "dependencies": { "glob-to-regexp": "^0.4.1", @@ -15537,6 +16987,8 @@ }, "node_modules/wbuf": { "version": "1.7.3", + "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", + "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", "license": "MIT", "dependencies": { "minimalistic-assert": "^1.0.0" @@ -15544,34 +16996,39 @@ }, "node_modules/web-vitals": { "version": "2.1.4", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", + "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==", "license": "Apache-2.0" }, "node_modules/webidl-conversions": { "version": "6.1.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz", + "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==", "license": "BSD-2-Clause", "engines": { "node": ">=10.4" } }, "node_modules/webpack": { - "version": "5.90.3", - "license": "MIT", - "dependencies": { - "@types/eslint-scope": "^3.7.3", - "@types/estree": "^1.0.5", - "@webassemblyjs/ast": "^1.11.5", - "@webassemblyjs/wasm-edit": "^1.11.5", - "@webassemblyjs/wasm-parser": "^1.11.5", - "acorn": "^8.7.1", - "acorn-import-assertions": "^1.9.0", - "browserslist": "^4.21.10", + "version": "5.96.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.96.1.tgz", + "integrity": "sha512-l2LlBSvVZGhL4ZrPwyr8+37AunkcYj5qh8o6u2/2rzoPc8gxFJkLj1WxNgooi9pnoc06jh0BjuXnamM4qlujZA==", + "license": "MIT", + "dependencies": { + "@types/eslint-scope": "^3.7.7", + "@types/estree": "^1.0.6", + "@webassemblyjs/ast": "^1.12.1", + "@webassemblyjs/wasm-edit": "^1.12.1", + "@webassemblyjs/wasm-parser": "^1.12.1", + "acorn": "^8.14.0", + "browserslist": "^4.24.0", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.15.0", + "enhanced-resolve": "^5.17.1", "es-module-lexer": "^1.2.1", "eslint-scope": "5.1.1", "events": "^3.2.0", "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.2.9", + "graceful-fs": "^4.2.11", "json-parse-even-better-errors": "^2.3.1", "loader-runner": "^4.2.0", "mime-types": "^2.1.27", @@ -15579,7 +17036,7 @@ "schema-utils": "^3.2.0", "tapable": "^2.1.1", "terser-webpack-plugin": "^5.3.10", - "watchpack": "^2.4.0", + "watchpack": "^2.4.1", "webpack-sources": "^3.2.3" }, "bin": { @@ -15600,6 +17057,8 @@ }, "node_modules/webpack-dev-middleware": { "version": "5.3.4", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.4.tgz", + "integrity": "sha512-BVdTqhhs+0IfoeAf7EoH5WE+exCmqGerHfDM0IL096Px60Tq2Mn9MAbnaGUe6HiMa41KMCYF19gyzZmBcq/o4Q==", "license": "MIT", "dependencies": { "colorette": "^2.0.10", @@ -15619,68 +17078,10 @@ "webpack": "^4.0.0 || ^5.0.0" } }, - "node_modules/webpack-dev-middleware/node_modules/ajv": { - "version": "8.12.0", - "license": "MIT", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/webpack-dev-middleware/node_modules/ajv-formats": { - "version": "2.1.1", - "license": "MIT", - "dependencies": { - "ajv": "^8.0.0" - }, - "peerDependencies": { - "ajv": "^8.0.0" - }, - "peerDependenciesMeta": { - "ajv": { - "optional": true - } - } - }, - "node_modules/webpack-dev-middleware/node_modules/ajv-keywords": { - "version": "5.1.0", - "license": "MIT", - "dependencies": { - "fast-deep-equal": "^3.1.3" - }, - "peerDependencies": { - "ajv": "^8.8.2" - } - }, - "node_modules/webpack-dev-middleware/node_modules/json-schema-traverse": { - "version": "1.0.0", - "license": "MIT" - }, - "node_modules/webpack-dev-middleware/node_modules/schema-utils": { - "version": "4.2.0", - "license": "MIT", - "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, "node_modules/webpack-dev-server": { - "version": "4.15.1", + "version": "4.15.2", + "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.15.2.tgz", + "integrity": "sha512-0XavAZbNJ5sDrCbkpWL8mia0o5WPOd2YGtxrEiZkBK9FjLppIUK2TgxK6qGD2P3hUXTJNNPVibrerKcx5WkR1g==", "license": "MIT", "dependencies": { "@types/bonjour": "^3.5.9", @@ -15711,7 +17112,7 @@ "serve-index": "^1.9.1", "sockjs": "^0.3.24", "spdy": "^4.0.2", - "webpack-dev-middleware": "^5.3.1", + "webpack-dev-middleware": "^5.3.4", "ws": "^8.13.0" }, "bin": { @@ -15736,68 +17137,10 @@ } } }, - "node_modules/webpack-dev-server/node_modules/ajv": { - "version": "8.12.0", - "license": "MIT", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/webpack-dev-server/node_modules/ajv-formats": { - "version": "2.1.1", - "license": "MIT", - "dependencies": { - "ajv": "^8.0.0" - }, - "peerDependencies": { - "ajv": "^8.0.0" - }, - "peerDependenciesMeta": { - "ajv": { - "optional": true - } - } - }, - "node_modules/webpack-dev-server/node_modules/ajv-keywords": { - "version": "5.1.0", - "license": "MIT", - "dependencies": { - "fast-deep-equal": "^3.1.3" - }, - "peerDependencies": { - "ajv": "^8.8.2" - } - }, - "node_modules/webpack-dev-server/node_modules/json-schema-traverse": { - "version": "1.0.0", - "license": "MIT" - }, - "node_modules/webpack-dev-server/node_modules/schema-utils": { - "version": "4.2.0", - "license": "MIT", - "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, "node_modules/webpack-dev-server/node_modules/ws": { - "version": "8.16.0", + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", + "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", "license": "MIT", "engines": { "node": ">=10.0.0" @@ -15817,6 +17160,8 @@ }, "node_modules/webpack-manifest-plugin": { "version": "4.1.1", + "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-4.1.1.tgz", + "integrity": "sha512-YXUAwxtfKIJIKkhg03MKuiFAD72PlrqCiwdwO4VEXdRO5V0ORCNwaOwAZawPZalCbmH9kBDmXnNeQOw+BIEiow==", "license": "MIT", "dependencies": { "tapable": "^2.0.0", @@ -15831,6 +17176,8 @@ }, "node_modules/webpack-manifest-plugin/node_modules/source-map": { "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" @@ -15838,6 +17185,8 @@ }, "node_modules/webpack-manifest-plugin/node_modules/webpack-sources": { "version": "2.3.1", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.3.1.tgz", + "integrity": "sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==", "license": "MIT", "dependencies": { "source-list-map": "^2.0.1", @@ -15849,6 +17198,8 @@ }, "node_modules/webpack-sources": { "version": "3.2.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", + "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", "license": "MIT", "engines": { "node": ">=10.13.0" @@ -15856,6 +17207,8 @@ }, "node_modules/webpack/node_modules/eslint-scope": { "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", "license": "BSD-2-Clause", "dependencies": { "esrecurse": "^4.3.0", @@ -15867,13 +17220,35 @@ }, "node_modules/webpack/node_modules/estraverse": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", "license": "BSD-2-Clause", "engines": { "node": ">=4.0" } }, + "node_modules/webpack/node_modules/schema-utils": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "license": "MIT", + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, "node_modules/websocket-driver": { "version": "0.7.4", + "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz", + "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", "license": "Apache-2.0", "dependencies": { "http-parser-js": ">=0.5.1", @@ -15886,6 +17261,8 @@ }, "node_modules/websocket-extensions": { "version": "0.1.4", + "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", + "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", "license": "Apache-2.0", "engines": { "node": ">=0.8.0" @@ -15893,6 +17270,8 @@ }, "node_modules/whatwg-encoding": { "version": "1.0.5", + "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz", + "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==", "license": "MIT", "dependencies": { "iconv-lite": "0.4.24" @@ -15900,6 +17279,8 @@ }, "node_modules/whatwg-encoding/node_modules/iconv-lite": { "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", "license": "MIT", "dependencies": { "safer-buffer": ">= 2.1.2 < 3" @@ -15910,14 +17291,20 @@ }, "node_modules/whatwg-fetch": { "version": "3.6.20", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz", + "integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==", "license": "MIT" }, "node_modules/whatwg-mimetype": { "version": "2.3.0", + "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz", + "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==", "license": "MIT" }, "node_modules/whatwg-url": { "version": "8.7.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz", + "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==", "license": "MIT", "dependencies": { "lodash": "^4.7.0", @@ -15930,6 +17317,8 @@ }, "node_modules/which": { "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", "license": "ISC", "dependencies": { "isexe": "^2.0.0" @@ -15943,6 +17332,8 @@ }, "node_modules/which-boxed-primitive": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", + "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", "license": "MIT", "dependencies": { "is-bigint": "^1.0.1", @@ -15956,11 +17347,13 @@ } }, "node_modules/which-builtin-type": { - "version": "1.1.3", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.4.tgz", + "integrity": "sha512-bppkmBSsHFmIMSl8BO9TbsyzsvGjVoppt8xUiGzwiu/bhDCGxnpOKCxgqj6GuyHE0mINMDecBFPlOm2hzY084w==", "license": "MIT", "dependencies": { - "function.prototype.name": "^1.1.5", - "has-tostringtag": "^1.0.0", + "function.prototype.name": "^1.1.6", + "has-tostringtag": "^1.0.2", "is-async-function": "^2.0.0", "is-date-object": "^1.0.5", "is-finalizationregistry": "^1.0.2", @@ -15969,8 +17362,8 @@ "is-weakref": "^1.0.2", "isarray": "^2.0.5", "which-boxed-primitive": "^1.0.2", - "which-collection": "^1.0.1", - "which-typed-array": "^1.1.9" + "which-collection": "^1.0.2", + "which-typed-array": "^1.1.15" }, "engines": { "node": ">= 0.4" @@ -15980,27 +17373,34 @@ } }, "node_modules/which-collection": { - "version": "1.0.1", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz", + "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==", "license": "MIT", "dependencies": { - "is-map": "^2.0.1", - "is-set": "^2.0.1", - "is-weakmap": "^2.0.1", - "is-weakset": "^2.0.1" + "is-map": "^2.0.3", + "is-set": "^2.0.3", + "is-weakmap": "^2.0.2", + "is-weakset": "^2.0.3" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/which-typed-array": { - "version": "1.1.14", + "version": "1.1.15", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz", + "integrity": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==", "license": "MIT", "dependencies": { - "available-typed-arrays": "^1.0.6", - "call-bind": "^1.0.5", + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.7", "for-each": "^0.3.3", "gopd": "^1.0.1", - "has-tostringtag": "^1.0.1" + "has-tostringtag": "^1.0.2" }, "engines": { "node": ">= 0.4" @@ -16011,6 +17411,8 @@ }, "node_modules/word-wrap": { "version": "1.2.5", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", + "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -16018,6 +17420,8 @@ }, "node_modules/workbox-background-sync": { "version": "6.6.0", + "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-6.6.0.tgz", + "integrity": "sha512-jkf4ZdgOJxC9u2vztxLuPT/UjlH7m/nWRQ/MgGL0v8BJHoZdVGJd18Kck+a0e55wGXdqyHO+4IQTk0685g4MUw==", "license": "MIT", "dependencies": { "idb": "^7.0.1", @@ -16026,6 +17430,8 @@ }, "node_modules/workbox-broadcast-update": { "version": "6.6.0", + "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-6.6.0.tgz", + "integrity": "sha512-nm+v6QmrIFaB/yokJmQ/93qIJ7n72NICxIwQwe5xsZiV2aI93MGGyEyzOzDPVz5THEr5rC3FJSsO3346cId64Q==", "license": "MIT", "dependencies": { "workbox-core": "6.6.0" @@ -16033,6 +17439,8 @@ }, "node_modules/workbox-build": { "version": "6.6.0", + "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-6.6.0.tgz", + "integrity": "sha512-Tjf+gBwOTuGyZwMz2Nk/B13Fuyeo0Q84W++bebbVsfr9iLkDSo6j6PST8tET9HYA58mlRXwlMGpyWO8ETJiXdQ==", "license": "MIT", "dependencies": { "@apideck/better-ajv-errors": "^0.3.1", @@ -16079,6 +17487,8 @@ }, "node_modules/workbox-build/node_modules/@apideck/better-ajv-errors": { "version": "0.3.6", + "resolved": "https://registry.npmjs.org/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.6.tgz", + "integrity": "sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==", "license": "MIT", "dependencies": { "json-schema": "^0.4.0", @@ -16093,13 +17503,15 @@ } }, "node_modules/workbox-build/node_modules/ajv": { - "version": "8.12.0", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "license": "MIT", "dependencies": { - "fast-deep-equal": "^3.1.1", + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" + "require-from-string": "^2.0.2" }, "funding": { "type": "github", @@ -16108,6 +17520,8 @@ }, "node_modules/workbox-build/node_modules/fs-extra": { "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", "license": "MIT", "dependencies": { "at-least-node": "^1.0.0", @@ -16121,10 +17535,14 @@ }, "node_modules/workbox-build/node_modules/json-schema-traverse": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", "license": "MIT" }, "node_modules/workbox-build/node_modules/source-map": { "version": "0.8.0-beta.0", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz", + "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==", "license": "BSD-3-Clause", "dependencies": { "whatwg-url": "^7.0.0" @@ -16135,6 +17553,8 @@ }, "node_modules/workbox-build/node_modules/tr46": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz", + "integrity": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==", "license": "MIT", "dependencies": { "punycode": "^2.1.0" @@ -16142,10 +17562,14 @@ }, "node_modules/workbox-build/node_modules/webidl-conversions": { "version": "4.0.2", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz", + "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==", "license": "BSD-2-Clause" }, "node_modules/workbox-build/node_modules/whatwg-url": { "version": "7.1.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz", + "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==", "license": "MIT", "dependencies": { "lodash.sortby": "^4.7.0", @@ -16155,6 +17579,9 @@ }, "node_modules/workbox-cacheable-response": { "version": "6.6.0", + "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.6.0.tgz", + "integrity": "sha512-JfhJUSQDwsF1Xv3EV1vWzSsCOZn4mQ38bWEBR3LdvOxSPgB65gAM6cS2CX8rkkKHRgiLrN7Wxoyu+TuH67kHrw==", + "deprecated": "workbox-background-sync@6.6.0", "license": "MIT", "dependencies": { "workbox-core": "6.6.0" @@ -16162,10 +17589,14 @@ }, "node_modules/workbox-core": { "version": "6.6.0", + "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.6.0.tgz", + "integrity": "sha512-GDtFRF7Yg3DD859PMbPAYPeJyg5gJYXuBQAC+wyrWuuXgpfoOrIQIvFRZnQ7+czTIQjIr1DhLEGFzZanAT/3bQ==", "license": "MIT" }, "node_modules/workbox-expiration": { "version": "6.6.0", + "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.6.0.tgz", + "integrity": "sha512-baplYXcDHbe8vAo7GYvyAmlS4f6998Jff513L4XvlzAOxcl8F620O91guoJ5EOf5qeXG4cGdNZHkkVAPouFCpw==", "license": "MIT", "dependencies": { "idb": "^7.0.1", @@ -16174,6 +17605,9 @@ }, "node_modules/workbox-google-analytics": { "version": "6.6.0", + "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-6.6.0.tgz", + "integrity": "sha512-p4DJa6OldXWd6M9zRl0H6vB9lkrmqYFkRQ2xEiNdBFp9U0LhsGO7hsBscVEyH9H2/3eZZt8c97NB2FD9U2NJ+Q==", + "deprecated": "It is not compatible with newer versions of GA starting with v4, as long as you are using GAv3 it should be ok, but the package is not longer being maintained", "license": "MIT", "dependencies": { "workbox-background-sync": "6.6.0", @@ -16184,6 +17618,8 @@ }, "node_modules/workbox-navigation-preload": { "version": "6.6.0", + "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-6.6.0.tgz", + "integrity": "sha512-utNEWG+uOfXdaZmvhshrh7KzhDu/1iMHyQOV6Aqup8Mm78D286ugu5k9MFD9SzBT5TcwgwSORVvInaXWbvKz9Q==", "license": "MIT", "dependencies": { "workbox-core": "6.6.0" @@ -16191,6 +17627,8 @@ }, "node_modules/workbox-precaching": { "version": "6.6.0", + "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.6.0.tgz", + "integrity": "sha512-eYu/7MqtRZN1IDttl/UQcSZFkHP7dnvr/X3Vn6Iw6OsPMruQHiVjjomDFCNtd8k2RdjLs0xiz9nq+t3YVBcWPw==", "license": "MIT", "dependencies": { "workbox-core": "6.6.0", @@ -16200,6 +17638,8 @@ }, "node_modules/workbox-range-requests": { "version": "6.6.0", + "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-6.6.0.tgz", + "integrity": "sha512-V3aICz5fLGq5DpSYEU8LxeXvsT//mRWzKrfBOIxzIdQnV/Wj7R+LyJVTczi4CQ4NwKhAaBVaSujI1cEjXW+hTw==", "license": "MIT", "dependencies": { "workbox-core": "6.6.0" @@ -16207,6 +17647,8 @@ }, "node_modules/workbox-recipes": { "version": "6.6.0", + "resolved": "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-6.6.0.tgz", + "integrity": "sha512-TFi3kTgYw73t5tg73yPVqQC8QQjxJSeqjXRO4ouE/CeypmP2O/xqmB/ZFBBQazLTPxILUQ0b8aeh0IuxVn9a6A==", "license": "MIT", "dependencies": { "workbox-cacheable-response": "6.6.0", @@ -16219,6 +17661,8 @@ }, "node_modules/workbox-routing": { "version": "6.6.0", + "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.6.0.tgz", + "integrity": "sha512-x8gdN7VDBiLC03izAZRfU+WKUXJnbqt6PG9Uh0XuPRzJPpZGLKce/FkOX95dWHRpOHWLEq8RXzjW0O+POSkKvw==", "license": "MIT", "dependencies": { "workbox-core": "6.6.0" @@ -16226,6 +17670,8 @@ }, "node_modules/workbox-strategies": { "version": "6.6.0", + "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.6.0.tgz", + "integrity": "sha512-eC07XGuINAKUWDnZeIPdRdVja4JQtTuc35TZ8SwMb1ztjp7Ddq2CJ4yqLvWzFWGlYI7CG/YGqaETntTxBGdKgQ==", "license": "MIT", "dependencies": { "workbox-core": "6.6.0" @@ -16233,6 +17679,8 @@ }, "node_modules/workbox-streams": { "version": "6.6.0", + "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-6.6.0.tgz", + "integrity": "sha512-rfMJLVvwuED09CnH1RnIep7L9+mj4ufkTyDPVaXPKlhi9+0czCu+SJggWCIFbPpJaAZmp2iyVGLqS3RUmY3fxg==", "license": "MIT", "dependencies": { "workbox-core": "6.6.0", @@ -16241,10 +17689,14 @@ }, "node_modules/workbox-sw": { "version": "6.6.0", + "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-6.6.0.tgz", + "integrity": "sha512-R2IkwDokbtHUE4Kus8pKO5+VkPHD2oqTgl+XJwh4zbF1HyjAbgNmK/FneZHVU7p03XUt9ICfuGDYISWG9qV/CQ==", "license": "MIT" }, "node_modules/workbox-webpack-plugin": { "version": "6.6.0", + "resolved": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-6.6.0.tgz", + "integrity": "sha512-xNZIZHalboZU66Wa7x1YkjIqEy1gTR+zPM+kjrYJzqN7iurYZBctBLISyScjhkJKYuRrZUP0iqViZTh8rS0+3A==", "license": "MIT", "dependencies": { "fast-json-stable-stringify": "^2.1.0", @@ -16262,6 +17714,8 @@ }, "node_modules/workbox-webpack-plugin/node_modules/source-map": { "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" @@ -16269,6 +17723,8 @@ }, "node_modules/workbox-webpack-plugin/node_modules/webpack-sources": { "version": "1.4.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", + "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", "license": "MIT", "dependencies": { "source-list-map": "^2.0.0", @@ -16277,6 +17733,8 @@ }, "node_modules/workbox-window": { "version": "6.6.0", + "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-6.6.0.tgz", + "integrity": "sha512-L4N9+vka17d16geaJXXRjENLFldvkWy7JyGxElRD0JvBxvFEd8LOhr+uXCcar/NzAmIBRv9EZ+M+Qr4mOoBITw==", "license": "MIT", "dependencies": { "@types/trusted-types": "^2.0.2", @@ -16285,6 +17743,8 @@ }, "node_modules/wrap-ansi": { "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", @@ -16301,6 +17761,8 @@ "node_modules/wrap-ansi-cjs": { "name": "wrap-ansi", "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", @@ -16314,66 +17776,16 @@ "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, - "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/wrap-ansi-cjs/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/wrap-ansi-cjs/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/wrap-ansi/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/wrap-ansi/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/wrap-ansi/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, "node_modules/wrappy": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", "license": "ISC" }, "node_modules/write-file-atomic": { "version": "3.0.3", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", + "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", "license": "ISC", "dependencies": { "imurmurhash": "^0.1.4", @@ -16383,7 +17795,9 @@ } }, "node_modules/ws": { - "version": "7.5.9", + "version": "7.5.10", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", + "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==", "license": "MIT", "engines": { "node": ">=8.3.0" @@ -16403,14 +17817,20 @@ }, "node_modules/xml-name-validator": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz", + "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==", "license": "Apache-2.0" }, "node_modules/xmlchars": { "version": "2.2.0", + "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", + "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", "license": "MIT" }, "node_modules/y18n": { "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", "license": "ISC", "engines": { "node": ">=10" @@ -16418,10 +17838,14 @@ }, "node_modules/yallist": { "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", "license": "ISC" }, "node_modules/yaml": { "version": "1.10.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", "license": "ISC", "engines": { "node": ">= 6" @@ -16429,6 +17853,8 @@ }, "node_modules/yargs": { "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", "license": "MIT", "dependencies": { "cliui": "^7.0.2", @@ -16445,6 +17871,8 @@ }, "node_modules/yargs-parser": { "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", "license": "ISC", "engines": { "node": ">=10" @@ -16452,6 +17880,8 @@ }, "node_modules/yocto-queue": { "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", "license": "MIT", "engines": { "node": ">=10" diff --git a/mephisto/scripts/form_composer/rebuild_all_apps.py b/mephisto/scripts/form_composer/rebuild_all_apps.py index 1d7cc5f9b..7548c16c6 100644 --- a/mephisto/scripts/form_composer/rebuild_all_apps.py +++ b/mephisto/scripts/form_composer/rebuild_all_apps.py @@ -34,8 +34,8 @@ def _clean(remove_package_locks: bool): if verbose: logger.info("[blue]Started cleaning up all `build` and `node_modules` directories[/blue]") - packages.clean_mephisto_task_multipart_package(remove_package_locks, verbose=verbose) - packages.clean_mephisto_task_addons_package(remove_package_locks, verbose=verbose) + packages.clean_mephisto_core_package(remove_package_locks, verbose=verbose) + packages.clean_mephisto_addons_package(remove_package_locks, verbose=verbose) generators.clean_form_composer_generator(remove_package_locks, verbose=verbose) diff --git a/mephisto/scripts/tests/react_apps.py b/mephisto/scripts/tests/react_apps.py index 2e493f979..5debab93f 100644 --- a/mephisto/scripts/tests/react_apps.py +++ b/mephisto/scripts/tests/react_apps.py @@ -31,10 +31,8 @@ def _clean(remove_package_locks: bool): # TODO: --- End --- packages.clean_bootstrap_chat_package(remove_package_locks, verbose=verbose) packages.clean_global_context_store_package(remove_package_locks, verbose=verbose) - packages.clean_mephisto_task_package(remove_package_locks, verbose=verbose) - packages.clean_mephisto_task_multipart_package(remove_package_locks, verbose=verbose) - packages.clean_mephisto_task_addons_package(remove_package_locks, verbose=verbose) - packages.clean_mephisto_worker_addons_package(remove_package_locks, verbose=verbose) + packages.clean_mephisto_core_package(remove_package_locks, verbose=verbose) + packages.clean_mephisto_addons_package(remove_package_locks, verbose=verbose) generators.clean_form_composer_generator(remove_package_locks, verbose=verbose) generators.clean_video_annotator_generator(remove_package_locks, verbose=verbose) @@ -69,6 +67,7 @@ def _build(): if verbose: logger.info("[blue]Started building web apps[/blue]") + packages.build_mephisto_core_package(force_rebuild=force_rebuild, verbose=verbose) # TODO: --- Cannot be built (maybe outdated configs). Fix and uncomment later --- # packages.build_annotated_bbox_package(force_rebuild=force_rebuild, verbose=verbose) # packages.build_annotated_keypoint_package(force_rebuild=force_rebuild, verbose=verbose) @@ -79,10 +78,7 @@ def _build(): # TODO: --- End --- packages.build_bootstrap_chat_package(force_rebuild=force_rebuild, verbose=verbose) packages.build_global_context_store_package(force_rebuild=force_rebuild, verbose=verbose) - packages.build_mephisto_task_package(force_rebuild=force_rebuild, verbose=verbose) - packages.build_mephisto_core_package(force_rebuild=force_rebuild, verbose=verbose) packages.build_mephisto_addons_package(force_rebuild=force_rebuild, verbose=verbose) - packages.build_mephisto_worker_addons_package(force_rebuild=force_rebuild, verbose=verbose) generators.build_form_composer_generator(force_rebuild=force_rebuild, verbose=verbose) generators.build_video_annotator_generator(force_rebuild=force_rebuild, verbose=verbose) @@ -94,6 +90,7 @@ def _build(): examples.build_form_composer_dynamic_presigned_urls_ec2_prolific(force_rebuild=force_rebuild) examples.build_video_annotator_simple(force_rebuild=force_rebuild) examples.build_parlai_chat_task_demo(force_rebuild=force_rebuild) + examples.build_remote_procedure_interactive_image_generation(force_rebuild=force_rebuild) examples.build_remote_procedure_mnist(force_rebuild=force_rebuild) examples.build_remote_procedure_template(force_rebuild=force_rebuild) examples.build_remote_procedure_toxicity_detection(force_rebuild=force_rebuild) diff --git a/mephisto/tools/building_react_apps/packages.py b/mephisto/tools/building_react_apps/packages.py index e3d284ff1..0fa08a385 100644 --- a/mephisto/tools/building_react_apps/packages.py +++ b/mephisto/tools/building_react_apps/packages.py @@ -62,26 +62,16 @@ def clean_mephisto_review_hook_package(remove_package_locks: bool, verbose: bool clean_single_react_app(webapp_path, remove_package_locks=remove_package_locks, verbose=verbose) -def clean_mephisto_task_package(remove_package_locks: bool, verbose: bool = False): - webapp_path = os.path.join(PACKAGES_PATH, "mephisto-task") - clean_single_react_app(webapp_path, remove_package_locks=remove_package_locks, verbose=verbose) - - -def clean_mephisto_task_multipart_package(remove_package_locks: bool, verbose: bool = False): +def clean_mephisto_core_package(remove_package_locks: bool, verbose: bool = False): webapp_path = os.path.join(PACKAGES_PATH, "mephisto-core") clean_single_react_app(webapp_path, remove_package_locks=remove_package_locks, verbose=verbose) -def clean_mephisto_task_addons_package(remove_package_locks: bool, verbose: bool = False): +def clean_mephisto_addons_package(remove_package_locks: bool, verbose: bool = False): webapp_path = os.path.join(PACKAGES_PATH, "mephisto-addons") clean_single_react_app(webapp_path, remove_package_locks=remove_package_locks, verbose=verbose) -def clean_mephisto_worker_addons_package(remove_package_locks: bool, verbose: bool = False): - webapp_path = os.path.join(PACKAGES_PATH, "mephisto-worker-addons") - clean_single_react_app(webapp_path, remove_package_locks=remove_package_locks, verbose=verbose) - - # --- BUILD --- @@ -181,18 +171,6 @@ def build_mephisto_review_hook_package(force_rebuild: bool = False, verbose: boo ) -def build_mephisto_task_package(force_rebuild: bool = False, verbose: bool = False): - if verbose: - logger.info(f"[blue]Building '{PACKAGES_PATH}/mephisto-task'[/blue]") - - build_custom_bundle( - PACKAGES_PATH, - force_rebuild=force_rebuild, - webapp_name="mephisto-task", - build_command="build", - ) - - def build_mephisto_core_package(force_rebuild: bool = False, verbose: bool = False): if verbose: logger.info(f"[blue]Building '{PACKAGES_PATH}/mephisto-core'[/blue]") @@ -215,15 +193,3 @@ def build_mephisto_addons_package(force_rebuild: bool = False, verbose: bool = F webapp_name="mephisto-addons", build_command="build", ) - - -def build_mephisto_worker_addons_package(force_rebuild: bool = False, verbose: bool = False): - if verbose: - logger.info(f"[blue]Building '{PACKAGES_PATH}/mephisto-worker-addons'[/blue]") - - build_custom_bundle( - PACKAGES_PATH, - force_rebuild=force_rebuild, - webapp_name="mephisto-worker-addons", - build_command="build", - ) diff --git a/package.json b/package.json index c4b34ba15..0a2450a73 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ "build-all": "yarn workspaces foreach -ptAv run build" }, "workspaces": [ - "packages/mephisto-task", - "packages/mephisto-worker-addons", + "packages/mephisto-core", + "packages/mephisto-addons", "packages/bootstrap-chat", "packages/global-context-store", "docs/web" diff --git a/packages/bootstrap-chat/README.md b/packages/bootstrap-chat/README.md index d2b5ced7e..1299e855a 100644 --- a/packages/bootstrap-chat/README.md +++ b/packages/bootstrap-chat/README.md @@ -11,9 +11,8 @@ A set of UI components based on [Bootstrap v3](https://react-bootstrap-v3.netlif ## Installation ```bash -npm install --save bootstrap-chat mephisto-task +npm install --save bootstrap-chat -# Note that `mephisto-task` is a peer-dependency of this library. ``` Install from local folder (e.g. for local development): @@ -145,7 +144,7 @@ This optional prop lets you provide some initial app settings for the `ChatApp`, All render props will receive the `mephistoContext` argument. -This object is basically the return value of calling the `useMephistoLiveTask` hooks. Further documentation on these properties can be found in the [documentation for the `mephisto-task` package](https://github.com/facebookresearch/Mephisto/blob/main/packages/mephisto-task/README.md) under the `useMephistoLiveTask` section. +This object is basically the return value of calling the `useMephistoLiveTask` hooks. Further documentation on these properties can be found in the [documentation for the `mephisto-core` package](https://github.com/facebookresearch/Mephisto/blob/main/packages/mephisto-core/README.md) under the `useMephistoLiveTask` section. ### The `appContext` argument diff --git a/packages/bootstrap-chat/build/bundle.js b/packages/bootstrap-chat/build/bundle.js index 9aab83dbc..d65a607cf 100644 --- a/packages/bootstrap-chat/build/bundle.js +++ b/packages/bootstrap-chat/build/bundle.js @@ -1,2 +1,2 @@ /*! For license information please see bundle.js.LICENSE.txt */ -!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("react"),require("mephisto-task"),require("react-dom")):"function"==typeof define&&define.amd?define(["react","mephisto-task","react-dom"],t):"object"==typeof exports?exports["bootstrap-task"]=t(require("react"),require("mephisto-task"),require("react-dom")):e["bootstrap-task"]=t(e.react,e["mephisto-task"],e["react-dom"])}(self,((e,t,n)=>(()=>{var r={9202:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var r=n(9623),o=n.n(r),a=n(6395),i=n.n(a)()(o());i.push([e.id,".rc-slider {\n position: relative;\n width: 100%;\n height: 14px;\n padding: 5px 0;\n border-radius: 6px;\n touch-action: none;\n box-sizing: border-box;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n.rc-slider * {\n box-sizing: border-box;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n.rc-slider-rail {\n position: absolute;\n width: 100%;\n height: 4px;\n background-color: #e9e9e9;\n border-radius: 6px;\n}\n.rc-slider-track {\n position: absolute;\n height: 4px;\n background-color: #abe2fb;\n border-radius: 6px;\n}\n.rc-slider-handle {\n position: absolute;\n width: 14px;\n height: 14px;\n margin-top: -5px;\n background-color: #fff;\n border: solid 2px #96dbfa;\n border-radius: 50%;\n cursor: pointer;\n cursor: -webkit-grab;\n cursor: grab;\n opacity: 0.8;\n touch-action: pan-x;\n}\n.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {\n border-color: #57c5f7;\n box-shadow: 0 0 0 5px #96dbfa;\n}\n.rc-slider-handle:focus {\n outline: none;\n box-shadow: none;\n}\n.rc-slider-handle:focus-visible {\n border-color: #2db7f5;\n box-shadow: 0 0 0 3px #96dbfa;\n}\n.rc-slider-handle-click-focused:focus {\n border-color: #96dbfa;\n box-shadow: unset;\n}\n.rc-slider-handle:hover {\n border-color: #57c5f7;\n}\n.rc-slider-handle:active {\n border-color: #57c5f7;\n box-shadow: 0 0 5px #57c5f7;\n cursor: -webkit-grabbing;\n cursor: grabbing;\n}\n.rc-slider-mark {\n position: absolute;\n top: 18px;\n left: 0;\n width: 100%;\n font-size: 12px;\n}\n.rc-slider-mark-text {\n position: absolute;\n display: inline-block;\n color: #999;\n text-align: center;\n vertical-align: middle;\n cursor: pointer;\n}\n.rc-slider-mark-text-active {\n color: #666;\n}\n.rc-slider-step {\n position: absolute;\n width: 100%;\n height: 4px;\n background: transparent;\n pointer-events: none;\n}\n.rc-slider-dot {\n position: absolute;\n bottom: -2px;\n width: 8px;\n height: 8px;\n vertical-align: middle;\n background-color: #fff;\n border: 2px solid #e9e9e9;\n border-radius: 50%;\n cursor: pointer;\n}\n.rc-slider-dot-active {\n border-color: #96dbfa;\n}\n.rc-slider-dot-reverse {\n margin-right: -4px;\n}\n.rc-slider-disabled {\n background-color: #e9e9e9;\n}\n.rc-slider-disabled .rc-slider-track {\n background-color: #ccc;\n}\n.rc-slider-disabled .rc-slider-handle,\n.rc-slider-disabled .rc-slider-dot {\n background-color: #fff;\n border-color: #ccc;\n box-shadow: none;\n cursor: not-allowed;\n}\n.rc-slider-disabled .rc-slider-mark-text,\n.rc-slider-disabled .rc-slider-dot {\n cursor: not-allowed !important;\n}\n.rc-slider-vertical {\n width: 14px;\n height: 100%;\n padding: 0 5px;\n}\n.rc-slider-vertical .rc-slider-rail {\n width: 4px;\n height: 100%;\n}\n.rc-slider-vertical .rc-slider-track {\n bottom: 0;\n left: 5px;\n width: 4px;\n}\n.rc-slider-vertical .rc-slider-handle {\n margin-top: 0;\n margin-left: -5px;\n touch-action: pan-y;\n}\n.rc-slider-vertical .rc-slider-mark {\n top: 0;\n left: 18px;\n height: 100%;\n}\n.rc-slider-vertical .rc-slider-step {\n width: 4px;\n height: 100%;\n}\n.rc-slider-vertical .rc-slider-dot {\n margin-left: -2px;\n}\n.rc-slider-tooltip-zoom-down-enter,\n.rc-slider-tooltip-zoom-down-appear {\n display: block !important;\n animation-duration: 0.3s;\n animation-fill-mode: both;\n animation-play-state: paused;\n}\n.rc-slider-tooltip-zoom-down-leave {\n display: block !important;\n animation-duration: 0.3s;\n animation-fill-mode: both;\n animation-play-state: paused;\n}\n.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,\n.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {\n animation-name: rcSliderTooltipZoomDownIn;\n animation-play-state: running;\n}\n.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {\n animation-name: rcSliderTooltipZoomDownOut;\n animation-play-state: running;\n}\n.rc-slider-tooltip-zoom-down-enter,\n.rc-slider-tooltip-zoom-down-appear {\n transform: scale(0, 0);\n animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);\n}\n.rc-slider-tooltip-zoom-down-leave {\n animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);\n}\n@keyframes rcSliderTooltipZoomDownIn {\n 0% {\n transform: scale(0, 0);\n transform-origin: 50% 100%;\n opacity: 0;\n }\n 100% {\n transform: scale(1, 1);\n transform-origin: 50% 100%;\n }\n}\n@keyframes rcSliderTooltipZoomDownOut {\n 0% {\n transform: scale(1, 1);\n transform-origin: 50% 100%;\n }\n 100% {\n transform: scale(0, 0);\n transform-origin: 50% 100%;\n opacity: 0;\n }\n}\n.rc-slider-tooltip {\n position: absolute;\n top: -9999px;\n left: -9999px;\n visibility: visible;\n box-sizing: border-box;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n.rc-slider-tooltip * {\n box-sizing: border-box;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n.rc-slider-tooltip-hidden {\n display: none;\n}\n.rc-slider-tooltip-placement-top {\n padding: 4px 0 8px 0;\n}\n.rc-slider-tooltip-inner {\n min-width: 24px;\n height: 24px;\n padding: 6px 2px;\n color: #fff;\n font-size: 12px;\n line-height: 1;\n text-align: center;\n text-decoration: none;\n background-color: #6c6c6c;\n border-radius: 6px;\n box-shadow: 0 0 4px #d9d9d9;\n}\n.rc-slider-tooltip-arrow {\n position: absolute;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid;\n}\n.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {\n bottom: 4px;\n left: 50%;\n margin-left: -4px;\n border-width: 4px 4px 0;\n border-top-color: #6c6c6c;\n}\n",""]);const s=i},6395:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",r=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),r&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),r&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,r,o,a){"string"==typeof e&&(e=[[null,e,void 0]]);var i={};if(r)for(var s=0;s0?" ".concat(c[5]):""," {").concat(c[1],"}")),c[5]=a),n&&(c[2]?(c[1]="@media ".concat(c[2]," {").concat(c[1],"}"),c[2]=n):c[2]=n),o&&(c[4]?(c[1]="@supports (".concat(c[4],") {").concat(c[1],"}"),c[4]=o):c[4]="".concat(o)),t.push(c))}},t}},9623:e=>{"use strict";e.exports=function(e){return e[1]}},8052:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){for(var e=arguments.length,t=Array(e),n=0;n{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o=i(n(8156)),a=i(n(6194));function i(e){return e&&e.__esModule?e:{default:e}}t.default=(0,a.default)((function(e,t,n,a,i){var s=e[t],l=void 0===s?"undefined":r(s);return o.default.isValidElement(s)?new Error("Invalid "+a+" `"+i+"` of type ReactElement supplied to `"+n+"`, expected a ReactComponent or a DOMElement. You can usually obtain a ReactComponent or DOMElement from a ReactElement by attaching a ref to it."):"object"===l&&"function"==typeof s.render||1===s.nodeType?null:new Error("Invalid "+a+" `"+i+"` of value `"+s+"` supplied to `"+n+"`, expected a ReactComponent or a DOMElement.")})),e.exports=t.default},167:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(n(8156)),o=n(2744),a=i(n(6194));function i(e){return e&&e.__esModule?e:{default:e}}t.default=(0,a.default)((function(e,t,n,a,i){var s=e[t];return r.default.isValidElement(s)?new Error("Invalid "+a+" `"+i+"` of type ReactElement supplied to `"+n+"`,expected an element type (a string , component class, or function component)."):(0,o.isValidElementType)(s)?null:new Error("Invalid "+a+" `"+i+"` of value `"+s+"` supplied to `"+n+"`, expected an element type (a string , component class, or function component).")})),e.exports=t.default},8314:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return function(t,n,r,o,a){var i=r||"<>",s=a||n;if(null==t[n])return new Error("The "+o+" `"+s+"` is required to make `"+i+"` accessible for users of assistive technologies such as screen readers.");for(var l=arguments.length,u=Array(l>5?l-5:0),c=5;c{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){function t(t,n,r,o,a,i){var s=o||"<>",l=i||r;if(null==n[r])return t?new Error("Required "+a+" `"+l+"` was not specified in `"+s+"`."):null;for(var u=arguments.length,c=Array(u>6?u-6:0),f=6;f{"use strict";t.__esModule=!0;var r=u(n(2283)),o=u(n(2451)),a=u(n(8156)),i=u(n(7111)),s=u(n(1623)),l=u(n(9049));function u(e){return e&&e.__esModule?e:{default:e}}function c(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function f(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}var p=function(e){function t(){var n,r;c(this,t);for(var o=arguments.length,u=Array(o),p=0;p{"use strict";t.__esModule=!0;var r=Object.assign||function(e){for(var t=1;t=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(e,["container","containerPadding","target","placement","shouldUpdatePosition","rootClose","children","transition"]);if(!(d.show||p&&!this.state.exited))return null;var m=f;if(m=i.default.createElement(l.default,{container:t,containerPadding:n,target:r,placement:o,shouldUpdatePosition:a},m),p){var h=d.onExit,v=d.onExiting,y=d.onEnter,b=d.onEntering,g=d.onEntered;m=i.default.createElement(p,{in:d.show,appear:!0,onExit:h,onExiting:v,onExited:this.onHiddenListener,onEnter:y,onEntering:b,onEntered:g},m)}return c&&(m=i.default.createElement(u.default,{onRootClose:d.onHide},m)),i.default.createElement(s.default,{container:t},m)},t}(i.default.Component);f.propTypes=r({},s.default.propTypes,l.default.propTypes,{show:o.default.bool,rootClose:o.default.bool,onHide:function(e){var t=o.default.func;e.rootClose&&(t=t.isRequired);for(var n=arguments.length,r=Array(n>1?n-1:0),a=1;a{"use strict";t.__esModule=!0;var r=c(n(2283)),o=c(n(2451)),a=c(n(8156)),i=c(n(7111)),s=c(n(1623)),l=c(n(9049)),u=c(n(2813));function c(e){return e&&e.__esModule?e:{default:e}}function f(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function p(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}var d=function(e){function t(){var n,r;f(this,t);for(var o=arguments.length,a=Array(o),i=0;i0&&void 0!==arguments[0]?arguments[0]:r.props;r._portalContainerNode=(0,s.default)(e.container,(0,l.default)(r).body)},r.getMountNode=function(){return r._portalContainerNode},p(r,n)}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),t.prototype.componentDidMount=function(){this.setContainer(),this.forceUpdate(this.props.onRendered)},t.prototype.componentWillReceiveProps=function(e){e.container!==this.props.container&&this.setContainer(e)},t.prototype.componentWillUnmount=function(){this._portalContainerNode=null},t.prototype.render=function(){return this.props.children&&this._portalContainerNode?i.default.createPortal(this.props.children,this._portalContainerNode):null},t}(a.default.Component);d.displayName="Portal",d.propTypes={container:r.default.oneOfType([o.default,r.default.func]),onRendered:r.default.func},t.default=i.default.createPortal?d:u.default,e.exports=t.default},5915:(e,t,n)=>{"use strict";t.__esModule=!0;var r=Object.assign||function(e){for(var t=1;t=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}var h=function(e){function t(n,r){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);var o=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,e.call(this,n,r));return o.getTarget=function(){var e=o.props.target,t="function"==typeof e?e():e;return t&&u.default.findDOMNode(t)||null},o.maybeUpdatePosition=function(e){var t=o.getTarget();(o.props.shouldUpdatePosition||t!==o._lastTarget||e)&&o.updatePosition(t)},o.state={positionLeft:0,positionTop:0,arrowOffsetLeft:null,arrowOffsetTop:null},o._needsFlush=!1,o._lastTarget=null,o}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),t.prototype.componentDidMount=function(){this.updatePosition(this.getTarget())},t.prototype.componentWillReceiveProps=function(){this._needsFlush=!0},t.prototype.componentDidUpdate=function(e){this._needsFlush&&(this._needsFlush=!1,this.maybeUpdatePosition(this.props.placement!==e.placement))},t.prototype.render=function(){var e=this.props,t=e.children,n=e.className,a=m(e,["children","className"]),i=this.state,u=i.positionLeft,c=i.positionTop,f=m(i,["positionLeft","positionTop"]);delete a.target,delete a.container,delete a.containerPadding,delete a.shouldUpdatePosition;var p=l.default.Children.only(t);return(0,s.cloneElement)(p,r({},a,f,{positionLeft:u,positionTop:c,className:(0,o.default)(n,p.props.className),style:r({},p.props.style,{left:u,top:c})}))},t.prototype.updatePosition=function(e){if(this._lastTarget=e,e){var t=u.default.findDOMNode(this),n=(0,f.default)(this.props.container,(0,p.default)(this).body);this.setState((0,c.default)(this.props.placement,t,e,n,this.props.containerPadding))}else this.setState({positionLeft:0,positionTop:0,arrowOffsetLeft:null,arrowOffsetTop:null})},t}(l.default.Component);h.propTypes={target:a.default.oneOfType([i.default,a.default.func]),container:a.default.oneOfType([i.default,a.default.func]),containerPadding:a.default.number,placement:a.default.oneOf(["top","right","bottom","left"]),shouldUpdatePosition:a.default.bool},h.displayName="Position",h.defaultProps={containerPadding:0,placement:"right",shouldUpdatePosition:!1},t.default=h,e.exports=t.default},1330:(e,t,n)=>{"use strict";t.__esModule=!0;var r=u(n(5804)),o=u(n(2283)),a=u(n(8156)),i=u(n(7111)),s=u(n(616)),l=u(n(9049));function u(e){return e&&e.__esModule?e:{default:e}}var c=function(e){function t(n,o){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);var a=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,e.call(this,n,o));return a.addEventListeners=function(){var e=a.props.event,t=(0,l.default)(a);a.documentMouseCaptureListener=(0,s.default)(t,e,a.handleMouseCapture,!0),a.documentMouseListener=(0,s.default)(t,e,a.handleMouse),a.documentKeyupListener=(0,s.default)(t,"keyup",a.handleKeyUp)},a.removeEventListeners=function(){a.documentMouseCaptureListener&&a.documentMouseCaptureListener.remove(),a.documentMouseListener&&a.documentMouseListener.remove(),a.documentKeyupListener&&a.documentKeyupListener.remove()},a.handleMouseCapture=function(e){var t;a.preventMouseRootClose=!!((t=e).metaKey||t.altKey||t.ctrlKey||t.shiftKey)||!function(e){return 0===e.button}(e)||(0,r.default)(i.default.findDOMNode(a),e.target)},a.handleMouse=function(e){!a.preventMouseRootClose&&a.props.onRootClose&&a.props.onRootClose(e)},a.handleKeyUp=function(e){27===e.keyCode&&a.props.onRootClose&&a.props.onRootClose(e)},a.preventMouseRootClose=!1,a}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),t.prototype.componentDidMount=function(){this.props.disabled||this.addEventListeners()},t.prototype.componentDidUpdate=function(e){!this.props.disabled&&e.disabled?this.addEventListeners():this.props.disabled&&!e.disabled&&this.removeEventListeners()},t.prototype.componentWillUnmount=function(){this.props.disabled||this.removeEventListeners()},t.prototype.render=function(){return this.props.children},t}(a.default.Component);c.displayName="RootCloseWrapper",c.propTypes={onRootClose:o.default.func,children:o.default.element,disabled:o.default.bool,event:o.default.oneOf(["click","mousedown"])},c.defaultProps={event:"click"},t.default=c,e.exports=t.default},616:(e,t,n)=>{"use strict";t.__esModule=!0,t.default=function(e,t,n,a){return(0,r.default)(e,t,n,a),{remove:function(){(0,o.default)(e,t,n,a)}}};var r=a(n(1154)),o=a(n(6915));function a(e){return e&&e.__esModule?e:{default:e}}e.exports=t.default},3662:(e,t,n)=>{"use strict";t.__esModule=!0,t.default=function(e,t,n,a,i){var s="BODY"===a.tagName?(0,r.default)(n):(0,o.default)(n,a),u=(0,r.default)(t),c=u.height,f=u.width,p=void 0,d=void 0,m=void 0,h=void 0;if("left"===e||"right"===e){d=s.top+(s.height-c)/2,p="left"===e?s.left-f:s.left+s.width;var v=function(e,t,n,r){var o=l(n),a=o.scroll,i=o.height,s=e-r-a,u=e+r-a+t;return s<0?-s:u>i?i-u:0}(d,c,a,i);d+=v,h=50*(1-2*v/c)+"%",m=void 0}else{if("top"!==e&&"bottom"!==e)throw new Error('calcOverlayPosition(): No such placement of "'+e+'" found.');p=s.left+(s.width-f)/2,d="top"===e?s.top-c:s.top+s.height;var y=function(e,t,n,r){var o=l(n).width,a=e-r,i=e+r+t;return a<0?-a:i>o?o-i:0}(p,f,a,i);p+=y,m=50*(1-2*y/f)+"%",h=void 0}return{positionLeft:p,positionTop:d,arrowOffsetLeft:m,arrowOffsetTop:h}};var r=s(n(6546)),o=s(n(3207)),a=s(n(2748)),i=s(n(9049));function s(e){return e&&e.__esModule?e:{default:e}}function l(e){var t=void 0,n=void 0,o=void 0;if("BODY"===e.tagName)t=window.innerWidth,n=window.innerHeight,o=(0,a.default)((0,i.default)(e).documentElement)||(0,a.default)(e);else{var s=(0,r.default)(e);t=s.width,n=s.height,o=(0,a.default)(e)}return{width:t,height:n,scroll:o}}e.exports=t.default},1623:(e,t,n)=>{"use strict";t.__esModule=!0,t.default=function(e,t){return e="function"==typeof e?e():e,o.default.findDOMNode(e)||t};var r,o=(r=n(7111))&&r.__esModule?r:{default:r};e.exports=t.default},9049:(e,t,n)=>{"use strict";t.__esModule=!0,t.default=function(e){return(0,o.default)(r.default.findDOMNode(e))};var r=a(n(7111)),o=a(n(2885));function a(e){return e&&e.__esModule?e:{default:e}}e.exports=t.default},2247:(e,t,n)=>{"use strict";t.ZP=t.cn=t.d0=void 0;var r=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){var r=Object.defineProperty&&Object.getOwnPropertyDescriptor?Object.getOwnPropertyDescriptor(e,n):{};r.get||r.set?Object.defineProperty(t,n,r):t[n]=e[n]}return t.default=e,t}(n(2283)),o=s(n(8156)),a=s(n(7111)),i=n(2442);function s(e){return e&&e.__esModule?e:{default:e}}n(6869);var l="unmounted",u="exited",c="entering";t.d0=c;var f="entered";t.cn=f;var p="exiting",d=function(e){var t,n;function r(t,n){var r;r=e.call(this,t,n)||this;var o,a=n.transitionGroup,i=a&&!a.isMounting?t.enter:t.appear;return r.appearStatus=null,t.in?i?(o=u,r.appearStatus=c):o=f:o=t.unmountOnExit||t.mountOnEnter?l:u,r.state={status:o},r.nextCallback=null,r}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var i=r.prototype;return i.getChildContext=function(){return{transitionGroup:null}},r.getDerivedStateFromProps=function(e,t){return e.in&&t.status===l?{status:u}:null},i.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},i.componentDidUpdate=function(e){var t=null;if(e!==this.props){var n=this.state.status;this.props.in?n!==c&&n!==f&&(t=c):n!==c&&n!==f||(t=p)}this.updateStatus(!1,t)},i.componentWillUnmount=function(){this.cancelNextCallback()},i.getTimeouts=function(){var e,t,n,r=this.props.timeout;return e=t=n=r,null!=r&&"number"!=typeof r&&(e=r.exit,t=r.enter,n=void 0!==r.appear?r.appear:t),{exit:e,enter:t,appear:n}},i.updateStatus=function(e,t){if(void 0===e&&(e=!1),null!==t){this.cancelNextCallback();var n=a.default.findDOMNode(this);t===c?this.performEnter(n,e):this.performExit(n)}else this.props.unmountOnExit&&this.state.status===u&&this.setState({status:l})},i.performEnter=function(e,t){var n=this,r=this.props.enter,o=this.context.transitionGroup?this.context.transitionGroup.isMounting:t,a=this.getTimeouts(),i=o?a.appear:a.enter;t||r?(this.props.onEnter(e,o),this.safeSetState({status:c},(function(){n.props.onEntering(e,o),n.onTransitionEnd(e,i,(function(){n.safeSetState({status:f},(function(){n.props.onEntered(e,o)}))}))}))):this.safeSetState({status:f},(function(){n.props.onEntered(e)}))},i.performExit=function(e){var t=this,n=this.props.exit,r=this.getTimeouts();n?(this.props.onExit(e),this.safeSetState({status:p},(function(){t.props.onExiting(e),t.onTransitionEnd(e,r.exit,(function(){t.safeSetState({status:u},(function(){t.props.onExited(e)}))}))}))):this.safeSetState({status:u},(function(){t.props.onExited(e)}))},i.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},i.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},i.setNextCallback=function(e){var t=this,n=!0;return this.nextCallback=function(r){n&&(n=!1,t.nextCallback=null,e(r))},this.nextCallback.cancel=function(){n=!1},this.nextCallback},i.onTransitionEnd=function(e,t,n){this.setNextCallback(n);var r=null==t&&!this.props.addEndListener;e&&!r?(this.props.addEndListener&&this.props.addEndListener(e,this.nextCallback),null!=t&&setTimeout(this.nextCallback,t)):setTimeout(this.nextCallback,0)},i.render=function(){var e=this.state.status;if(e===l)return null;var t=this.props,n=t.children,r=function(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r=0||(o[n]=e[n]);return o}(t,["children"]);if(delete r.in,delete r.mountOnEnter,delete r.unmountOnExit,delete r.appear,delete r.enter,delete r.exit,delete r.timeout,delete r.addEndListener,delete r.onEnter,delete r.onEntering,delete r.onEntered,delete r.onExit,delete r.onExiting,delete r.onExited,"function"==typeof n)return n(e,r);var a=o.default.Children.only(n);return o.default.cloneElement(a,r)},r}(o.default.Component);function m(){}d.contextTypes={transitionGroup:r.object},d.childContextTypes={transitionGroup:function(){}},d.propTypes={},d.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:m,onEntering:m,onEntered:m,onExit:m,onExiting:m,onExited:m},d.UNMOUNTED=0,d.EXITED=1,d.ENTERING=2,d.ENTERED=3,d.EXITING=4;var h=(0,i.polyfill)(d);t.ZP=h},6869:(e,t,n)=>{"use strict";var r;t.__esModule=!0,t.classNamesShape=t.timeoutsShape=void 0,(r=n(2283))&&r.__esModule,t.timeoutsShape=null,t.classNamesShape=null},8436:e=>{"use strict";var t=[];function n(e){for(var n=-1,r=0;r{"use strict";var t={};e.exports=function(e,n){var r=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!r)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");r.appendChild(n)}},844:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},1995:(e,t,n)=>{"use strict";e.exports=function(e){var t=n.nc;t&&e.setAttribute("nonce",t)}},1811:e=>{"use strict";e.exports=function(e){var t=e.insertStyleElement(e);return{update:function(n){!function(e,t,n){var r="";n.supports&&(r+="@supports (".concat(n.supports,") {")),n.media&&(r+="@media ".concat(n.media," {"));var o=void 0!==n.layer;o&&(r+="@layer".concat(n.layer.length>0?" ".concat(n.layer):""," {")),r+=n.css,o&&(r+="}"),n.media&&(r+="}"),n.supports&&(r+="}");var a=n.sourceMap;a&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(a))))," */")),t.styleTagTransform(r,e,t.options)}(t,e,n)},remove:function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(t)}}}},5403:e=>{"use strict";e.exports=function(e,t){if(t.styleSheet)t.styleSheet.cssText=e;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(e))}}},2345:(e,t,n)=>{"use strict";t.__esModule=!0,t.default=function e(t,n,a){void 0===a&&(a=[]);var s=t.displayName||t.name||"Component",l=o.isReactComponent(t),u=Object.keys(n),c=u.map(o.defaultKey);!l&&a.length&&invariant(!1);var f=function(e){var a,s;function f(){for(var t,r=arguments.length,o=new Array(r),a=0;a1?a-1:0),s=1;s{"use strict";var r;t.__esModule=!0,t.uncontrolledPropTypes=function(e,t){var n={};return Object.keys(e).forEach((function(e){n[a(e)]=o})),n},t.isProp=function(e,t){return void 0!==e[t]},t.defaultKey=a,t.isReactComponent=function(e){return!!(e&&e.prototype&&e.prototype.isReactComponent)},(r=n(5665))&&r.__esModule;var o=function(){};function a(e){return"default"+e.charAt(0).toUpperCase()+e.substr(1)}},8805:(e,t)=>{var n;!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var e=[],t=0;t{"use strict";var r=n(4347);t.__esModule=!0,t.default=function(e){void 0===e&&(e=(0,o.default)());try{return e.activeElement}catch(e){}};var o=r(n(2885));e.exports=t.default},6915:(e,t,n)=>{"use strict";var r=n(4347);t.__esModule=!0,t.default=void 0;var o=function(){};r(n(8632)).default&&(o=document.addEventListener?function(e,t,n,r){return e.removeEventListener(t,n,r||!1)}:document.attachEvent?function(e,t,n){return e.detachEvent("on"+t,n)}:void 0);var a=o;t.default=a,e.exports=t.default},1154:(e,t,n)=>{"use strict";var r=n(4347);t.__esModule=!0,t.default=void 0;var o=function(){};r(n(8632)).default&&(o=document.addEventListener?function(e,t,n,r){return e.addEventListener(t,n,r||!1)}:document.attachEvent?function(e,t,n){return e.attachEvent("on"+t,(function(t){(t=t||window.event).target=t.target||t.srcElement,t.currentTarget=e,n.call(e,t)}))}:void 0);var a=o;t.default=a,e.exports=t.default},2885:(e,t)=>{"use strict";t.__esModule=!0,t.default=function(e){return e&&e.ownerDocument||document},e.exports=t.default},5804:(e,t,n)=>{"use strict";var r=n(4347);t.__esModule=!0,t.default=void 0;var o=r(n(8632)).default?function(e,t){return e.contains?e.contains(t):e.compareDocumentPosition?e===t||!!(16&e.compareDocumentPosition(t)):a(e,t)}:a;function a(e,t){if(t)do{if(t===e)return!0}while(t=t.parentNode);return!1}t.default=o,e.exports=t.default},6105:(e,t)=>{"use strict";t.__esModule=!0,t.default=function(e){return e===e.window?e:9===e.nodeType&&(e.defaultView||e.parentWindow)},e.exports=t.default},6546:(e,t,n)=>{"use strict";var r=n(4347);t.__esModule=!0,t.default=function(e){var t=(0,i.default)(e),n=(0,a.default)(t),r=t&&t.documentElement,s={top:0,left:0,height:0,width:0};if(t)return(0,o.default)(r,e)?(void 0!==e.getBoundingClientRect&&(s=e.getBoundingClientRect()),{top:s.top+(n.pageYOffset||r.scrollTop)-(r.clientTop||0),left:s.left+(n.pageXOffset||r.scrollLeft)-(r.clientLeft||0),width:(null==s.width?e.offsetWidth:s.width)||0,height:(null==s.height?e.offsetHeight:s.height)||0}):s};var o=r(n(5804)),a=r(n(6105)),i=r(n(2885));e.exports=t.default},790:(e,t,n)=>{"use strict";var r=n(4347);t.__esModule=!0,t.default=function(e){for(var t=(0,o.default)(e),n=e&&e.offsetParent;n&&"html"!==i(e)&&"static"===(0,a.default)(n,"position");)n=n.offsetParent;return n||t.documentElement};var o=r(n(2885)),a=r(n(3482));function i(e){return e.nodeName&&e.nodeName.toLowerCase()}e.exports=t.default},3207:(e,t,n)=>{"use strict";var r=n(4347);t.__esModule=!0,t.default=function(e,t){var n,r={top:0,left:0};return"fixed"===(0,u.default)(e,"position")?n=e.getBoundingClientRect():(t=t||(0,i.default)(e),n=(0,a.default)(e),"html"!==function(e){return e.nodeName&&e.nodeName.toLowerCase()}(t)&&(r=(0,a.default)(t)),r.top+=parseInt((0,u.default)(t,"borderTopWidth"),10)-(0,s.default)(t)||0,r.left+=parseInt((0,u.default)(t,"borderLeftWidth"),10)-(0,l.default)(t)||0),(0,o.default)({},n,{top:n.top-r.top-(parseInt((0,u.default)(e,"marginTop"),10)||0),left:n.left-r.left-(parseInt((0,u.default)(e,"marginLeft"),10)||0)})};var o=r(n(9934)),a=r(n(6546)),i=r(n(790)),s=r(n(2748)),l=r(n(8477)),u=r(n(3482));e.exports=t.default},8477:(e,t,n)=>{"use strict";var r=n(4347);t.__esModule=!0,t.default=function(e,t){var n=(0,o.default)(e);if(void 0===t)return n?"pageXOffset"in n?n.pageXOffset:n.document.documentElement.scrollLeft:e.scrollLeft;n?n.scrollTo(t,"pageYOffset"in n?n.pageYOffset:n.document.documentElement.scrollTop):e.scrollLeft=t};var o=r(n(6105));e.exports=t.default},2748:(e,t,n)=>{"use strict";var r=n(4347);t.__esModule=!0,t.default=function(e,t){var n=(0,o.default)(e);if(void 0===t)return n?"pageYOffset"in n?n.pageYOffset:n.document.documentElement.scrollTop:e.scrollTop;n?n.scrollTo("pageXOffset"in n?n.pageXOffset:n.document.documentElement.scrollLeft,t):e.scrollTop=t};var o=r(n(6105));e.exports=t.default},9272:(e,t,n)=>{"use strict";var r=n(4347);t.__esModule=!0,t.default=function(e){if(!e)throw new TypeError("No Element passed to `getComputedStyle()`");var t=e.ownerDocument;return"defaultView"in t?t.defaultView.opener?e.ownerDocument.defaultView.getComputedStyle(e,null):window.getComputedStyle(e,null):{getPropertyValue:function(t){var n=e.style;"float"==(t=(0,o.default)(t))&&(t="styleFloat");var r=e.currentStyle[t]||null;if(null==r&&n&&n[t]&&(r=n[t]),i.test(r)&&!a.test(t)){var s=n.left,l=e.runtimeStyle,u=l&&l.left;u&&(l.left=e.currentStyle.left),n.left="fontSize"===t?"1em":r,r=n.pixelLeft+"px",n.left=s,u&&(l.left=u)}return r}}};var o=r(n(534)),a=/^(top|right|bottom|left)$/,i=/^([+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|))(?!px)[a-z%]+$/i;e.exports=t.default},3482:(e,t,n)=>{"use strict";var r=n(4347);t.__esModule=!0,t.default=function(e,t,n){var r="",c="",f=t;if("string"==typeof t){if(void 0===n)return e.style[(0,o.default)(t)]||(0,i.default)(e).getPropertyValue((0,a.default)(t));(f={})[t]=n}Object.keys(f).forEach((function(t){var n=f[t];n||0===n?(0,u.default)(t)?c+=t+"("+n+") ":r+=(0,a.default)(t)+": "+n+";":(0,s.default)(e,(0,a.default)(t))})),c&&(r+=l.transform+": "+c+";"),e.style.cssText+=";"+r};var o=r(n(534)),a=r(n(2036)),i=r(n(9272)),s=r(n(6656)),l=n(4570),u=r(n(6210));e.exports=t.default},6656:(e,t)=>{"use strict";t.__esModule=!0,t.default=function(e,t){return"removeProperty"in e.style?e.style.removeProperty(t):e.style.removeAttribute(t)},e.exports=t.default},6210:(e,t)=>{"use strict";t.__esModule=!0,t.default=function(e){return!(!e||!n.test(e))};var n=/^((translate|rotate|scale)(X|Y|Z|3d)?|matrix(3d)?|perspective|skew(X|Y)?)$/i;e.exports=t.default},4570:(e,t,n)=>{"use strict";var r=n(4347);t.__esModule=!0,t.default=t.animationEnd=t.animationDelay=t.animationTiming=t.animationDuration=t.animationName=t.transitionEnd=t.transitionDuration=t.transitionDelay=t.transitionTiming=t.transitionProperty=t.transform=void 0;var o,a,i,s,l,u,c,f,p,d,m,h=r(n(8632)),v="transform";if(t.transform=v,t.animationEnd=i,t.transitionEnd=a,t.transitionDelay=c,t.transitionTiming=u,t.transitionDuration=l,t.transitionProperty=s,t.animationDelay=m,t.animationTiming=d,t.animationDuration=p,t.animationName=f,h.default){var y=function(){for(var e,t,n=document.createElement("div").style,r={O:function(e){return"o"+e.toLowerCase()},Moz:function(e){return e.toLowerCase()},Webkit:function(e){return"webkit"+e},ms:function(e){return"MS"+e}},o=Object.keys(r),a="",i=0;i{"use strict";t.__esModule=!0,t.default=function(e){return e.replace(n,(function(e,t){return t.toUpperCase()}))};var n=/-(.)/g;e.exports=t.default},534:(e,t,n)=>{"use strict";var r=n(4347);t.__esModule=!0,t.default=function(e){return(0,o.default)(e.replace(a,"ms-"))};var o=r(n(6288)),a=/^-ms-/;e.exports=t.default},2382:(e,t)=>{"use strict";t.__esModule=!0,t.default=function(e){return e.replace(n,"-$1").toLowerCase()};var n=/([A-Z])/g;e.exports=t.default},2036:(e,t,n)=>{"use strict";var r=n(4347);t.__esModule=!0,t.default=function(e){return(0,o.default)(e).replace(a,"-ms-")};var o=r(n(2382)),a=/^ms-/;e.exports=t.default},8632:(e,t)=>{"use strict";t.__esModule=!0,t.default=void 0;var n=!("undefined"==typeof window||!window.document||!window.document.createElement);t.default=n,e.exports=t.default},5665:e=>{"use strict";e.exports=function(e,t,n,r,o,a,i,s){if(!e){var l;if(void 0===t)l=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var u=[n,r,o,a,i,s],c=0;(l=new Error(t.replace(/%s/g,(function(){return u[c++]})))).name="Invariant Violation"}throw l.framesToPop=1,l}}},2336:(e,t)=>{function n(e){if(e&&"object"==typeof e){var t=e.which||e.keyCode||e.charCode;t&&(e=t)}if("number"==typeof e)return i[e];var n,a=String(e);return(n=r[a.toLowerCase()])?n:(n=o[a.toLowerCase()])||(1===a.length?a.charCodeAt(0):void 0)}n.isEventKey=function(e,t){if(e&&"object"==typeof e){var n=e.which||e.keyCode||e.charCode;if(null==n)return!1;if("string"==typeof t){var a;if(a=r[t.toLowerCase()])return a===n;if(a=o[t.toLowerCase()])return a===n}else if("number"==typeof t)return t===n;return!1}};var r=(t=e.exports=n).code=t.codes={backspace:8,tab:9,enter:13,shift:16,ctrl:17,alt:18,"pause/break":19,"caps lock":20,esc:27,space:32,"page up":33,"page down":34,end:35,home:36,left:37,up:38,right:39,down:40,insert:45,delete:46,command:91,"left command":91,"right command":93,"numpad *":106,"numpad +":107,"numpad -":109,"numpad .":110,"numpad /":111,"num lock":144,"scroll lock":145,"my computer":182,"my calculator":183,";":186,"=":187,",":188,"-":189,".":190,"/":191,"`":192,"[":219,"\\":220,"]":221,"'":222},o=t.aliases={windows:91,"⇧":16,"⌥":18,"⌃":17,"⌘":91,ctl:17,control:17,option:18,pause:19,break:19,caps:20,return:13,escape:27,spc:32,spacebar:32,pgup:33,pgdn:34,ins:45,del:46,cmd:91};for(a=97;a<123;a++)r[String.fromCharCode(a)]=a-32;for(var a=48;a<58;a++)r[a-48]=a;for(a=1;a<13;a++)r["f"+a]=a+111;for(a=0;a<10;a++)r["numpad "+a]=a+96;var i=t.names=t.title={};for(a in r)i[r[a]]=a;for(var s in o)r[s]=o[s]},5173:(e,t,n)=>{"use strict";var r=n(1591);function o(){}function a(){}a.resetWarningCache=o,e.exports=function(){function e(e,t,n,o,a,i){if(i!==r){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:a,resetWarningCache:o};return n.PropTypes=n,n}},2283:(e,t,n)=>{e.exports=n(5173)()},1591:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},244:(e,t)=>{"use strict";var n="function"==typeof Symbol&&Symbol.for,r=n?Symbol.for("react.element"):60103,o=n?Symbol.for("react.portal"):60106,a=n?Symbol.for("react.fragment"):60107,i=n?Symbol.for("react.strict_mode"):60108,s=n?Symbol.for("react.profiler"):60114,l=n?Symbol.for("react.provider"):60109,u=n?Symbol.for("react.context"):60110,c=n?Symbol.for("react.async_mode"):60111,f=n?Symbol.for("react.concurrent_mode"):60111,p=n?Symbol.for("react.forward_ref"):60112,d=n?Symbol.for("react.suspense"):60113,m=n?Symbol.for("react.suspense_list"):60120,h=n?Symbol.for("react.memo"):60115,v=n?Symbol.for("react.lazy"):60116,y=n?Symbol.for("react.block"):60121,b=n?Symbol.for("react.fundamental"):60117,g=n?Symbol.for("react.responder"):60118,E=n?Symbol.for("react.scope"):60119;function O(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case c:case f:case a:case s:case i:case d:return e;default:switch(e=e&&e.$$typeof){case u:case p:case v:case h:case l:return e;default:return t}}case o:return t}}}function S(e){return O(e)===f}t.AsyncMode=c,t.ConcurrentMode=f,t.ContextConsumer=u,t.ContextProvider=l,t.Element=r,t.ForwardRef=p,t.Fragment=a,t.Lazy=v,t.Memo=h,t.Portal=o,t.Profiler=s,t.StrictMode=i,t.Suspense=d,t.isAsyncMode=function(e){return S(e)||O(e)===c},t.isConcurrentMode=S,t.isContextConsumer=function(e){return O(e)===u},t.isContextProvider=function(e){return O(e)===l},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===r},t.isForwardRef=function(e){return O(e)===p},t.isFragment=function(e){return O(e)===a},t.isLazy=function(e){return O(e)===v},t.isMemo=function(e){return O(e)===h},t.isPortal=function(e){return O(e)===o},t.isProfiler=function(e){return O(e)===s},t.isStrictMode=function(e){return O(e)===i},t.isSuspense=function(e){return O(e)===d},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===a||e===f||e===s||e===i||e===d||e===m||"object"==typeof e&&null!==e&&(e.$$typeof===v||e.$$typeof===h||e.$$typeof===l||e.$$typeof===u||e.$$typeof===p||e.$$typeof===b||e.$$typeof===g||e.$$typeof===E||e.$$typeof===y)},t.typeOf=O},2744:(e,t,n)=>{"use strict";e.exports=n(244)},2442:(e,t,n)=>{"use strict";function r(){var e=this.constructor.getDerivedStateFromProps(this.props,this.state);null!=e&&this.setState(e)}function o(e){this.setState(function(t){var n=this.constructor.getDerivedStateFromProps(e,t);return null!=n?n:null}.bind(this))}function a(e,t){try{var n=this.props,r=this.state;this.props=e,this.state=t,this.__reactInternalSnapshotFlag=!0,this.__reactInternalSnapshot=this.getSnapshotBeforeUpdate(n,r)}finally{this.props=n,this.state=r}}function i(e){var t=e.prototype;if(!t||!t.isReactComponent)throw new Error("Can only polyfill class components");if("function"!=typeof e.getDerivedStateFromProps&&"function"!=typeof t.getSnapshotBeforeUpdate)return e;var n=null,i=null,s=null;if("function"==typeof t.componentWillMount?n="componentWillMount":"function"==typeof t.UNSAFE_componentWillMount&&(n="UNSAFE_componentWillMount"),"function"==typeof t.componentWillReceiveProps?i="componentWillReceiveProps":"function"==typeof t.UNSAFE_componentWillReceiveProps&&(i="UNSAFE_componentWillReceiveProps"),"function"==typeof t.componentWillUpdate?s="componentWillUpdate":"function"==typeof t.UNSAFE_componentWillUpdate&&(s="UNSAFE_componentWillUpdate"),null!==n||null!==i||null!==s){var l=e.displayName||e.name,u="function"==typeof e.getDerivedStateFromProps?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";throw Error("Unsafe legacy lifecycles will not be called for components using new component APIs.\n\n"+l+" uses "+u+" but also contains the following legacy lifecycles:"+(null!==n?"\n "+n:"")+(null!==i?"\n "+i:"")+(null!==s?"\n "+s:"")+"\n\nThe above lifecycles should be removed. Learn more about this warning here:\nhttps://fb.me/react-async-component-lifecycle-hooks")}if("function"==typeof e.getDerivedStateFromProps&&(t.componentWillMount=r,t.componentWillReceiveProps=o),"function"==typeof t.getSnapshotBeforeUpdate){if("function"!=typeof t.componentDidUpdate)throw new Error("Cannot polyfill getSnapshotBeforeUpdate() for components that do not define componentDidUpdate() on the prototype");t.componentWillUpdate=a;var c=t.componentDidUpdate;t.componentDidUpdate=function(e,t,n){var r=this.__reactInternalSnapshotFlag?this.__reactInternalSnapshot:n;c.call(this,e,t,r)}}return e}n.r(t),n.d(t,{polyfill:()=>i}),r.__suppressDeprecationWarning=!0,o.__suppressDeprecationWarning=!0,a.__suppressDeprecationWarning=!0},8661:e=>{e.exports=function(e,t,n,r){var o=n?n.call(r,e,t):void 0;if(void 0!==o)return!!o;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var a=Object.keys(e),i=Object.keys(t);if(a.length!==i.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),l=0;l{"use strict";e.exports=function(){}},472:(e,t,n)=>{n(7860),n(615),e.exports=n(1176).Array.from},4597:(e,t,n)=>{n(2524),e.exports=n(1176).Object.assign},6307:(e,t,n)=>{n(1309);var r=n(1176).Object;e.exports=function(e,t){return r.create(e,t)}},4700:(e,t,n)=>{n(3823),e.exports=n(1176).Object.entries},1371:(e,t,n)=>{n(5681),e.exports=n(1176).Object.keys},6356:(e,t,n)=>{n(2201),e.exports=n(1176).Object.setPrototypeOf},6798:(e,t,n)=>{n(803),e.exports=n(1176).Object.values},3658:e=>{e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},3229:(e,t,n)=>{var r=n(4525);e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},2592:(e,t,n)=>{var r=n(317),o=n(9228),a=n(7933);e.exports=function(e){return function(t,n,i){var s,l=r(t),u=o(l.length),c=a(i,u);if(e&&n!=n){for(;u>c;)if((s=l[c++])!=s)return!0}else for(;u>c;c++)if((e||c in l)&&l[c]===n)return e||c||0;return!e&&-1}}},5172:(e,t,n)=>{var r=n(1940),o=n(9117)("toStringTag"),a="Arguments"==r(function(){return arguments}());e.exports=function(e){var t,n,i;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),o))?n:a?r(t):"Object"==(i=r(t))&&"function"==typeof t.callee?"Arguments":i}},1940:e=>{var t={}.toString;e.exports=function(e){return t.call(e).slice(8,-1)}},1176:e=>{var t=e.exports={version:"2.6.12"};"number"==typeof __e&&(__e=t)},2527:(e,t,n)=>{"use strict";var r=n(6397),o=n(2929);e.exports=function(e,t,n){t in e?r.f(e,t,o(0,n)):e[t]=n}},847:(e,t,n)=>{var r=n(3658);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,o){return e.call(t,n,r,o)}}return function(){return e.apply(t,arguments)}}},3790:e=>{e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},4922:(e,t,n)=>{e.exports=!n(8071)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},3184:(e,t,n)=>{var r=n(4525),o=n(8252).document,a=r(o)&&r(o.createElement);e.exports=function(e){return a?o.createElement(e):{}}},6800:e=>{e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},9645:(e,t,n)=>{var r=n(8252),o=n(1176),a=n(847),i=n(4421),s=n(9843),l="prototype",u=function(e,t,n){var c,f,p,d=e&u.F,m=e&u.G,h=e&u.S,v=e&u.P,y=e&u.B,b=e&u.W,g=m?o:o[t]||(o[t]={}),E=g[l],O=m?r:h?r[t]:(r[t]||{})[l];for(c in m&&(n=t),n)(f=!d&&O&&void 0!==O[c])&&s(g,c)||(p=f?O[c]:n[c],g[c]=m&&"function"!=typeof O[c]?n[c]:y&&f?a(p,r):b&&O[c]==p?function(e){var t=function(t,n,r){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,n)}return new e(t,n,r)}return e.apply(this,arguments)};return t[l]=e[l],t}(p):v&&"function"==typeof p?a(Function.call,p):p,v&&((g.virtual||(g.virtual={}))[c]=p,e&u.R&&E&&!E[c]&&i(E,c,p)))};u.F=1,u.G=2,u.S=4,u.P=8,u.B=16,u.W=32,u.U=64,u.R=128,e.exports=u},8071:e=>{e.exports=function(e){try{return!!e()}catch(e){return!0}}},8252:e=>{var t=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=t)},9843:e=>{var t={}.hasOwnProperty;e.exports=function(e,n){return t.call(e,n)}},4421:(e,t,n)=>{var r=n(6397),o=n(2929);e.exports=n(4922)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},5190:(e,t,n)=>{var r=n(8252).document;e.exports=r&&r.documentElement},6419:(e,t,n)=>{e.exports=!n(4922)&&!n(8071)((function(){return 7!=Object.defineProperty(n(3184)("div"),"a",{get:function(){return 7}}).a}))},4190:(e,t,n)=>{var r=n(1940);e.exports=Object("z").propertyIsEnumerable(0)?Object:function(e){return"String"==r(e)?e.split(""):Object(e)}},4220:(e,t,n)=>{var r=n(8355),o=n(9117)("iterator"),a=Array.prototype;e.exports=function(e){return void 0!==e&&(r.Array===e||a[o]===e)}},4525:e=>{e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},3432:(e,t,n)=>{var r=n(3229);e.exports=function(e,t,n,o){try{return o?t(r(n)[0],n[1]):t(n)}catch(t){var a=e.return;throw void 0!==a&&r(a.call(e)),t}}},3299:(e,t,n)=>{"use strict";var r=n(9525),o=n(2929),a=n(9453),i={};n(4421)(i,n(9117)("iterator"),(function(){return this})),e.exports=function(e,t,n){e.prototype=r(i,{next:o(1,n)}),a(e,t+" Iterator")}},9973:(e,t,n)=>{"use strict";var r=n(2020),o=n(9645),a=n(9576),i=n(4421),s=n(8355),l=n(3299),u=n(9453),c=n(9551),f=n(9117)("iterator"),p=!([].keys&&"next"in[].keys()),d="keys",m="values",h=function(){return this};e.exports=function(e,t,n,v,y,b,g){l(n,t,v);var E,O,S,x=function(e){if(!p&&e in T)return T[e];switch(e){case d:case m:return function(){return new n(this,e)}}return function(){return new n(this,e)}},w=t+" Iterator",C=y==m,_=!1,T=e.prototype,N=T[f]||T["@@iterator"]||y&&T[y],P=N||x(y),k=y?C?x("entries"):P:void 0,M="Array"==t&&T.entries||N;if(M&&(S=c(M.call(new e)))!==Object.prototype&&S.next&&(u(S,w,!0),r||"function"==typeof S[f]||i(S,f,h)),C&&N&&N.name!==m&&(_=!0,P=function(){return N.call(this)}),r&&!g||!p&&!_&&T[f]||i(T,f,P),s[t]=P,s[w]=h,y)if(E={values:C?P:x(m),keys:b?P:x(d),entries:k},g)for(O in E)O in T||a(T,O,E[O]);else o(o.P+o.F*(p||_),t,E);return E}},9736:(e,t,n)=>{var r=n(9117)("iterator"),o=!1;try{var a=[7][r]();a.return=function(){o=!0},Array.from(a,(function(){throw 2}))}catch(e){}e.exports=function(e,t){if(!t&&!o)return!1;var n=!1;try{var a=[7],i=a[r]();i.next=function(){return{done:n=!0}},a[r]=function(){return i},e(a)}catch(e){}return n}},8355:e=>{e.exports={}},2020:e=>{e.exports=!0},3364:(e,t,n)=>{"use strict";var r=n(4922),o=n(8350),a=n(2858),i=n(6083),s=n(6058),l=n(4190),u=Object.assign;e.exports=!u||n(8071)((function(){var e={},t={},n=Symbol(),r="abcdefghijklmnopqrst";return e[n]=7,r.split("").forEach((function(e){t[e]=e})),7!=u({},e)[n]||Object.keys(u({},t)).join("")!=r}))?function(e,t){for(var n=s(e),u=arguments.length,c=1,f=a.f,p=i.f;u>c;)for(var d,m=l(arguments[c++]),h=f?o(m).concat(f(m)):o(m),v=h.length,y=0;v>y;)d=h[y++],r&&!p.call(m,d)||(n[d]=m[d]);return n}:u},9525:(e,t,n)=>{var r=n(3229),o=n(4433),a=n(6800),i=n(2977)("IE_PROTO"),s=function(){},l="prototype",u=function(){var e,t=n(3184)("iframe"),r=a.length;for(t.style.display="none",n(5190).appendChild(t),t.src="javascript:",(e=t.contentWindow.document).open(),e.write("